:root {
  --page-wrapper-width: 90vw;
  --primary-color: rgb(241, 95, 44);
  --secondary-color: rgb(51, 51, 51);
  --text-color: rgb(51, 51, 51);
  --cta-primary-bg: rgb(219, 10, 64);
  --cta-primary-color: #fff;
  --text-size: 1em;
  --navbar-color: rgb(0,0,0);
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text-color);
    font-size: var(--text-size);
    overflow: hidden;
}
body, p, b, strong, i table, td, ul {
    font-size: var(--text-size);
}

.shadowHeader {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000,0 0 #0000, 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
}
.bgBlur {
    backdrop-filter: blur(12px);
}

.webs-logo img {
    width: 205px;
}

.video-background {
   position: relative;
   z-index: 5; 
}

.video-background video {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover; /* Maintains aspect ratio and covers the entire area without distortion */
}

.webs-header, .webs-footer, .formSearch, .modalContent {
    position: relative;
    z-index: 10;
}

.webs-header {
    padding: 5px 10px;
}

.webs-navbar {
    list-style: none;
    text-align: right;
    margin-top: 20px;
}
.webs-navbar li {
    display: inline-block;
}
.webs-navbar li a, .webs-navbar li a:hover, .webs-navbar li a:visited {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-size: 1.25em;
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
    line-height: 1;
}

.webs-navbar li a:hover {
    background-color: #008236;
    border-radius: 5px;
    text-decoration: underline;
}

.formSearch {
    color: #fff;
    width: 40vw;
    padding: 30px;
    margin: auto;
    margin-top: 25vh;
    border-radius: 10px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    text-align: center;
}
.formSearch h2 {
    font-weight: 700;
    font-size: 24px;
}
.formSearch {
    font-size: 16px;
}
.formSearch .inputCode {
    /* Removes default operating system styling */
    -webkit-appearance: none; /* For Chrome, Safari, Opera */
    -moz-appearance: none;    /* For Firefox */
    appearance: none;         /* Standard property */

    /* Removes default borders */
    border: none;
    
    /* Removes any default or focus-related shadows/glows */
    box-shadow: none;

    /* Optional: Add custom styling to make it visible, e.g., a solid border or background */
    border: 1px solid #fff; 
    padding: 4px;

    background-color: transparent;
    outline: none; /* Removes the default blue/browser-specific outline */
    box-shadow: none;

    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;


    font-size: 18px;
    color: #fff;
    padding: 5px 7px;
    width: 65%;

    margin-top: 10px;
    margin-bottom: 20px;
}
.formSearch button {
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
}
.formSearch .btn-secondary {
    background-color: #4a5565;
    border-color: #4a5565;
    border-radius: 0;
}
.formSearch .btn-success {
    background-color: #00a63e;
    border-color: #00a63e;
}

.bgWhite {
    border-radius: 8px;
    background-color: #fff;
}
.modal-title {
    font-weight: 400 !important;
    font-size: 16px !important;
}
.grayContent {
    background-color: #4a5565;
    min-height: 100px;
    border-radius: 8px;
    padding: 15px;
}
.darkgrayContent {
    background-color: #2e2e2e;
    min-height: 100px;
    border-radius: 10px;
    padding: 15px;
}

.alertBox {
    color: #fff;
    font-size: 12px;
    border-radius: 18px;
    text-align: center;
    padding: 7px 20px;
    display: inline-block;
}
.greenBox {
    background-color: #00c950;
}
.purpleBox {
    background-color: #615fff;
    margin-right: 30px;
}
.customSize {
    max-width: 72vw;
}
.modal-content {
    border: none;
}
.alertBoxRed {
    background-color: #fff7fa;
    color: rgb(155, 39, 67);
    border-radius: 7px;
    font-size: 10px;
    padding: 7px 10px;
    line-height: 1.1;
    margin: auto;
    margin-bottom: 10px;
    width: 95%;
}

.yellowBox {
    margin: 15px auto;
    background-color: #fef3c6;
    padding: 10px 0;
}

.greenText {
    color: rgb(64, 192, 87);
    font-size: 16px;
    font-weight: 600;
}
.greenText small {
    color: #000 !important;
    font-size: 12px;
    font-weight: normal;
}

.btn-rejap, .btn-status {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
}

.btn-rejap {
    background-color: #dbfce7;
    color: oklch(0.627 0.194 149.214);
    font-size: 12px;
    padding: 5px 10px;
}
.btn-status {
    background-color: #7bf1a8;
    color: rgb(250, 176, 5);
    font-size: 16px;
    padding: 10px 20px;
}
.btn-status small {
    color: rgb(64, 192, 87);
    font-size: 12px;
}

.certificate {
    height: 50vh;
    overflow: auto;
    margin: 20px auto;
}
.certificate img {
    width: 100%;
    
}

.burger {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    padding: 5px;
}

.burger-menu {
    width: 100%;
    text-align: left;
    display: block;
}
.burger-menu ul {
    margin: 10px 0;
    padding: 0px;
}
.burger-menu ul li {
    display: block;
    text-align: left;
}

.burger-menu {
    position: absolute;
}