html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

[border-radius] {
    border-radius: 20px;
    background-color: transparent;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #58595b !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #58595b !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #58595b !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #58595b !important;
}
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 0px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #921B5A; 
    border-radius: 0px;
  }
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #921B5A; 
}
select {
    color: #58595b !important;
}
.head {
    /* background-color: #0c2141; */
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full-header {
    position: relative;
}

.full-header img {
    width: 100%;
}
.main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    padding: 0 0;
    max-width: 100%;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.main-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
 
}


.top-head{
background-color: #1e2e5e;
width: 100%;
height: 50px;
}

.head{
    width: 100%;
}

.head img {
    width: 100%;
}
.text-btm p {
font-weight: bold;
font-size: 1rem;
margin-bottom: 5rem;
color: #3d3d3d;
 }

.text-btm img{
width: 65%;
}


.login-cont-inner, .register-cont-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 85%;
    -webkit-column-gap: calc(8px + 0.5vw);
    -moz-column-gap: calc(8px + 0.5vw);
    column-gap: calc(8px + 0.5vw);
    height: auto;
    margin: 2rem 0rem;
}

.login-cont-inner div, .register-cont-inner div {
    /* -ms-flex-preferred-size: 25%; */
    /* flex-basis: 25%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(18px + 2vw);
    /* line-height: calc(17px + 3vw); */
    font-family: "Arial";
    color: #f3d03c;
    font-weight: 100;
}
.col-6{
    padding-right: 3px;
    padding-left: 3px;
}
.login-cont-inner div span, .register-cont-inner div span {
    position: relative;
    z-index: 100;
}
#login-form-cont{
    width: 50%;  
    margin-top: 5rem;
}
#register-form-cont{
    width: 68%;  
}
form{
    max-width: 100%;
    width: 100%;
}
.form {
    max-width: 80%;
    width: 100%;
    margin: 0;
}

.form input, .form select {
    font-weight: 400;
    width: 100%;
    padding: 0.2rem 1rem;
    border: none;
    margin-bottom: 0.3rem;
    border-radius: 5px;
    font-size: calc(10px + 0.5vw);
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}
input[type='checkbox'] {
    min-width: 15px;
 }
 
.form input:disabled,
.form input[readonly] {
    background-color: #a5a7b1;
    opacity: 1;
}

.error {
    margin-bottom: 0.5rem;
    color: red;
    font-size: calc(6px + 0.4vw);
    width: 100%;
}

.form-group {
    margin-bottom: 0.5rem;
}

#login-submit-btn, #register-submit-btn  {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.2rem 5rem;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3cc3ef+0,1e2f5f+99 */
    background-color: #921b5a;
    /* font-size: calc(6px + 0.5vw); */
    font-weight: 600;
    text-align: center;
    border-radius: 0;
    border-radius: 5px;
    margin-top: 1vw;
}



#success-screen{
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0c2141;
    display: none;
    padding: 0.5rem;
        background: #00000080;
}



.saudi{
    font-size: calc(8px + 0.5vw);
    color:#495057;
}
.disclaimer span{
    color: #154462;
 }
 .disclaimer a{
    color: #921B5A;
 }
 .disclaimer p{    
    color: #4C4C4C;
    font-size: calc(8px + 0.5vw);
    margin: 2rem 5rem 2rem 4rem ;
 }
 #success-screen,
 #already-registered {
     position: fixed;
     z-index: 30;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     min-height: 100vh;
     overflow: hidden;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     color: #0c2141;
     display: none;
     padding: 0.5rem;
     background: #000000ba;
 }
 
 #success-screen .inner-box,
 #already-registered .inner-box {
     /* padding: calc(-3.8vh + 2.2rem) calc(1.3vw + 0.1rem); */
     border-radius: 20px;
     text-align: center;
     max-width: 90%;
     width: 58%;
     text-align: center;
     border: 0;
     background: white;
     color: #000000 !important;
 }


/* start style of the spin  */
.overlay-hidden {
    display: none !important;
}

.loading-overlay {
    background: rgb(0 0 0 / 72%);
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reverse-spinner {
    position: relative;
    height: 150px;
    width: 150px;
    border: 6px solid transparent;
    border-top-color: #921b5a;
    border-left-color: #921b5a;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 6px solid transparent;
    border-top-color: #f0831e;
    border-left-color: #f0831e;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}
.checkbox_wrapper {
    display: flex !important;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 0.5rem;
    font-size: calc(8px + 0.5vw);
    }
    table{
        font-size: calc(3px + 0.5vw);
    }
    
    .first{
    min-width: 60px;
    width: 60px;
    padding-top: 5px;
    }
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}
@media only screen and (max-width: 992px) {
    .text-btm p {
        font-size: 0.7rem;
        margin-bottom: 2rem;
         }

         .form form div {
            margin-bottom: 1px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            font-size: calc(8px + 0.5vw);
        }
        .form form div .error-msg {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }
    
        .form input, .form select {
            font-size: calc(10px + 0.5vw);
        }
        table {
            font-size: calc(6px + 0.5vw);
        }
        #login-submit-btn, #register-submit-btn {
            padding: 0.2rem 5rem;
            font-size: calc(7px + 0.5vw);
        }
        .error {
            color: red;
            font-size: calc(6px + 0.4vw);
        }
        #register-btn {
            display: block;
            margin: 1vh auto;
        }
        .disclaimer p {
            font-size: 8px;
            margin: 1rem 2rem;
        }
}
@media only screen and (max-width: 992px) and (orientation: portrait) {
    .text-btm p {
        font-size: 0.5rem;
        margin-bottom: 2rem;
    }
    #login-form-cont,#register-form-cont {
        width: 100%;
        margin-top: 0rem;
    }
}



@media only screen and (width: 768px) and (height: 1024px),
(max-width: 991px) and (orientation: landscape) {
    .form {
        margin-top: 3vw;
        max-width: 95%;
        width: 100%;
    
    }
  
    .form-col {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #login-submit-btn, #register-submit-btn {
        
        margin: 0 auto;
    }
    .checkbox_wrapper {
      
        font-size: calc(8px + 0.5vw);
    }

    #login-form-cont {
        width: 70%;
        margin-top: 2rem;
    }
    #register-form-cont {
        margin-top: 1rem;
        width: 70%;
    }
    footer{
        margin-top: 0.5rem;
    }
}
@media only screen and (max-width: 580px) {
    .form input, .form select {
        font-size: calc(7px + 0.5vw);
    }
}
@media only screen and (max-width: 720px) {
    #success-screen .inner-box,
    #already-registered .inner-box {
        width: 75% !important;
    }
}