
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/* Success Snackbar */
.snackbar-success {
    background-color: #4caf50; /* Green */
    color: white;
  }
  
  /* Danger Snackbar */
  .snackbar-danger {
    background-color: #f44336; /* Red */
    color: white;
  }
  
  /* Alert Snackbar */
  .snackbar-alert {
    background-color: #ff9800; /* Orange */
    color: white;
  }
  
  /* Info Snackbar */
  .snackbar-info {
    background-color: #2196f3; /* Blue */
    color: white;
  }
  

  body{
    font-family: "Poppins", serif;
    overflow-x: hidden;
  }
  /* html, body {
    overflow-x: hidden !important;
  } */
  
body {
  margin: 0;
  font-family: "Poppins", serif;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  font-size: 0.865rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #f9fafc !important;
  /* background: #f1f2f7; 
  background: #F9FAFC !important;*/
  color: #53545e;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  overflow-y: scroll;
  width: 100%;
  position: relative;
}
  
tfoot {
  display: table-header-group !important;
}

#example tfoot {
  display: table-header-group; /* ensures it's visible at the bottom */
}

.dt-paging.paging_full_numbers {
  display: flex;
  justify-content: end;
}

  .ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
      box-shadow: none;
    }
    
    .pagination {
      flex-wrap: wrap;
    }
    
    .leaflet-container {
      z-index: 1 !important;
    }
    
    
    .md-drppicker .clear svg {
      margin-top: -12px;
    }
    
    .dateRangePicker-wrapper .dateRangePicker:not(.mobile) .form-inputs>div:nth-child(2),
    .dateRangePicker-wrapper .dateRangePicker:not(.mobile) .row-calendars>div:nth-child(2) {
      border-left: 2px solid var(--primary-bg-color);
    }
    
    .dateRangePicker {
      .form-inputs {
        background-color: var(--primary-bg-color) !important;
      }
    }
    
    .dateRangePicker-wrapper .dateRangePicker:after,
    .dateRangePicker-wrapper .dateRangePicker:before {
      border-bottom: 10px solid var(--primary-bg-color) !important;
    }
    
    
    .form-control, .form-select{
      height: 46px !important;
      border-radius: 8px !important;
    border: 1px solid #E4E4EE !important;
     background: rgba(255, 255, 255, 0.6);
     color:#242D3E;
    }
    
    .form-label{
      color: #4B5563;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    }





.card{
  border-radius: 10px !important;
}




    
      .dark-menu .main-menu {
      
        border-right: 1px solid #D9DCEB;
        background: url('assets/img/nav-bg.png') !important;
          background-position: bottom;
          background-repeat: no-repeat;
          background-color: #F6F7F9 !important;
      }
    
      .dark-menu .main-sidebar-body li.nav-item.active .nav-link {
        background-color: #2F80ED !important;
      }
    
      .dark-menu .main-sidebar-body .nav-sub-link {
        color: #384455;
      }
    
      .main-sidebar-body .nav-link {
        display: flex;
        align-items: center;
        padding: 4px;
        font-weight: 500;
        font-size: 14px;
        color: #384455;
      }
    
      .dark-menu .side-menu .nav-link:hover {
        color: #121212 !important;
      }
    
      .dark-menu .main-sidebar-body .nav-link {
        color: #384455;
        cursor: pointer;
      }
    
      .dark-menu .main-sidebar-body .nav-link .sidemenu-icon {
        color: #384455;
      }
    
      .cursur{
        cursor: pointer;
      }
    
      .btn-close{
        width: 25px !important;
      height: 25px !important;
      }
    
      .modal-footer{
        justify-content: center !important;  
        padding: 2px 10px !important;
         background:#f4f4f4;
         border-top: 1px solid #676768;
      }
    
      .modal-title{
        font-size: 24px !important;
      }
    
      .btn-one{
        border-radius: 14px;
      background: #1DA2D8;
      height: 46px;
      padding-left: 35px;
      padding-right: 35px;
      color: #FFF;
      text-align: center;
      font-family: "Source Sans 3";
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      }
    
      .btn-one:hover{
        color: #FFF;
      }
    
  
      .btn-onewhite{
        border-radius: 14px;
      background: #fff;
      height: 46px;
      padding-left: 35px;
      padding-right: 35px;
      color: #1DA2D8;
      text-align: center;
      font-family: "Source Sans 3";
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      border:1px solid #EBEBEB;
      }
    
      .btn-one:hover{
        color: #FFF;
      }
    
  
  
    
      .btn-one-back{
        border-radius: 14px;
      background: #fff;
      border: 1px solid #487FFF;
      width: 226px;
      height: 56px;
      color: #487FFF;
      text-align: center;
      font-family: "Source Sans 3";
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      }
    
      .btn-one-back:hover{
        color: #487FFF;
      }
    
    
    
      .inner-body{
        padding-bottom: 80px !important;
      }
    
      .headingone{
        font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #384455;
    }
    
    
    table {
      border-collapse: collapse;  /* Optional: To avoid doubled borders */
      border-radius: 0px 0px 10px 10px !important;  /* Sets rounded corners on the table */
      overflow: hidden;  /* Ensures the corners are clipped */
/*       
      box-shadow: 0px 0px 18.5px rgba(41, 36, 36, 0.1); */
    }
    
    
    /* .tajik-table table > thead{
      border-radius: 0;
      position: relative;
      height: 50px;
      background-color: #fff !important;
      line-height: 50px;
   
    } */

    .tajik-table table.dataTable thead tr{

      background-color: #f2f4f8 !important;
    } 

    .tajik-table table tbody tr:nth-child(odd) {
      background-color: #F9FAFC;  /* White background for even rows */
      
    }
    
    .tajik-table table tbody tr:nth-child(even) {
       /* Light gray background for odd rows */
       background-color: #fff;
    }
    
    .tajik-table .table thead th, .tajik-table .table thead td{
      text-transform: capitalize !important;
    }

      
    .tajik-table .table thead th, .tajik-table .table thead td{
      background-color: #F2F4F8 !important;
      border-bottom: 1px solid #BBC1CA !important;
      color: #515B73 !important;
    }


    .tajik-table table tbody tr:hover{
      background-color: #f6f8fa;
    }

    .tajik-table table.dataTable thead th,    .tajik-table table.dataTable thead td{
      font-size: 12px !important;
    }

    .tajik-table .table tbody td {
      padding: 0.75rem;
      vertical-align: middle;
      padding: 5px 10px;
      line-height: 1.462;
      border-top: 0;
      font-size: 12px !important;
      font-weight: 300 !important;
      height: 52px !important;
    }

    .tajik-table .table thead td {
      padding: 0.75rem;
      vertical-align: middle;
      padding: 5px 10px;
      line-height: 1.462;
      border-top: 0;
      font-size: 12px !important;
      font-weight: 400 !important;
      height: 52px !important;
    }


    
    .tajik-table .table tfoot th {
      padding: 0.75rem;
      vertical-align: middle;
      padding: 5px 10px;
      line-height: 1.462;
      border-top: 0;
      font-size: 13px !important;
      font-weight: 400 !important;
      height: 52px !important;
    }

    .tajik-table .table tfoot td {
      padding: 0.75rem;
      vertical-align: middle;
      padding: 5px 10px;
      line-height: 1.462;
      border-top: 0;
      font-size: 13px !important;
      font-weight: 400 !important;
      height: 52px !important;
    }

    .tajik-table table.dataTable > tfoot > tr > th, table.dataTable > tfoot > tr > td{
      height: 52px !important;
    }
    
    .tajik-table .table.dataTable td:first-child{
      text-align: center !important;
      
    }

    .tajik-table .table.dataTable th:first-child{
      text-align: center !important;
      
    }
  
    
    
    .selecticonn {
      padding-left: 35px;
     
        background-color: rgba(0, 0, 0, 0);
        background-position-x: left;
        background-position-y: center;
        background-size: auto;
        background-position: 10px 14px;
        background-size: 20px;
    }


    .inputiconn {
      padding-left: 35px;
      background: url('assets/img/inpiticon.png') no-repeat left;
        background-color: #fff;
        background-position-x: left;
        background-position-y: center;
        background-size: auto;
        background-position: 10px 14px;
        background-size: 16px;
    }

    .inputiconn2 {
      padding-left: 35px; /* Space for the icon */
      background-image: url('assets/img/inpiticon1.png'); /* Path to your icon */
      background-repeat: no-repeat; /* No repeat */
      background-position: 10px center; /* Icon position */
      background-size: 20px 20px; /* Icon size */
      height: 40px; /* Height of the input */
      width: 100%; /* Width of the input */
      border: 1px solid #ccc; /* Border color */
      border-radius: 4px; /* Rounded corners */
      font-size: 14px; /* Text size */
    }
  
    
    .editconn {
      padding-left: 35px;
      
        background-color: rgba(0, 0, 0, 0);
        background-position-x: left;
        background-position-y: center;
        background-size: auto;
        background-position: 10px 14px;
        background-size: 16px;
    }
    
    .modal-content{
      border-radius: 10px !important;
    }

    .modal-header {
      padding: 5px 15px !important;
      background-color: #f4f4f4 !important;
      border-bottom:1px solid #676768 !important;
    }
    
    @media (min-width: 1200px) {
      .modal-header {
        padding: 5px 15px !important;
      }
    }
    
    .modal-backdrop {
      background-color: rgba(0, 0, 0, 0.12) !important; 
      backdrop-filter: blur(1.0px) !important;
    
    }
    

     #staticBackdrop{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.20) !important; 
      z-index:99999;
    }


/* .modal-backdrop + .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.30) !important;
  z-index: 1060 !important;
} */
    
    .form-select {
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      background: transparent;
      background-image: url('../../Content/img/downarrow.png') !important;
      background-repeat: no-repeat !important;
      background-position: calc(100% - 1rem) center !important;
      -moz-appearance:none !important;
      -webkit-appearance: none !important; 
      appearance: none !important;
      padding-right: 2rem !important;
    }
  
  
  
  
    .btn-one3{
      border-radius: 14px;
    background: #487FFF;
    width: 200px;
    height: 50px;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    }
    
    .nav-item{
      cursor: pointer;
    }
  
    .ql-editor {
      padding-bottom: 50px; /* Adjust this to match toolbar height */
      height: 150px !important;
      background-color: #fff !important;
  
    }
  
    .ql-toolbar{
      background-color: #fff !important;
    }
    
  .dropdown-toggle::after{
    display: none !important;
  }
  
  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
    transform: scale(0.75) !important;
    content: "" !important;
    height: 1.6rem !important;
  
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
  }
  
 
  .main-content-label, .card-table-two .card-title, .card-dashboard-eight .card-title {
    color: #4B5563;
    font-weight: 500;
    text-transform:capitalize;
    line-height: 1.2;
    letter-spacing: 0.2px;
    font-size: 16px;
  }
 
  
        
  .loginbtns {
    border-radius: 10px !important;
    background: #00B2FF !important;
    width: 260px !important;
    display: block;
    margin: 0 auto !important;
    text-align: center;
    border: 1px solid #00B2FF !important;
    height: 47px !important;
    color: #fff;
  }
  
    .loginbtns:hover {
      border-radius: 10px !important;
      background: #00B2FF !important;
      width: 260px !important;
      display: block;
      margin: 0 auto !important;
      text-align: center;
      border: 1px solid #4440e0 !important;
      height: 47px !important;
      color: #fff;
    }

    .dark-menu .main-sidebar-body .nav-sub-link:hover, .dark-menu .main-sidebar-body .nav-sub-link:focus {
      color: #2F80ED;
      font-size: 14px;
      background: #DBEAFE;
      padding-left: 10px;
    }


  

.ponter{
  cursor: pointer;
}

.pr{
  padding-right: 7px;
}

.pl{
  padding-left: 7px;
}


.btn-primary{
  background-color: #357BFF !important;
}

.btn-primary:hover{
  background-color: #357BFF !important;
}


.btn-icon.btn-sm {
  width: 2rem;
  height: 2rem;
  font-size: .8rem;
}

.btn.btn-sm {
  padding: .30rem .5rem;
  border-radius: .25rem;
  font-size: .75rem;
}

.tajik-table .btn-success-transparent:focus:hover, .tajik-table .btn-success-transparent:hover {
  background-color: #009689;
  border-color: #009689;
  color: #fff;
}

.tajik-table .btn-success-transparent {
  background-color: #E3F3F2;
  border-color: #E3F3F2;
  color: #009689;
}

.tajik-table .btn-success-transparent svg{
  stroke: #009689;
}

.tajik-table .btn-success-transparent:hover svg{
  stroke: #fff;
}

.tajik-table .btn-info-transparent {
  background-color: #E0F2FE;
  border-color: #E0F2FE;
  color: #357BFF;
}

.tajik-table .btn-info-transparent:focus:hover, .tajik-table .btn-info-transparent:hover {
  background-color: #357BFF;
  border-color: #357BFF;
  color: #fff;
}


.tajik-table .btn-danger-transparent {
  background-color: #FEE4E2;
  border-color: #FEE4E2;
  color: #F30B3D;
}

.tajik-table .btn-danger-transparent svg{
  stroke: #F30B3D;
}

.tajik-table .btn-danger-transparent:hover svg{
  stroke: #fff;
}

.tajik-table .btn-danger-transparent:focus:hover, .tajik-table .btn-danger-transparent:hover {
  background-color: #F30B3D;
  border-color: #F30B3D;
  color: #fff;
}

body.modal-open {
  overflow: hidden !important;  /* Prevents hiding the scrollbar */
}


.btn-five {
  border-radius: 14px;
  background: #357BFF;
    background-color: #357BFF;
  height: 46px;
  padding-left: 35px;
  padding-right: 35px;
  color: #FFF;
  text-align: center;
  font-family: "Source Sans 3";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.btn-five:hover{
  color:#ffff;
}


.btn-save {
  border-radius: 14px;
  background: #2CA869;
    background-color: #2CA869;
  height: 46px;
  padding-left: 35px;
  padding-right: 35px;
  color: #FFF;
  text-align: center;
  font-family: "Source Sans 3";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.btn-save:hover{
  color:#ffff;
}



.main-sidebar-body .nav-sub {
  list-style: none;
  padding-left: 0.5rem !important;
  margin-left: 0.5rem !important;
  border-left: 1px solid rgba(162, 173, 188, 0.49);
}

.dark-menu .main-sidebar-body .nav-label {
  color: #9FA9B7 !important;
}

.dark-menu .main-sidebar .nav-sub-item.active .nav-sub-link.active{
  font-size: 14px;
  background:#DBEAFE;
  padding-left: 10px;
  color: #2F80ED !important;
}





.ng-select{
  height: 46px !important;
  border-radius: 8px !important;
border: 1px solid #E4E4EE !important;
 background: rgba(255, 255, 255, 0.6);
 width: 100% !important;
  min-width: 0;
  flex: 1;
}

::ng-deep ng-select {
  width: 100% !important;
}

.ng-select .ng-select-container:hover{
  box-shadow:none !important;
}

.ng-select .ng-select-container{
  height: 38px !important;
  border-radius: 0px !important;
  border:none !important;
  background-color: transparent !important;
  margin-top: 3px !important;
}

.ngse .ng-select .ng-select-container .ng-value-container .ng-placeholder{
  color: #3c4858 !important;

}

.ngse{
  position: relative;
}

.ngseicon{
  position: absolute;
  top:18px;
  right: 15px;
  width: 20px;
  height: 20px;
  background:url('assets/img/downarrow.png');
  background-repeat: no-repeat !important;
 background-position: calc(100% - 0.5rem) center !important;
}





.header-navheading {
  padding: 5px 15px 15px !important;
  text-align: center;
  background: #2F80ED;
  border-radius: 11px 11px 0 0;
}

.main-profile-menu.show .dropdown-menu::before {
  background: #2F80ED;
}


.main-profile-menu .dropdown-menu{
  top: 60px !important;
}

.addvalue{
  background: #0DA1A1;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  float: right;
  padding: 2px 7px;
  cursor: pointer;
}





.btnprimary-sm{
  background: #357BFF;
border-radius: 8px;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #FFFFFF;
padding-left: 15px;
padding-right: 15px;
height: 32px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}

.btnprimary-sm:hover{
  background-color: #0D65D8;
  color:#ffff;
  filter: drop-shadow(0px 8px 11px rgba(60, 63, 83, 0.21));
}



.btnprimary{
  background: #357BFF;
border-radius: 8px;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #FFFFFF;
padding-left: 30px;
padding-right: 30px;
height: 36px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}


.btnprimary:hover{
  background-color: #0D65D8;
  color:#ffff;
  filter: drop-shadow(0px 8px 11px rgba(60, 63, 83, 0.21));
}


.btnprimary-big{
  background: #357BFF;
border-radius: 8px;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
padding-left: 40px;
padding-right: 40px;
height: 44px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}


.btnprimary-sm:hover, .btnprimary-big:hover{
  background-color: #0D65D8;
  color:#ffff;
  filter: drop-shadow(0px 8px 11px rgba(60, 63, 83, 0.21));
}




.btnsecondary{
  background: #fff;
border-radius: 8px;
border: 1px solid #487FFF;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #487FFF;
padding-left: 30px;
padding-right: 30px;
height: 36px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}

.btnsecondary-sm{
  background: #fff;
border-radius: 8px;
border: 1px solid #487FFF;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #487FFF;
padding-left: 15px;
padding-right: 15px;
height: 32px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}

.btnsecondary-big{
  background: #fff;
border-radius: 8px;
border: 1px solid #487FFF;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #487FFF;
padding-left: 40px;
padding-right: 40px;
height: 44px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}


.btnsecondary:hover, .btnsecondary-sm:hover, .btnsecondary-big:hover{
  background-color: #3772FD;
  color:#ffff;
  filter: drop-shadow(0px 8px 11px rgba(60, 63, 83, 0.21));
}

.btnsucccess{
  background: #2CA869;
border-radius: 8px;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #FFFFFF;
padding-left: 30px;
padding-right: 30px;
height: 36px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}

.btnsucccess-sm{
  background: #2CA869;
border-radius: 8px;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
color: #FFFFFF;
padding-left: 15px;
padding-right: 15px;
height: 32px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}

.btnsucccess-big{
  background: #2CA869;
border-radius: 8px;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
padding-left: 40px;
padding-right: 40px;
height: 44px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}

.btnsucccess:hover, .btnsucccess-sm:hover, .btnsucccess-big:hover{
  background-color: #1B9D5B;
  color:#ffff;
  filter: drop-shadow(0px 8px 11px rgba(60, 63, 83, 0.21));
}

.btndangers{
  background: #EF5350;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 30px;
  padding-right: 30px;
height: 36px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}

.btndangers-sm{
  background: #EF5350;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  height: 32px;
  filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}

.btndangers-big{
  background: #EF5350;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 40px;
  padding-right: 40px;
  height: 44px;
  filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}




.btndangers:hover, .btndangers-sm:hover, .btndangers-big:hover{
  background-color: #EA3B37;
  color:#ffff;
  filter: drop-shadow(0px 8px 11px rgba(60, 63, 83, 0.21));
  
}

.btnwarnings{
  background: #F0A01E;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 30px;
padding-right: 30px;
height: 36px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}


.btnwarnings-sm{
  background: #F0A01E;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  height: 32px;
  filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}


.btnwarnings-big{
  background: #F0A01E;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 40px;
  padding-right: 40px;
  height: 44px;
  filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
}


.btnwarnings:hover, .btnwarnings-sm:hover, .btnwarnings-big:hover{
  background-color: #E69107;
  color:#ffff;
  filter: drop-shadow(0px 8px 11px rgba(60, 63, 83, 0.21));
}




.btnwarnings3d{
  background: #F0A01E;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 45px;
  padding-right: 45px;
  height: 46px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 5px 0px #C07817; 
  position: relative;
}

.btnwarnings3d:hover{
  background-color: #E69107;
  color:#ffff;
  box-shadow: 0px 3px 0px #B66E12; 
  transform: translateY(2px); 
}

.btnwarnings3d:active {
  box-shadow: 0px 1px 0px #94580F; /* Even less shadow */
  transform: translateY(4px); /* Pressed effect */
}


.btndangers3d {
  background: #F30B3D;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 45px;
  padding-right: 45px;
  height: 46px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 5px 0px #C62828; /* 3D shadow effect */
  position: relative;
}

.btndangers3d:hover {
  background-color: #C80831;
  box-shadow: 0px 3px 0px #B71C1C; /* Reduce shadow on hover */
  transform: translateY(2px); /* Slight press effect */
  color: #FFFFFF;
}

.btndangers3d:active {
  box-shadow: 0px 1px 0px #8E1818; /* Even less shadow */
  transform: translateY(4px); /* Pressed effect */
}


.btnsucccess3d {
  background: #2CA869;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 45px;
  padding-right: 45px;
  height: 46px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 5px 0px #066B6E; /* 3D shadow effect */
  position: relative;
}

.btnsucccess3d:hover {
  background-color: #1F7D4D;
  box-shadow: 0px 3px 0px #055859; /* Reduce shadow on hover */
  transform: translateY(2px); /* Slight press effect */
  color: #FFFFFF;
}

.btnsucccess3d:active {
  box-shadow: 0px 1px 0px #034546; /* Even less shadow */
  transform: translateY(4px); /* Pressed effect */
}

.btnsecondary3d {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #357BFF;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #487FFF;
  padding-left: 45px;
  padding-right: 45px;
  height: 46px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 5px 0px #295ECF; 
  position: relative;
}

.btnsecondary3d:hover {
  background-color: #357BFF;
  color: #FFFFFF;
  box-shadow: 0px 3px 0px #1F4EB8; 
  transform: translateY(2px); 
}

.btnsecondary3d:active {
  box-shadow: 0px 1px 0px #15389A; 
  transform: translateY(4px); 
}


.btnprimary3d {
  background: #357BFF;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 45px;
  padding-right: 45px;
  height: 46px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 5px 0px #295ECF; /* 3D shadow effect */
  position: relative;
}

.btnprimary3d:hover {
  background-color: #0D65D8;
  box-shadow: 0px 3px 0px #1F4EB8; /* Reduce shadow on hover */
  transform: translateY(2px); /* Slight press effect */
  color: #FFFFFF;
}

.btnprimary3d:active {
  box-shadow: 0px 1px 0px #15389A; /* Even less shadow */
  transform: translateY(4px); /* Pressed effect */
}

.adddetailbtn{
  background: linear-gradient(180deg, #487FFF 0%, #3167E6 100%);
  border-radius: 8px;
text-align: center;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 32px;
color: #FFFFFF;
display: inline-block;
width: 32px;
height: 32px;
filter: drop-shadow(0px 6px 7px rgba(72, 74, 91, 0.18));
cursor: pointer;
}

.addeddetailbtn{
  background: #1b9d5b;
  border-radius: 8px;
text-align: center;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 32px;
color: #FFFFFF;
display: inline-block;
width: 32px;
height: 32px;
filter: drop-shadow(0px 6px 7px rgba(72, 74, 91, 0.18));
cursor: pointer;
}


.uploadexcel{
  background: #FFFFFF;
border: 1px solid #128045;
border-radius: 8px;
filter: drop-shadow(0px 4px 9.4px rgba(68, 72, 94, 0.12));
font-weight: 500;
font-size: 12px;
line-height: 20px;
text-align: center;
color: #107D42;
}


.uploadexcel:hover{
  color: #1F7D4D;
}

.uploadresyou { 
  border-radius: 20px !important;
  border: 1px dashed #357BFF !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.24) 0%, #F5F9FF 100%) !important;
  width: 100%;
  padding: 10px;
  min-height: 140px !important;
  height: 140px !important;
  display: flex;
  align-items: center;
  justify-content: center; 
}

.clickupload{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.clickupload span{
  color: #487FFF;
}

.sizelimited{
  font-style: normal;
font-weight: 300;
font-size: 12px !important;
line-height: 16px;
text-align: center;
color: #4B5563;
margin-top: 5px;
}

.modal-title{
  font-style: normal;
font-weight: 500;
font-size: 16px !important;
line-height: 24px;
color: #111C43;
}


textarea {
  resize: none !important;
}

.div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button{
  border-radius: 6px !important;
}

div.dt-container .dt-paging .dt-paging-button.current {
  color: #fff !important;
  background:
#357BFF !important;
  border-radius:
8px !important;
  border:
none;
}

.empprofileaccord .accordion-item{
  border-radius: 10px !important;
}

.empprofileaccord .accordion-flush .accordion-item{
  border-radius: 10px !important;
  border: 1px solid #DCE6E9;
}

.empprofileaccord .accordion-header{
  font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 27px;
color: #4B5563;
/* border: 1px solid #DCE6E9; */
/* border-radius: 10px 10px 10px 10px !important; */
/* border-radius: 10px !important; */
}

.empprofileaccord .accordion-button {
  position: relative;
  padding-left: 40px; /* Adjust space for arrow */
}

.empprofileaccord .accordion-button::after {
  position: absolute;
  left: 10px; /* Moves arrow to the left */
  right: auto; /* Removes default right position */
  top:23px;
  cursor: pointer;
}

.empprofileaccord .accordion-button:not(.collapsed){
  background: transparent !important;
}

.empprofileaccord .accordion-item{
  margin-bottom: 15px;
}

.empprofileaccord .accordion-body{
  border-top: 1px solid #DCE6E9;
  border-radius: 0px 0px 10px 10px !important;
}


/* .empprofileaccord .accordion-flush .accordion-item{
  border-bottom: 0px !important;
} */

.inputcount{
  font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #ABAFB1;
float: right !important;
}


.inputcount2{
  font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #F30B3D;
float: left;
}


.card-footer{
  padding:5px 10px !important;
  background:#f4f4f4;
  border-top:1px solid #676768;
}

.card-header{
  padding: 5px 15px !important;
  background-color: #f4f4f4 !important;
  border-bottom:1px solid #676768 !important;
}

/**/

.facultydetailstab {
  box-shadow: inset 0px 2px 2.8px rgba(62, 68, 80, 0.07);
border-radius: 10px;
  padding: 4px;
  width: auto;
  overflow: hidden; /* Ensures content outside is hidden */
  background: #E9EDF3;
  display: inline-grid;
}

.facultydetailstab .nav-pills {
  display: flex; /* Ensures the list items are displayed in a row */
  flex-wrap: nowrap; /* Prevents wrapping of list items */
  overflow-x: auto; /* Enables horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch devices */
}

  .facultydetailstab .nav-item {
    flex: 0 0 auto; /* Prevents the list items from shrinking */
    width: auto !important;
  }

.facultydetailstab  .nav-item {
  margin: 0 5px; /* Optional: Adds space between each tab */

}


.facultydetailstab .nav-pills .nav-link.active {
  background: #FFFFFF !important;
  border-radius: 8px !important;
  height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  font-style: normal;
font-weight: 500;
font-size: 13px;
  line-height: 26px;
color: #357BFF;
box-shadow: 1px 2px 2px rgba(59, 64, 74, 0.1);
transition: all 0.3s ease-in-out; 
}

.facultydetailstab .nav-pills .nav-link.active svg{
  stroke:#357BFF !important;
}

.facultydetailstab .nav-pills .nav-link {
  background-color: transparent !important;
  height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  font-style: normal;
font-weight: 400;
font-size: 13px;
  line-height: 26px;
color: #4B5563;
border-right: 1px solid #D0D1D4;
border-radius: 0px !important;
transition: all 0.3s ease-in-out; /* Smooth transition */
}

.facultydetailstab .nav-pills .nav-link svg{
  stroke:#4B5563 !important;
}

.facultydetailstab .nav-pills .nav-item:last-child .nav-link {
  border-right: none !important;
}

.facultydetailstab .nav-pills .nav-item:first-child .nav-link {
  border-left: none !important; /* Removes left border (if any) */
}



.ngx-dropzone-label{
  font-size: 12px !important;
}


 .tab-content{
  padding-top: 20px !important;
  overflow: visible !important;
}

.topheading{
  font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
color: #1E1E2C;
}

.topheading2{
  font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #1E1E2C;
}

.topheading2bg{
  background-color: #eef0f4;
  padding: 5px;
}

.vhfullheight{
  height: 100vh !important;
}

.table.dataTable tr {
  white-space: normal !important;
}

.input-group .form-control{
  border-radius: 0px 8px 8px 0px !important;
}

.input-group .form-select{
  border-radius: 0px 8px 8px 0px !important;
}

.input-group .input-group-text{
  background-color: #969EAE1F;
  width: 42px;
}

.input-group .form-control{
  box-shadow: none;
}

/* .input-group .ng-select{
  width: 88% !important;
} */

.input-group .ng-select{
  border-radius: 0px 8px 8px 0px !important;
}

.input-group:focus-within {
  border: 1px solid #357BFF;
  border-radius: 8px;
}

.error .input-group:focus-within {
  border: 1px solid #F30B3D;
  border-radius: 8px;
}

.error .inputcount{
  color: #F30B3D;
  float: left !important;
}

.errors .input-group {
  border: 1px solid #F30B3D;
  border-radius: 8px;
}

textarea{
  height: 80px !important;
}


.btn-info-transparent svg{
  stroke:#2F80ED;
}

.btn-info-transparent:hover svg{
  stroke:#fff;
}



/**/

.activests{
  background: rgba(44, 168, 105, 0.11);
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #2CA869;
padding: 10px;
width: 115px;
display: inline-block;
}

.activests:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


.nasts{
  background: #F2F4F7;
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #667085;
padding: 10px;
width: 115px;
display: inline-block;
}

.nasts:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
                   

.notallowedsts{
  background: #FEE4E2;
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #B42318;
padding: 10px;
width: 115px;
display: inline-block;
}

.notallowedsts:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.expelledsts{
  background: #FECACA;
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #B91C1CDD;
padding: 10px;
width: 115px;
display: inline-block;
}

.expelledsts:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


.academicleavests{
  background: #EDE9FE;
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #7E22CE;
padding: 10px;
width:180px;
display: inline-block;
}

.academicleavests:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


.academicmobsts{
  background: #DBEAFE;
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #2563EB;
padding: 10px;
width: 115px;
display: inline-block;
}

.academicmobsts:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.transferredsts{
  background: #E0F2FE;
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #0284C7;
padding: 10px;
width: 115px;
display: inline-block;
}

.transferredsts:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.blocksts{
  background: #FEE2E2;
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #DC2626BB;
padding: 10px;
width: 115px;
display: inline-block;
}

.blocksts:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


.cancelledsts{
  background: #FFE7D9;
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #D97706;
padding: 10px;
width: 115px;
display: inline-block;
}

.cancelledsts:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


.deletedsts{
  background: #FCDCDC;
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #B91C1C;
padding: 10px;
width: 115px;
display: inline-block;
}

.deletedsts:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}



.programcompletedsts{
  background: rgba(0, 150, 137, 0.11);
border-radius: 16px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 18px;
text-align: center;
color: #009689;
padding: 10px;
width: 200px;
display: inline-block;
}

.programcompletedsts:hover{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


.custom-control-input:checked ~ .custom-control-label::before{
  border-color: #357BFF;
  background-color: #357BFF;
}


.card-footer{
  justify-content: center !important;
   display: flex;
    align-items: center;
}


.profileprogimgbox{
  width: 160px; 
  height: 160px; 
  display: block; 
  margin: 0 auto;
   position: relative;
}

.profileprogimgboxmargin{
  position:relative; 
  z-index: 2; 
  margin-top: -100px;
}

.proimgcircleabsboximg{
  width: 115px; 
  height: 115px; 
  border-radius: 50%;
}


.proimgcircleabsbox{
  width: 115px; 
  height: 115px;
}

.proimgcircleabs {
  position: absolute; top:23px; left: 22px;
}

.footertext{
  font-size: 12px;
}


.main-footer-box{
  display: block;
}





/*Blue*/

.blue-menu .main-menu{
  border-right:1px solid #D9DCEB;
  /* background:url("assets/img/nav-bg.png") !important; */
    background-color: rgba(0, 0, 0, 0);
  background-position:bottom;
  background-repeat: no-repeat;
  background-color: #111C43 !important;
}

.blue-menu .main-sidebar-header .sidemenu-logo .desktop-logo-dark {
  display: none;
}

.blue-menu .sidemenu-logo {
  background:#282d3e !important;
  border-bottom:1px solid rgba(255, 255, 255, 0.1) !important;
  border-right:1px solid rgba(255, 255, 255, 0.1) !important;
}


/* .blue-menu .main-sidebar-header .sidemenu-logo .desktop-logo {
  display: block;
} */

.blue-menu .main-sidebar-body .nav-sub-item .nav-sub-link.active {
  color: #4A97FF !important;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  padding-left: 10px;
  font-weight: 600;
}

.blue-menu .main-sidebar-body .nav-sub-link:hover, .blue-menu .main-sidebar-body .nav-sub-link:focus {
  color: #fff !important;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  padding-left: 10px;
}

.blue-menu .main-sidebar-body .nav-sub{
  border-left: 1px solid rgba(162, 173, 188, 0.49);
}

.blue-menu .main-sidebar-body .nav-sub-link{
  color: #fff !important;
}

.dark-blue-menu .hozmenucolor{
  background-color: #111C43 !important;
}
.blue-menu .main-sidebar-body .nav-link.with-sub {
  color: #fff !important;
}




/*dark Blue*/


.dark-blue-menu .main-sidebar-body .nav-link.with-sub {
  color: #fff !important;
}



.dark-blue-menu .main-menu{
  border-right:1px solid #D9DCEB;
  /* background:url("assets/img/nav-bg.png") !important; */
    background-color: rgba(0, 0, 0, 0);
  background-position:bottom;
  background-repeat: no-repeat;
  background-color: #080D1F !important;
}

.dark-blue-menu .main-sidebar-header .sidemenu-logo .desktop-logo-dark {
  display: none;
}

.dark-blue-menu .sidemenu-logo {
  background:#080D1F !important;
  border-bottom:1px solid rgba(255, 255, 255, 0.1) !important;
  border-right:1px solid rgba(255, 255, 255, 0.1) !important;
}


.dark-blue-menu .main-sidebar-header .sidemenu-logo .desktop-logo {
  display: block;
}

.dark-blue-menu .main-sidebar-body .nav-sub-item .nav-sub-link.active {
  color: #4A97FF !important;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  padding-left: 10px;
  font-weight: 600;
}

.dark-blue-menu .main-sidebar-body .nav-sub-link:hover, .dark-blue-menu .main-sidebar-body .nav-sub-link:focus {
  color: #fff !important;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  padding-left: 10px;
}

.dark-blue-menu .main-sidebar-body .nav-sub{
  border-left: 1px solid rgba(162, 173, 188, 0.49);
}

.dark-blue-menu .main-sidebar-body .nav-sub-link{
  color: #fff !important;
}


.dark-blue-menu .hozmenucolor{
  background-color: #080D1F !important;
}


.bothlebal .input-group .form-control{
  border-radius: 0px !important;
}

.bothlebal .input-group .input-group-text{
  width: auto;
}

.btn-close{
  opacity:1 !important;
  background: none !important;
}

.btn-close svg{
  stroke: #202C4B !important;
}

.btn-close svg:hover{
  stroke: #F30B3D !important;
}




/* Form Anuj start*/



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: rgba(246, 247, 249, 0.08) !important;
}


input:-webkit-autofill {
  background: rgba(246, 247, 249, 0.08) !important;
}


.leftsidee input:-webkit-autofill,
.leftsidee extarea:-webkit-autofill,
.leftsidee select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(246, 247, 249, 0.08) inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s !important;
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(246, 247, 249, 0.08) inset !important;
  -webkit-text-fill-color: #000 !important; /* Adjust text color as needed */
  transition: background-color 5000s ease-in-out 0s !important;
}









#phases ul {
  list-style: none;
  display: inline-table;
}

  #phases ul li {
    display: inline;
  }

    #phases ul li a {
      display: block;
      float: left;
      height: 35px;
      background: #EEF0F4;
      padding: 7px 20px 0 35px;
      position: relative;
      margin: 0 10px 0 0;
      font-size: 12px;
      text-decoration: none;
      color: #9FA9B7;
      width: 220px;
    }

      #phases ul li a .rihgtick {
        display: none;
      }

      #phases ul li a .ultaitick {
        display: inline-block;
      }

    /* colour of current phase */
    #phases ul li.current-phase a {
      background: rgba(44, 167, 105, 0.14);
      color: #2CA869;
    }

      #phases ul li.current-phase a .rihgtick {
        display: inline-block;
      }

      #phases ul li.current-phase a .ultaitick {
        display: none;
      }

      #phases ul li.current-phase a:after {
        border-left: 20px solid rgba(44, 167, 105, 0.14) !important;
      }

    /* set sizing of front pointers */
    #phases ul li a:after {
      content: "";
      border-top: 20px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 20px solid #EEF0F4;
      position: absolute;
      right: -20px;
      top: 0;
      z-index: 1;
    }

    /* set sizing of rear pointers */
    #phases ul li a:before {
      content: "";
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid white;
      position: absolute;
      left: 0;
      top: 0;
    }

    /* set corner radius on first item */
    #phases ul li:first-child a {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    }

      /* hide pointer on end of last item */
      #phases ul li:first-child a:before {
        display: none;
      }



/* 
#phases ul li a:hover {
  background: #e41d24;
}


#phases ul li a:hover:after {
  border-left-color: #e41d24;
} */



#phases {
  display: flex;
  white-space: nowrap; /* Prevent line breaks */
  overflow-x: auto; /* Enable horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile */
}

  #phases ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #phases li {
    flex: 0 0 auto; /* Prevent shrinking */
    padding: 10px 0px;
  }



  /* Enable scrolling with scrollbar */
  #phases::-webkit-scrollbar {
    height: 8px;
  }

  #phases::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  #phases::-webkit-scrollbar-track {
    background: #ddd;
  }






div.dt-buttons {
  float: right !important;
}

.dataTables_wrapper .dataTables_length {
  margin-right: 10px !important;
  float: right !important;
  margin-top: 5px !important;
}

.dataTables_filter input {
  height: 34px !important;
  border-radius: 4px !important;
}

/* 
ANGULAR MATERIAL CALENDAR */
mat-label {
  color: #fff;
}

.mat-button-wrapper mat-icon {
  color: #fff;
}

.mat-form-field-appearance-fill .mat-form-field-underline::-ms-ticks-before {
  background-color: rgba(255, 255, 255, .42);
}

.mat-calendar-arrow {
  fill: rgba(255, 255, 255, 0.54)
}

.mat-form-field-ripple {
  background-color: rgba(255, 255, 255, .87);
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, .42);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(255, 255, 255, .54);
}

.mat-datepicker-content {
  background-color: var(--dark-body);
  color: rgba(255, 255, 255, 0.87);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgb(255 255 255 / 80%);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgb(255 255 255 / 87%);
  border-color: transparent;
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgb(255 255 255 / 30%);
}



/* Form Anuj End*/



.dt-length label{
  margin-left: 10px !important;
  text-transform: capitalize !important;
}

div.dt-container select.dt-input{
  padding: 5px !important; 
}

.dt-length label{
  font-size: 12px !important;
}

.dt-search label{
  font-size: 12px !important;
}





/*.tajik-table .table.dataTable th:nth-child(1),
.tajik-table .table.dataTable td:nth-child(1) {
  position: sticky !important;
  left: 0px;
  width: 60px;
  min-width: 60px;
  text-align: center;
}

.tajik-table th:nth-child(2){
  position: sticky !important;*/
  /* left: 60px; */
  /*width: 100px;
  min-width: 100px;
}



.tajik-table td:nth-child(2){
  position: sticky;
  left: 60px;
  width: 100px;
  min-width: 100px;
}


.tajik-table td:nth-child(1),
.tajik-table td:nth-child(2){
  background: #fff !important;
}*/


/* .tajik-table th:nth-child(1),
.tajik-table  th:nth-child(2){
  z-index: 999;
} */





.tajik-table td .sno,
.tajik-table th .sno{
  text-align: center !important;
}


.tajik-table .table tbody td .amounttt,
.tajik-table .table thead th .amounttt{
  text-align: end !important;
}




  /*27-05-25 start */

  .liftsidebg{
    background-color:#EDF0F3;
    height: auto;
    border-radius: 10px;
    padding: 10px;
    /* max-height: 600px;
    overflow-y: auto; */

  }

  .tabs-style-4 .nav.panel-tabs li a{
    text-align: left !important;
  }

  .tabs-style-4 .nav.panel-tabs li a{
    background-color: rgba(255, 255, 255, 0.90) !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 5px;
    font-size: 12px;
  }

   .tabs-style-4 .nav.panel-tabs li a:hover{
    background-color: rgba(0, 0, 0, 0.06) !important;
   }

  .tabs-style-4 .nav.panel-tabs li a.active{
    background: #357BFF !important;
    color:#fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    font-size: 12px;
    margin-bottom: 5px;
  }

/*27-05-25 End */

 

/*02-06-2025*/

.leftsideinner{
max-height:695px; overflow-y: auto; overflow-x: hidden;
}

/*02-06-2025 end*/


.customng .ng-dropdown-panel { width: auto !important; max-width: 500px; min-width: 100%; }

/* 
@media (min-width: 768px) {
.blue-menu  .main-sidebar-hide .main-sidebar-header .sidemenu-logo .desktop-logo {
    display: none;
  }
} */


.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #ebf5ff !important;
  color:#333;
}


@media (min-width: 992px) {
  .main-footer {
    display: block;
    padding:
10px 10px 10px 15rem;
  }

  .forhozmenu  .main-content.side-content{
    padding-top: 120px;
  }
}



@media (max-width: 1440px){

/*02-06-2025*/

.leftsideinner{
max-height:550px; overflow-y: auto; overflow-x: hidden;
}

/*02-06-2025 end*/


  .facultydetailstab .nav-pills .nav-link.active {
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
  font-weight: 500;
  font-size: 12px;
  }
  
  .facultydetailstab .nav-pills .nav-link.active svg{
    stroke:#357BFF !important;
  }
  
  .facultydetailstab .nav-pills .nav-link {

    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
  font-weight: 400;
  font-weight: 500;
  font-size: 13px;
  }
  
  .facultydetailstab .nav-pills .nav-link svg{
    stroke:#4B5563 !important;
  }

  .profileprogimgbox{
    width: 125px;
    height: 125px;
    display: block; 
    margin: 0 auto;
     position: relative;
  }

  .proimgcircleabs{
    position: absolute;
    top: 15px;
    left: 12px;
  }

  .proimgcircleabsbox{
    width: 100px;
    height: 100px;
  }

  .proimgcircleabsboximg{
    width: 95px;
    height: 95px;
    border-radius:50%;
  }

  .profileprogimgboxmargin{
    position:relative; 
    z-index: 2; 
    margin-top: -60px;
  }

  .studentprognumabs {
    position: absolute;
    left: 40px;
    bottom: 5px;
  }

  .studentbarcode{
    width: 55px;
    height: 55px;
  }

  .topheading{

    font-size: 18px;
    line-height: 28px;
    color: #1E1E2C;
    }

    .studentbarcode{
      position: absolute;
      top:15px;
      right: 15px;
      width: 55px;
      height: 55px;
      background-color: #fff;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .studentbarcode img{
      width: 50px;
      height: 50px;
  }
  

}


@media (max-width: 1100px){

  .dt-length label{
    font-size: 11px !important;
  }

  .dt-search label{
    font-size: 11px !important;
  }

  .facultydetailstab .nav-pills .nav-link.active {
    padding-left: 15px;
    padding-right: 15px;
    font-style: normal;
  font-weight: 500;
  font-size: 12px;
  }
  
  .facultydetailstab .nav-pills .nav-link.active svg{
    stroke:#357BFF !important;
  }
  
  .facultydetailstab .nav-pills .nav-link {

    padding-left: 15;
    padding-right: 15px;
    font-style: normal;
  font-weight: 400;
  font-weight: 500;
  font-size: 12px;
  }
  
  .facultydetailstab .nav-pills .nav-link svg{
    stroke:#4B5563 !important;
  }

  .tajik-table .table thead td, .tajik-table .table tbody td {
    font-size: 12px !important;
  }


  .tajik-table table thead th:first-child {
    width: 50px !important;
  }

  .tajik-table table.dataTable tbody tr:first-child {
    width: 50px !important;
  }


  .topheading{

  font-size: 18px;
  line-height: 26px;
  color: #1E1E2C;
  margin-top: 10px;
  }

  .footertext{
    font-size: 9px;
  }

}

@media (max-width: 991px) {
  .vhfullheight{
  height: auto !important;
} 
}




@media (min-width: 768px) {
  .main-sidebar-hide .main-sidebar-body li.active .sidemenu-icon {
    background:#121212 !important;
    margin-left: 14px;
  }

  .dark-menu.main-sidebar-hide .main-sidebar-body li.active .sidemenu-icon {
    background: transparent !important;
  }
}

    @media (min-width: 992px) {
      .main-body .main-header {
        position: fixed !important;
        height: 65px;
        top:0px !important
      }
    }

    @media (max-width: 991px) {
      .main-header {
        position: fixed;
        box-shadow: none;
        border-bottom: 1px solid #f0f2f8;
        border-top: 0;
        top: 0px;
      }
    }

    @media (max-width: 450px) {
      .headingone{
        font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #384455;
    }
    
    .btn-one3{
      border-radius: 14px;
    background: #487FFF;
    width: 200px;
    height: 42px;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans 3";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    }
    .pr{
      padding-right: 15px;
    }
    
    .pl{
      padding-left: 15px;
    }

    .inner-body {
      padding-bottom: 120px !important;
    }

    .main-footer-box{
      display: none;
  }

  .main-footer{
      padding: 10px;
  }

  .facultydetailstab {

    display:block;
  }
    
    }
