@import url(https://fonts.googleapis.com/css2?family=Tajawal:wght@500;800;900&display=swap);
#app{
    overflow:hidden;
}
#main{
    transition: margin-left 0.3s;
    padding: 20px;
    overflow: hidden;
    width: auto;
}

.mainopen{
    transition: margin-left 0.3s;
    padding: 20px;
    overflow: hidden;
    width: 100%;
    margin-left:0px;
}

.footer{
    background: linear-gradient(180deg, #3E60AC 0%, #1E396C 100%);
    transition: margin-left 0.3s;
    padding: 20px;
    overflow: hidden;
    /*width: 100%;*/
    margin-left:0px;
    color:#ffffff;
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
}

.footer p{
    margin: 0px;
}

.isOpen ~ .mainopen, .isOpen ~ .footer{
    margin-left: 300px;
}

.big-hdng{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px; color: #285678;
    margin:10px 0px 0px 0px;
}

.db-card{
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(9, 67, 111, 0.15);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    min-height: 150px;
}

.db-card .icon-wrap{
    width: 90px;
    height: 90px;
    background: rgb(245 247 249);
    border-radius: 50px;
    text-align:center;
    margin-right:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.db-card .cntnt-wrap h5{
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #06152B;
    opacity: 0.7;
}

.db-card .cntnt-wrap h6{
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    color: #06152B;
    opacity: 0.7;
}

.db-card .cntnt-wrap span{
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
}

.db-card .cntnt-wrap span svg{
    margin-right: 3px;
    margin-top: -1px;
}

.db-card .cntnt-wrap span.blue{
    color: #2B4B89;
}

.db-card .cntnt-wrap span.blue svg{
    fill: #2B4B89;
}

.db-card .cntnt-wrap span.orange{
    color: #F8674A;
}

.db-card .cntnt-wrap span.orange svg{
    fill: #F8674A;
}

.db-card .cntnt-wrap span.green{
    color: #20C997;
}

.db-card .cntnt-wrap span.green svg{
    fill: #20C997;
}

.db-card .cntnt-wrap span.purple{
    color: #5100B6;
}

.db-card .cntnt-wrap span.purple svg{
    fill: #5100B6;
}

.btn.btn-hrzn-border{
    background: #F2F5F9;
    border: 1px solid #2B4B89;
    box-shadow: 0px 0px 5px rgba(40, 86, 120, 0.1);
    border-radius: 5px;
    padding:3px 20px;
}

.btn.btn-hrzn-border:focus{
    box-shadow:none;
}

.btn.btn-hrzn-border span{
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #2B4B89;
}

.table-wrap{
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(9, 67, 111, 0.15);
    border-radius: 15px;
    padding-top:30px;
}

.table-wrap h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #285678;
    margin:0px 0px 0px 30px;
}

.table-wrap .table-responsive{
    margin-top:30px;
}

.table-wrap .table-responsive table thead th{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #012642;
}

.table-wrap .table-responsive table tbody td, .table-wrap .table-responsive table thead th{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #73809A;
}

.table-wrap .table-responsive table thead th{
    color: #012642;
}


.table-wrap .table-responsive table tbody td{
    padding:18px 5px;
}

.table-wrap .table-responsive table tbody td:nth-child(1){
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2B4B89;
}

.table-wrap .table-responsive table tbody tr:nth-of-type(odd){
    background: #FBFCFF;
}

.table-wrap .table-responsive table tbody tr, .table-wrap .table-responsive table tbody tr td{
    border:0px;
    box-shadow: none;
}

.table-wrap .table-responsive table thead th {
    border:0px;
    box-shadow: none;
}

.table-wrap .table-responsive table tbody{
    border-top: 1px solid #f2f3f4;
}

.table-wrap .table-responsive table span.status{
    border-radius: 50px;
    padding: 4px 15px;
    color: #FFFFFF;
    min-width:100px;
    display:inline-block;
}

.table-wrap .table-responsive table span.status.completed{
    background: #2B4B89;
}.table-wrap .table-responsive table span.status.delivered{
     background: #19A900;
 }.table-wrap .table-responsive table span.status.processing{
      background: #F8674A;
  }.table-wrap .table-responsive table span.status.canceled{
       background: #EC3048;
   }
.rgstr-hdng-wrap{
    margin-bottom:40px;
}
.rgstr-hdng-wrap .rgstr-form-hdng{
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    margin: 0px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #030303;
}
.rgstr-hdng-wrap .rgstr-form-para{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #636364;
    border-bottom: 2px dashed rgb(99 99 99 / 0.32);
    padding:10px 0px;
}

.register-container .form-group label{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #181818;
    margin-bottom:12px;
}
.register-container .form-group .form-control{
    border: 1px solid rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.1));
    border-radius: 12px;
    margin-bottom:24px;
    padding:10px 20px;
    height:auto;
}
.register-container .form-control:focus{
    box-shadow:none;
}
.register-container .form-group .vue-tel-input{
    border:0px;
}
.register-container .form-group .vue-tel-input:focus-within{
    box-shadow: none;
}
.register-container .form-group .form-control.is-invalid, .register-container .form-group .vue-tel-input.is-invalid .vti__input{
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.horizoonx-ar .register-container .form-group .form-control.is-invalid, .horizoonx-ar .register-container .form-group .vue-tel-input.is-invalid .vti__input{
    background-position: left calc(0.375em + 0.1875rem) center;
}
.register-container .form-group .vue-tel-input .vti__dropdown{
    border: 1px solid rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.1));
    border-radius: 12px;
    padding: 12px 20px;
}
.register-container .form-group .vue-tel-input .vti__input{
    border: 1px solid rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.1));
    border-radius: 12px;
    padding: 10px 20px;
    margin-left: 20px;
}
.register-container .form-check label{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #181818;
}
.register-container .btn-sign-in{
    background: #2B4B89;
    box-shadow: 0px 4px 10px rgba(43, 75, 137, 0.25);
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding:0.8rem 0.75rem;
}
.register-container .btn-sign-in:hover, .register-container .btn-sign-in:focus{
    background: #2B4B89;
    color: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(43, 75, 137, 0.25);
}
.register-container .btn-social-sign-in{
    border: 1px solid rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    border-radius: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
    padding:0.3rem 0.75rem;
    height:47px;
}
.register-container .btn-social-sign-in img{
    margin-right:10px;
}
.register-container .btn-social-sign-in:focus{
    box-shadow:none;
}
.register-wrap{
    height: 100vh;
}
.register-container{
    height: 100%;
}
.register-wrap .content-wrap{
    background-color: #ffffff;
    /*height:100vh;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*width:60%;*/
    /*justify-content: center;*/
    box-shadow: 15px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0px 50px 50px 0px;
    position:relative;
}
.register-wrap form{
    /*width:600px;*/
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.register-wrap form.category-form{
    top: 20px;
    transform: translateY(0px);
}
.heigt-100{
    height:100%;
}
.onboard-img-wrap{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.onboard-img-wrap img{
    display:block;
    margin:0 auto;
}
.onboard-img-wrap img:nth-child(2){
    max-width:90%;
}
/* Register Banner Wrap*/
.register-wrap .banner-wrap{
    background-color: #F9FAFF;
    /*height:100vh;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*width:40%;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
}
.register-wrap .rgstr-footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 40px 15px 20px;
}
.register-wrap .rgstr-footer .lang a{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: #898F8F;
    padding:0px 5px;
}
.register-wrap .rgstr-footer .lang a:nth-child(1){
    border-right: 1px solid #000000;
}
.register-wrap .cstm-img-upload .input-file-wrap{
    border: 1px solid rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.1));
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 5px 20px;
    height: auto;
    display: inline-block;
    width: 100%;
}
.register-wrap .cstm-img-upload .input-file-wrap span{
    margin-top: 15px;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #181818;
}
.register-wrap .cstm-img-upload .input-file-wrap button{
    background: #2B4B89;
    box-shadow: 0px 4px 10px rgb(43 75 137 / 25%);
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding: 0.8rem 2rem;
    float: right;
}
.register-wrap .rgstr-footer .lang a.en-active{
    color: #000000;
    text-decoration-line: underline;
}
.register-wrap .rgstr-footer .alrdy-member p{
    margin:0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #181818;
}
.register-wrap .rgstr-footer .alrdy-member p a{
    color: #2c4b89;
    margin-left:6px;
}
.register-wrap .otp-input {
    width: 50px;
    height: 48px;
    padding: 5px;
    margin: 0 10px;
    font-size: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    border-radius: 12px;
}
.register-wrap .otp-input.error{
    border: 1px solid red !important;

}
.register-wrap .otp-input::-webkit-inner-spin-button,
.register-wrap .otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.otp-input-wrap{
    width: 310px;
    margin: 0 auto;
}
.horizoonx-ar .otp-input-wrap div.d-inline-block{
    direction: ltr;
}
.otp-complete-icon{
    width:18px;
    display:none;
}
.documents .form-group .input-file-wrap{
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    border-radius: 5px;
    padding: 20px 0px;
    position: relative;
}
.documents .form-group .input-file-wrap button {
    background: #F2F5F9;
    border: 1px solid #2B4B89;
    box-shadow: 0px 0px 5px rgba(40, 86, 120, 0.1);
    border-radius: 5px;
    color: #2B4B89;
    width: 180px;
    padding: 6px 5px;
    font-size: 13px;
    position: absolute;
    right: 0px;
    bottom: 18px;
}
.documents .form-group .input-file-wrap span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #636364;
    margin-left:15px;
}
.horizoonx-ar .documents .form-group .input-file-wrap span{
    margin-left: 0px;
    margin-right: 15px
}
.steps-wrap{
    margin-top: 35px;
    display: inline-block;
    width: 100%;
}
.steps-wrap div{
    text-align: center;
    position: relative;
    width: calc(100% / 5);
    float: left;
}
.steps-wrap div:after{
    content: '';
    /*left:0px;*/
    /*right:0px;*/
    width: 100%;
    position:absolute;
    height:3px;
    background-color: #D9D9D9;
    top:20%;
    z-index: 0;
}
.steps-wrap div:nth-child(1):after{
    left: 50%;
}.steps-wrap div:nth-child(5):after{
     right: 50%;
 }

.steps-wrap div span{
    display:inline-block;
    width:20px;
    height:20px;
    border-radius:100%;
    border:5px solid #D9D9D9;
    position: relative;
    z-index: 10;
    background-color: #ffffff;
}
.steps-wrap div.active span{
    border:5px solid #2B4B89;
}
.steps-wrap div p{
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    color: #898F8F;
    margin: 0px;
    text-align: center;
}
.steps-wrap div.active p, .steps-wrap div.step-success p{
    color: #2B4B89;
}
.steps-wrap div.step-success:after{
    background-color: #2B4B89;
}
.steps-wrap div.step-success span{
    background-color: #2B4B89;
    border:0px;
}
.steps-wrap div span img{
    display:none;
}
.steps-wrap div.step-success span img{
    position: relative;
    top: -5px;
    display:inline-block;
}
.onboarding-success{
    text-align:center;
    margin:0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
}
.onboarding-success h4{
    font-weight: 800;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #030303;
    margin-bottom:60px;
}

.onboarding-success p{
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #636364;
    margin:0px;
}
.onboarding-success img.logo{
    width:120px;
}
.btn.is-disabled{
    pointer-events:none;
    background-color: #4b5563;
    cursor: not-allowed;
}
.register-wrap .alert-danger, .register-wrap .alert-success{
    padding: 15px;
}
.spinner{
    width:21px;
    margin-right:5px;
}
.show{

}

/*Arabic Version Css*/
.horizoonx-ar{
    direction: rtl;
    font-family: Tajawal,sans-serif;
}
.horizoonx-ar .register-container .form-group .vue-tel-input .vti__input{
    margin-left:0px;
    margin-right:20px;
}
.horizoonx-ar .register-wrap .cstm-img-upload .input-file-wrap button{
    float: left;
}
.horizoonx-ar .steps-wrap div.step-success span img{
    top: 0px;
}
.horizoonx-ar .register-wrap .cstm-img-upload .input-file-wrap span{
    margin-left:0px;
    margin-right:10px;
}
.horizoonx-ar .register-wrap .rgstr-footer .lang a.ar-active{
    color: #000000;
    text-decoration-line: underline;
}
.horizoonx-ar .register-wrap .rgstr-footer .lang a.en-active{
    color: #898F8F;
    text-decoration-line: none;
}

.horizoonx-ar .register-wrap .rgstr-footer .lang a:nth-child(1) {
    border-right: 0px;
}

.horizoonx-ar .register-wrap .rgstr-footer .lang a:nth-child(2) {
    border-right: 1px solid #000000;
}
.horizoonx-ar .documents .form-group .input-file-wrap button{
    left: 0px;
    right: auto;
}
.horizoonx-ar .on-boarding-back {
    right: 30px;
    left: auto !important;
    transform: rotateY(180deg);
}
.horizoonx-ar .steps-wrap div{
    float:right;
}
.horizoonx-ar .steps-wrap div:nth-child(1):after{
    right: 50%;
}
.horizoonx-ar .steps-wrap div:nth-child(5):after {
    left: 50%;
    right: auto;
}
.horizoonx-ar .was-validated .form-control:invalid, .horizoonx-ar .was-validated .form-control:valid, .horizoonx-ar .form-control.is-invalid, .horizoonx-ar .form-control.is-valid {
    background-position: left calc(0.375em + 0.1875rem) center;
}
.horizoonx-ar .form-check .form-check-input{
    margin-right: -1.5em;
}

/*Media Queries*/
@media screen and (min-width: 1180px) and (max-width: 1400px),
screen and (min-height: 640px) and (max-height: 670px) {

    .register-container .form-group .form-control{
        margin-bottom: 10px;
        padding: 8px 15px;
        font-size: 0.7rem;
    }

    .register-container .form-group label {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .register-container .form-group .vue-tel-input .vti__dropdown{
        padding: 5px 20px;
    }

    .register-container .form-group .vue-tel-input .vti__input{
        padding: 5px 20px;
    }

    .rgstr-hdng-wrap .rgstr-form-hdng {
        font-size: 16px;
        line-height: 20px;
    }

    .rgstr-hdng-wrap .rgstr-form-para{
        padding: 5px 0px;
        font-size: 12px;
    }

    .rgstr-hdng-wrap {
        margin-bottom: 10px;
    }

    .register-container .btn-sign-in {
        line-height: 20px;
        padding: 0.5rem 0.65rem;
        margin-top: 0.4rem !important;
    }

    .register-wrap .rgstr-footer .alrdy-member p, .register-wrap .rgstr-footer .lang a{
        font-size: 11px;
    }

    .register-wrap .banner-wrap img:nth-child(1) {
        width: 200px;
    }
    .register-wrap .banner-wrap img:nth-child(2) {
        max-width: 80%;
    }
    .steps-wrap {
        margin-top: 20px;
    }

    .steps-wrap div span{
        width: 15px;
        height: 15px;
    }
    .steps-wrap div:nth-child(2):after{
        top:15%;
    }
    .steps-wrap div p {
        font-size: 10px;
        line-height: 11px;
    }
    .register-wrap .alert-danger, .register-wrap .alert-success {
        padding: 5px 20px;
        font-size: 12px;
    }
}
@media (max-width: 1024px) {
    .onboard-img-wrap img:nth-child(2){
        max-width:100%;
    }
    .register-wrap {
        height: auto;
    }
    .register-wrap form {
        position: static;
        transform: none;
        margin-top: 50px;
    }
    .onboarding-success{
        position: static;
        transform: none;
        margin-top: 150px;
    }
    .heigt-100{
        height: auto;
    }
    .register-wrap .rgstr-footer {
        position: static;
    }
}

@media (max-width: 820px) {
    .register-wrap .banner-wrap img:nth-child(1){
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        margin-top: 60px;
    }
    .register-wrap .banner-wrap img:nth-child(2){
        display:none;
    }
    .register-wrap{
        height:auto;
    }
    .heigt-100{
        height:auto;
    }
    .onboard-img-wrap {
        position: static;
        transform: none;
    }
    .register-wrap .banner-wrap{
        width:0px;
    }
    .register-wrap form {
        margin-top: 150px;
    }
    .register-wrap .content-wrap{
        height: auto;
        width:100%;
        box-shadow:none;
        border-radius:0px;
    }
    .register-wrap .cstm-img-upload .input-file-wrap button{
        padding: 0.6rem 1.8rem;
    }
    .register-wrap .cstm-img-upload .input-file-wrap span {
        margin-top: 12px;
    }
    .register-wrap .rgstr-footer{
        position:static;
    }
}

@media (max-width: 600px) {
    .register-wrap{
        padding:15px;
    }
    .register-wrap .banner-wrap img:nth-child(1) {
        margin-top: 40px;
        width: 120px;
    }
    .register-wrap form {
        width: 100%;
        margin-top: 80px;
    }
    .rgstr-hdng-wrap .rgstr-form-hdng {
        font-size: 16px;
        line-height: 24px;
    }
    .register-container .form-group label {
        font-size: 13px;
        line-height: 15px;
    }
    .register-container .form-group .form-control{
        margin-bottom: 20px;
    }
    .steps-wrap div span {
        width: 16px;
        height: 16px;
        border: 4px solid #D9D9D9;
    }
    .steps-wrap div p{
        font-size:8px;
    }
    .register-wrap .rgstr-footer{
        flex-direction: column-reverse;
        align-items: center;
    }
}


@media (max-width: 500px) {
    .register-wrap form {
        margin-top:70px;
    }
    .steps-wrap {
        margin-bottom: 50px;
    }
    .documents .form-group .input-file-wrap button{
        width:90px;
        padding: 5px 5px;
        font-size: 12px;
    }
    .on-boarding-back {
        top: 15px !important;
        left: 15px !important;
    }
    .category-wrap{
        padding: 5px 5px !important;
    }
    .checkbox-btn-group label span[data-v-08759a34] {
        font-size: 12px !important;
        margin-top: 12px !important;
    }
    .checkbox-btn-group label{
        min-height: 90px !important;
        padding: 10px 5px 5px !important;
    }
    .checkbox-btn-group label span {
        font-size: 12px !important;
        margin-top: 2px !important;
    }
    .checkbox-btn-group label p {
        margin: 0px !important;
        min-height: 38px !important;
    }
    .checkbox-btn-group label img {
        width: 28px !important;
    }
    .checkbox-btn-group{
        margin-bottom: 10px !important;
    }
    .onboarding-success {
        width: auto;
    }
    .onboarding-success h4 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    .register-wrap .rgstr-footer{
        padding: 15px 15px 15px 15px;
    }
    .onboarding-success p {
        font-weight: 400;
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .steps-wrap div p {
        font-size: 7px;
    }
}

