@font-face {
    font-family: 'Almarai', sans-serif;
}


*:not([class^="fa"]){
    font-family: 'Almarai', sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
    font-size: 17px;
}
.select2-selection__arrow{
    display: none;
}
td{
    font-size: 15px !important;
}

.badge2 {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.hidden {
    display: none;
}
[dir="rtl"] th {
    text-align: right !important;
}

.invalid-feedback{
    display: block;
}

.badge-light-success{
    color: #50cd89;
    background-color: #e8fff3;
}

.badge-light-danger{
    color: #f1416c;
    background-color: #fff5f8;
}

.badge-light-warning{
    color: #ffc700;
    background-color: #fff8dd;
}

.badge-light-secondary{
    color: #7239ea;
    background-color: #f8f5ff;
}
.create-btn{
    float: right;
    margin-left: 10px;
    width: 175px;
    margin-bottom: 40px;
    padding: 6px 0 5px 0;
}
.btn{
    padding: 8px 10px 5px !important;
}
.fa, .fas {
    font-family: "Font Awesome 5 Pro"!important;
    font-weight: 900;
}
ol,ul{

    padding-right: 0px;
    padding-left: 0px
}
ol{
    list-style: auto;
}
ul{
    list-style: disc;
}
.select2-selection__arrow{
    margin-top: 2px;
}
.select2-selection{
    width: 100%!important;
    height: 38px!important;
    border-radius: 0px!important;
}
.select2{
    width: 100%!important;
}
pre{
    direction: ltr;

}
.ltr{
    right: 35px;
    left: unset !important;

}

nav ul li a{

    padding: 0px 59px 0px 0px
}

.row{
    margin: 0px!important;
}
.form-control:focus{
box-shadow: unset!important;
border:1px solid #ff9800!important;
background: #fff5d8!important;

}
.form-control{border-radius: 0px!important;}
div{
    font-size: 14px;
}
td,
th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
}
.fixed {
    z-index: 11;
}
.ml-4.flex-1 {
    margin-left: 0px;
    margin-right: 30px !important;
}
.form-select{
    font-size: 13px;
}

thead th {
    border-bottom: 1px solid #ddd !important;
    font-size: 13px;
    font-weight: bold;
}
.aside,
.main-content,
.top-nav {
    transition: .2s ease-in-out;
}

    nav ul{

    height: 100%;
    width: 99%;
    list-style: none;
    }
    nav ul li{
    line-height: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    }
    nav ul li:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    nav ul li ul li:last-child {
         border-bottom: none
    }
    nav ul li a{
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
    }
    
    
    nav ul li ul li a{
    font-size: 15px;
    padding: 5px 25px 5px 25px;

    }

    nav ul ul li{
    line-height: 30px;
    border-top: none;
    color:#DBDFE9;
    }
    
    .nav-pills .nav-link {
        color:#DBDFE9;
        font-weight: 500 !important;
        font-size: 14px !important;
    }


    nav ul li.active ul li a{
    color: #e6e6e6;
    background: #1b1b1b;
    border-left-color: transparent;
    }
    nav ul ul li a:hover{
    color: #ffffff !important;
    background: rgb(183 183 183 / 10%) !important;
    }

    .nav>li>a:focus, .nav>li>a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: transparent !important;
    }

    .rotate{
        transform: translateY(-10%) rotate(-180deg);
    }


    nav .nav-pills .nav-link.active,
    nav  .nav-pills .show>.nav-link {
       /* background: #1b1b1b !important;*/
        
       background:rgb(183 183 183 / 10%) !important;
    }

    nav .nav-pills .nav-link.active-sub{
        background-color: rgb(183 183 183 / 10%) !important;
    }
    .aside nav p{
        
        margin-bottom: 0px !important;
    }

    nav .nav-treeview li{
        width: 100%;
    }
    nav .main-nav {
        padding: 12px;
        color:#DBDFE9;
    }
    nav p i{
        padding: 0px 6px;
    }

* {
    text-decoration: unset !important;
}
.main-content {
    width: calc(100% - 280px);
    margin-right: 280px;
}
.top-nav {
    width: calc(100% - 280px);
}
.aside  {
    color: #DBDFE9;
}
.aside .item div {
    font-size: 16px;
}


.item {
    padding: 14px 0px 14px 59px;
    margin: 2px 0px;
}
.main-box-wedit{
    box-shadow: 0 8px 16px 0 rgb(10 14 29 / 2%), 0 8px 64px 0 rgb(119 119 119 / 8%);
}
.main-content.active .top-nav {
    width: 100% !important;
}
@media (max-width: 700px) {
    .main-content {
        width: 100% !important;
        margin-right: 0px !important;
    }
    .top-nav {
        width: 100% !important;
    }
    .aside {
        right: -280px;
    }
    .aside.active {
        right: -280px;
    }
    .aside.in-active {
        right: 0px;
    }
}
@media (min-width: 700px) {
    .main-content.active {
        width: 100% !important;
        margin-right: 0px !important
    }
}
.ck[dir=rtl],
.ck[dir=rtl],
.ck,
.ck * {
    text-align: right;
}
.main-box{
    background: #fff;
    border-radius: 5px;
}
.row{
    margin: 0px;
}
tr{
    height: 60px;
    align-items: center;
}

.divider {
    background-image: linear-gradient(90deg ,transparent,#666);
    right: auto;
    left: 10px;
    opacity: .1;
    margin: 0px 0px ;
    min-height: 2px;
}
.divider-right {
    background-image: linear-gradient(270deg ,transparent,#666);
    right: auto;
    left: 10px;
    opacity: .1;
    margin: 0px 0px ;
    min-height: 2px;
}
.form-control.error{
    border: 1px solid #ff2121!important;
}
label.error{
    font-size: 13px;
    color: #ff2121;
}
.fa, .fas {
    font-family: "Font Awesome 5 Pro"!important;
    font-weight: 900;
}
.ck-editor{
    z-index: 0;
}
.image-file.active{
    border: 3px solid #2381c6;
}
#toast-container>div {
    padding: 18px 8px 20px 50px;
    width: 18em;
}
#toast-container>div{
    box-shadow: 0px 0px 5px #c1c1c1!important;
    opacity: 1;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #2eacf5;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #2eacf5, 0 0 5px #2eacf5;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #2eacf5;
    border-left-color: #2eacf5;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
    0% { transform: rotate(0deg); transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.ck-content{
    min-height: 150px;
}
[class^="fileuploader-icon-"], [class*=" fileuploader-icon-"] {
    display: inline-block;
    font-family: 'font-fileuploader' !important;
}
.selectize-input {
    border: 1px solid #cdcdcd;
}
.fileuploader-theme-dragdrop .fileuploader-input{
        border-radius: 0px!important;
        border: 1px solid #cdcdcd!important;
}
.fileuploader{
    margin:0px!important;
}
.fileuploader-input{
    text-align: center;
}
.fileuploader-input *{
    text-align: center;
}
.fileuploader-theme-dragdrop .fileuploader-input{
    background: var(--bg-second-bg);
    border: 1px dashed var(--bg-main-bg);
}
.fileuploader{
    background: var(--bg-second-bg);

    padding: 0px;
}
/*  .dropzone{
    padding: 0px!important;
}
*/
*[class^="fileuploader"] {
    direction: ltr!important;

}
.fileuploader-items .fileuploader-item{
    padding: 7px!important;
}
.fileuploader-items-list{
    width: 100%!important;
    margin: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    /*padding-top: 5px!important;
    padding-bottom: 5px!important; */
}
.fileuploader-popup{
    z-index: 66666666666666666;

}
.fileuploader-popup *{
    text-align: center!important;

}

.fileuploader-popup-button[data-action="cancel"]{
    font-size: 0px!important
}
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button{
        padding: 5px 15px!important;
        text-shadow: none;
}
.fileuploader-popup-button[data-action="cancel"]:after{
    content:'إغلاق';
    font-size: 13px!important
}
.fileuploader-popup-footer{
    display: flex;
    justify-content: center;
}
.fileuploader-popup .fileuploader-popup-tools button[data-action="remove"]{
        font-size: 0px!important
}
.fileuploader-popup .fileuploader-popup-tools button[data-action="remove"]:after{
       content:' حذف';
    font-size: 13px!important
}
*[class^="fileuploader-icon-"]{
    text-align: center!important;
}

.fileuploader-items .fileuploader-item{
    border-color: none!important;
}
.fileuploader-items .fileuploader-item .fileuploader-action+.fileuploader-action{
    margin-left: 0px!important;
    margin-right:16px!important;
}
.fileuploader-input{
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.fileuploader-icon-main{
    margin: 0px!important;
    padding: 10px!important;
    font-size: 30px!important;
}
.fileuploader-input-caption{
    font-size: 14px!important;
}
.fileuploader-input-inner p,.fileuploader-input-button{
    display: none!important
}
.fileuploader-input-inner:hover{
    opacity: .5!important;
}
.fileuploader-icon-remove:before {
    content: "\e923";
    position: relative;
    top: -5px;
}
.fileuploader-item {
    z-index: 0;
}

/* width */
.aside-menu::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.aside-menu::-webkit-scrollbar-track {
  background: #2d496f;
}

/* Handle */
.aside-menu::-webkit-scrollbar-thumb {
  background: #254d83;
}

/* Handle on hover */
.aside-menu::-webkit-scrollbar-thumb:hover {
  background: #2d6fc9;
}

.front-content *{
    max-width: 100%!important;
}
.front-content iframe{
    width: 100%!important;
}
.circle-chart {
    position: absolute!important;
}
.circle-chart__circle {
    animation: circle-chart-fill 1s reverse;
    transform: rotate(-90deg);
    transform-origin: center;
}
@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/************************************ Auth / Login And Register Component    ****************************************/
.social-login{
    text-align: center;
    margin: 50px 0 30px;
}


.social-login span{
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.social-login .card{
    border: 1px solid #c03839;
}
.social-login .card-header{
    background-color: #c03839;
    color: #fff;
}
.social-login .card-body{
    padding: 50px 30px;
}
.social-login .card-body .form-control:focus {

    border-color: #c03839;
    box-shadow: none;
}
.social-login .card-body .btn-primary {
    background-color: #c03839;
    border-color: #c03839;

}

.social-login p{
    font-weight: bold;
    color: #c03839;
    margin-bottom: 27px;

    text-align: center;
    letter-spacing: 4px;
}

.social-login a{
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
}

.social-login .facebook {
    background-color: #3b5998;
}
.social-login .google {
    background-color: #db4437;
}

.social-login  .facebook:hover,
.social-login .google:hover
 {
    opacity: .9;
    color: #fff;
}



/* Content Page*/
.content{
    padding: 30px 0px;
}
.content h3{
    margin-bottom: 25px;
}
/* DataTable*/
.dataTables_wrapper .row{
    width: 100% !important;
    padding-top: 29px;
    background-color: white;
}
.dataTable{
    width: 100% !important;
}

.dataTable th{
    
    text-align: center !important;
}
.dataTable td{
    border-color: #ddd;
    text-align: center !important;
}

.modal input[type='text'],
.modal input[type='number'],
.modal textarea,
.modal select{
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #ccc;
}
.modal input:focus,
.modal textarea:focus,
.modal select:focus{
    border: 2px solid #000;
}
.modal label,
.modal input,
.modal textarea,
.modal select{
    margin-top: 25px ;
}
.form-check-input{
    padding: 12px;
}


/* Create Services*/

.create_service .form-group{
    margin-bottom: 20px;
}


.form-control.is-invalid, .was-validated .form-control:invalid {

    padding-left: 5px !important;
    padding-right: 5px !important;
    background-image: none !important;
    border: 1px solid #ced4da!important;
}


/* Home Page*/
.widget {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 10px;
    -webkit-box-shadow: 2px 4px 10px 1px rgba(0, 0, 0, 0.47);
    box-shadow: 2px 4px 10px 1px rgba(201, 201, 201, 0.47);
    border-radius: 10px;
    height: 100px;
    background-color: #fff;
    height: 172px;
}

.widget .left,
.widget .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.widget .title {
    font-weight: bold;
    font-size: 14px;
    color: rgb(160, 160, 160);
}

.widget .counter {
    font-size: 28px;
    font-weight: 300;
}

.widget .link {
    width: max-content;
    font-size: 12px;
    border-bottom: 1px solid gray;

}

.widget .link  {
    color: black;
    cursor: pointer;
}

.widget .percentage {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: green;
}



.widget .icon {
    font-size: 18px;
    padding: 5px;
    border-radius: 5px;
    align-self: flex-end;
}


/* Reports*/

.reports form button{
    margin: 0;
    position: absolute;
    top: 57%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 13px 53px !important;
}
.reports .data{
    padding:150px 0px 40px 0
}

.reports .data h4{
    margin-bottom:10px ;
    padding: 0px 1rem!important;
}

.reports .data .table td,
.reports .data .table th{
    text-align: center;
}
.reports .data .table button{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.datepicker-days td{
    padding: 0px 12px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.datepicker-days tbody
{
    margin: 0px;
    padding: 0px;
}
.datepicker-days tr
{
    height: 15px;
}

.datepicker-days tfoot
{
    display: none;
}

.reports .not-found{
    font-weight: bold;
    text-align: center;
    font-size: 21px;
    margin-top: 160px;
}


/* Invoice */

#print_Button{
    cursor: pointer;
    margin: 0px;
    border-radius: 0px;
    padding: 8px 29px !important;

}


/* Chat Conversation*/

.conversations .btn-chat{
    background-color: #1a2d4d !important;
}

/* width */
.conversations .message-details::-webkit-scrollbar,
.conversations .all-con::-webkit-scrollbar
 {
    width: 4px;
  }

  /* Track */
  .conversations .message-details::-webkit-scrollbar-track,
  .conversations .all-con::-webkit-scrollbar-track {
    background:  #b3b7bd;
  }

  /* Handle */
  .conversations .message-details::-webkit-scrollbar-thumb,
  .conversations .all-con::-webkit-scrollbar-thumb {
    background: #2d496f;
  }
  .conversations .message-details::-webkit-scrollbar-thumb:hover,
  .conversations .all-con::-webkit-scrollbar-thumb:hover {
    background: #2d6fc9;
  }


  .conversations .all-con{
   /* height: 795px;
    overflow: scroll;
    overflow-x: hidden;
    */
  }
  .conversations form button{
    margin-bottom: 17px;
    display: block;
    border: none;
    background: #fff;
    width:100%;
}

.conversations form .time{
    color: #FB2576;
    text-align: right;
    margin-top: 5px;
    margin-bottom:0px
}
.conversations form .row {

    text-align: center;
}

.conversations form strong{
    color: #6D67E4;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px !important;
}

.conversations form p strong{
    color: #6D67E4;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px !important;
    text-align: center;
    display: block;
}

.conversations .message-details{
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 660px;
    overflow: scroll;
    overflow-x: hidden;
}

.conversations .message-details span:first-of-type{
    font-weight:bold;
    color:#6D67E4
}

.conversations .message-details p{
    margin-bottom: 0px;
}
.conversations .send-message textarea{
    width: 100%;
    height: 81px;
    border-radius: 20px;
    padding: 10px;
    margin-bottom:17px
}
.conversations .send-message button{
    width: 100px
}

.conversations .not-found-data{
    width: 100%;
}
.not-found-data img{
    width: 100%;
    margin-top: 58px !important;
}




/* coupon*/

.add_coupon .col-6{
    margin-bottom: 25px;
}

.add_coupon input{
    display: block;
    width: 100%;
    height:38px
}
.add_coupon .form-check-input{

    width: 35px !important;
    height: 35px !important;
}

.section-title.after-line {
    display: flex;
    flex: 1;
    align-items: center;
}

 .section-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #171347;
}
.section-title.after-line:after {
    content: "";
    flex: 1 0 20px;
    height: 2px;
    background-color: #f1f1f1;
    margin-left: 10px;
}
/* Footer*/

footer{
    padding: 15px 0;
    background: #ffffff;
    width: 100%;
    position:fixed;
    bottom:0;
    width: calc(100% - 280px);
  }

  footer .copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
  footer img{
    height: 20px;
  }
  footer h5{
    font-size: 14px;
    margin: 0 8px;
    color: #000000;
  }

.main-content .main{
    margin-top: 60px;
    margin-bottom: 27px !important;

}

