*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* =====background colors====== */
.body-bg{
    background-color: #F5F5F5 !important;
}

.main-red-bg{
    background: #069A97;
}

.main-grey-bg{
    background-color:  #484A42;
}

.bg-d9{
    background-color: #D9D9D9;
}

.bank-bg{
    background-color: #069A970D;
}

/* =====colors====== */
.main-red-clr{
    color:#069A97;
}

.text-black{
    color: #000;
}

.dark{
    color: #000;
    opacity: 1;
}
/* ======== font weight ======== */

.font-semi{
    font-weight: 600;
}
/* ==========side and nav bar ========= */
.main-side{
    display: flex;
}

.navbar-main{
    width: calc(100% - 245px);
}

.sidebar-main{
    max-width: 245px;
    width: 100%;
    background-color: #069A97;
    padding: 0 5px;
}

.main-flow{
    overflow-y: auto;
    height: 100vh;
    padding: 25px 1px 25px 12px;
    z-index: 5;
}

.main-flow::-webkit-scrollbar {
    width: 6px;
}

/* .main-flow::-webkit-scrollbar-track {
    background: #484A42; 
    border-radius: 5px;
}

.main-flow::-webkit-scrollbar-thumb {
    background: #000; 
    border-radius: 5px;
} */

.x-mark{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 35px;
    display: none;
    cursor: pointer;
}

.nav-on{
   display: none;
   cursor: pointer;
}

/* ========== pages css ======== */
.myInput{
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    width: 100%;
    padding: 5px 5px;
}

.img-sla{
    max-width: 250px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.myinput:focus{
    outline: none;
}

.min-login{
    min-width: 140px;
}

.main-shadow{
    /* box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px; */
    box-shadow: 0px 4px 4px 0px #00000040;

}

.my-hover{
    border: 1px solid #069A97;
}

.my-hover:hover{
    border: 1px solid #000;
    background-color: #ffff;
    color: #000 !important;
    transition: .6s all ease;
}

.user-img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
}

.search-input{
    background-color: #D9D9D9;
    padding: 7px 8px;
    border-radius: 9px;
    display: flex;
    align-items: center;
}

.search-input input{
    background-color: #D9D9D9;
    width: 100%;
}

.search-input input::placeholder{
    color: #000;
    font-weight: 700;
}

.img-support{
    width: 100%;
    max-width: 40px;
    object-fit: cover;
}

.power-img{
    width: 100%;
    max-width: 40px;
    object-fit: cover;
}

.border-grey{
   border: 1px solid #949292;
}

.dashboard-style{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 0;
    display: block;
    white-space: nowrap;
    margin-top: 9px;
    border: 0px solid transparent;
}

.dashboard-style:hover{
    background-color: rgba(0, 0, 0, 0.3);
    font-weight: 700 !important;
    border-left: 3px solid #fff;
    border-radius: 4px;
    padding-left: 7px;
    transition: .6s ease-in-out;
}

.patience-hover{
    max-width: 165px;
}

.patience-hover:hover{
    background-color: rgba(72, 74, 66, 0.4) !important;
    border: 1px solid transparent !important;
    transition: .4s ease-in-out;
}

.font-12{
    font-size: 12px;
}

.area-height{
    height: calc(100vh - 84px);
    overflow: auto;
}

.area-height::-webkit-scrollbar {
    width: 0px;
}

.password-input {
    padding-right: 32px;
}

.toggle-password {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
}

.display-call{
    position: absolute;
    right: -80px;
    top: 40px;
    display: none;
    z-index: 4;
}

.font-30{
    font-size: 30px;
}

.myInput2{
    border: 1px solid #000;
    width: 100%;
    border-radius: 10px;
    padding: 3px 13px;
}

.myInput2:focus{
    outline: none;
}

.min-button{
    min-width: 200px;
    font-size: 18px;
    border: 1px solid transparent;
    margin-right: 50px;
    color: #fff;
}

.min-button:hover{
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.check-circle{
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.check-circle i {
    font-size: 85px;
}

.hover-button{
    border: 1px solid transparent;
    min-width: 200px;
    color: #fff;
}

.hover-button:hover{
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.side-shadow{
    box-shadow: rgba(0, 0, 0, 0.18) 4px 0 4px;
    position: relative;
    z-index: 3;
}

.client-font{
    font-size: 16px;
}

.client-input{
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    color: #000;
    border-radius: 10px;
    padding: 9px 9px;
}

.client-input:focus{
    outline: none;
}

.settings-img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.company-hover{
    padding: 12px;
    text-align: center;
    font-weight: 700;
    border: 1px solid transparent;
}

.company-hover2{
    padding: 12px;
    text-align: center;
    font-weight: 700;
    border: 1px solid transparent;
}

.company-hover:hover{
    border: 1px solid #000;
}

.company-hover2:hover{
    border: 1px solid #fff;
}

.min-area{
    min-height: 600px
}

.company-width{
    width: calc(33.33% - 40px);
    margin:12px 20px;
}

.right-min{
   min-height: 300px
}

.calculate-button{
    color: #ffff;
    min-width: 150px;
    padding: 8px 8px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 700;
}

.calculate-button:hover{
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.right-min input:focus{
    outline: none;
}

.pointer{
    cursor: pointer;
}

textarea{
    resize: none;
    outline: none;
}

.main-table .table{
    border-spacing: 0px 10px;
    border-collapse: separate;
    padding: 4px;
}

.main-table .table tr th{
    background-color: #f5f5f5
}

.main-table .table thead{
    box-shadow: rgba(0, 0, 0, 0.64) 0px 3px 8px;
}

.main-table .table thead{
    border-radius: 10px;
    
}

.main-table .table thead tr th:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    
}

.main-table .table thead tr th:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
}

.ui-widget-header{
    background-color: #fff;
    border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, .ui-button, html 
.ui-button.ui-state-disabled:hover, html 
.ui-button.ui-state-disabled:active{
    background-color: #fff;
    border: none;
}

.ui-corner-all{
    border-radius: 9px;
}

.ui-state-active, .ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, a.ui-button:active, 
.ui-button:active, .ui-button.ui-state-active:hover{
    color: #000;
}

.report-height{
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.report-height p{
    font-size: 20px;
}

select:focus{
    outline: none;
}

.img-file{
    width: 100%;
    height: 100%;
    max-width: 40px;
}

.main-flow .dropdown-menu.show{
    inset: auto !important;
    transform: translate(0px, 0px) !important;
}

.img-high{
    width: 100%;
    height: 100%;
    max-width: 300px;
    object-fit: cover;
}

.border-schedule{
    border-bottom: 5px solid #000
}

.border-r{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}

.border-r2{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
}

.border-input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
}

.right-min2{
    min-height: 900px;
}

.position-pdf .main-red-bg{
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.position-pdf .main-grey-bg{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}

.position-pdf{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;  
}

.border-line{
    width: calc(16.66% - 12px);
    margin: 0 6px;
}

.border-line input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    text-align: center;
}
/* --------- calendar ------- */
.wrapper{
    width: 100%;
    background: #fff;
    border-radius: 10px;
  }
  .wrapper header{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper header .icons{
    display: flex;
  }
 .wrapper header .icons span{
    height: 38px;
    width: 38px;
    margin: 0 1px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    line-height: 38px;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
  }
  .icons span:last-child{
    margin-right: -10px;
  }
  .wrapper header .icons span:hover{
    background: #f2f2f2;
  }
  .wrapper header .current-date{
    font-size: 1.45rem;
    font-weight: 500;
  }
  .calendar ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
  }
  .calendar .days{
    margin-bottom: 20px;
  }
  .calendar li{
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
  }
  .calendar .weeks li{
    font-weight: 500;
    cursor: default;
  }
  .calendar .days li{
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
  }
  .days li.inactive{
    color: #aaa;
  }
  .days li.active{
    color: #fff;
  }
  .days li::before{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .days li.active::before{
    background: #069A97;
  }
  .days li:not(.active):hover::before{
    background: #f2f2f2;
  }

  /* ------- calendar end -------- */



  /* --------- pagination ------- */

  .pagination {
      display: flex;
      justify-content: center;
      list-style: none;
      padding: 0;
  }

  .pagination a {
      text-decoration: none;
      color: #069A97;
      z-index: 0;  /* Adjust the color as needed */
  }

  .pagination a:hover {
      text-decoration: underline;
  }

  .pagination .arrow {
      font-size: 18px;
  }
  .page-item:last-child .page-link{
    z-index: 0;
  }

  .img-staff{
    max-width: 150px;
}

.active>.page-link, .page-link.active{
    background-color: #069A97 !important;
}
.img-file2{
    width: 100%;
    height: 100%;
    max-width: 90px;
}

.sa-switch-buttons .p{
    font-size: 10px;
    margin: 0;
}
.sa-switch-buttons .form-switch .form-k-input {
    height: 1em;
    width: 2em;
    background-color: #D9E2E8;
    box-shadow: none;
}
.sa-switch-buttons .form-switch .form-check-input:checked {
    background-color: #34C759;
}
.sa-switch-buttons,.time-box {
    border: 2px solid #D9E2E8;
    padding: 5px 10px;
}
.time-box{
    border-bottom: 0px;
}
.time-box:last-of-type{
    border: 2px solid #D9E2E8;
}
.time-checkbox {
    width: 20px;
    height: 25px;
}
.flatpickr-days,.flatpickr-weekdays,.flatpickr-calendar.open,
.flatpickr-calendar.inline,.flatpickr-innerContainer,.flatpickr-rContainer {
    width: 100%;
    box-shadow: none;
}
.dayContainer{
    max-width: 100%;
    width: auto;
    min-width: auto;
}
.flatpickr-day {
    max-width: calc(14.2% - 0px) !important;
    margin: 10px 0;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day:hover {
    border-color: #069A97;
    background-color: #069A97;
    color: #fff;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    height: auto;
    padding: 0 5px;
}
.flatpickr-day.today{
    background-color: #069A97;
    border: 1px solid #069A97;
    color: #fff;
}

    .flatpickr-day {
        background-color: #069A97; /* You can customize the background color */
        color: #fff; /* You can customize the text color */
        /* Add any other styles you want for highlighted dates */
    }
    .flatpickr-day:focus{
        background-color: #069A97; /* You can customize the background color */
        color: #ffffff; 
    }
    .flatpickr-day.flatpickr-disabled{
        color: black;
    }
    .flatpickr-day.today.flatpickr-disabled{
        background-color: #FAFAFA;
    }
    .table-height{
        height: 480px;
    }
    .form-width{
        max-width: 1200px;
        width: 100%;
    }

  /* --------- pagination end  ------- */

  /* --------- loader start  ------- */

  #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 9999; /* Ensure it's above other elements */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #069A97;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  body.loading {
    overflow: hidden; /* Prevent scrolling when loader is visible */
  }

  /* --------- loader end  ------- */

.invest{
    background-color: #069A970D;
    border: none;
}

.invest:hover{
    color: #069A97;
}

.profile-img{
    width: 100%;
    height: 100%;
    max-width: 120px;
    object-fit: cover;
}



.main-tab .nav-link{
    background-color: #fff;
    color: #000;
    min-height: 65px;
    height: 100%;
    font-weight: 600;
}

.main-tab .nav-link.active{
    background: linear-gradient(to bottom, #069A97, #FFFFFF) !important;
}

.main-tab .sms-tab .nav-link{
    background-color: #fff;
    color: #000;
}

.main-tab .sms-tab .nav-link.active{
    color: #069A97;
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF) !important;
    /* min-height: 0px;
    display: contents; */
}
.profile-w{
    width: calc(33.33% - 4px);
    margin: 0 2px;
}

.bg-shs {
    background-color: #C7C8CA;
}

.font-weight-medium {
    font-weight: 500;
}

.bg-dark-gray {
    background-color: #494A42;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
}

.input-wrapper {
    display: flex;
    text-wrap: nowrap;
    margin-bottom: 0;
    align-items: end;
}

.bottom-border-input {
    border: none;
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 0;
    width: 100%;
    background-color: transparent;
    outline: 0;
}

.bg-curve {
    clip-path: polygon(0% 0%, 0% 100%, 0 98%, 0 100%, 100% 100%, 0 100%, 1% 97%, 0 100%, 100% 100%, 95% 1%);
}

.bg-light-gray {
    background-color: #F5F5F5;
}

.bg-gray {
    background-color: #E8E8E8 !important;
}

.bg-green {
    background-color: #169C9B;
}

.in-1{
    width: calc(45% - 0px);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.in-2{
    width: calc(5% - 0px);
    
}
.in-3{
    width: calc(50% - 0px);
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 14% 100%);
}
.focus-none{
    outline: none;
}
/* ==========================
        Media Queries
========================= */

@media screen and (max-width: 1200px){
    .individual p{
        font-size: 13px;
    }
    .company-width {
        width: calc(33.33% - 40px);
        margin: 12px 20px;
    }
}

@media screen and (max-width: 990px){
    .min-button{
        margin-right: 0;
    }
    .img-support {
        width: 26px;
        height: 26px;
    }
    .power-img{
        width: 26px;
        height: 26px;
    }
    .fn-nav{
        font-size: 18px;
        margin-right: 3px;
    }
    .display-call{
        right: -41px ;
    }
    .company-width {
        width: calc(50% - 40px);
        margin: 12px 20px;
    }
}

@media screen and (max-width: 769px){
    .x-mark{
        display: block !important;
    }
    .sidebar-main{
        display: none;
        position: absolute;
        z-index: 3;
    }
    .navbar-main{
        width: calc(100% - 0px);
    }
    .nav-on{
        display: block;
    }
}

@media screen and (min-width: 770px){
    .sidebar-main{
        display: block !important;
    }
}

@media screen and (max-width: 576px){
    .img-sla{
        max-width: 220px;
    }
    .client-font{
        font-size: 15px;
    }
    .font-12{
        font-size: 10px;
    }
    .area-height {
        height: calc(100vh - 132px);
    }
}

@media screen and (max-width: 480px){
    .font-30{
        font-size: 22px;
    }
    .fn-nav{
        margin-right: 10px;
    }
    .individual p{
        font-size: 12px;
    }
    .company-width {
        width: calc(100% - 0px);
        margin: 12px 0px;
    }
}

@media screen and (max-width: 320px){
    
}