html {
  font-size: 13px;
  font-weight: 400;
  font-family: Inter,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.page-loading {
  margin: 0;
  height: 100%;
  overflow: hidden;
  transition: none !important;
}

.splash-screen {
  display: none;
}

.page-loading .splash-screen {
  position: absolute;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Inter, Helvetica, 'sans-serif';
  background-color: #fff;
}

.page-loading .splash-screen .loading-text {
  color: #99A1B7;
  margin-left: 1.25rem;
  font-size: 1.075rem;
  font-weight: 500;
}

html[data-bs-theme='dark'] .page-loading .splash-screen {
  background-color: #151521;
  color: #ffffff;
}

.splash-screen .dark-logo {
  display: none;
}

.splash-screen .light-logo {
  display: block;
}

html[data-bs-theme='dark'] .splash-screen .light-logo {
  display: none;
}

html[data-bs-theme='dark'] .splash-screen .dark-logo {
  display: block;
}

.loader {
  width: 2rem;
  height: 2rem;
  border: 0.185rem solid #1B84FF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 0.65s linear infinite;
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.loader-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}



/* src/app/components/LoadingComponent.css */

.loading-spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #f3f3f3;
  border-top: 1px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.container-fluid{
  --bs-gutter-x: 0rem !important;
  --bs-gutter-y: 0rem !important;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}


.custom-width {
  min-width:46.8%;
}


:root {
  --bs-app-header-height: 90px !important;
}

.sidebar-hide{
  display: none;
}

/* Custom class for screen sizes between 320px and 570px */
@media (min-width: 320px) and (max-width: 570px) {
  .custom-screen {
    display: flex;
    flex-direction: column;
    min-width: 100%; /* Adjust width as needed */
    padding: 10px; /* Example padding */
    /* Add any other styles you need */
  }
  .card-width{
    max-width: 100% !important;
  }
  .signout-width{
    min-width: 100% !important;
  }
  .custom-navbar{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    min-width: 100% !important;
  }
}
@media (min-width: 570px) and (max-width: 900px) {
  .custom-sm {
    display: flex;
    min-width: 100%; /* Adjust width as needed */
    padding: 10px; /* Example padding */
    /* Add any other styles you need */
  }
  
}

@media (min-width: 570px) and (max-width: 900px) {
  .padding-top {
   padding-top: 100px; /* Example padding */
    /* Add any other styles you need */
  }
  .mobile-menu{
    display: block !important;
  }
  .logout-padding{
    padding: 0px 0px !important;
  }
  
}
.group:hover .eye-icon {
  opacity: 1;
}



.app-header .app-header-mobile-drawer {
  display: block !important;
}

/* 
.app-header-menu .menu .menu-item .menu-link.active .menu-title{
  color: #022B60 !important;
}

.app-header-menu .menu .menu-item .menu-link.active{

  transition:color 0.2s ease;
    background-color: #EDEDED !important;
    opacity: 50%;
  }

 

  .app-header-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #022B60 !important ;
    opacity: 100% !important;
    
  }


  .nav-item .nav-link:hover:not(.disabled) {
    background-color: transparent;
    border:
  0;
      border-bottom-width: 0px;
      border-bottom-style: none;
      border-bottom-color: #FF9202 !important;
    border-bottom: 2px solid #FF9202 !important;
    transition:
  color 0.2s ease;
  } */






  .app-header-menu .menu .menu-item  .menu-title{
    color: #022B60 !important;

  }
  
  .app-header-menu .menu .menu-item .menu-link.active .menu-title {
    color: #022B60 !important;
    opacity: 100% !important;
  }

  .app-header-menu .menu .menu-item .menu-link.active .menu-title {
    color: #022B60 !important;
  }
  
  .app-header-menu .menu .menu-item .menu-link.active {
    transition: color 0.2s ease, background-color 0.3s ease;
    background-color: #EDEDED !important;
    /* opacity: 50%; */
    color: #022B60 !important;
    /* background-color: transparent !important; */
    border-radius: 8px; /* Optional: Add rounded corners for a smoother look */
  }
  
  .app-header-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #022B60 !important;
    opacity: 100% !important;
    font-weight: medium; /* Optional: Make the title bolder */
  }
  
  .nav-item .nav-link:hover:not(.disabled) {
    background-color: transparent;
    border: 0;
    font-size: 16px !important;
    border-bottom: 2px solid #FF9202 !important;
    transition: color 0.2s ease, border-color 0.3s ease;
    /* color: #FF9202 !important; Optional: Change text color on hover for contrast */
  }
  

  .pagination-color {
    background-color: #FF9202;
    color: white; /* Optional: ensures text is visible */
    transition: background-color 0.3s ease;
  }
  
  .pagination-color:hover {
    background-color: #f39c2a; /* Slightly darker orange for hover */
  }

  
  .number-color {
    color: White;
    background-color: #f5c963; /* Slightly darker orange for hover */
  }
  
  

  .nav-item .nav-link:focus:not(.disabled), .nav-item .nav-link:active:not(.disabled) {
    border-color: #FF9202 !important; /* Ensure border color is maintained when active */
    color: #022B60 !important;
    /* background-color: #FF9202; Optional: Highlight active item with background color */
    transition: background-color 0.3s ease, color 0.2s ease;
  }
  

  .nav-line-tabs .nav-item .nav-link.active{
    
      border-bottom-color: #FF9202 !important  ;
    border-bottom: 2px solid #FF9202 !important;
  }


  .custom-color{
    background-color: #FFF5E1 !important; 
  }
  .custom-color:hover{
    background-color: #fff5e1b7  !important;
  }
/* 
  .modal-content{
    width: 70% !important;
  } */
  .table{
    margin-bottom: 0px !important;
  }

   .custombtn{
    background-color: #022B60 !important;
    color: white !important;
  }
  .custom-modal-width .modal-dialog {
  max-width: 300px; /* smaller width */
  max-height: 300px; /* smaller height */
  margin: auto;
}



.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 409px !important;
  --bs-modal-padding: 1.75rem;
}


  [data-kt-app-header-fixed-mobile="true"] .app-header {
    z-index: 100 !important;
    transition: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }

  .td-text{
    font-size: 15px;
  }