:root{
    --orange : #FFAA23;
    --red : #FE6150;
    --blue : #124E70;
    --light-blue : #1BC0C6;
    --gray : #DFE0E5;
    --darkgray : #D9D9D9;
    --white : #fff;
    --main-font: 'El Messiri', sans-serif;
    --main-font2: 'Tajawal', sans-serif;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color:#f6f6f6;
}
/* Overwrite header */
.pages-item-link{
    text-decoration: none;
    color: var(--blue) !important;
}
.pages-item-link:hover{
    color: var(--blue) !important;
}
.header-finance{
    color: var(--blue) !important;
}
.header-finance:hover{
    color: var(--orange) !important;
}
/* Overwrite header */

.form{
    font-family: testfont2;
    margin: 15vh auto;
    direction: rtl;
    padding-bottom: 20vh;
}
.form-container{
    text-align: center;
    margin: 20vh auto 0;
}
.form-title{
    font-size: 10vh;
    margin: 5vh auto ;
    color: var(--blue);
    font-family: testfont;
}
.form-desc{
    color: #aaa;
    font-size : 16px;
}
.form-desc .form-desc-note{
    color: var(--red);
    font-size : 20px;
}
.form-desc a{
    background-color : var(--blue);
    color : #fff !important;
}
.registerform{
    border: 2px solid var(--darkgray);
    border-radius: 20px;
    overflow-x: hidden;
    padding: 5vh 3vh;
    margin: 5vh auto 0;
    width: 80%;
    box-shadow: 0px 2px 14px 1px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 2px 14px 1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 2px 14px 1px rgba(0,0,0,0.10);
}
.form-row{
    margin: 5vh auto;
}
.registerform-label{
    display: block;
    text-align: right;
    color: var(--blue);
}
.label-value{
    opacity: 0;
}
.registerform-input{
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 1px solid var(--darkgray);
    padding-right: 0.5vh;
}
.registeform-input-value{
    display: none;
}
option{
    color: var(--blue);
    direction: rtl;
    text-align: right;
}
input[type="file"] {
    display: none;
}   
.upload-row{
  text-align: right;
}
.custom-file-hr {
    display: inline-block;
    color: var(--blue);
    margin: 15px 0 25px 0;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid var(--blue);
}
#hr-chosen,
#id-chosen,
#driving-chosen{
    margin-left: 0.3rem;
    font-size: 12px;
    color: var(--blue);
  }
.registerform-submit{
    padding: 1vh 3vh;
    margin-right: 3.5vh;
    width: fit-content;
    color: var(--white);  
    border: 1px solid var(--blue);
    background-color: var(--blue);
    border-radius: 10px;
}
.privacy-row{
    margin: 2vh auto;
}
.privacy-check-col{
    width: fit-content;
    height: fit-content;
    padding-left: 0;
}
.privacy-col{
    text-align: right;
}
.privacy-label{
    text-decoration: underline;
    color: var(--orange);
}
.privacy-label:hover{
    color: var(--orange);
    cursor: pointer;
}
.privacy-text-container{
    display: none;
}
.privacy-text{
    color: var(--blue);
    font-size: 2vh;
}
.privacy-header{
    color: var(--orange);
    font-size: 3vh;
}
::-webkit-input-placeholder { /* Edge */
    color: var(--darkgray);
    font-size: 2.5vh;
    }
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--darkgray);
    font-size: 2.5vh;
    }
::placeholder {
    color: var(--darkgray);
    font-size: 2.5vh;
    }
@media only screen and (max-width : 900px){
    .form{
        font-family: var(--main-font);
        margin: 15vh auto;
        direction: rtl;
        padding: 0;
    }
    .form-container{
        text-align: center;
        margin: 0 auto 0;
    }
    .form-row{
        margin:  auto;
    }
    .form-col{
        margin:  2vh auto;
    }    
    .form-title{
        font-size: 5vh;
        margin: 5vh auto ;
        color: var(--blue);
    }
    .registerform{
        width: 100%;
        padding: 1vh 0vh;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .hr-btn-wrapper{
        text-align: right;
    }
    .registerform-submit{
        padding: 1vh 3vh;
        margin-right: 1.5vh;
        margin-top: 3vh;
    }
}
@media only screen and (min-width : 1400px )
and (-webkit-min-device-pixel-ratio: 1){
    .registerform{
        padding: 0 3vh;
    }    
    .registerform-submit{
        margin-right: 5vh;
    }    
    .form{
        font-family: var(--main-font);
        margin: 15vh auto 5vh;
        direction: rtl;
        padding-bottom: 20vh;
    }    
}


.load{
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 50;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  text-align: center;
}
.load .spinner{
  width: 10%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.load{
    display : none;
}

/*
.footer{
    background-color: var(--blue) !important;
    color: var(--white) !important;
}
.footer-links-col .footer-link,
.footer-contact,
.footer-contact:hover,
.footer-follow-col .follow,
.footer-follow-col .follow:hover{
    color: var(--white) !important;
}
*/