@font-face {
    font-family: "Assistant";
    src: url(../fonts/Assistant-Regular.ttf);
}

div#root
 {
    font-family: "Assistant", sans-serif !important;
    font-size: 1.4rem;
    overflow-y: auto;
    overflow-x: hidden;
    background: #F1F7FF 0% 0% no-repeat padding-box;
    letter-spacing: 0px;
}


/* loading */

.loading {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1000;
    position: fixed;
    align-items: center;
    justify-content: center;
}
div#root header {
    background-color: #0d618d;
}

.logo-img {
    height: 60px;
}

.inner-header {
    margin-bottom: 20px;
}

.inner-header h1 {
    text-align: right;
    font-weight: bolder;
}

.mainform {
    max-width: 1129px;
    margin-bottom: 20px;
}

.mainform h1 {
    font: normal normal bold 37px/44px Assistant;
    color: #0C3058;
}

.mainform div.txtexplain {
    margin-bottom: 47px;
    font: normal normal normal 30px/40px Assistant;
    color: #0C3058;
}

.mainform label {
    font: normal normal 600 24px/32px Assistant;
    color: #0C3058;
}

.mainform a {
    text-decoration: underline;
    font: normal normal 600 20px/26px Assistant;
    color: #0068F5;
}

.mainform .inputs input {
    padding-right: 10px;
    max-width: 347px;
    min-width: 170px;
    height: 56px;
    font: normal normal normal 30px/40px Assistant;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BBBBCB;
    border-radius: 7px;
}
.mainform div{
    margin-bottom: 0.5rem;
}
.inputs {
    gap: 40px;
}

div#root input[type="radio"]:focus {
    outline: none;
}
div#root input[type="radio"] {
    margin-top: 11px;
    margin-left: 8px;
}

div#root input[type="radio"]+label {
    margin-left: 20px;
    ;
}

.textExplanation {
    padding: 30px;
    background: #F1F7FF 0% 0% no-repeat padding-box;
}

.textExplanation .title {
    font: normal normal bold 24px/32px Assistant;
    color: #0C3058;
}

.textExplanation .text {
    direction: rtl;
    font: normal normal normal 18px/23px Assistant;
    color: #292929;
}
.textExplanation img{
    margin-right: -4px;
}
.buttons button,
button.btn {
    width: 142px;
    height: 56px;
    background: #0068F5 0% 0% no-repeat padding-box;
    border-radius: 7px;
    border: 1px solid #0068F5;
    color: white;
    font: normal normal 600 20px/26px Assistant;
}

.buttons button:disabled,
button.btn:disabled {
    background-color: #8f9baf;
}
.buttons button:hover,
button.btn:hover {
    background-color: #0F5DD9;
}
button span.spinner-border{
    margin-bottom: 3px;
    margin-right: 17px;
}
.imgIcon {
    float: right;
    margin: 17px 24px 17px 13px;
    width: 20px;
    height: 20px;
}

.approved {
    background: #58BF330A 0% 0% no-repeat padding-box;
    border: 1px solid #58BF33;
}

.notApproved {
    background: #FFF7F6 0% 0% no-repeat padding-box;
    border: 1px solid #FF3921;
}

.msg {
    min-height: 50px;
    margin-top: 20px;
    color: #2A2A2A;
    border-radius: 8px;
}

.mainrow {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    margin-top: 20px;
    padding: 20px;
}

.modal-body {
    white-space: break-spaces;
}

.siteClose {
    margin-top: 20px;
    width: 274px;
    height: 271px;
    background: transparent url('/img/siteclose.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.siteCloseText {
    text-align: center;
    font: normal normal normal 30px/40px Assistant;
    letter-spacing: 0px;
    color: #244A6A;
    opacity: 1;
}
.end{
    justify-content: space-between;
}
div div.react-datepicker{
    position: absolute;
    inset: 0px auto auto 0px;
    transform: translate3d(147px, 395px, 0px);
}
.inputDate{
    text-align: right;
    direction: ltr;
}