/* ----------------------- */
/* dashboard  */
/* -------------- */

.ds-list-card .sa-widget-header h4{
    color: #272b2f;
}

.ds-list-card .sa-widget-header__title {
    color: #272b2f;
    font-size: 17px;
    padding-top: 12px;
    font-weight: 600;
    /* letter-spacing: 1px; */
}
.justify_even{
    justify-content: space-evenly !important;
}
.card-chart-img img{
    width: 40px;
}
.sa-widget-header {
    display: unset;
}
.card-list-data{
    display: flex;
    justify-content: space-between;
}
.card-list-body::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #b90020;
    right: 0px;
}

.card-list-data .card-chart{
    color: #b90020;
    font-size: 30px;
}

.saw-indicator__caption {
    color: #fff;
    background: #b90020;
    font-size: 16px;
    grid-column: 1;
    grid-row: 3;
    text-align: center;
    padding: 8px;
    margin-top: unset;
}
.saw-indicator__body {
    display: unset;
    padding: unset;
}
[dir=ltr] .saw-indicator--size--lg .saw-indicator__caption {
    text-align: center;
}
.saw-indicator {
    padding: unset;
}
.saw-indicator__header {
    margin-bottom: unset;
    padding: 10px;
   

}

.sa-sidebar__header {
    background-color: #1eb6b6;
    color: #3d464d;
    flex-shrink: 0;
    
    height: var(--sa-toolbar-height);
}
.sa-sidebar-logo__caption {
    background-color: #1eb6b6;
    font-size: 16px;
    color: #fff;
}

.view-design{
    color: #fff;

}
.view-design:hover{
    color: #fff;

}
.view-design span{
margin-right: 5px;
}

.container--max--md {
    max-width: 100%;
}
.chart-heading{
font-size: 16px;
font-weight: bold;
color: #3d464d;
}
.chart-percent{
    text-align: center;
  
    margin-bottom: 20px;
}
.chart-percent-circle{

padding: 10px;
    border-radius: 2px;
}
.circle-m{
    margin-right:5px ;
}

.circle-col{
    display: inline-flex;
}
@media screen and (min-width:312px)and (max-width:426px){

.circle-col {
    display: -webkit-box;
}
}
/* stock value  */
/* ------------------------ */

.breadcrumb-item + .breadcrumb-item::before {
  
    content: '/' !important;
}



/* audit report  */
/* ------------- */
.audit-filter input{
    width: 90%;
    padding: 4px 4px;
    border-radius: 3px;
    border: 1px solid #bab3b3;
}
.audit-filter label{
    display: block;
}
.audit-filter select{
    width: 90%;
    padding: 6px 0px;

border-radius: 2px;
border: 1px solid #c2bcbc;
}
.audit-filter  .filter-btn{

padding: 0px 30px;
}

.audit-filter{
    border-bottom: 1px solid #a7aaae;
    display: flex;
    
    padding-bottom: 12px;
}
.audit-date-view{
font-size: 16px;
text-align: center;

padding-top: 10px;
}

@media screen and (min-width:312px)and (max-width:426px){
.audit-filter{
    
display: unset;
}
.audit-filter input{

width:100%;
margin-bottom: 12px;
    text-align: center;
}
.audit-filter select{
    width:100%;
    margin-bottom: 12px;
        text-align: center;
}
}

/* school css  */

.d-block{
    display: block;
}
.d-flex{
    display: flex;
}

.d-space{
    justify-content: space-between;
}

.crd-name{
    font-weight: 400 !important;
    /* font-size: 20px; */
}
.crd-count{
    padding-top: 6px;
    font-weight: 400;
}

.crd-p{
    color: red ;
    font-size: 15px;
    font-weight: 400 ;
}
.w-55{
    width: 55px !important;
}
.pl-10{
    padding-left: 10px;
}

.brd{
    border: 1px solid #ced4da !important;
}

/* .br_cover{
        background: url('./../../assets/img/srvs/srvs.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */
li.sa-nav__menu-item.sa-nav__menu-item--has-icon.active {
    background-color: #cfe2f1;
    color: #000;
}

#add_excel_file {
    padding: 3px;
}

/* billing css  */

.menu_icon{
    color:#425c70 !important;
}
.p-space-style{
    padding: 8px 10px;
}
.sa-nav--sidebar .sa-nav__arrow {
    color: #000
}

.tx-end{
    text-align: end;
}
.pt-37{
    padding-top:37px;
}

.documnet_supload{
    border: none;
    background: none;
}
.documnet_sdownload{
    font-size: 16px;
    color: #16cd16;
    padding-left: 16px;
}
.documnet_sdownload:hover{
    color: #16cd16;
}
#view_application_data td,#view_application_data th{
    padding:5px;
}
.bg_blue{
    background: #1c8ced;
    border-color: #3b93e9;
}
.bg_green{
    background: #48a70d;
    border-color: #48a70d;
}
.text_l{
        text-transform: lowercase;
}
.hidden_footer .sa-datatables__footer{
    display:none ! important;
}
.notify-wrapper .confirm h3 {
    background-color: #b90020 !important;
    color: #ffffff;
}

.notify-wrapper .success h3 {
    background-color: #b90020 !important;
    color: #ffffff;
}

/* email drop down  */
.autocomplete-suggestions {
    position: absolute;
    width: auto;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 1;
  }
  
  .autocomplete-suggestions > div {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    font-family: "Arial", sans-serif;
    color: #333;
  }
  
  .autocomplete-suggestions > div:last-child {
    border-bottom: none;
  }
  
  .autocomplete-suggestions > div:hover {
    background-color: #f5f5f5;
    color: #444;
  }
  
  .autocomplete-suggestions > div:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  .autocomplete-suggestions > div:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  
  .autocomplete-suggestions > div:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  .event_img_update{
      background-color:green;
      border:1px solid green;
  }
  .application-error{
    font-size:12px;
  }

  .bg_br_none{
    border: none;
    background: none;
  }

  /* Modal Dialog and Background */
.custom-application-modal .modal-dialog {
    max-width: 600px;
    margin: 2rem auto;
  }
  
  .custom-application-modal .modal-content {
    background-color: #fdfdfd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  
  /* Modal Header */
  .custom-application-modal .modal-header {
    background-color: #d71b3b; /* Main brand color */
    color: #ffffff;
    padding: 10px 10px;
    border-bottom: 2px solid #d71b3b;
    text-align: center;
  }
  
  .custom-application-modal .modal-title {
    font-size: 18px;
    font-weight: 500;
  }
  
  .custom-application-modal .sa-close--modal {
    font-size: 1.2rem;
    color: #ffffff;
    background: transparent;
    border: none;
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  
  .custom-application-modal .sa-close--modal:hover {
    opacity: 1;
    color: #ffc107;
  }
  
  /* Modal Body */
  .custom-application-modal .modal-body {
    padding: 10px;
    background-color: #fafafa;
  }
  
  /* Application Selection Buttons */
  .custom-application-modal .select-application {
    display: block;
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: left;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
  .custom-application-modal .select-application:hover {
    background-color: #e6e6e6;
    border-color: #ccc;
  }
  .img_0{
    background: none;
    border: none;
  }
  #edit_employee_image img{
      width:200px;
  }
  
  
  /*notification on and off */
    .switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 16px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 16px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #4CAF50;
}
input:checked + .slider:before {
  transform: translateX(12px);
}
.app-toggle-section {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.toggle-label {
  font-size: 12px;
}

.fil_btn{
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.8em;
}