

/* custom style from home page */





        @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");
.line_height
{
    line-height:20px !important;
}
:root {
  --color-accent: rgb(112, 71, 235);
  --background-color: #f8f7fa;
  --foreground-color: #ffffff;
  --text-color: #19181a;
  --highlight-text-color: var(--text-color);
  --active-text-color: #f8f7fa;
  --inactive-text-color: #a5a5a5;
  --btn-bg: #f8f7fa;
  --box-shadow: #efefef;

  --border-width: 1px;
  --border-radius: 15px;
  --spacing: 18px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #19181a;
    --foreground-color: #282729;
    --text-color: #c9c8cc;
    --highlight-text-color: #f8f7fa;
    --inactive-text-color: #68676a;
    --btn-bg: #313133;
    --box-shadow: #111111;
  }
}

* {
  margin: 0;
  padding: 0;
}

 

.calendar-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-bottom: 15px;
  border-bottom: var(--border-width) solid var(--box-shadow);
}

.calendar-toolbar > .current-month {
  font-size: 20px;
  font-weight: bold;
  color: var(--highlight-text-color);
}

.calendar-toolbar > [class$="month-btn"] {
  width: 40px;
  aspect-ratio: 1;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: var(--highlight-text-color);
  background: var(--btn-bg);
  border: none;
  border-radius: var(--border-radius);
}

.weekdays,
.calendar-days {
  display: flex;
  flex-wrap: wrap;
  padding-inline: var(--spacing);
}
.weekdays {
  padding-top: 12px;
}
.calendar-days {
  padding-bottom: 12px;
}

.weekday-name,
[class$="-day"] {
  width: 43px;
  height: 40px;
  color: #a5a5a5; /*var(--text-color);*/
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 1rem;
}

.weekday-name {
  color: var(--highlight-text-color);
  font-weight: 700;
  font-size: 14px;
}

.current-day {
  background-color: #D5D2CA; /*var(--color-accent);*/
  color: #a5a5a5; /*var(--active-text-color) ;*/
  border-radius: var(--border-radius);
  font-weight: 700;
  transition: 0.5s;
  cursor: pointer;
  width: 36px;
  margin: 2px;
}

.padding-day {
  color: var(--inactive-text-color);
  user-select: none;
}

/*.calendar-toolbar > [class$="month-btn"]:hover,
.month-day:hover,
.btnn:hover {
  border-radius: var(--border-radius);
  background-color: var(--btn-bg);
  color: var(--color-accent);
  border-radius: var(--border-radius);
  transition: 0.1s;
  cursor: pointer;
  box-shadow: inset 0px 0px 0px 1.5px var(--color-accent);
}*/

.calendar-toolbar > [class$="month-btn"]:focus,
.month-day:focus,
.btnn:focus {
  border-radius: var(--border-radius);
  background-color: var(--color-accent);
  color: var(--active-text-color);
}

.goto-buttons {
  border-top: var(--border-width) solid var(--box-shadow);
  padding-block: 18px;
  display: flex;
  justify-content: space-evenly;
}

.btnn {
  background: var(--btn-bg);
  border: none;
  border-radius: var(--border-radius);
  padding: 11px 13px;
  color: var(--highlight-text-color);
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  margin-right: 1px;
  box-shadow: 0px 0px 0px var(--box-shadow);
}
.a_class
{
    text-decoration:none;
    color: black;
}
.a_class:hover
{
    text-decoration:none;
    color: black;
}



        /*body{
            background: #f0f0f0;
            padding-top: 20px;
            background-image: url(lib/img/grid-18px-masked.png);
            background-position: top;
            background-repeat: repeat-x;
            background-attachment: fixed;
        }
        body, div, col-sm-, p, a, h1, h2, h3, h3, h5, h5{
            font-family: 'Ubuntu', sans-serif;
        }
        footer{
            padding-top: 100px;
        }
        .pintam{
            box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
            background: #f7f7f7;
            border-radius: 5px;
        }
        .jumbotron{
            box-shadow: 0 0 10px #ccc;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .atzucac{
            padding: 20px;
        }
        .container{
            max-width: 900px;
        }
*/


        .iframeOut
        {
            margin:0px !important
        }	
    
        .mobile
        {
            display: none;
        }
        .marginTop
        {
            margin: 20px; 
        }
         
        .imagePop{
            position: fixed;
            top: 150px; 
            bottom: 150px;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 100000;
            background: rgba(0, 0, 0, 0.1);
            display: none;
        }
        .image{
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            text-align: center;
        }
        .closeIcon{
            font-size: 25px;
            cursor: pointer;
            position: absolute;
            top: 50px;
            right: 50px;
            color: #000;
        }
        .closeIcon:hover{
            color: red;
        }
        .audioDiv{
            width: 170px !important; 
            height:35px !important; 
            padding:0 !important
        }
        .audioCotrols{
            width: 150px !important; 
            height:30px !important
        }
        .has-danger {
            color:red;
             
        }

        .overlay {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            transition: opacity 500ms;
            visibility: hidden;
            opacity: 0;
          }
          .overlay:target {
            visibility: visible;
            opacity: 1;
          }
          
          .popup {
            margin: 70px auto;
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            width: 30%;
            position: relative;
            transition: all 5s ease-in-out;
          }
          
          .popup h2 {
            margin-top: 0;
            color: #333;
            font-family: Tahoma, Arial, sans-serif;
          }
          .popup .close {
            position: absolute;
            top: 20px;
            right: 30px;
            transition: all 200ms;
            font-size: 30px;
            font-weight: bold;
            text-decoration: none;
            color: #333;
          }
          .popup .close:hover {
            color: #06D85F;
          }
          .popup .content {
            max-height: 30%;
            overflow: auto;
          }
          
          @media screen and (max-width: 700px){
            .box{
              width: 70%;
            }
            .popup{
              width: 70%;
            }
          }

          .overflow{
            height: 300px;
            
            overflow-y: scroll;
         }
            
         
        
         
            .error
            {
                margin: 20px 0 20px;
                color: red;
                border: 1px solid red;
                padding: 10px;
                width: 100%;
                background: #facbcb;
            }
            .hidden
            {
                display: none;
            }	

            .coupon_res
            {
                border-radius: 6px;
                background: green;
                margin-right: 15px !important; 
                margin: 10px;
                width: 74% !important;
                color: white;
                font-size: 13px;//normal normal 14px/19px Tajawal-med;
                padding: 4px;
                margin-right: 0;
            } 
            .discount_res
            {
                background: #F5F5F5 0% 0% no-repeat padding-box;
                border-radius: 4px;
                border: 0;
                height: 48px;
                font: normal normal 14px/19px Tajawal-med;
                letter-spacing: 0px;
                color: #262624;
                padding: 10px 20px;
                margin-right: 15px;
                margin-left: 5px;
            }

            .text_chat
            {
                margin: 0 auto;
                                                        display: inline-block;
                                                        font: normal normal 14px/24px Tajawal-med;
                                                        letter-spacing: 0px;
                                                        color: #807E79;
                                                        padding: 5px 10px;
                                                        background: #F5F5F5 0% 0% no-repeat padding-box;
                                                        border-radius: 8px;
                                                        margin:10px;
                                                        width: 100%;
            }

           /* .loading {
                z-index: 20;
                position: absolute;
                top: 0;
                left:-5px;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.4);
            }
            .loading-content {
                position: absolute;
                border: 16px solid #f3f3f3;  
                border-top: 16px solid #3498db;  
                border-radius: 50%;
                width: 50px;
                height: 50px;
                top: 40%;
                left:35%;
                animation: spin 2s linear infinite;
                }
                
                @keyframes spin {
                    0% { transform: rotate(0deg); }
                    100% { transform: rotate(360deg); }
                }
             
                
    .lds-dual-ring.hidden {
        display: none;
    }
 
     
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,.8);
        z-index: 999;
        opacity: 1;
        transition: all 0.5s;
    }
     
    
    .lds-dual-ring {
        display: inline-block;
        width: 80px;
        height: 80px;
    }
    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }
    @keyframes lds-dual-ring {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }*/



    /* Base setup */
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/*  body {
    margin: 5%; 
     text-align: center;
    background: #111;
    color: #333; 
}  */
h1 {
    font-size: 2em; 
    margin-bottom: .5rem;
}

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 2rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}

/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/*  
input:checked ~ label,  
   label:hover, label:hover ~ label { color: #d5b15f;  }   

 
input:checked + label:hover, input:checked ~ label:hover,  
input:checked ~ label:hover ~ label, 
   label:hover ~ input:checked ~ label   { color: #d5b15f;  }    
*/
.notification_unseen
{
    background-color: #EDEDED; /*#ece8db;*/
}
.active_filter
{
    color: #d5b15f !important;
    font-weight: bold;
}
.swal2-container
{
    z-index: 99999 !important;
}
#recording_time
{
    font: normal normal 24px/20px Tajawal-med;
    letter-spacing: 0px;
    color: #D5B15F;
}

.no_cursor
{
    cursor: default !important;
}







 

.star-ratings {
    unicode-bidi: bidi-override !important;
    color: #212529 !important;
    font-size: 20px !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    
    
  }
 .fill-ratings {
      color: #D5B15F !important;
      padding: 0 !important;
      position: absolute !important;
      z-index: 1 !important;
      display: block !important;
      top: 0 !important;
      /*left: 0 !important;*/
      overflow: hidden !important;
      
      
      
    }
    .fill-ratings span {
        display: inline-block !important;
      }
    .empty-ratings {
      padding: 0 !important;
      display: block !important;
      z-index: 0 !important;
    }

    .float-right
    {
        float: right;
    }
    .float-left
    {
        float: left;
    }
    .radio
    {
        margin-left: 10px;
    }

    .modal-header .close
    {
        margin: 0 !important;
        padding: 0 !important;
    }

     
    .col-2 img, .col-3 img:not(.no-raduis) img:not(.edit), .felxvisits img
    {
        border-radius: 50% !important;
        width: 104px !important;
        height: 104px  !important;
        border: 1px solid #b8b3b3;
    }
    .edit
    {
        border-radius: 50% !important;
    }
    
    .breadcrumb li
    {
        padding-right: 5px !important;
    }

    .green-check
    {
        background-color: #d5b15f !important; /*#71b280 green*/
    }

    .clos_btn
    {
        position: absolute !important;
        top: 0px !important;
        left: -8px !important;
        background-color: #fff !important;
        color: #6c6969  !important;
        border: 0 !important;
        box-shadow: unset !important;
        height: 10px  !important;
        font-size: 30px !important;
    
    }

    .header_img
    {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: 2px;
        border: 1px solid #fff;
    }

    .timer_sticky
    {
        position: fixed;
        top: 107px;
        width: 427px;

        background-color: #fff;
    }
    .sidebar_sticky
    {
        position: fixed;
        /*top: 137px;*/
        top:89px;
        width: 350px;
        z-index: 1;
        height: 620px !important;
        overflow-y: scroll;

         
    }

    .myTab_sticky
    {
        position: fixed;
        top: 75px;
        width: 360px;
    }
    .header-active
    {
        border-bottom: 2px solid #d2a745;
        color: #d2a745 !important;
        font-weight: bold !important;
    }
    .month-btn
    {
        border: hidden !important;
    }
     /*div.details ul ,*/
    /*div.details p,  div.details div
    {
        margin-bottom: 0 !important;
    } */

    ul.spechal li{
        padding: 3px 3px !important;
        border-radius: 13px !important;
        margin: 1px !important;
    }
    .spechal  
    {
        height: 88px !important;
        overflow: hidden;
    }
    .cran
    {
        color: #000 !important

    }

    #cho3 a
    {
        color: #000 !important;
    }

    .search-btn .bi-search{
        margin-top: 5px !important; 
        position: absolute !important;
    }

    span.accicon, span.accicon1
    {
        position: absolute !important;
        left: 20px !important;
    }




    div#fileHTML button.close
    {


        position: absolute;
        top: 2px;
        left: 2px;
        z-index: 1;
        background-color: rgba(0,0,0,0.4);
        padding: 2px;
    }
    div#fileHTML .clo-6
    {
        margin-left: 30px !important;
         
    }

    div#cho1.activ, div#cho2.activ, div#cho3.activ
    {
        top:70px !important;
    }





   p {

        font: bold normal 15px/15px Tajawal !important;
    }
    p.small {

        font: bold normal 13px/15px Tajawal !important;
        margin-bottom:  0 !important;
    }

    .no-border{
        border-left: 0 !important;
       
    }

    textarea.form-control
    {
        font-family: 'Tajawal';
    }

    
 
    button.search-btn1.btn.btn-primary
    {
        padding: 12px 45px !important;
         
        font: bold normal 14px/19px Tajawal !important;
    }

    .counseling-box 
    {
        padding: 30px 20px !important;
    }
    .no-raduis
    {
        border-radius: 0 !important;
    }
    .col3
    {
        margin: 5px;
        height: 200px;
        position: relative;
        border: 2px solid #d5b15f;
        border-radius: 3px;
        padding: 5px; 
    }
    .modal-title
    {
        font-family: 'Tajawal';
    }
    .modal 
    {
        font-family: 'Tajawal';
    }
    .app-box 
    {
        bottom: -200px !important;
    }
    .page_margin_home
    {
        margin-bottom: 130px !important;
    }
    .ul-toggle
    {
        display: none;
    }
    .in .userImg
    {
        
        color:#000 !important;
    }

    .home .userImg
    {
        
        color:#fff !important;
    }
    .sticky .userImg
    {
        
        color:#000 !important;
    }
    
    /* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 768px) {
        .home_img
        {
            width:90%;
        }
        .navbar-collapse
        {
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(203, 176, 100);
            margin: 3px -16px 0px;
            width: 481px !important;
        }
        .navbar-collapse ul li a:not(.header-active) , .navbar-collapse .header-btn{
            color: #000 !important;
        }
        #userImg
        {
            display: none;
             
        }
        .notificat
        {
            display: none;
        }
        .ul-toggle
        {
            display: block;
        }
        .div-toggle 
        {
            display: none;
        }
        .register .container .row
        {
            display: block !important;
        }
        
        
        .register .container .row .col-6
        {
            max-width: 100% !important;
        }
        body.page .row
        {
            display: block !important;
        }
        body.page .col-8, body.page .col-7 , body.page .col-5, body.page .col-9, body.page .col-10
        {
            max-width: 100% !important;
        }
        #kt_chat_content
        {
            margin-top: 20px !important;
        }

        .timer_sticky {
            position: fixed;
            top: 90px;
            width: 95%;
            background-color: #fff;
        }
        .box
        {
            width: 100% !important;
        }
        
        .mobile
        {
            display: block;
            position: absolute;
            float: left;
            left: 77px;
            top: 25px;
            border: 1px #9e9b9b solid;
            border-radius: 5px;
            color: #9e9b9b !important;
        }
        .mobile a
        {
            color: #9e9b9b !important;
        
        }


        .controls button {
            
            /*float: right;*/
            width: 30%;
        }
        .btn.box-advice-btn
        {
            padding: 0.375rem 0.35rem !important;
        }

        .dis-flex.last
        {
            flex-grow: 10 !important;
            margin-right: 3px;
        }

        .btn.box-advice-detal, .advice-detal
        {
            padding: 0.375rem 0.75rem !important;
        }
        .btn.box
        {
            padding: 0.375rem 0.75rem !important;
        }

        .box-advice p
        {
            margin-bottom: 1rem !important;
        }

        section.counseling
        {
            height: 870px !important;
        }
        
         
        .search_visit
        {
            max-width: 100% !important;
            margin-top: 10px;
        }
        .sidebar_sticky
        {
            position: unset !important;
            width: 100% !important;
        }
        .pagination
        {
            display: none !important;
        }
        .complet-register .form-control
        {
            width: 100% !important;
        }
        .complet-register .col-6
        {
            max-width: 100% !important;
        }
        .top-20 {
            margin-top: 20px;

        }
        .barcode
        {
            width: 45% !important;
        }
        .box-advice p span.code-box
        {
            margin-top: 5px;
        }
        

    }

   
    .showSweetAlert
    {
        z-index: 99999999999 !important;
    }

    
 
.select2-container
{
        display: block !important;
    width: 231px  !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.select2-container--default .select2-selection--single
{
    border:none !important;
}
 
    section.details-advice p.w2
    {
        padding: 10% 0 !important;
    }
    
    section.details-advice .wait-counter-time
    {
        padding: 6% 0 !important;
    }
.form-control
{
 font: normal normal 14px/19px Tajawal !important;   
}

body
{
 font-family:   Tajawal !important;   
}

  .app_title
  {
      text-align: center;
    color: #fff;
    top: 10px;
    padding-top: -10px;
    margin-top: -85px;
    margin-bottom: 95px;
  }

 
    
 
    