.dashboard-window {
  background: var(--muted)!important;
  background-size: 100% 700px; 
  background-repeat: no-repeat;
 }
 
 html {
  background: linear-gradient(to bottom, var(--primary), var(--background));
  background-size: 100% 700px; 
  background-repeat: no-repeat;
 }


#map { 
  height: 100%;
  width: 100%;
}


.test-bg {
  background-color: #16a34a;
}

.input-control {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--foreground-400);
  background-color: var(--background-200);
  border-radius: 0.375rem; /* rounded-md */
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); /* shadow-sm */
  padding-left: 1rem; /* px-4 */
  padding-right: 1rem;
  padding-top: 0.5rem; /* py-2 */
  padding-bottom: 0.5rem;
  appearance: none;
}

.input-control:focus {
  border-color: var(--foreground-300);
  outline: none;
  box-shadow: 0 0 0 1px var(--foreground-300); /* focus:ring */
}

.input-control:focus-within {
  border-color: var(--foreground-300);
  outline: 1px solid var(--foreground-300); /* outline-border-foreground-300 */
  box-shadow: 0 0 0 1px var(--foreground-300); /* focus-within:ring */
}

.swal2-border-radius {
  border-radius: 1rem !important;
  padding: 2rem !important;
}

.swal2-title-custom {
  color: #1f2937; /* Gray-800 */
  font-size: 1.5rem;
  font-weight: 600;
}

.swal2-confirm-button-custom {
  background-color: #2563eb !important; /* blue-600 */
  color: white !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  border: none;
  margin: 0 10px;
}

.swal2-cancel-button-custom {
  background-color: #e11d48 !important; /* rose-600 */
  color: white !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  border: none;
}


.canvasjs-chart-credit{
  display: none !important;
}

.btn-outline-primary{
  border: 2px solid blue !important;
  padding: 8px 14px !important;
  color: blue !important;
  transition: all 0.2s ease-in-out !important;
  border-radius: 8px !important;
}
.btn-outline-primary:hover{
  border: 2px solid var(--primary-blue) !important;
  background-color: var(--primary-blue) !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.233) !important;
}

.btn-success{
  background: var(--success-500) !important;
  padding: 8px 14px !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out !important;
  border-radius: 8px !important;
}
.btn-success:hover{
   background: var(--success-700) !important;
  padding: 8px 14px !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out !important;
   box-shadow: 0px 4px 6px rgba(24, 68, 41, 0.233) !important;
}

.btn-danger{
  background: var(--danger-500) !important;
  padding: 8px 14px !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out !important;
  border-radius: 8px !important;
}
.btn-danger:hover{
   background: var(--danger-700) !important;
  padding: 8px 14px !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out !important;
   box-shadow: 0px 4px 6px rgba(24, 68, 41, 0.233) !important;
}

@media screen and (min-width: 1440px) and (max-width: 1800px) {
  .app-container {
      width: 1400px !important;
  }

}

@media screen and (min-width: 1270px) and (max-width: 1440px) {
  .app-container {
      width: 1200px !important;
  }
}
@media (min-width: 992px) {
  .app-container {
      padding-left: 30px !important;
      padding-right: 30px !important;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1320px;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  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;
}
@media (min-width: 992px) {
  
}
html {
  scroll-behavior: smooth;
  background-color: var(--background);
  color: var(--foreground);
}

@keyframes spin-slow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.animate-spin-slow {
  animation: spin-slow 3s linear infinite;
}

/* .dot-bg{
 opacity: 0.8;
background: radial-gradient(circle, transparent 20%, #e5e5f7 20%, #e5e5f7 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #e5e5f7 20%, #e5e5f7 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#444cf7 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #444cf7 2px, #e5e5f7 2px) -1px 0;
background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;
} */

/*=======================================================================*/
/********************************* Colors ********************************/
/*=======================================================================*/
 
input:-internal-autofill-selected{
  background-color: transparent !important;
}

/*=======================================================================*/
/*************************** Header Banner *************************/
/*=======================================================================*/
.header-banner {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='700' preserveAspectRatio='none' viewBox='0 0 1440 700'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1000%26quot%3b)' fill='none'%3e%3crect width='1440' height='700' x='0' y='0' fill='rgba(14%2c 42%2c 71%2c 0.02)'%3e%3c/rect%3e%3cpath d='M87 700L787 0L1457.5 0L757.5 700z' fill='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)'%3e%3c/path%3e%3cpath d='M538.2 700L1238.2 0L1781.2 0L1081.2 700z' fill='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)'%3e%3c/path%3e%3cpath d='M1404 700L704 0L605 0L1305 700z' fill='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)'%3e%3c/path%3e%3cpath d='M881.8 700L181.79999999999995 0L70.79999999999995 0L770.8 700z' fill='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)'%3e%3c/path%3e%3cpath d='M952.3356462660463 700L1440 212.33564626604624L1440 700z' fill='url(%26quot%3b%23SvgjsLinearGradient1001%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 700L487.66435373395376 700L 0 212.33564626604624z' fill='url(%26quot%3b%23SvgjsLinearGradient1002%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1000'%3e%3crect width='1440' height='700' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1001'%3e%3cstop stop-color='rgba(158%2c 170%2c 172%2c 0.19)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(158%2c 170%2c 172%2c 0.19)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1002'%3e%3cstop stop-color='rgba(158%2c 170%2c 172%2c 0.19)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(158%2c 170%2c 172%2c 0.19)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
/*=======================================================================*/
/*************************** Under Construction *************************/
/*=======================================================================*/
.under-construction {
  padding: 10px;
  background: var(--background);
  border: 2px dashed var(--link) !important;
  /* Replace with actual $primary-blue value */
  border-radius: 16px;
  text-align: center;
  max-width: 500px;
  animation: pulseBorder 1.5s infinite alternate;
  display: flex;
  color: var(--foreground);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.under-construction .u-icon {
  font-size: 4rem;
  color: var(--link);
  /* Replace with actual $primary-blue value */
}

.under-construction .u-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--link);
  /* Replace with actual $primary-blue value */
}

.under-construction .u-description {
  font-size: 0.8rem;
  color: var(--foreground-400);
  max-width: 400px;
}

/*=========================*/
/******** Job Card ********/
/*=========================*/
.job-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  background-color: var(--card);
  position: relative;
  transition: box-shadow 0.3s ease;
  max-height: 150px;
  min-height: 150px;
  height: 100%;
  /* overflow: hidden; */
}

.job-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.job-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.job-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.job-card-left {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.job-card-logo {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--border);
  background-color: var(--border);
  text-decoration: none;
}

.job-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.job-card-logo-text {
  font-size: 18px;
  font-weight: bold;
  color: #7e22ce; 
}

.job-card-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
  flex: 1;
  min-width: 0;
}


.job-card-title-link {
  text-decoration: none;
  color: var(--foreground);
}

.job-card-title {
  font-size: 14px;
  margin: 0;
  color: var(--foreground);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2 লাইনের পর কেটে দেবে */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}



.job-card-company p {
  font-size: 14px;
  margin: 4px 0 0 0;
  color: var(--foreground-500);
}

/* .book-mark-btn {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  background-color: var(--background-muted);
  justify-content: center;
  border: none;
  cursor: pointer;
  z-index: 10;
} */

.book-mark-btn {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  background-color: var(--background-muted);
  justify-content: center;
  border: none;
  cursor: pointer;
  /* z-index: 10; */
  flex-shrink: 0; 
}

.book-mark-btn i {
  font-size: 20px;
  color: var(--foreground);
}

.job-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
  align-items: center;
  color: var(--foreground-500);
}

.job-card-footer i {
  margin-right: 4px;
}

.job-card-footer .divider {
  margin: 0 4px;
  color: var(--foreground-500);
}

/*=========================*/
/***** Job Card End ******/
/*=========================*/
 

.modal-overlay {
  transition: opacity 0.3s ease-in-out;
}


.modal-overlay.show {
  opacity: 1;
}

.modal-content.show {
  transform: translateY(0);
}

.modal-overlay.hide {
  opacity: 0;
}

.modal-content.hide {
  transform: translateY(100%);
}
 
/*=======================================================================*/
/****************************** Round Area ******************************/
/*=======================================================================*/
.round-area {
  box-shadow: "rgb(0 0 0 / 4%) 0px -20px 20px 0px",
}

/*=======================================================================*/
/******************************** Dropdown *****************************/
/*=======================================================================*/
.profile-dropdown-menu-content {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.profile-dropdown-container:hover .profile-dropdown-menu-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.profile-dropdown-menu {
  position: absolute; 
  top: 100%; 
}

/* Dropdown Animation */
.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Position classes for smart positioning */
.dropdown-menu.position-bottom-left {
  top: 100%;
  left: 0;
  transform-origin: top left;
}

.dropdown-menu.position-bottom-right {
  top: 100%;
  right: 0;
  transform-origin: top right;
}

.dropdown-menu.position-top-left {
  bottom: 100%;
  left: 0;
  transform-origin: bottom left;
}

.dropdown-menu.position-top-right {
  bottom: 100%;
  right: 0;
  transform-origin: bottom right;
}

.dropdown-menu.position-left {
  top: 0;
  right: 100%;
  margin-right: 8px;
  transform: translateX(10px);
  transform-origin: center right;
}

.dropdown-menu.position-right {
  top: 0;
  left: 100%;
  margin-left: 8px;
  transform: translateX(-10px);
  transform-origin: center left;
}

/* Hover state transforms for different positions */
.dropdown:hover .dropdown-menu.position-bottom-left,
.dropdown:hover .dropdown-menu.position-bottom-right {
  transform: translateY(0);
}

.dropdown:hover .dropdown-menu.position-top-left,
.dropdown:hover .dropdown-menu.position-top-right {
  transform: translateY(0);
}

.dropdown:hover .dropdown-menu.position-left {
  transform: translateX(0);
}

.dropdown:hover .dropdown-menu.position-right {
  transform: translateX(0);
}



        /* Arrow Animation */
        .dropdown-arrow {
          transition: transform 0.2s ease;
      }

      .dropdown:hover .dropdown-arrow {
          transform: rotate(180deg);
      }

        

/* .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

 .dropdown:hover .stagger-item:nth-child(1) { transition-delay: 0.1s; opacity: 1; transform: translateY(0); }
.dropdown:hover .stagger-item:nth-child(2) { transition-delay: 0.2s; opacity: 1; transform: translateY(0); }
.dropdown:hover .stagger-item:nth-child(3) { transition-delay: 0.3s; opacity: 1; transform: translateY(0); }
.dropdown:hover .stagger-item:nth-child(4) { transition-delay: 0.4s; opacity: 1; transform: translateY(0); }
.dropdown:hover .stagger-item:nth-child(5) { transition-delay: 0.5s; opacity: 1; transform: translateY(0); } */


/*=======================================================================*/
/******************************** modal *********************************/
/*=======================================================================*/
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: end;
  z-index: 50;
}

.modal-overlay.hidden {
  display: none!important;
}
.job-filter-modal-box {
  transform: translateY(100%);
}

.job-filter-modal-box.show-up {
  transform: translateY(0);
}

.job-filter-modal-box.hide-down {
  transform: translateY(100%);
}

.job-filter-modal-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.job-filter-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.benefit-list ul li {
  list-style: disc!important;
  margin-left: 20px!important;
}

.benefit-list ol li {
  list-style: decimal!important;
  margin-left: 20px!important;
}



/*=======================================================================*/
/************************* Marque Animation *****************************/
/*=======================================================================*/

  /* @keyframes marquee {
            0% {
                transform: translateX(0%);
            }
            100% {
                transform: translateX(-100%);
            }
        }
        
        .marquee {
            animation: marquee 30s linear infinite;
        }
        
        .marquee:hover {
            animation-play-state: paused;
        }
        
        .marquee-container {
            overflow: hidden;
            white-space: nowrap;
        } */

         @keyframes marquee {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        
        .marquee-container {
            animation: marquee 30s linear infinite;
        }
        
        .marquee-container:hover {
            animation-play-state: paused;
        }
        
        /*  Responsive card widths - 1 card on mobile, 4+ cards on large screens */
        .testimonial-card {
            min-width: calc(100vw - 2rem); /* Full width minus padding on mobile */
        }
        
        @media (min-width: 768px) {
            .testimonial-card {
                min-width: calc(50vw - 1rem); /* 2 cards on tablet */
            }
        }
        
        @media (min-width: 1024px) {
            .testimonial-card {
                min-width: calc(25vw - 1rem); /* 4 cards on desktop */
            }
        }
        
        @media (min-width: 1280px) {
            .testimonial-card {
                min-width: 300px; /* Fixed width for very large screens */
            }
        }
/*=======================================================================*/
/************************* Preloader *****************************/
/*=======================================================================*/
.gradient-bg {
  background: linear-gradient(135deg, #f8f8f8 0%, #eff0f8 100%);
  background-image: radial-gradient(#787fff 0.5px, transparent 0.5px), radial-gradient(#6e75ff 0.5px, #e5e5f7 0.5px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

/*=======================================================================*/
/************************* Custom Scroll *****************************/
/*=======================================================================*/
.scroll-sm::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.scroll-sm::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
.scroll-sm::-webkit-scrollbar-thumb {
  background: #2f3138; 
  border-radius: 0px;
}

/* Handle on hover */
.scroll-sm::-webkit-scrollbar-thumb:hover {
  background: #2f3138; 
}

/*=======================================================================*/
/************************* search gov jobs *****************************/
/*=======================================================================*/
.range-slider {
  position: relative;
  width: 100%;
  height: 4px;
  background: #e5e7eb;
  outline: none;
}

.range-input {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--primary-blue);
  cursor: pointer;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  -webkit-appearance: none;
  pointer-events: all;
  position: relative;
  z-index: 1;
}

.range-input::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--primary-blue);
  cursor: pointer;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  pointer-events: all;
  position: relative;
  z-index: 1;
}

.slider-track {
  position: absolute;
  height: 4px;
  background: var(--primary-blue);
  border-radius: 2px;
  top: 0;
}


.select2-container {
  width: 100% !important;
}
.select2-selection--single {
  height: 38px;
}
.select2-selection__rendered {
  line-height: 38px;
}
.select2-selection__arrow {
  height: 38px;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.form-select {
    appearance: none;
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 0.775rem 3rem 0.775rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.475rem;
    box-shadow: false;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/* employee registration select 2 */
.phone-select> .select2-container--default .select2-selection--single
 {
    background-color: #fff;
    border: none !important;
    padding: 0px !important;
}

/* employee registration select 2 */
.company-address-group> .select2-container--default .select2-selection--single
 {
    background-color: #fff;
    border: 1px solid #cfcdcd !important;
    border-radius: 6px!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 100%!important;
}

.phone-select> .select2-container{
   width: 95px!important;
   overflow:hidden!important;
}

.w-300 {
  width: 100% !important;
  max-width: 300px !important;
}

.phone-select> .select2-container--default .select2-selection--single
 {
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important;
}
/*===========================*/
/**** Exam Calendar *********/
/*===========================*/
.calendar-table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-cell {
  width: 14.28%;
  height: 50px;
  border: 1px solid #e5e7eb;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  font-size: 14px;
}

.calendar-cell:hover {
  transform: scale(1.05);
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.calendar-header {
  background-color: #f9fafb;
  font-weight: 600;
  color: #6b7280;
  height: 40px;
}

.other-month {
  color: #9ca3af;
  background-color: #f9fafb;
}

.today {
  position: relative;
  background-color: #2563eb!important;
  color: white !important;
  font-weight: bold;
  border: 2px solid #1d4ed8 !important;
}

.today::after {
  background-color: blue;
  position: absolute;

}

.exam-day.today {
  background-color: #1D4ED8 !important;
  color: white !important;
  font-weight: 500;
}

.exam-day {
  background-color: #10B981 !important;
 color: rgb(255, 255, 255) !important;
    font-weight: 500;
    border: 2px solid #fff !important;

}

.expired-exam {
  background-color: #e80b3b19 !important;
  color: #f71c4b !important;
   font-weight: 500;
   border: 2px solid #fff !important;
}

.selected-date {
  background-color: #11d6633e!important;
  color: #026942!important;
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 2px #fef3c7;
}

.exam-indicator {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.8);
}

.date-info-updated {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}
    
    /* Date info panel animation */
    .date-info-panel {
        transition: all 0.3s ease;
    }
    
    .date-info-updated {
        transform: scale(1.02);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    }
    
    /* Modal styles */
   
    .exam-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        margin: 0 auto 16px;
    }
    
    .exam-bcs-icon {
        background: linear-gradient(135deg, #10b981, #059669);
        color: white;
    }
    
    .exam-bank-icon {
        background: linear-gradient(135deg, #059669, #047857);
        color: white;
    }
    
    .exam-teacher-icon {
        background: linear-gradient(135deg, #34d399, #10b981);
        color: #065f46;
    }

/*=========================*/
/****** Header Slider ****/
/*=========================*/
.gradiend-primary {
  background-image: linear-gradient(to bottom, var(--primary-100), #ffffffb7);
}


/*=======================================================================*/
/********* Production Issue *****************************/
/*=======================================================================*/
.search-modal {
  background-image: linear-gradient(to bottom, var(--primary), #ffffff);
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 50;

  /* Hidden state */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.search-modal.active {
  opacity: 1;
  pointer-events: auto;
}


 /* Base state when input is empty */
.search-rounded {
  background-color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
              0 4px 6px -2px rgba(128, 128, 128, 0.06);
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  width: 100%;
  height: 45px;
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  align-items: center;
  font-size: 0.875rem;
  cursor: pointer;
  transition: border-radius 0.3s ease;
}

.toggle-checkbox:checked + .toggle-label {
  background-color: #4ade80; /* green-400 */
}

.toggle-checkbox:checked + .toggle-label::before {
  transform: translateX(100%);
}

.toggle-label {
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  position: relative;
  background-color: #d1d5db; /* gray-300 */
  transition: background-color 0.3s;
}

.toggle-label::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background: white;
  transition: transform 0.3s;
}

.select2-container .select2-selection--single{
  height: 43px!important;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  line-height: 36px!important;
  height: 36px!important;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px!important;
  font-size: 16px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding :0px 2px!important;
  font-size: 13px!important; 
  line-height: 24px!important;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #374151!important;
  border-radius: 4px;
  cursor: text;
  padding-right: 5px;
  padding-left: 5px!important;
  position: relative;
}

.select2-container--default .select2-selection--single {
  background-color : #fff;
  border: 1px solid #374151!important;
  border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  padding: 0px 4px!important;
  line-height: 24px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #e4e4e4;
    border: 1px solid #ff0e0e!important;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    height: 28px!important;
    line-height: 28px!important;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px!important;
  right: 1px;
  width: 20px;
}

/* nice select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e0e7ee;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%!important;
}
.nice-select:hover {
  border-color: #d0dae5;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #88bfff;
}
.nice-select:after {
  border-bottom: 2px solid #90a1b5;
  border-right: 2px solid #90a1b5;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  width: 100%!important;
  height: 200px!important;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #e7ecf2;
  color: #90a1b5;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cdd5de;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f7f9;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}


/* Modified border radius when search input has content */
.search-rounded-open {
  height: 45px;
  background-color: white;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

/* Input styling */
.search-input {
  height: 45px;
  width: 100%;
  outline: none;
  border: none;
  font-size: 14px;
  background-color: transparent;
}

.active\:border-gray-300:active {
  --tw-border-opacity: 1;
  border-color: none!important;
}

.primary-gradient {
  background-image: linear-gradient(var(--primary), var(--background));
}

.modal-scroll::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.modal-scroll::-webkit-scrollbar-track {
 background:  #c7c6c631; 
  border-radius: 10px;
}
 
/* Handle */
.modal-scroll::-webkit-scrollbar-thumb {
  background: rgb(204, 202, 202); 
  border-radius: 10px;
}

/* Handle on hover */
.modal-scroll::-webkit-scrollbar-thumb:hover {
  background: #7a717191; 
}

/* Wrapper */
.others-info .select2-container {
  width: 100% !important;
 }

/* Selected tag style */
.others-info .select2-container--default .select2-selection--multiple {
  border: 1px solid #d1d5db!important; /* Tailwind gray-300 */
  border-radius: 0.375rem!important;   /* Tailwind rounded-md */
  padding-top: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 4px!important;
  min-height: 20px!important;
}

/* Text inside tags */
.others-info .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #1f2937; /* Tailwind gray-800 */
  padding: 0;
}

/* Tags style */
.others-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--success-600);
  border: none!important;
  color: var(--success-foreground);
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  padding-left: 20px!important;
  padding-right: 8px!important;
  margin-top: 4px;
  border-radius: 6px!important;
  font-size: 13px;
}

/* Remove button (x) */
.others-info .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white!important;
  margin-right: 4px;
  background-color: var(--success-700)!important;
  height: 100%!important;
  padding: 0px 6px!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  border: none!important;
}


/* Wrapper */
.add-form .select2-container {
  width: 100% !important;
 }

/* Selected tag style */
.add-form .select2-container--default .select2-selection--multiple {
  border: 1px solid #d1d5db!important; /* Tailwind gray-300 */
  border-radius: 0.375rem!important;   /* Tailwind rounded-md */
  padding-top: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 4px!important;
  min-height: 20px!important;
}

/* Text inside tags */
.add-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #1f2937; /* Tailwind gray-800 */
  padding: 0;
}

/* Tags style */
.add-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--success-600);
  border: none!important;
  color: var(--success-foreground);
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  padding-left: 20px!important;
  padding-right: 8px!important;
  margin-top: 4px;
  border-radius: 6px!important;
  font-size: 13px;
}

/* Remove button (x) */
.add-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white!important;
  margin-right: 4px;
  background-color: var(--success-700)!important;
  height: 100%!important;
  padding: 0px 6px!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  border: none!important;
}



/* Wrapper */
.primary-select .select2-container {
  width: 100% !important;
 }

/* Selected tag style */
.primary-select .select2-container--default .select2-selection--multiple {
  border: 1px solid #d1d5db!important; /* Tailwind gray-300 */
  border-radius: 0.375rem!important;   /* Tailwind rounded-md */
  padding-top: 0px!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 4px!important;
  min-height: 20px!important;
}

/* Text inside tags */
.primary-select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #1f2937; /* Tailwind gray-800 */
  padding: 0;
}

/* Tags style */
.primary-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--success-600);
  border: none!important;
  color: var(--success-foreground);
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  padding-left: 20px!important;
  padding-right: 8px!important;
  margin-top: 4px;
  border-radius: 6px!important;
  font-size: 13px;
}

/* Remove button (x) */
.primary-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white!important;
  margin-right: 4px;
  background-color: var(--success-700)!important;
  height: 100%!important;
  padding: 0px 6px!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  border: none!important;
}

.btn-primary {
  background-color: var(--primary-blue);
color: #FFFFFF;
border-radius: 8px;
padding: 10px 20px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  transition: all 0.3s ease-in-out;;
  background-color: rgb(35, 35, 104);
  box-shadow: 0 6px 8px rgba(0,0,0,0.2);
}

/* invoice */
    .invoice-box {
            max-width: 800px;
            margin: auto;
            padding: 0px;
            /* border: 1px solid #eee; */
            /* box-shadow: 0 0 10px rgba(0, 0, 0, .15); */
            font-size: 16px;
            line-height: 24px;
            font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
            color: #555;
        }

        .invoice-box table {
            width: 100%;
            line-height: inherit;
            text-align: left;
        }

        .invoice-box table td {
            padding: 5px;
            vertical-align: top;
        }

        .invoice-box table tr td:nth-child(2) {
            text-align: right;
        }

        .invoice-box table tr.top table td {
            padding-bottom: 20px;
        }

        .invoice-box table tr.top table td.title {
            font-size: 45px;
            line-height: 45px;
            color: #333;
        }

        .invoice-box table tr.information table td {
            padding-bottom: 40px;
        }

        .invoice-box table tr.heading td {
            background: #eee;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
        }

        .invoice-box table tr.details td {
            padding-bottom: 20px;
        }

        .invoice-box table tr.item td {
            border-bottom: 1px solid #eee;
        }

        .invoice-box table tr.item.last td {
            border-bottom: none;
        }

        .invoice-box table tr.total td:nth-child(2) {
            border-top: 2px solid #eee;
            font-weight: bold;
        }


 /* Modal Background */
.modal {
  display: none; 
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

/* Modal Box */
.modal-content {
  /* background-color: white; */
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  min-width: 300px;
  max-width: 800px;
  width: 100%;
  position: relative;
  animation: slideIn 0.3s ease-out;
}

/* Close Button */
.close-button {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

/* Animation */
@keyframes slideIn {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}



/*============================*/
/*========= Responsive =======*/
/*============================*/
 /* Base container styles */
.base-container {
  width: 100%;
  max-width: 1280px; /* max width for desktop and up */
  margin: 0 auto;
  box-sizing: border-box;
}

.base-container-lg {
  width: 92%;
  max-width: 1088px; /* 85% of 1280px */
  margin: 0 auto;
  box-sizing: border-box;
}

.base-container-sm {
  width: 100%;
  max-width: 1020px; /* 85% of 1280px */
  margin: 0 auto;
  box-sizing: border-box;
}

.modal-content {
  width: 100%;
  min-width: 300px;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Responsive adjustments */

/* Small devices (mobile phones) */
@media screen and (max-width: 480px) {
  .base-container {
    width: 95%;
  }
  .base-container-lg {
    width: 92%;
  }
}

/* Tablets */
@media screen and (min-width: 481px) and (max-width: 767px) {
  .base-container {
    width: 90%;
  }
  .base-container-lg {
    width: 88%;
  }
}

/* Small desktops / laptops */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-container {
    width: 90%;
    max-width: 960px;
  }
  .base-container-lg {
    width: 85%;
    max-width: 816px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .base-container {
    width: 100%;
    max-width: 1200px;
  }
  .base-container-lg {
    width: 85%;
    max-width: 816px;
  }
}

/* Desktops */
@media screen and (min-width: 1367px) and (max-width: 1919px) {
  .base-container {
    width: 100%;
    max-width: 1376px;
  }
  .base-container-lg {
    width: 85%;
  }
}

/* Large desktops including 22-inch monitors (1920px and up) */
@media screen and (min-width: 1920px) {
  .base-container {
    width: 1400px;
    max-width: 1920px;
  }
  .base-container-lg {
    width: 1400px;
  }
}

/*====================*/
/*======= Blog =======*/
/*====================*/
.blog-bg{
  background: radial-gradient(circle, transparent 25%, #ffffff6e  26%),linear-gradient(45deg, transparent 46%, #e6e6ee0e 47%, #d9d9db11 52%, transparent 53%), linear-gradient(135deg, transparent 46%, #c9c9cc0e 47%, #d2d2d310 52%, transparent 53%);
        background-size: 2em 2em;
        background-color: transparent;
        opacity: 2
}

.stripe-line {
    background: url(/src/image/stripe.png);
    overflow: hidden;
 }

 .custom-swiper-prev,
.custom-swiper-next {
  @apply absolute top-1/2 -translate-y-1/2 z-20;
}

.custom-swiper-prev {
  @apply left-2;
}

.custom-swiper-next {
  @apply right-2;
}

.blog-list-hight {
  height: 400px!important;
  overflow-y: auto!important;
  overflow-x: hidden;
}

.active-tab {
  background: var(--btn-bg)!important;
  color: var(--btn-foreground) !important;
}

         .blog-navbar {
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            position: relative;
        }

        .blog-nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 1rem;
        }

        .blog-nav-home {
            color: white;
            font-size: 1.5rem;
            padding: 1rem;
            text-decoration: none;
            display: flex;
            align-items: center;
        }

        .blog-nav-menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .blog-nav-item {
            position: relative;
        }

        .blog-nav-link {
            color: white;
            text-decoration: none;
            padding: 1rem 0.75rem;
            display: block;
            font-weight: 500;
            transition: background-color 0.3s ease;
            white-space: nowrap;
        }

        .blog-nav-link:hover {
            background-color: rgba(255,255,255,0.1);
        }

        .blog-dropdown {
            position: relative;
        }

        .blog-dropdown-toggle {
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }

        .dropdown-arrow {
            font-size: 0.75rem;
            transition: transform 0.3s ease;
        }

        .blog-dropdown.active .dropdown-arrow {
            transform: rotate(180deg);
        }

        .blog-dropdown-menu {
            position: absolute;
            top: 100%;
            right: 0;
            background-color: white;
            min-width: 200px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            border-radius: 0.375rem;
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
        }

        .blog-dropdown.active .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .blog-dropdown-item {
            color: #374151;
            padding: 0.75rem 1rem;
            text-decoration: none;
            display: block;
            transition: background-color 0.3s ease;
        }

        .blog-dropdown-item:hover {
            background-color: #f3f4f6;
        }

        .blog-mobile-menu-toggle {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            padding: 0.5rem;
        }

        .blog-mobile-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
             box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            z-index: 999;
        }

        .blog-mobile-menu.active {
            display: block;
        }

        .blog-mobile-nav-item {
            border-bottom: 1px solid rgba(255,255,255,0.1);
            color: white;
            padding: 1rem;
            text-decoration: none;
            display: block;
            font-weight: 500;
        }

        .blog-mobile-nav-link {
            color: white;
            text-decoration: none;
            padding: 1rem;
            display: block;
            font-weight: 500;
        }

        .blog-mobile-nav-link:hover {
            background-color: rgba(255,255,255,0.1);
        }

        .blog-mobile-dropdown-items {
            background-color: rgba(0,0,0,0.1);
            display: none;
        }

        .blog-mobile-dropdown-items.active {
            display: block;
        }

        .blog-mobile-dropdown-item {
            color: white;
            padding: 0.75rem 2rem;
            text-decoration: none;
            display: block;
            font-size: 0.9rem;
        }

        .blog-mobile-dropdown-item:hover {
            background-color: rgba(255,255,255,0.1);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .blog-nav-menu {
                display: none;
            }

            .blog-mobile-menu-toggle {
                display: block;
            }

            .blog-nav-container {
                padding: 0 0.5rem;
            }

            .blog-nav-home {
                padding: 0.75rem 0.5rem;
                font-size: 1.25rem;
            }
        }

        @media (max-width: 640px) {
            .blog-nav-link {
                padding: 0.75rem 0.5rem;
                font-size: 0.9rem;
            }
        }
       

.details-information ul {
    list-style-type: disc!important;
    margin-left: 1.5rem!important;
}
.step-section {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.step-section.active {
  opacity: 1;
  max-height: 500px; /* enough height to fit your content */
  pointer-events: auto;
  transform: translateY(0);
}


/* ============== Keyboard ============== */
.main-board{
  background-color: var(--keyboard_clr_background);
   border-radius: calc(var(--key_size) / 5);
  padding: calc(var(--key_size) / 2);
   border: calc(var(--key_size) / 25) solid var(--key_clr_border);
  box-shadow: 0 0  calc(var(--key_size) / 10) calc(var(--key_size) / 20) var(--keyboard_clr_shadow);
  font-family: var(--key_font);
  margin-bottom: 2%;
  margin-left: 2%;
  margin-right: 2%;;
height: 280px;
width: 1000px;
}

/* .main-board {
  background-color: var(--keyboard_clr_background);
  border-radius: calc(var(--key_size) / 5);
  padding: calc(var(--key_size) / 2);
  border: calc(var(--key_size) / 25) solid var(--key_clr_border);
  box-shadow: 0 0 calc(var(--key_size) / 10) calc(var(--key_size) / 20) var(--keyboard_clr_shadow);
  font-family: var(--key_font);
  margin: auto;
 
  width: 94vw;        
  height: 280px!important;
  max-width: 1000px;  
  min-width: 600px;  
 } */


/* .keyboard {  
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: calc(var(--key_size) / 2);
    user-select: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: translate(50%, -50%);
    overflow: hidden;
    resize: none;
} */

.keyboard {  
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: calc(var(--key_size) / 2);
    user-select: none;

    position: fixed;
    bottom: 0;      /* নিচে বসবে */
    left: 50%;      /* মাঝখান থেকে শুরু */
    transform: translateX(-50%); /* একদম horizontally center এ বসানোর জন্য */

    width: auto;    /* কীবোর্ডের আকার অনুযায়ী */
    overflow: hidden; /* scrollbar remove */
    resize: none;    
}



.keyboard::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.keyboard::-webkit-scrollbar-track {
  box-shadow: transparent; 
  border-radius: 0px;
}
 
/* Handle */
.keyboard::-webkit-scrollbar-thumb {
  background: transparent; 
  border-radius: 0px;
}

/* Handle on hover */
.keyboard::-webkit-scrollbar-thumb:hover {
  background: transparent; 
}

.resize-handle {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 16px;
  height: 16px;
  background: rgba(0,0,0,0.2);
  cursor: se-resize;
}

.keyboard-section{
    display: grid;
    grid-template-rows: repeat(5, var(--key_size));
    grid-gap: calc(var(--key_size) / 10);
    
}
.keyboard-section.left{
    grid-template-columns: repeat(30, calc(var(--key_size) / 2));
}
.keyboard-section.right{

    grid-template-columns: repeat(6, calc(var(--key_size) / 2));
}
.keyboard-key {
    background-color: var(--key_clr_background);
    border: calc(var(--key_size) / 50) solid var(--key_clr_border);
    border-radius: calc(var(--key_size) / 10);
    grid-column: span 2;
    font-size: calc(var(--key_size) / 3.5);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    box-shadow: calc(var(--key_size) / 25) calc(var(--key_size) / 25) calc(var(--key_size) / 25) var(--key_clr_shadow);
}
.keyboard-key i {
    font-weight: 600;

}
.emptykey{
    grid-column: span 2;
}
.keyboard-key span{
    /* font-size: .95em; */
}
.keyboard-key:hover {
    border-color: var(--key_clr_border_hover);
}
.keyboard-key:active {
  
    margin: calc(var(--key_size) / 25) 0 0 calc(var(--key_size) / 25);
    border-color: var(--key_clr_border_active);
    box-shadow: none;
}
.backspace  {grid-column: span  4;}
.keyboard-tab        {grid-column: span  3;}
.backslash  {grid-column: span  3;}
.capslock   {grid-column: span  4;}
.enter      {grid-column: span  4;}
.leftshift  {grid-column: span  5;}
.rightshift {grid-column: span  5;}
.leftctrl   {grid-column: span  3;}
.rightctrl  {grid-column: span  3;}
.space      {grid-column: span 20;}
/* ============= End Keyboard =========== */

 .tab-switch {
            position: relative;
        }
        
  .tab-indicator {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            /* background: linear-gradient(135deg, var(--primary-blue), var(--primary-blue)); */
            transition: transform 0.3s ease, width 0.3s ease;
             background-image: linear-gradient(#E8F1FF, #CBE3FF);
             color: black!important;
        }
        
.tab-button {
            position: relative;
            transition: color 0.3s ease;
            background-color: transparent!important;
        }
        
.tab-button.active {
            color: black;
            background-color: transparent!important;
            border-radius: 12px;
        }
        
.tab-button:not(.active) {
            color: #6b7280;
            background-color: transparent!important;
        }
        
.tab-button:not(.active):hover {
            color: #374151;
            background-color: transparent!important;
        }

 .info-dropdown-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-in-out;
        }
        
        .info-dropdown-content.open {
            max-height: 1000px;
            overflow-y: auto;
        }
        .info-dropdown-content.open::-webkit-scrollbar {
            width: 0px;
        }
        
        .info-dropdown-content.open::-webkit-scrollbar-track {
            box-shadow: transparent;
            border-radius: 0px;
        }
        
        .info-dropdown-content.open::-webkit-scrollbar-thumb {
            background: transparent;
            border-radius: 0px;
        }
        
        .info-dropdown-content.open::-webkit-scrollbar-thumb:hover {
            background: transparent;
        }
        
        
        
        .info-dropdown-content.accordion-open {
            max-height: 1000px;
            overflow-y: auto;
        }
        .info-dropdown-content.accordion-open::-webkit-scrollbar {
            width: 0px;
        }
        
        .info-dropdown-content.accordion-open::-webkit-scrollbar-track {
            box-shadow: transparent;
            border-radius: 0px;
        }
        
        .info-dropdown-content.accordion-open::-webkit-scrollbar-thumb {
            background: transparent;
            border-radius: 0px;
        }
        
        .info-dropdown-content.accordion-open::-webkit-scrollbar-thumb:hover {
            background: transparent;
        }
        

 

.rotate-0 {
  transform: rotate(0deg);
}

.rotate-45 {
  transform: rotate(45deg);
}

.transition-transform {
  transition: transform 0.3s ease;
}





          .triangle-chart-container {
            width: 200px;
            height: 200px;
            position: relative;
            margin: auto;
        }
        .triangle-chart {
            width: 0;
            height: 0;
            border-left: 100px solid transparent;
            border-right: 100px solid transparent;
            border-bottom: 200px solid #4CAF50;
            position: absolute;
            bottom: 0;
        }
        .triangle-fill {
            position: absolute;
            width: 0;
            height: 0;
            border-left: var(--left-border) solid transparent;
            border-right: var(--right-border) solid transparent;
            border-bottom: var(--bottom-border) solid var(--fill-color);
            bottom: 0;
        }

        .circular-chart-container {
            width: 150px;
            height: 150px;
            position: relative;
            margin: auto;
        }
        .circular-chart-bg {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #e0e0e0;
            position: absolute;
        }
        .circular-chart-fill {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            background: conic-gradient(var(--fill-color) 0deg, var(--fill-color) var(--percentage), #e0e0e0 var(--percentage), #e0e0e0 360deg);
        }
        .circular-chart-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 1.5rem;
            font-weight: bold;
            color: #333;
        }

        /* Container জন্য */
.scrollable { 
  scrollbar-width: thin;  
  scrollbar-color: #b9b8b8 #f1f1f1;  
}

/* Chrome, Edge, Safari */
.scrollable::-webkit-scrollbar {
  width: 8px; /* scrollbar width */
}

.scrollable::-webkit-scrollbar-track {
  background: #f1f1f1; /* background of scrollbar track */
  border-radius: 10px;
}

.scrollable::-webkit-scrollbar-thumb {
  background-color: #dfdddd; /* scrollbar thumb color */
  border-radius: 10px;
  border: 2px solid #f1f1f1; /* space around thumb */
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #dbdbdb; /* hover effect */
}

.gradient-btn {
  background-image: linear-gradient(#CBE3FF, #E8F1FF);
}

.custom-input {
  width: 100%;
  height: 50px;
  padding-left: 2.8rem;
  padding-right: 3rem;
  background-color: var(--background);
  color: var(--foreground);
  border-width: 1px;
  overflow: hidden;
  border: none!important;
  border-radius: 0.375rem;
  box-shadow: 0 2px 4px 0 #66616154;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.custom-input:focus,
.custom-input:focus-within {
  outline: none !important;
 }

.custom-input:-webkit-autofill,
.custom-input:-webkit-autofill:hover,
.custom-input:-webkit-autofill:focus,
.custom-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px var(--background) inset !important;
  -webkit-text-fill-color: var(--foreground) !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

.base-btn {
  background-image: linear-gradient(var(--primary-600), white);
  border: 1px solid var(--border);
  color: var(--foreground);
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 2px;
  padding-top: 2px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 #66616113;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.base-btn:hover {
 background-image: linear-gradient(var(--primary-700), white);
  box-shadow: 0 2px 4px 0 #66616154;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* Custom Scrollbar */
.custom-scroll-sm::-webkit-scrollbar {
  width: 6px; /* scrollbar width */
}

.custom-scroll-sm::-webkit-scrollbar-track {
  background: #807c7c21; /* track color */
  border-radius: 10px;
}

.custom-scroll-sm::-webkit-scrollbar-thumb {
  background: #807c7c27; /* Tailwind red-500 */
  border-radius: 10px;
}

.custom-scroll-sm::-webkit-scrollbar-thumb:hover {
  background: #807c7c3a; /* Tailwind red-600 */
}

 .gradient-bg {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }
    
    .decorative-circle {
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.1);
    }
    
    .dot-pattern {
      background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
      background-size: 20px 20px;
    }
    