@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@200;300;400;700&display=swap');

html, body {
    max-width: 100%;
    background-color: #F0F4F9;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.page{
    min-height: 100vh;
}

/* login */
.devolum-login-page{
    padding: 35px 0;
}

.login-form{
    background-color: #fff;
    border-radius: 8px;
}

.devolum-login-page input::placeholder ,.page input{
    font-weight: 400;
    font-size: 14px;
    color: #aaa;
}

.devolum-login-page label{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.devolum-login-page .logo .image{
    max-width: 227px;
}

.devolum-login-page .main-p{
    font-size: 18px;
}

.eye{
    left: 10px;
    top: 35px;
}

.eye i{
    color: #666666;
}

/* devolum-previous-orders */
.table-container{
    overflow-x: auto;
}

.table-container{
    padding-bottom: 32px;
}

.table{margin-bottom: 0;}

.col-zero ,.col-two,.col-three,.col-foor{
    text-align: center;
}

.col-one a{
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #383838;
}

.col-one a:hover{
    color: #177BC6;
}

.nav,.devolum-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px ;
}

@media screen and (max-width:490px) {
    .devolum-footer{
        display: block;
        text-align: center;
    }
}

@media screen and (max-width:270px) {
    img[alt="add-order"]{
        display: none;
    }
}

.devolum-footer p,.devolum-footer p a{
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #999999;
}

.devolum-footer p:hover a{
    color: #177BC6;
}

.bg-refused{
    background-color: #df6969cf;
    color: #fff ;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 20px;
}

.fa-eye{
    color: #177BC6;
    cursor: pointer;
}

.fa-pen-to-square{
    color: #83BB23;
    cursor: pointer;
    margin-right: 20px;
}

.fa-pen-to-square:hover,.fa-eye:hover{
    color: #000;
}

@media screen and (max-width:310px) {
    .nav .devolum-logout-icon > span:first-child{
        display: none;
    }
}

.devolum-nav-content{
    background-color: #fff;
}

.logo .image{
    max-width: 150px;
}

.devolum-logout-icon{
    color: #383838;
    cursor: pointer;
    font-weight: 600;
} 

.devolum-logout-icon:hover{
    color: #DE0319;
}

.img{
    max-width: 18px;
}

.devolum-btn-one,.devolum-btn-two{
    border-radius: 5px;
    font-weight: 600 ;
    font-size: 16px;
    color: #fff;
    border: 2px solid;
    text-align: center;
    display: inline-block;
}

.devolum-btn-one{
    background-color: #177BC6;
    border-color: #177BC6;
    transition: .4s;
}
.devolum-btn-two{
    background-color: #83BB23;
    border-color: #83BB23;
    transition: .4s;
}
.devolum-btn-two:hover,.devolum-btn-two:focus{
    border: 2px solid #83BB23 ;
    color: #83BB23;
}
.devolum-btn-one:hover ,.devolum-btn-one:focus{
    border: 2px solid #177BC6 ;
    color: #177BC6;
}

table th{
    padding: 0 8px;
    background-color: #F5F9FC !important;
}

table thead th{
    color: #177BC6 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}
table tbody td{
    color: #B3B3B3;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px;
}

.status{
    color: #83BB24;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 20px;
    background-color: rgba(131, 187, 36, 0.15);
}

.col-one{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #383838;
}

.align-end{
    text-align: right;
}

th, td {
    border: 1px solid #E8E8E8;
}

table {
    border: none;
}

.col-three span  , .fa-download{
    font-weight: 500;
    font-size: 16px;
    color: #7A7A7A; 
}

.fa-download:hover{
    color: #177BC6;
    cursor: pointer;
}

.col-foor div button:hover,.col-foor div button:focus{
    color: #000;
    background-color: transparent;
}

/* dependencies */
.form ,.details{
    border: 1px solid #DFE3E8;
    border-radius: 5px;
    background-color: #fff;
}

.form form input{
    text-align: right !important;
    border-radius: 4px;
}

.form h2 , .details p{
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
    color: #383838;
    background: #F5F9FC;
    margin: 0;
}

.devolum-report-div{
    margin: 4px 0;
}

.devolum-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 0;
    padding: 4px 0;
}

.devolum-report {
    background: #F7F7F7;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    padding: 4px 12px 4px 3px;
}

.devolum-report h4{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #7A7A7A;
    margin: 0;
}

label{
    padding: 3px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.devolum-title span{
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #aaa;
}

.form form select,.form form input::placeholder , .form-select{
    font-weight: 400;
    font-size: 14px;
    color: #aaa;
}

.details .shape{
    width: 28px;
    height: 22px;
    background: #177BC6;
    border: 1px solid #177BC6;
    border-radius: 2px;
    
}

.details table td{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #7A7A7A;
}

.details table th{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    color: #177BC6;
}

.details table tfoot .calc{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #DE0319;
}

.attach-btn{
    max-width: 435px;
    line-height: 40%;
}


/* conversion */
.form p{
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
    color: #7A7A7A;
}

.conversion-btn{
    background-color: #177BC6;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #177BC6;
    padding: 4px 1px;
    transition: .4s;
}

.conversion-btn:hover{
    background-color: transparent;
    color: #177BC6;
}

.main-col{
    color: #177BC6 !important;
}

@media screen and (max-width:390px) {
    p .conversion-btn i{
        display: none;
    }
}

/* addBeneficiary */
.form-control-inp:focus,select:focus{
    border:2px solid #e0effe ;
    box-shadow: none ;
}

.form-control:focus {
    box-shadow: none ;
}

.form-control-inp,select {
    border-width: 2px ;
}

textarea {
    resize: none;
    color: #7A7A7A;
    outline: none;
}

.custom-input{
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    color: #7A7A7A;
    font-size: 16px;
}

.dropify-wrapper{
    border: 2px dashed #83BB23;
}


@media print {
    .devolum-main-footer, .devolum-nav-content,.attach-btn{
      display: none;
    }
    article {
      width:100%!important;
      padding:0!important;
      margin:0!important;
    }
}

.modal-body .download i{
    cursor: pointer;
    font-size: 24px;
    color: #000;
    transition: .4s ease-in-out;
}
.modal-body .download i:hover{
    color: #177BC6;
}

.mb-s{
    margin-bottom: 6.5px;
}

.w-40{
    width: 40%;
}

.w-12{
    width: 10%;
}

.w-80{
    width: 80%;
}

.required{
    position: relative;
}

.required label::after {
    content: "*";
    font-size: 30px;
    color: red;
    position: absolute;
    top: 8%;
    padding-right: 3px;
}

a {
    text-decoration: none;
}