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

@font-face {
    font-family: 'ReadexPro';
    src: url(fonts/ReadexPro.ttf);
}

@font-face {
    font-family: 'ReadexProBold';
    src: url(fonts/ReadexPro-Bold.ttf);
}

body{
    font-family: 'ReadexPro', sans-serif;
    text-align:right;
    direction: rtl;
    font-size: .9em
}

.navigation, .navigation .navigation-header,
.breadcrumb, .header-navbar{
    font-family: 'ReadexPro', sans-serif;
}

.bg-authentication{
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.red-text{
    color: #f00
}
.attach-file{
    text-align: center;
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 7px;
    margin: 10px;
}

.modal .picker{
    position: relative;
}

.projects-tasks .action-btns{
    visibility: hidden;
}

.copy-result{
    display: none
}

.pac-container{
    z-index: 99999;
}

@media (min-width:1280px){
    .login-box{
        width: 50%;
    }
}



.pagination {
    /* text-align: center; */
    /* margin: 70px 0 0 0; */
    /* display: inline-block; */
    /* width: 100%; */
}
.tdright{
    text-align: center
}
.tdright .num {
    margin-left: 5px;
    display: inline-block;
}

.tdright a:link,
.tdright a:visited {
    /* height: 36px; */
    text-decoration: none;
    font-size: 13px;
    padding: 8px 0;
    /* width: 36px; */
    display: block;
    /* height: auto; */
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    /* height: 36px; */
}

.tdright a:active,
.tdright a:hover {
    text-decoration: none;
    color: #fff;
    background: #968df3;
    padding: 8px 0;
    display: block;
}   

.add-answer-btn{
    border-radius: 9px;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 1.5em;
}

.min{
    width: 1px !important
}

.nowrap{
    white-space: nowrap  !important
}

.no-add-btn .action-btns,
.no-add-btn .dataTables_length,
.no-add-btn .pagination
{
    visibility: hidden;
}

.read0{
    color: #0b2c71;
    font-weight: 800;
    font-size: 1.1em;
}
.read1{
    color: #000
}

#counter{
    position: fixed;
    top: 8em;
    background: rgba(184, 194, 204, 0.71);
    left: 2.4em;
    z-index: 99;
    padding: .5em;
    width: auto;
    white-space: nowrap;
    border-radius: 5px;
}

.right0 label{}
.right1 label{
    color: #00b14d !important;
    font-weight: 800;
}

.role3 .action-btns,.role1 .action-btns{
    visibility: hidden
}

.visibility-hidden{
    visibility: hidden!important;
}

.nav .nav-item{}
.nav .nav-item img{}

.main-menu .navbar-header .modern-nav-toggle{
    position: absolute;
    left: 5%;
    top: 15%;
}

.desktop-only{    display: block;}
.mobile-only{    display: none;}


#map{
    width: 100%;
    height: 450px
}


#pac-input{
    padding: 8px 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 30%;
}




.bootstrap-select{
    width: 100% !important;
    border: 1px solid #ccc;
    border-radius: 7px;
}
.selectpicker {
    padding-right: 14px;
    padding-left: 35px;
}
.dropdown-toggle::after, .dropup .dropdown-toggle::after{
    font-family: FontAwesome;
    content: '\f107'!important;
}
.bootstrap-select.btn-group .dropdown-menu li{
    padding: 5px 19px;
    border-bottom: 1px solid #eee;
}

.no-paging .dataTables_paginate {
    display: none
}


#autocomplete {
    width: 300px;
    padding: 7px;
    text-align: right;
}

.autocomplete-suggestions {
    text-align: right;
    border: 1px solid #999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.loading{
    height: 1em;
}

.display_none{
    display: none
}


.container2 {
    width: auto;
    height: auto;
    overflow-x: scroll;
    overflow-y: scroll;
}

.inner {
    height: 100%;
    white-space:nowrap; 
}

.floatLeft {
    width: 300px;
    margin:10px 10px 50px 10px;
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.floatLeft .orders-panel{
    background: transparent;
    width: 100%;
}



.resend{
    width: auto !important;
}

.inner .number{
    position: absolute;
    left: 20px;
    background: #000;
    border-radius: 25px;
    color: #fff;
    min-width: 20px;
    height: 20px;
    text-align: center;
    font-size: 0.8em;
    padding: 3px 10px;
}
.order-info small{font-size: 0.7em;}

.user-chats{
    overflow-y: scroll
}
.inner .card .card-header{
    padding: 1.5rem 1.5rem;
}



.user-info h3, .user-info span, .user-info .photo{
    float: left
}

.user-info span{
    margin: 0  0 0 12px;
}

.user-info a {
    float: right;
}


.order-info{margin: 15px;border: 1px solid #ccc;border-radius: 10px;padding: 10px;}
.order-info .panel-body{padding-bottom: 0}
.order-info button{
    margin: 0 auto;
}



/*  Pageing */
.pagination {


    margin: 20px;
    text-align: center;
}
.tdright { bottom: 0; }
.tdright .num { margin-right:5px;line-height:10px;font-size:12px; text-align: center; display: inline-block;

}
.tdright b{color:#000;display:block;padding:6px 7px;background:#fff;}
.tdright a{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tdright a:link, .tdright a:visited{text-decoration:none;color:#000;background: rgba(136, 136, 136, 0.36);padding: 16px 17px;display:block;/* border:1px solid #ccc; */border-radius: 10px;}
.tdright a:active, .tdright a:hover{text-decoration:none;color:#fff;background: #000000;padding: 16px 17px;display:block;/* border:1px solid #ccc; */}
/*  Pageing */

.dropdown-toggle::after{
    left: 0;
    right: 186px;
    display: none !important
}
.bootstrap-select.btn-group .btn .filter-option{
    text-align: right !important;
}

.table{
    color: #000
}
.invoice-page tr th, .invoice-page tr td{
    font-size: 1.1em;
}

.invoice-page .smaller tr th, .invoice-page .smaller tr td{
    font-size: 1.1em;
}


.add-order{
    position: fixed;
    left: 1%;
    bottom: 3%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 3em;
    display: grid;
    line-height: 48px;
    text-align: center;
    padding: 0;
}
.bg-value{
    border-radius: 25px;
    padding: .5em;
    width: 50%;
    margin: 0 auto;
}
.bg-info {
    background-color: #00CFE8!important;

}


.not{
    display: inline-block;
    background: #c72828;
    color: #fff;
    padding: .2em 1.2em;
    border-radius: 25px;
    font-size: 1em;
}
.ok{
    display: inline-block;
    background: #28c76f;
    color: #fff;
    padding: .2em 1.2em;
    border-radius: 25px;
    font-size: 1em;
}

.cash{
    background: #c7bb28;
}
.after{
    background: #2885c7;
}

.finance_type{
    padding: .2em 1.2em;
    border-radius: 25px;
    font-size: 1em;
}
.finance_type_DELIVERY{background: rgb(199 40 172 / 36%);}
.finance_type_ORDER{background: #85bbff;}

.orders-financial-bg{
    background: #85bbff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #85bbff 0%, #ffffff 7%, #ffffff 7%, #ffffff 19%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #85bbff 0%,#ffffff 7%,#ffffff 7%,#ffffff 19%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #85bbff 0%,#ffffff 7%,#ffffff 7%,#ffffff 19%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85bbff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.delivery-financial-bg{
    background: #c649af; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #c649af 0%, #ffffff 7%, #ffffff 7%, #ffffff 19%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #c649af 0%,#ffffff 7%,#ffffff 7%,#ffffff 19%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #c649af 0%,#ffffff 7%,#ffffff 7%,#ffffff 19%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c649af', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.callcenter .add-order{
    width: auto;
    border-radius: 25px;
    font-size: 1em;
    padding: 0 1em;
    height: auto;
}

.timepicker_div{ text-align:center; padding:40px;}

.custom-radio input[type='radio']{
    width: auto;
    border: none;
    box-shadow: none;
}
.copy-url{
    position: absolute;
    right: 20px;
    top: 27px;
}

.breadcrumbs-top .breadcrumb a, .breadcrumb .breadcrumb-item+.breadcrumb-item:before, .breadcrumb .breadcrumb-item.active,
.header-navbar .navbar-container ul.nav li i.ficon,
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name{
    color: #fff;
    color: #626262;
}

.badge.badge-primary{
    background-color: #ea0001;
}

.header-navbar .navbar-container ul.nav li i.ficon:hover:hover{
    color: #0b2c71;
}

.main-menu.menu-light .navigation li a{
    color: #ffffff;
}

.header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link i{
    color: #000;
}

.main-menu{
    background: #ffffff !important;
}
.main-menu.menu-light .navigation>li.active>a{
    background: #ffffff;
    color: #001a6f;
}
.main-menu.menu-light .navigation {
    background: #001a6f;
}

.itemgallery-img{
    height: 210px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.main-menu.menu-light .navigation>li img{
    float: right;
    margin: 0 0 0 10px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
}

/*  Pageing */
.pagination {
    /* clear: both; */
    /* display: inline; */
    margin: 20px;
    text-align: center;
}
.tdright { bottom: 0; }
.tdright .num { margin-right:5px;line-height:10px;font-size:12px; text-align: center; display: inline-block;

}
.tdright b{color:#000;display:block;padding:6px 7px;background:#fff;}
.tdright a{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.tdright a:link, .tdright a:visited{text-decoration:none;color:#000;background: rgba(136, 136, 136, 0.36);padding: 16px 17px;display:block;/* border:1px solid #ccc; */border-radius: 10px;}
.tdright a:active, .tdright a:hover{text-decoration:none;color:#fff;background: #000000;padding: 16px 17px;display:block;/* border:1px solid #ccc; */}
/*  Pageing */

.bootstrap-tagsinput{
    display: block !important;
}

.bootstrap-tagsinput .tag{
    margin-right: 2px;
    color: #fff;
    background: #0b2c71;
    padding: 2px 5px;
    border-radius: 5px;
}

.user{}
.user .chip{
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    line-height: 20px;
    height: 40px;
}
.user .chip .chip-body{
    display: block;
    font-size: 2em;

}

.user-photo{
    height: 70px;
    left: 10px;
    top: 10px;
}

.table thead{
    /* background: #ffffff; */
    color: #001a6f;
}

.user-img{
    height: 170px;
    background-position: center;
    width: 170px;
    background-size: contain;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
}


.item-img{
    height: 200px;
    background-position: center;
    width: 100%;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    display: inline-block;
}

.main-img{
    position: absolute;
    left: 20px;
    top: 6px;
}

.main-img i{
    color: #ff0;
}

.icon20.active{

}
.statistics .icon{
    font-size: 30px;
}

.logs-box{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 10px 0 0;
}
.logs-box .content-box{
    border: 1px solid #eee;
    padding: 5px 10px;
    background: #eee;
    border-radius: 3px;
    margin: 0 0 3px 0;
}
.logs-box .content-box .title{text-align: left;direction: ltr}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    float: right
}

.login .card .card-header .card-title h4{
    color: #ffffff !important;
    text-align:center


}
.login .card-link{
    color: #fff
}
.login .form-control{
    border-radius: 0;
}
.login .form-control{
    border-radius: 0;
}
.login .btn{
    background-color: #00a9e4 !important;
    border-radius: 0;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation>li>a>i {
    margin-left: 1rem;
    float: right;
    margin-right: auto;
}

#loading{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 160px;
    z-index: 9
}

.action-btns{
    position: fixed;
    bottom: 0px;
    z-index: 99;
    background: #fff;
    left: 0;
    right: 260px;
    width: 87%;
    padding: 5px 14px 0px;
    box-shadow: 0px -1px 6px 1px #ccc;
}

.page-bottom{
    padding-bottom: 100px;
}

.card-info{
    position: relative;
    font-family: ReadexProBold
}
.card-info .photo{
    position: absolute;
    left: 60px;
    top: 289px;
    width: 198px
}
.card-info .photo img{width: 100%}
.card-info .img{}
.card-info .all-info{
    position: absolute;
    right: 230px;
    font-size: 2.3em;
    top: 300px;
    line-height: 50px;
}
.card-info .all-info .label{
    color: #01178d;
    display: inline-block;
    /*font-weight: 600;*/
}
.card-info .all-info .info{
    display: inline-block;
    color: #01178d !important;
    font-size: .9em;
    /*font-weight: 600;*/
}
.card-info .all-info .card-no{}
.card-info .all-info .name .info{}
.card-info .all-info .national-no{}
.card-info .all-info .beneficiary{}
.card-info .all-info .dob{}
.card-info .other{
    top: 37px;
    position: relative;
    font-size: .8em;
    /*font-weight: 600;*/
}
.card-info .other .coverage_ratio{
    display: inline-block;
    margin-left: 10px;
}
.card-info .other .insurance_level{
    display: inline-block;
    margin-left: 10px;
}
.card-info .other .extra_benefits{
    display: inline-block;
}

.card-info-back{
    position: relative
}
.card-info-back .qr-code{
    position: absolute;
    left: 50px;
    top: 210px;
}
.card-info-back .qr-code img{}

.content.app-content .content-area-wrapper .content-wrapper{
    height:auto !important
}

.green-txt{
    color: #00b14d
}

.back-btn{
    margin: 0  18px 28px;
}
.cat-item{
    border: 1px solid #fff;
    padding: 10px;
    background: #0774b6;
    color: #fff;
    border-radius: 6px;
    transition: all 300ms ease;
}
.cat-item2{
    background: #fff;
    border: 1px solid #0774b6;
}
.cat-item:hover{
    cursor: pointer;
    background: #fff;
    color: #0774b6;
    border: 1px solid #0774b6;
}
.cat-item:hover > h1, .cat-item:hover > h4, .cat-item:hover > h5, .cat-item:hover > h6, .cat-item:hover > label{
    color: #0774b6;
}
.cat-item i{}
.cat-item h1,  .cat-item h3{
    color: #fff;
}
.cat-item2 h6{
    color: #0774b6 !important
}

.cat-item h4,.cat-item h5, .cat-item h6, .cat-item label{
    color: #fff;
    cursor: pointer
}
.cat-item h5{
    font-size: 1em
}
.cat-item input[type='number']{}

.btn-white:hover{
    box-shadow: 0 8px 25px -8px #000;
}

.table th, label {
    font-size: 1rem;
}

.search-hide {
    display: none !important;
}

.current_status{
    background: #cfcfcf;
    border-radius: 5px;
}


.remove-attachment{position: absolute;width: 26px !important;height: 26px !important;;;;;border-radius: 50%;padding: 10px;text-align: center;line-height: 0;left: 38px;top: -10px;}

.highlight{
    background-color: #ff0
}

.select-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-provider .select2-container{
    width: 100% !important 
}
#no_provider-wrapper{
    display: none
}
.text-left{
    text-align: left
}

.version{
    height: 50px;
    color: rgb(255 255 255 / 36%);
    text-align: center;
    border-top: 1px solid;
    padding-top: 10px;
    font-size: .8em;
}

.status1{
     color: #f00
}
.status-1{
   
}

@media (max-width: 640px){
    .desktop-only{
        display: none;
    }
    .mobile-only{ display: block;}

    .breadcrumbs-top .breadcrumb a,
    .breadcrumb .breadcrumb-item.active,
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before{
        color: #000
    }
    .action-btns{
        right: 0;
        width: 100%;
    }
    .remove-attachment{
        left: 100px;
    }
}
@media (max-width: 575.98px){
    .header-navbar.floating-nav{
        width: calc(100vw - (100vw - 100%) - 2.5rem)!important;
    }

}


.toggle-password{
    position: absolute;
    top: 14px;
    left: 10px;
}