/* @font-face {
  font-family: "Sen-Regular";
  src: url(../fonts/Sen-Regular.ttf);
}

@font-face {
   font-family: Nunito Sans,sans-serif;
  src: url(../fonts/Sen-Bold.ttf);
}

@font-face {
  font-family: "Sen-ExtraBold";
  src: url(../fonts/Sen-ExtraBold.ttf);
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap");
} */
@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 200;
  src: local(""),
    url(../fonts/nunito-sans-v6-latin-ext_latin-200.woff2) format("woff2"),
    url(../fonts/nunito-sans-v6-latin-ext_latin-200.woff) format("woff");
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url(../fonts/nunito-sans-v6-latin-ext_latin-300.woff2) format("woff2"),
    url(../fonts/nunito-sans-v6-latin-ext_latin-300.woff) format("woff");
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url(../fonts/nunito-sans-v6-latin-ext_latin-regular.woff2) format("woff2"),
    url(../fonts/nunito-sans-v6-latin-ext_latin-regular.woff) format("woff");
}

@font-face {
  font-family: Nunito Sans;
  font-style: italic;
  font-weight: 400;
  src: local(""),
    url(../fonts/nunito-sans-v6-latin-ext_latin-italic.woff2) format("woff2"),
    url(../fonts/nunito-sans-v6-latin-ext_latin-italic.woff) format("woff");
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url(../fonts/nunito-sans-v6-latin-ext_latin-600.woff2) format("woff2"),
    url(../fonts/nunito-sans-v6-latin-ext_latin-600.woff) format("woff");
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url(../fonts/nunito-sans-v6-latin-ext_latin-700.woff2) format("woff2"),
    url(../fonts/nunito-sans-v6-latin-ext_latin-700.woff) format("woff");
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 800;
  src: local(""),
    url(../fonts/nunito-sans-v6-latin-ext_latin-800.woff2) format("woff2"),
    url(../fonts/nunito-sans-v6-latin-ext_latin-800.woff) format("woff");
}

@font-face {
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 900;
  src: local(""),
    url(../fonts/nunito-sans-v6-latin-ext_latin-900.woff2) format("woff2"),
    url(../fonts/nunito-sans-v6-latin-ext_latin-900.woff) format("woff");
}

@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --background-color: #f6f5fb;
  --text-color: #0c0c0c;
  --placeholder-color: #aaacaf;
  --jl-gray: #f5f5f5;
  --jl-primary: #253191;
  --jl-secondary: #046f1f;
  --secondary-blue: #1e40af;
  --primary-green: #046f1f;
  --primary-green-light: #048527;
  --primary-green-dark: #04c63f;
  --glass-bg: #f8f9fa;
  --glass-border: #929baa42;
  --shadow-light: rgba(0, 0, 0, 0.1);
  --shadow-medium: rgba(0, 0, 0, 0.15);
  --shadow-heavy: rgba(0, 0, 0, 0.25);
}

.login-container {
  position: relative;
  height: 100vh;
  /* background: linear-gradient(
    135deg,
    var(--jl-primary) 0%,
    var(--secondary-blue) 50%,
    var(--primary-green) 100%
  ); */
  /* background: linear-gradient(
    135deg,
    #52c41a00 0%,
    #52c41a4d 50%,
    #046f1f26 100%
  ); */

  overflow: hidden;
}

.login-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* }

.shape {
  position: absolute;
  border-radius: 50%;
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  animation: float 6s ease-in-out infinite;
}

.shape1 {
  width: 300px;
  height: 300px;
  top: -150px;
  left: -150px;
  animation-delay: 0s;
}

.shape2 {
  width: 200px;
  height: 200px;
  top: 50%;
  right: -100px;
  animation-delay: 2s;
}

.shape3 {
  width: 150px;
  height: 150px;
  bottom: -75px;
  left: 30%;
  animation-delay: 4s;
} */

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

.h-100 {
  height: 100vh !important;
}
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  font-family: Nunito Sans, sans-serif;
  background-color: var(--background-color) !important;
}

html,
body {
  width: 100%;
  height: 100vh !important;
  overflow: hidden !important;
}

ul {
  padding: 0 !important;
  margin: 0;
}

li {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}

.fa-pen {
  color: #929baa;
}

.fa-file-pdf {
  color: #ff0000;
}

.fa-eye {
  color: #00a217;
}

/* .fa-trash {
  color: #ff0000;
} */

.drop-down {
  height: 0px;
  transition: height 0.3s ease-in-out;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.drop-down li {
  padding: 0 !important;
}
.drop-down-show {
  height: max-content;
}

.form-control {
  background-color: transparent !important;
  color: #64728c9c !important;
  border: 1px solid #e8eaef !important;
  border-radius: 0.65rem !important;
}

.form-control::placeholder {
  color: #64728c !important;
}

.thame-text {
  color: var(--text-color);
  font-size: 18px;
  padding: 5px 0px;
}

.setting-div {
  background-color: var(--background-color) !important;
}

.upload-logo-btn {
  background-color: rgb(159 159 159);
}

.table-button {
  background-color: var(--jl-primary);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 15px;
  margin: 0px auto;
  font-size: 14px;
  text-align: "center";
}

.table-button:focus {
  outline: none !important;
}

.ant-table-content {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}

.ant-table-content::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  border-radius: 10px;
  background-color: transparent;
}

.ant-table-content::-webkit-scrollbar {
  /* display: none; */
  height: 6px;
  background-color: transparent;
}

.ant-table-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
  background-color: var(--jl-primary);
}

.ant-modal-close-x::before {
  content: "\00d7";
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-32%, -50%);
  font-size: 35px;
  color: #6c757d;
  display: block;
}

.ant-pagination-item-active a,
a:not([href]):hover {
  color: var(--jl-primary) !important;
}
.ant-pagination-item {
  border-radius: 20px !important;
}
.ant-pagination-item:hover,
.ant-pagination-item-active,
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: var(--jl-primary) !important;
}
/* Custom Ant Select Arrow Styling */
.driver-ant-section .ant-select-arrow {
  width: 28px;
  height: 28px;
  /* background-color: var(--glass-bg);  */
  border-radius: 0.65rem;
  border: 1px solid var(--glass-border); /* blue border */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #929baa;
  border: none;
  right: 4px !important;
  top: 21% !important;
}

/* Rotate arrow when open */
.driver-ant-section.ant-select-open .ant-select-arrow {
  transform: rotate(360deg);
}

/* Optional: change icon */
.driver-ant-section .ant-select-arrow > span {
  font-size: 14px;
}
/* Your main custom style */
.date-picker-style .ant-picker-suffix {
  width: 28px !important;
  height: 28px !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  color: #929baa !important;
  right: 4px !important;
  top: 21% !important;
}
.ant-picker {
  border-radius: 10px !important;
  background: transparent !important;
  margin: 3px !important;
  padding: 3px 8px 3px !important;
}
.ant-btn-icon-only > * {
  font-size: 13px !important;
}
.ant-picker-input {
  height: 23px !important;
}
.ant-picker-input > input {
  /* margin-top: 1.4em !important; */
  font-size: 12px !important;
  color: #6c757d !important;
}
.ant-btn > span {
  display: inline-flex !important;
}
table,
th,
td {
  border: none !important;
}
.custom-summary-cell {
  padding: 0.9rem 0.75rem !important;
  text-align: left !important;
  color: #52c41a;
  font-weight: 500;
}

.ant-picker-range {
  height: 36px !important;
}
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: var(--jl-primary) !important;
  border-color: var(--jl-primary) !important;
}

.row.text-center div {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.row.text-center div a {
  padding: 5px 20px;
  border-radius: 10px;
}

.ant-modal-close:focus {
  outline: none !important;
  box-shadow: none !important;
}

.header-nav {
  /* position: fixed;
  top: 0px;
  left: 0px; */
  width: 100%;
  /* background-color: var(--jl-primary); */
  /* background: linear-gradient(135deg, #52c41a 0%, #253191 100%); */
  /* border-radius: 0px 0px 20px 20px; */
  border-radius: 30px;
  /* box-shadow: 1px 1px 7px #00000030; */
  overflow: hidden;
  padding: 0px;
  z-index: 999;
}

.header-nav .logo {
  width: 200px;
  background: linear-gradient(100deg, #fff 0%, rgb(0 0 0 / 0%) 100%);
  border-radius: 30px;
}

.header-nav .user-name {
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px !important;
  border: 2px dotted var(--jl-primary);
  padding: 5px 20px;
  border-radius: 36px;
  color: var(--jl-primary);
  /* background-color: var(--primary-green-dark); */
}

.header-nav .theme-btn-div {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 2px 4px;
  margin-right: 20px;
  display: flex;
}

.header-nav .theme-btn-div .theme-btn {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.815);
  padding: 0px;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.header-nav .theme-btn-div .theme-btn:focus {
  outline: none !important;
}

.header-nav .theme-btn-div .theme-btn-active {
  position: relative;
  color: var(--jl-primary);
  z-index: 1;
}

.header-nav .theme-btn-div .theme-btn-active::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
}
/* 
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td,
.ant-table tfoot > tr > th,
.ant-table tfoot > tr > td {
  padding: 10px !important;
  border-right: 1px solid #d8d8d8 !important;
}

.ant-table-tbody > tr > td {
  font-family: "Sen-Bold" !important;
  color: #000 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.ant-table-tbody > tr > td:last-child {
  border-right: none !important;
}

.ant-table-thead > tr > th {
   font-family: Nunito Sans,sans-serif;
  color: #fff !important;
  font-weight: normal !important;
  background: var(--jl-primary) !important;
  border-right: 1px solid #d8d8d8 !important;
  padding: 15px 10px;
}

#style-3 .ant-table-thead > tr > th {
  background: var(--institution-color) !important;
  color: #fff !important;
}

.ant-table-thead > tr > th:last-child {
  border-right: none !important;
}

.ant-table.ant-table-bordered > .ant-table-container {
  border-left: none !important;
} */

.ant-select-single .ant-select-selector {
  justify-content: center;
  align-items: center;
}

.ant-pagination-item-link {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* .anticon {
  display: none !important;
} */

.ant-select-arrow {
  width: 14px;
  background: url(../img/select-arrow.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.ant-modal-header {
  background-color: #fff !important;
  text-align: center !important;
  font-family: Nunito Sans, sans-serif !important;
  padding: 10px !important;
}

.ant-modal-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #6c757d !important;
}

.ant-modal-body {
  padding: 10px 20px !important;
}

.ant-modal-footer {
  text-align: center !important;
}

.school-modal .ant-modal-header {
  /* background-color: var(--institution-color) !important; */
  background-color: #fff !important;
}

.ant-btn-primary {
  border-color: var(--jl-primary) !important;
  background: var(--jl-primary) !important;
}

.ant-btn:hover,
.ant-btn:focus {
  color: var(--jl-primary) !important;
  border-color: var(--jl-primary) !important;
}

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff !important;
}

.school-modal .ant-btn-primary {
  border-color: var(--institution-color) !important;
  background: var(--institution-color) !important;
}

.school-modal .ant-btn:hover,
.school-modal .ant-btn:focus {
  color: var(--institution-color) !important;
  border-color: var(--institution-color) !important;
}

/* .ant-tabs {
  background-color: var(--jl-primary) !important;
  margin-bottom: 20px !important;
  padding-top: 10px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
} */
.ant-btn {
  border-radius: 15px !important;
}
.tabs-common-div-section {
  background-color: #fff;
  margin-bottom: 20px;
  overflow-x: auto;
  padding: 0px 10px;
  overflow-y: hidden;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
}
.horizontal-scroll-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.horizontal-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.ant-tabs-tab {
  background: #f8f9fa !important;
  border: 1px solid #929baa42 !important;
  color: #6c757d !important;
  padding: 0.2rem 1rem !important;
  border-radius: 25px !important;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  backdrop-filter: blur(10px) !important;
  display: flex;
  align-items: center !important;
  gap: 0.5rem;
  position: relative !important;
  overflow: hidden;
}
.ant-tabs-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.ant-tabs-tab:hover::before {
  left: 100%;
}
.ant-tabs-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.ant-tabs-nav-wrap {
  padding: 10px !important;
  justify-content: end;
}
.ant-tabs-top > .ant-tabs-nav {
  margin: 0px !important;
}

.ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 15px !important;
}

/* Active tab background and default gray for all tabs */
.ant-tabs-tab {
  background-color: #f5f5f5; /* Light gray background by default */
}

/* When tab is active */
.ant-tabs-tab.ant-tabs-tab-active {
  background-color: #096dd924 !important; /* Light blue background */
}

/* Make sure the <p> text color is blue only when active */
.ant-tabs-tab.ant-tabs-tab-active .active-green,
.ant-tabs-tab.ant-tabs-tab-active .inactive-red,
.ant-tabs-tab.ant-tabs-tab-active .duplicate-el {
  color: #096dd9 !important;
}

/* Otherwise, gray text by default for inactive tabs */
.active-green,
.inactive-red,
.duplicate-el {
  font-size: 12px;
  margin: 0;
  color: #a7b0b8; /* Default gray color */
}

.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
  display: none !important;
}

#style-3 .ant-tabs {
  background-color: var(--institution-color-light) !important;
}

.font {
  font-family: Nunito Sans, sans-serif !important;
  text-align: center;
  padding: 10px 10px 0px;
  font-size: 22px;
}

.text-right {
  text-align: right;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0 !important;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 !important;
}

.breadcrumb-item {
  margin: 0;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item.active a {
  color: #f43752 !important;
  font-weight: 700;
}

.top-container {
  width: 85%;
  margin: 0 auto;
}

.loginscreen {
  position: relative;
  padding: 40px;
  width: 100%;
  height: 100vh;
  background: url("/img/blob-scene-haikei (4).svg") no-repeat center center;
  /* background: url("/img/login-img.jpg") no-repeat; */
  background-position: center;
  background-size: cover;
}

/* .form-control {height: 40px!important;background-color: transparent!important;border: none!important; border-radius: 0!important; border-bottom: solid 1px #dbd6d6!important;} */
label {
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  color: #64728c !important;
}
.login-label-section {
  color: #3e811d !important;
}
.login-input-section {
  border: 1px solid #52c41a;
  border-radius: 15px !important;
  background-color: #27590f !important;
}
.login-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 390px;
  margin: 0px auto;
  background: url(/img/login-svg.svg) no-repeat;
  background-position: top;
  background-size: inherit;
  border-radius: 20px;
  overflow: hidden;
  background-color: #3f931666;
  box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.05);
}

.login-card .login-logo {
  padding: 30px 0px 0px;
}

.login-card .login-logo img {
  width: 200px;
}

.form-div {
  padding: 20px 35px;
}

.form-div .form-group {
  position: relative;
  margin-bottom: 1rem;
}

.btn-signin {
  color: var(--jl-primary);
  font-weight: 600;
  font-size: 16px;
  background-color: transparent;
  border: solid 1px var(--jl-primary);
  padding: 7px 15px;
  border-radius: 6px;
  margin-top: 10px;
}

.btn-signin:hover {
  background-color: var(--jl-primary);
  color: #fff;
}

.icon {
  position: absolute;
  top: 25%;
  right: 5%;
  font-size: 18px;
  color: #747474;
}

.icon1 {
  position: absolute;
  top: 20%;
  right: 5%;
  font-size: 18px;
  color: #747474;
}

/* .form-group { margin-bottom: 40px!important;} */

#sidebar {
  position: relative;
  width: 15%;
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 5px 2px 7px rgb(0 0 0 / 7%);
  transition: width 0.3s ease-in-out;
  /* background: #6c757d33; */
  /* background: #6c757d17; */
  background: linear-gradient(145deg, #4cbb1624, transparent);
  border-radius: 15px;
  height: 100vh;
  /* overflow-y: hidden;
  overflow-x: hidden; */
}
.slide-show .slide-toggle span {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.ad-new-sidebar-scroll {
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--jl-primary) transparent; /* For Firefox */
}

/* WebKit browsers (Chrome, Safari, Edge) */
.ad-new-sidebar-scroll::-webkit-scrollbar {
  width: 3px;
}

.ad-new-sidebar-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.ad-new-sidebar-scroll::-webkit-scrollbar-thumb {
  background-color: var(--jl-primary);
  border-radius: 8px;
}

.ad-new-sidebar-scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--jl-primary);
}

#sidebar.slide-show {
  width: 4% !important;
}

/* Hide text in collapsed sidebar */
#sidebar.slide-show .menu-text {
  display: none;
}

.slide-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 5px 10px 5px 0px;
  background-color: #e7f0e2;
  border-radius: 0px 35px 35px 0px;
  box-shadow: 5px 2px 7px rgb(0 0 0 / 15%);
  z-index: 99;
  cursor: pointer;
}

.slide-toggle .qc-arrow {
  color: var(--jl-primary);
  font-size: 26px;
  display: flex;
  align-items: center;
  transition: 0.3s all ease-in-out;
}

.slide-toggle .school-arrow {
  color: var(--institution-color) !important;
  font-size: 23px;
  display: flex;
  align-items: center;
  transition: 0.3s all ease-in-out;
}

.slide-show .slide-toggle span {
  transform: rotate(180deg);
}

.dashboard-container {
  display: flex;
  justify-content: space-between;
  overflow-y: auto;
}

.dashboard-container .mobile {
  display: none;
}

.dashboard-container .content {
  background: transparent;
  padding: 0;
  height: 100vh;
  overflow-x: scroll;
  overflow-y: scroll;
}

/* .dashboard-container .content-width { */
/* position: fixed;
  right: 20px; */
/* width: 100%;
  margin-left: 3.5%;
  margin-right: 3%; */
/* margin-left: 2.5%;
  margin-right: 1%; */
/* border-radius: 10px; */
/* top: 13%; */
/* padding: 14px 24px;
  border: 2px solid rgb(0 0 0 / 8%); */
/* background: rgb(0 0 0 / 1%); */
/* background: url(/img/background-logo.png) no-repeat center center fixed;
} */
/* .dashboard-container .content-width {
  position: relative;
  overflow: scroll;
  width: 100%;
  margin-left: 3.5%;
  margin-right: 3%;
  border-radius: 10px;
  padding: 14px 24px;
  border: 2px solid rgb(0 0 0 / 8%);
} */
.dashboard-container .content-width {
  position: relative;
  overflow: auto; /* better than scroll, hides unnecessary scrollbars */
  width: 100%;
  margin-left: 3.5%;
  margin-right: 3%;
  border-radius: 10px;
  padding: 14px 24px;
  border: 2px solid rgb(0 0 0 / 8%);
  max-height: 600px; /* set desired height */
}
.dashboard-container .content-width::before {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 700px;
  height: 650px;
  transform: translate(-50%, -50%);
  background: url("/img/login-logo-img.png") no-repeat center center;
  background-size: contain;
  opacity: 0.04; /* control transparency */
  pointer-events: none;
  z-index: 2;
}

.dashboard-container .content-width > * {
  position: relative;
  z-index: 1;
}

.dashboard-container .content-width1 {
  position: fixed;
  right: 0px;
  width: 77%;
  top: 13%;
}

.dashboard-container .popular .popular-exam {
  padding-top: 0;
  padding-bottom: 10px;
}

.dashboard-container .counselling {
  padding: 20px 50px;
}

.dashboard-container .col-md-3,
.dashboard-container .col-md-9 {
  padding-left: 0px;
  padding-right: 10px;
}

.dashboard-container .content-width#style-3 {
  border: 2px solid var(--institution-color);
}

.dashboard-container .top-container {
  width: 100% !important;
  margin: 0 auto;
}

.dashboard-container {
  width: 100% !important;
  /* margin: 0 auto; */
  padding: 10px;
}

.side-menu li {
  padding: 5px 0px;
  margin: 5px;
}

.side-menu li.active-sub-new-ad a {
  background: #52c41a91 !important;
}
.side-menu li a {
  color: #64728c;
  text-decoration: none;
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
  font-size: 12px;
  display: block;
  width: 100%;
}

.side-menu li .menu-icon {
  font-size: 16px;
  margin-right: 0.5rem;
  position: relative;
  width: 30px;
  text-align: center;
  padding: 4px 5px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #64728cd9;
}

.side-menu li .menu-icon i {
  width: 30px;
}

.side-menu li .menu-arrow {
  font-size: 18px;
  padding: 0px 10px;
}
.side-menu li a:hover {
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  background: #25319126;
  /* color: var(--jl-primary) !important; */
  padding: 6px 0;
}

.side-menu li.menu-active a {
  color: var(--jl-primary);
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  background: #25319126;
  padding: 3px 2px;
}

.side-menu li.menu-active ul li a {
  color: var(--jl-primary);
}

.side-menu li.menu-active .menu-icon {
  /* background: var(--jl-primary); */
  color: var(--jl-primary);
}

.side-menu li.menu-active ul li .menu-icon {
  background-color: transparent;
  color: var(--jl-primary);
}

.side-menu li ul li.active a {
  color: #fff;
}

.side-menu li ul li.active .menu-icon {
  /* background: var(--jl-primary); */
  color: #fff;
}

/* .side-menu li:hover {
  border-right: solid 5px var(--jl-primary);
} */

/* .side-menu li:hover .menu-icon {
  background: var(--jl-primary);
  color: #fff;
} */

/* .side-menu li:hover ul li .menu-icon {
  background-color: transparent;
  color: var(--jl-primary);
} */

/* .side-menu li ul li:hover .menu-icon {
  background: var(--jl-primary);
  color: #fff;
} */

/* .side-menu li.active {
  border-right: solid 5px var(--jl-primary);
} */

.side-menu {
  padding: 5px 0;
}

.side-menu ul {
  margin-top: 0;
  margin-bottom: 0;
  overflow-x: hidden;
}

#style-3 li i {
  color: var(--text-color) !important;
}

/* #style-3 li:hover {
  border-right: solid 5px var(--institution-color) !important;
} */

#style-3 li:hover i {
  background: var(--text-color) !important;
  color: #fff !important;
}

/* 
#style-3 li.active {
  border-right: solid 5px var(--institution-color) !important;
} */

#style-3 li.active a {
  color: var(--institution-color) !important;
}

#style-3 li.active i {
  background: var(--institution-color) !important;
  color: #fff !important;
}

.question form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 30px;
}

.question {
  padding: 10px;
  margin: 10px 0 0;
}

.question label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.question label input {
  position: absolute;
  left: -9999px;
}

.question label input:checked + span.active {
  background-color: #0bbc7940;
  border: solid 2px #0bbc79;
}

.question label input:checked + span.active2 {
  background-color: #94769740;
  border: solid 2px #8a0c96;
}

.question label input:checked + span.active1 {
  background-color: #ff3d3d40;
  border: solid 2px #ff3d3d;
}

.question label input:checked + span.active:before {
  box-shadow: inset 0 0 0 0.25em #0bbc79;
  border: none;
}

.question label input:checked + span.active1:before {
  box-shadow: inset 0 0 0 0.25em #ff3d3d;
  border: none;
}

.question label span {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  width: 400px;
  transition: 0.25s ease;
}

.question label span:hover {
  background-color: #bbe3cf;
}

.question label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px #b4b4b4;
  margin-right: 0.375em;
  transition: 0.25s ease;
}

#cke_19,
#cke_31,
#cke_32,
#cke_46 {
  display: none;
}

.question h6 {
  font-size: 1.1rem;
  color: #4f4f4f;
  margin-top: 10px;
  line-height: 1.8;
  margin-bottom: 0;
}

.dashborad-logo {
  border-radius: 10px;
  padding: 0px;
  height: auto;
}

.logo-dashboard {
  background: #6a53eb;
  padding: 6px 10px !important;
  border-radius: 0px;
  height: 55px !important;
  align-self: center;
  padding-top: 20px;
  z-index: 999;
}

.logo-dashboard h4 {
  color: #fff;
  font-size: 18px;
}

.set-width {
  width: 81%;
  position: fixed;
  right: 0px;
  padding: 10px 32px !important;
}

.dashboard-container .desktop {
  margin-right: 7px;
  position: fixed;
  left: 0px;
  width: 20%;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 35px !important;
}

/* .form-control {
  border-radius: 0 !important;
} */

.active-waiting {
  color: #a7b0b8;
  font-size: 12px;
  margin: 0;
}

.inactive-red {
  color: #a7b0b8;
  font-size: 12px;
  margin: 0;
}

.details-blue {
  color: #2225ce;
  font-size: 12px;
  margin: 0;
}

.detailsN-oran {
  color: #e2630e;
  font-size: 12px;
  margin: 0;
}

.duplicate-el {
  color: #a7b0b8;
  font-size: 12px;
  margin: 0;
}

.company-el {
  color: #27231b;
  font-size: 12px;
  margin: 0;
}

.expired-blue {
  color: #00b7a8;
  font-size: 12px;
  margin: 0;
}

.active-blue {
  color: #7063d8;
  font-size: 12px;
  margin: 0;
}

.active-blue1 {
  color: #8a0c96;
  font-size: 12px;
  margin: 0;
}

/* .ant-tabs-tab.ant-tabs-tab-active .inactive-red {
  position: relative;
}

.ant-tabs-tab.ant-tabs-tab-active .inactive-red:after {
  content: "";
  background: #6a53eb;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -11px;
  left: 0;
}

.ant-tabs-tab.ant-tabs-tab-active .active-green {
  position: relative;
}

.ant-tabs-tab.ant-tabs-tab-active .active-green:after {
  content: "";
  background: #0BBC79;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -11px;
  left: 0;
}

.ant-tabs-tab.ant-tabs-tab-active .active-waiting {
  position: relative;
}

.ant-tabs-tab.ant-tabs-tab-active .active-waiting:after {
  content: "";
  background: #f5a142;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -11px;
  left: 0;
}

.ant-tabs-tab.ant-tabs-tab-active .active-blue {
  position: relative;
}

.ant-tabs-tab.ant-tabs-tab-active .active-blue:after {
  content: "";
  background: #7063D8;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -11px;
  left: 0;
} */

.ant-tabs-ink-bar {
  position: absolute;
  background: transparent !important;
}

#style-2::-webkit-scrollbar {
  width: 3px; /* Thin vertical scrollbar */
  height: 3px; /* Thin horizontal scrollbar */
}

#style-2::-webkit-scrollbar-track {
  background-color: transparent; /* Remove extra shadow/background */
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--jl-primary);
}

#style-2::-webkit-scrollbar-thumb:hover {
  background-color: darken(var(--jl-primary), 10%);
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  /* display: none; */
  width: 6px;
  background-color: #fff;
}

#style-3::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
  background-color: var(--institution-color);
}

#root-svg-group > g:nth-child(4) {
  display: none;
}

@media screen and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 1024px) {
  .icon-button-roaster {
    margin-left: 0.3em !important;
  }
  .side-menu li {
    margin: 5px 6px !important;
  }
  #sidebar.slide-show {
    width: 7% !important;
  }
  #sidebar {
    width: 20% !important;
  }
  .dashboard-container .content-width {
    margin-left: 4.5% !important;
    margin-right: 4% !important;
  }
  .side-menu li a {
    font-size: 10px !important;
  }
}

.ps-btn {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  border: none;
  font-weight: 500;
  transition: all 0.4s ease;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #cd4040;
  cursor: pointer;
}

.ps-btn .success {
  background-color: #80bc00 !important;
}

.dropzone-file-btn {
  width: 200px;
  height: 200px;
  border: 2px dashed #6c757d;
  margin: 0 auto;
  padding: 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.button-class {
  color: #27d70a;
  border-radius: 51px;
  background-color: #8a2be200;
  height: 27px;
}

.ant-select-selector {
  height: 38px !important;
}
.ant-select {
  width: 100% !important;
  /* min-width: 200px; */
  font-size: 0.75rem !important;
}
.driver-section-form .custom-width-select {
  width: 60% !important;
}

.home .col-md-3 {
  padding-right: 20px;
}

.home .col-md-6 {
  padding-left: 0px !important;
  padding-right: 20px;
}

.row-1-card {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 4px 4px 11px 1px rgba(0, 0, 0, 0.15);
}

.row-1-card p {
  font-size: 18px;
  margin-bottom: 10px !important;
}

.row-1-card h3 {
  font-family: Nunito Sans, sans-serif;
  font-size: 26px;
  margin-bottom: 0px !important;
}

.row-1-card .card-icon {
  position: absolute;
  top: -20px;
  right: 15px;
  border-radius: 12px;
  padding: 6px 16px;
  font-size: 24px;
  color: #fff;
  background-color: var(--jl-primary);
  box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 14%);
}

.row-2-card {
  position: relative;
  background-color: var(--jl-gray);
  border-radius: 6px;
  padding: 20px;
  box-shadow: 2px 2px 11px 1px rgba(0, 0, 0, 0.15);
}

.row-2-card .card-icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  padding: 6px 16px;
  font-size: 24px;
  color: #fff;
  background-color: var(--jl-primary);
  box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 14%);
}

.row-2-card h5 {
  font-size: 18px;
  margin-bottom: 0px !important;
  height: 45px;
  color: var(--text-color);
}

.row-2-card h3 {
  font-family: Nunito Sans, sans-serif;
  font-size: 26px;
  margin-bottom: 0px !important;
  color: var(--text-color);
}

.row-2-card p {
  font-size: 16px;
  margin-bottom: 0px !important;
  color: var(--text-color);
}

#style-3 .row-1-card .card-icon,
#style-3 .row-2-card .card-icon,
#style-3 .row-3-card .card-icon {
  background-color: var(--institution-color) !important;
}

.row-3-card {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 4px 4px 11px 1px rgba(0, 0, 0, 0.15);
}

.row-3-card h5 {
  font-size: 22px;
  margin-bottom: 15px !important;
}

.row-3-card .card-icon {
  border-radius: 12px;
  height: max-content;
  padding: 10px 16px;
  font-size: 24px;
  color: #fff;
  background-color: #6a53eb;
  box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 14%);
}

.row-3-card h3 {
  font-family: Nunito Sans, sans-serif;
  font-size: 26px;
  margin-bottom: 2px !important;
}

.row-3-card p {
  font-size: 16px;
  margin-bottom: 0px !important;
}

.rhap_container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  line-height: 1;
  font-family: inherit;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
  height: 250px !important;
  border-radius: 10px !important;
}

.page_header {
  background-color: var(--jl-primary) !important;
  margin-bottom: 0;
  padding-top: 10px;
  text-align: center;
  font-size: 24px;
  color: #ffff;
}

.page_header_sub {
  background-color: #0ea057;
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 20px;
  color: var(--text-color);
}

.ant-select-item {
  color: var(--text-color) !important;
}

.ant-table {
  background: var(--background-color) !important;
}

.ant-table.ant-table-bordered
  > .ant-table-container
  > .ant-table-content
  > table,
.ant-table.ant-table-bordered
  > .ant-table-container
  > .ant-table-header
  > table {
  border: 1px solid rgb(192, 192, 192) !important;
}

/* .ant-table-tbody > tr.ant-table-row:hover > td,
.ant-table-tbody > tr > td.ant-table-cell-row-hover:hover {
  background-color: #a7a7a730 !important;
}

.ant-table-tbody > tr > td {
  color: var(--text-color) !important;
}

.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  border-color: rgb(192, 192, 192) !important;
} */

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background-color: transparent !important;
  border-radius: 10px !important;
}

.ant-select-selection-item {
  color: #6c757d !important;
}

.ant-pagination-item,
.ant-select-dropdown {
  background-color: var(--jl-gray) !important;
}

.ant-select-item-option-active .ant-select-item-option-content {
  color: #000 !important;
}

.ant-select-item-option-selected {
  color: #000 !important;
}

.ant-select-item-option:hover .ant-select-item-option-content {
  color: #000 !important;
}

.ant-pagination-item a {
  font-family: "nunito", serif !important;
  color: var(--text-color) !important;
}

.ant-pagination-item-active {
  background: var(--jl-gray) !important;
}

.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  background: var(--jl-gray) !important;
  border-radius: 20px !important;
}

.ant-modal-content,
.ant-modal-body {
  background-color: var(--background-color) !important;
}

.pricing {
  text-align: center;
}

.pricing h1 {
  font-family: Nunito Sans, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.pricing h6 {
  font-size: 20px;
  color: var(--jl-primary);
}

.pricing .free-card {
  position: relative;
  margin-top: 80px;
  padding: 50px 8px 8px 8px;
  border-radius: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.171);
  background-color: #fff;
}

.pricing .free-card .top-card {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.171);
  background-color: #fff;
}

.pricing .free-card .top-card h4 {
  font-family: Nunito Sans, sans-serif;
  font-size: 26px;
  color: var(--jl-primary);
  margin-bottom: 0px;
}

.pricing .free-card .top-card h4 span {
  color: #000;
  font-family: Nunito Sans, sans-serif;
}

.pricing .free-card .top-card h4 span i {
  font-size: 20px;
}

.pricing .free-card .top-card .d-flex p {
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  padding-left: 2px;
  margin-bottom: 0px;
}

.pricing .free-card .top-card .ac-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}

.pricing .free-card .col-12.col-md-4 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0px auto 10px;
  background-color: var(--jl-primary);
  border-radius: 50%;
}

.pricing .free-card .col-12.col-md-4 span i {
  color: #fff;
  font-size: 26px;
}

.pricing .free-card .col-12.col-md-4 p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}

.pricing .free-card button {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  border: 1px solid var(--jl-primary);
  border-radius: 12px;
  background-color: transparent;
  color: var(--jl-primary);
  transition: 0.3s;
}

.pricing .free-card button:hover {
  color: #fff;
  background-color: var(--jl-primary);
}

.pricing .price-card {
  position: relative;
  width: 25%;
  margin: 40px 10px;
  padding: 20px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.171);
  text-align: center;
  /* overflow: hidden; */
}

.pricing .price-card.recommended,
.pricing .price-card.current-plan {
  margin: 68px 0px 3px 800px;
  padding-top: 60px;
  border: 2px solid var(--jl-primary);
}

.pricing .price-card.recommended::before,
.pricing .price-card.current-plan::before {
  content: "RECOMMENDED";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  font-size: 15px;
  border-radius: 13px 13px 0px 0px;
  color: #fff;
  padding: 10px;
  background-color: var(--jl-primary);
}

.pricing .price-card.current-plan::before {
  content: "INDIA";
}

.pricing .price-card h3 {
  font-family: "Sen-Extrabold";
  font-size: 32px;
  color: var(--jl-primary);
  margin-bottom: 5px;
}

.pricing .price-card .price-details {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.pricing .price-card .price-details h4 {
  font-size: 26px;
  margin-bottom: 0px;
  color: #000;
}

.pricing .price-card .price-details h4 i {
  font-size: 20px;
}

.pricing .price-card .price-details p {
  font-size: 14px;
  margin-left: 3px;
  margin-bottom: 0px;
  color: #000;
}

.pricing .price-card .ac-text {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.pricing .price-card ul {
  margin: 0px;
  text-align: left;
  list-style: none;
  padding-left: 10px;
}

.pricing .price-card ul li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
}

.pricing .price-card ul li i {
  font-size: 8px;
  padding-right: 5px;
  padding-top: 6px;
}

.pricing .price-card .buy-now-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -90px;
  width: 100%;
  padding: 20px;
  border: 2px solid var(--jl-primary);
  border-radius: 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: var(--jl-primary);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.082);
  transition: 0.3s;
}

.pricing .price-card .buy-now-btn:hover {
  color: #fff;
  background-color: var(--jl-primary);
}

.pricing .price-card .view-more-btn {
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  color: var(--jl-primary);
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
}

.pricing .all-plans h5 {
  font-family: "Sen-Extrabold";
  font-size: 28px;
  color: #000;
  margin-bottom: 30px;
}

.pricing .all-plans .d-flex .col-12.col-md-4 {
  text-align: center;
}

.pricing .all-plans .d-flex .col-12.col-md-4 span {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: var(--jl-primary);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.164);
}

.pricing .all-plans .d-flex .col-12.col-md-4 p {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
}

.pricing-footer {
  text-align: center;
  padding: 50px;
  background-color: #252525;
}

.pricing-footer h2 {
  font-family: Nunito Sans, sans-serif;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;
}

.pricing-footer p {
  width: 65%;
  margin: 0px auto;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.pricing-footer button {
  padding: 20px;
  border: none;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
}

.pricing-footer button i {
  padding-left: 5px;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.068);
}

.otp-div > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.otp-div input {
  width: 40px;
}

.otp-div b {
}

.mail-campaign {
  cursor: pointer;
  padding: 10px;
  width: 100px;
  text-align: center !important;
  border-radius: 5px;
  /* background-color: var(--placeholder-color) !important; */
}

.mail-campaign h5 {
  text-align: center !important;
}

.mail-campaign-selected {
  background-color: var(--jl-primary) !important;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  width: 100px;
  text-align: center !important;
}

.mail-campaign-selected h5 {
  color: #ffffff !important;
  text-align: center !important;
}

/* DRIVER  START PAGE DESIGN */

/* Header Styles */
.header-section {
  background: linear-gradient(135deg, #52c41a 0%, #253191 100%);
  color: white;
  padding: 1rem 0;
  box-shadow: 0 8px 32px var(--shadow-medium);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%
  );
  animation: shimmer 3s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-icon {
  width: 40px;
  height: 40px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.header-icon:hover {
  transform: scale(1.1) rotate(5deg);
  background: rgba(255, 255, 255, 0.2);
}

.page-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.5px;
}
.common-container-section-driver {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 30px;
}
/* DRIVER  END PAGE DESIGN */
.driver-section-form {
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 3px 2px #929baa21;
  border: 1px solid var(--glass-border);
  transition: all 0.3s ease-in-out;
}

/* Title styling (optional if using) */
.driver-section-form h3 {
  color: var(--jl-primary);
  margin-bottom: 20px;
  font-weight: bold;
}

/* Input spacing */
.driver-section-form .form-group,
.driver-section-form .input-group,
.driver-section-form input,
.driver-section-form .ant-select {
  /* margin-bottom: 20px; */
}

/* Date input style */
.driver-section-form input[type="date"],
.driver-section-form input[type="month"],
.driver-section-form input[type="text"] {
  border: 1px solid #e8eaef !important;
  padding: 8px 12px;
  border-radius: 8px !important;
  font-size: 12px;
  box-sizing: border-box;
}

/* Select box customization */
.driver-section-form .ps-ant-dropdown .ant-select-selector {
  height: 30px !important;
  border-radius: 8px !important;
  border: 1px solid #e8eaef !important;
  padding: 4px 12px;
  font-size: 12px !important;
  box-shadow: none !important;
  transition: border-color 0.2s;
}

/* Highlight focus */
.driver-section-form .ps-ant-dropdown .ant-select-selector:focus,
.driver-section-form .ps-ant-dropdown .ant-select-focused .ant-select-selector {
  border-color: var(--secondary-blue) !important;
}

/* Button style */
.driver-section-form button {
  background-color: var(--primary-green);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color 0.2s;
}
.driver-section-form button:focus {
  outline: none;
  box-shadow: none;
}
.driver-section-form button:hover {
  background-color: var(--secondary-blue);
  box-shadow: 0 2px 8px var(--shadow-light);
}
.add-button {
  background-color: #0bbc79;
  color: #fff;
  border: none;
  border-radius: 8px;
  width: 100px;
  height: 38px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px var(--shadow-light);
  outline: none;
  cursor: pointer;
}

.add-button i {
  transition: transform 0.3s ease-in-out;
}

/* Hover effect */
.add-button:hover {
  background-color: #04c63f; /* lighter green or you can use --primary-green-dark */
  box-shadow: 0 6px 12px var(--shadow-medium);
  transform: scale(1.05);
}

/* Animate icon on hover */
.add-button:hover i {
  transform: rotate(90deg);
}
.ant-table table {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 40px var(--shadow-light) !important;
  position: relative !important;
}
.ant-table table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--jl-primary),
    var(--secondary-blue),
    var(--primary-green)
  );
}
.ant-table-thead > tr > th {
  padding: 0.5rem 0.75rem !important;
  font-weight: 700 !important;
  text-align: left !important;
  border: none !important;
  white-space: nowrap !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.5px !important;
  font-family: "Josefin Sans", sans-serif !important;
  position: relative !important;
  background: #cccedd !important;
  color: var(--jl-primary) !important;
}
.ant-table-tbody > tr > td {
  padding: 0.6rem 0.75rem !important;
  vertical-align: middle !important;
  font-size: 0.75rem !important;
  font-family: "Josefin Sans", sans-serif !important;
  border: none !important;
  color: #64728c;
  text-align: left !important;
}
.serial-number {
  background: var(--gradient-primary);
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(37, 49, 145, 0.3);
}
.table-edit-btn {
  cursor: pointer;
  background: #f8f9fa;
  padding: 8px;
  font-size: 11px;
  border-radius: 20px;
  border: 1px solid #929baa42;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.table-edit-btn-salary {
  cursor: pointer;
  background: #f8f9fa;
  font-size: 11px;
  margin: 2px 7px;
  padding: 2px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.table-edit-btn:hover,
.eye-icon-driv:hover {
  background: linear-gradient(
    135deg,
    rgba(4, 111, 31, 0.1),
    rgba(4, 133, 39, 0.1)
  );
  border-color: var(--primary-green);
  color: var(--primary-green);
  transform: scale(1.1) rotate(-5deg);
}
.eye-icon-driv {
  height: 30px;
  cursor: pointer;
  background: #f8f9fa;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #929baa42;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.eye-icon-dri-sec-form {
  /* height: 30px; */
  cursor: pointer;
  background: var(--glass-bg);
  padding: 8px;
  border-radius: 10px;
  color: #929baa !important;
  font-size: 0.75rem;
  border: 1px solid var(--glass-border);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.eye-icon-dri-sec-form:hover {
  background: linear-gradient(
    135deg,
    rgba(4, 111, 31, 0.1),
    rgba(4, 133, 39, 0.1)
  );
  border-color: var(--primary-green);
  color: var(--primary-green);
}
.eye-icon-dri-sec-form i {
  color: #52c41a !important;
}
.eye-common-padding {
  padding: 4px 8px !important;
}
.driver-section-wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* When open */
.driver-section-wrapper.open {
  max-height: 1500px; /* enough to fit the full content */
  opacity: 1;
}

/* Auth Container */
.auth-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #04df4c 0%, #253191 100%);
}

/* Animated Background */
.auth-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.auth-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}
.truck-icon-section {
  padding: 10px;
  border-radius: 10px;
  font-size: 11px;
}

.assigned-yes {
  background-color: #d4f4d7;
  /* border: 1px solid green; */
  color: green;
  cursor: pointer;
}

.assigned-no {
  background-color: #fcdcdc;
  /* border: 1px solid red; */
  color: red;
  cursor: pointer;
}

.auth-shape.shape-1 {
  width: 200px;
  height: 200px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.auth-shape.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 10%;
  animation-delay: 2s;
}

.auth-shape.shape-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 60%;
  animation-delay: 4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

/* Auth Content */
.auth-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.auth-content.register-layout {
  grid-template-columns: 1.2fr 0.8fr;
}

/* Auth Card */
.auth-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: slideInLeft 0.8s ease-out;
}

.auth-card.register-card {
  padding: 30px;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Auth Header */
.auth-header {
  text-align: center;
  margin-bottom: 10px;
}

.auth-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 0px;
}

.logo-icon {
  font-size: 2.5rem;
  color: #1e40af;
  background: linear-gradient(135deg, #1e40af, #10b981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.auth-logo h1 {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #1e40af, #10b981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.auth-header h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 8px 0;
}

.auth-header p {
  color: var(--primary-green-dark);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 6px 0;
}

/* Demo Credentials */
.demo-credentials {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border-radius: 12px;
  border: 1px solid #bae6fd;
}

.demo-btn {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.demo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.demo-text {
  color: #0369a1;
  font-size: 0.8rem;
  margin: 0;
  font-weight: 500;
}

/* Auth Form */
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.input-wrapper-new-section {
  position: relative;
  display: flex;
  margin: 5px 10px;
  width: 200px;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 16px;
  color: #64748b;
  font-size: 1rem;
  z-index: 1;
}
.password-toggle {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  color: #64748b;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  transition: color 0.2s ease;
}

.password-toggle:hover {
  color: #1e40af;
}

.error-message {
  color: #ef4444;
  font-size: 0.875rem;
  font-weight: 500;
}

/* Form Options */
.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.875rem;
  color: #10b981;
}

.checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  position: relative;
  transition: all 0.2s ease;
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkmark {
  background: #1e40af;
  border-color: #1e40af;
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkmark::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.forgot-link,
.terms-link {
  color: #10b981;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.forgot-link:hover,
.terms-link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

/* Auth Button */
.auth-button {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #52c41a, #1d4ed8);
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.auth-button:focus {
  outline: none;
  box-shadow: none;
}
.auth-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(30, 64, 175, 0.3);
}

.auth-button:active {
  transform: translateY(0);
}

.auth-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-input-login-page {
  border-radius: 15px !important;
  border: 1px solid #52c41a !important;
  height: calc(2em + 0.75rem + 2px) !important;
}

/* Auth Footer */
.auth-footer {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.auth-footer p {
  color: #64748b;
  font-size: 0.875rem;
  margin: 0;
}

.auth-link {
  color: #1e40af;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.auth-link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

/* Auth Info Panel */
.auth-info {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
  border-radius: 20px;
  padding: 20px;
  color: white;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: slideInRight 0.8s ease-out;
}

.auth-info.register-info {
  padding: 30px;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.info-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #ffffff, #f0f9ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.info-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.feature-icon {
  font-size: 2rem;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0 45px !important;
  justify-content: center;
  color: #52c41a;
  backdrop-filter: blur(10px);
}

.feature-item span {
  font-weight: 500;
  font-size: 0.95rem;
}

/* Responsive Design */

/* Tablet (768px - 1023px) */
@media (max-width: 1023px) {
  .auth-content {
    grid-template-columns: 1fr;
    max-width: 600px;
    gap: 30px;
  }

  .auth-content.register-layout {
    grid-template-columns: 1fr;
  }

  .auth-card {
    padding: 30px;
  }

  .auth-info {
    order: -1;
    padding: 30px;
  }

  .info-content h3 {
    font-size: 1.5rem;
  }

  .features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

/* Mobile (max-width: 767px) */
@media (max-width: 768px) {
  .driver-section-form .custom-width-select {
    width: 100% !important;
  }
  .ant-tabs-tab {
    padding: 0.3rem 1rem !important;
  }
  .header-nav {
    padding: 8px 10px !important;
  }
  .header-nav .logo {
    width: 100px !important;
  }
  .header-nav .user-name {
    font-size: 11px !important;
  }
  .auth-container {
    padding: 10px;
    align-items: flex-start;
    padding-top: 20px;
  }

  .auth-content {
    max-width: 100%;
    gap: 20px;
  }

  .auth-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .auth-card.register-card {
    padding: 20px 16px;
  }

  .auth-header {
    margin-bottom: 24px;
  }

  .auth-logo h1 {
    font-size: 1.5rem;
  }

  .logo-icon {
    font-size: 2rem;
  }

  .auth-header h2 {
    font-size: 1.5rem;
  }

  .auth-header p {
    font-size: 0.875rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .input-icon {
    left: 14px;
    font-size: 0.9rem;
  }

  .password-toggle {
    right: 14px;
  }

  .form-options {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .auth-button {
    padding: 14px;
    font-size: 0.95rem;
  }

  .auth-info {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .info-content h3 {
    font-size: 1.3rem;
  }

  .info-content p {
    font-size: 0.9rem;
  }

  .features-list {
    grid-template-columns: 1fr;
  }

  .feature-item {
    padding: 8px 0;
  }

  /* .feature-icon {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  } */

  .feature-item span {
    font-size: 0.9rem;
  }

  .auth-shape.shape-1 {
    width: 120px;
    height: 120px;
  }

  .auth-shape.shape-2 {
    width: 80px;
    height: 80px;
  }

  .auth-shape.shape-3 {
    width: 60px;
    height: 60px;
  }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .auth-container {
    padding: 5px;
    padding-top: 10px;
  }

  .auth-card {
    padding: 20px 16px;
  }

  .auth-card.register-card {
    padding: 16px 12px;
  }

  .auth-logo h1 {
    font-size: 1.3rem;
  }

  .logo-icon {
    font-size: 1.8rem;
  }

  .auth-header h2 {
    font-size: 1.3rem;
  }

  .input-icon {
    left: 12px;
    font-size: 0.85rem;
  }

  .password-toggle {
    right: 12px;
  }

  .auth-button {
    padding: 12px;
    font-size: 0.9rem;
  }

  .auth-info {
    padding: 20px 16px;
  }

  .info-content h3 {
    font-size: 1.2rem;
  }

  .info-content p {
    font-size: 0.85rem;
  }

  /* .feature-icon {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  } */

  .feature-item span {
    font-size: 0.85rem;
  }
}

/* Large Desktop (min-width: 1200px) */
@media (min-width: 1200px) {
  .auth-content {
    max-width: 1400px;
    gap: 60px;
  }

  .auth-card {
    padding: 50px;
  }

  .auth-info {
    padding: 50px;
  }

  .auth-header h2 {
    font-size: 2rem;
  }

  .info-content h3 {
    font-size: 2rem;
  }

  .info-content p {
    font-size: 1.1rem;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .auth-card {
    background: #fff;
    color: #f8fafc;
  }

  .auth-header h2 {
    color: #f8fafc;
  }
}
/* VIEW SECTION */

.sub-section-reports-part {
  background-color: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 12px var(--shadow-light);
  margin-bottom: 2rem;
  position: relative;
  transition: box-shadow 0.3s ease;
}

.sub-section-reports-part:hover {
  box-shadow: 0 6px 16px var(--shadow-medium);
}

.report-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .report-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.emp-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--jl-primary);
  margin: 0;
}

.emp-details {
  font-size: 0.9rem;
  color: #444;
  margin-top: 0.4rem;
}

.emp-hours {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--primary-green-dark);
  margin-top: 0.4rem;
}

.view-btn-reports {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: transparent;
  border: none;
  color: var(--secondary-blue);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.group:hover .view-btn-reports {
  opacity: 1;
}

.view-btn-reports:hover {
  color: var(--jl-primary);
}
/* VIEW SECTION END */

/* Salary Card Wrapper */
.salary-card-section {
  background-color: #ffffff;
  border: 1px solid var(--glass-border);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 10px var(--shadow-light);
  transition: box-shadow 0.3s ease;
}

.salary-card-section:hover {
  box-shadow: 0 4px 14px var(--shadow-medium);
}

/* Card Header Layout */
.salary-card-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .salary-card-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

/* Left Section */
.salary-card-left {
  flex: 1;
}

.emp-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.25rem;
}

.emp-role {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 0.75rem;
}

.emp-role span {
  font-weight: 600;
  color: #111827;
}

.salary-line {
  font-size: 0.875rem;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.salary-line .label {
  font-weight: 500;
  color: #374151;
}

.salary-line .value.green {
  color: var(--primary-green-dark);
  font-weight: 600;
}

.salary-line .value.orange {
  color: #d97706;
  font-weight: 600;
}

.salary-line .divider {
  margin: 0 0.5rem;
  color: #6b7280;
}

/* Total Salary */
.total-salary {
  font-size: 1rem;
  font-weight: 700;
  color: var(--secondary-blue);
  margin-top: 0.5rem;
}

/* Parcel Pay */
.parcel-pay {
  font-size: 1rem;
  font-weight: 600;
  color: #7c3aed;
  margin-top: 0.5rem;
}

/* Eye Button */
.salary-view-btn {
  font-size: 1.5rem;
  color: var(--primary-green);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  margin-top: 0.25rem;
}

.salary-view-btn:hover {
  color: var(--primary-green-dark);
}
/* slary card end */

.CHANGE-PASSWORD-DIV-SECTION-PAGE {
  background-color: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 1rem;
  /* box-shadow: 0 4px 16px var(--shadow-light); */
  padding: 1rem;
  margin-top: 2rem;
  max-width: 700px !important;
}

.change-password-header {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--jl-primary);
  margin-bottom: 2rem;
  text-align: center;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  font-weight: 500;
  color: #374151;
  display: block;
  margin-bottom: 0.2rem;
}

.required {
  color: red;
}

.form-control {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid #ced4da !important;
  border-radius: 0.5rem;
  transition: border-color 0.3s;
  font-size: 0.75rem !important;
}

.form-control:focus {
  border-color: var(--jl-primary);
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 49, 145, 0.2);
}

.error-msg {
  color: red;
  font-size: 0.85rem;
  margin-top: 0.25rem;
  display: block;
}

.btn-theme {
  background-color: var(--jl-primary);
  color: white;
  padding: 0.6rem 2rem;
  font-size: 1rem;
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.btn-theme:hover {
  background-color: var(--secondary-blue);
}
.change-pass-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.change-pass-btn {
  width: 20%;
  background: linear-gradient(135deg, #52c41a, #1d4ed8);
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 6px var(--shadow-light);
  outline: none;
  text-align: center;
}

.change-pass-btn:hover {
  background-color: var(--secondary-blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px var(--shadow-medium);
}

.change-pass-btn:active {
  transform: scale(0.96);
  box-shadow: 0 3px 5px var(--shadow-heavy);
}

.change-pass-btn:focus {
  outline: none;
  box-shadow: none;
}

/* App Styles */
/* .courier-app {
  min-height: 100vh;
  background-color: #f8f9fa;
} */

/* Section Styles */
.courier-home-page-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  border-radius: 20px;
}

.courier-home-page-section:first-child {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.text-primary-courier {
  color: #52c41a;
}
.text-primary-courier-pie-chart {
  color: #52c41a;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 350;
  margin-top: 1em;
  margin-bottom: 0em;
}
/* Feature Cards */
.courier-feature-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  border-radius: 20px;
}

.courier-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px var(--shadow-medium) !important;
}

/* Icons */
.feature-icon {
  height: 48px;
}

/* Background Decorations */
.bg-decoration-1 {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 300px;
  height: 300px;
  background: #52c41a24;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 0;
}

.bg-decoration-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background: var(--primary-green-light);
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.4;
  z-index: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .courier-home-page-section {
    padding: 2rem 0;
  }

  .display-4 {
    font-size: 2rem;
  }

  .display-5 {
    font-size: 1.75rem;
  }
}
.pie-chart-card {
  border: none !important;
  background: transparent !important;
  border-radius: 1rem !important;
  border-radius: 1rem;
  /* box-shadow: 0 4px 20px var(--shadow-light); */
  box-shadow: none !important;
  padding: 0 !important;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--jl-primary);
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .input-wrapper-new-section {
    width: 150px !important;
  }
  .pie-chart-card {
    padding: 0.8rem;
  }

  .card-title {
    font-size: 1rem;
  }
}

.no-availability {
  background-color: #fff1f0 !important; /* light red */
}

.has-availability {
  background-color: #f6ffed !important; /* light green */
}

.ant-table-cell {
  padding: 0px !important;
}
/* Add to your CSS file */
.custom-white-modal-damage-form .ant-modal-content {
  background-color: #fff !important;
}
.custom-white-modal-damage-form .ant-modal-body {
  background-color: #fff !important;
}
.custom-white-modal-damage-form .ant-modal-header {
  background-color: var(--jl-primary) !important;
  border-bottom: 1px solid #253191 !important;
}
.custom-white-modal-damage-form .ant-modal-title {
  color: #fff !important;
}
.custom-white-modal-damage-form .ant-modal-close-x::before {
  color: #fff !important;
}

.icon-button-roaster {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-left: 3.5em;
  color: var(--jl-primary);
  background: #2531912b;
  border: none;
  outline: none;
  border-radius: 50%;
}

.icon-button-roaster:hover {
  cursor: pointer;
}

.icon-button-roaster:active {
  background: #cccccc;
}

.icon-button__badge-roaster {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 14px;
  height: 14px;
  font-size: 8px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.start-km-sec-design {
  background: #52c41a3d;
  padding: 0px 15px;
  border-radius: 5px;
  color: var(--jl-primary) !important;
}
.accept-color-salary-page-btn {
  color: #fff !important;
  border: none !important;
  background-color: #3f871b !important;
}
.accept-color-salary-page-btn:hover {
  color: #fff !important;
  background-color: #326f13 !important;
}
.reject-color-salary-page-btn {
  color: #fff !important;
  border: none !important;
  background-color: #f5222d !important;
}
.reject-color-salary-page-btn:hover {
  color: #fff !important;
  background-color: #a11521 !important;
}
/* Apply directly to the modal wrapper */
.ant-modal.view-receipt-modal {
  width: 200px !important;
  max-width: 200px !important; /* prevent expansion */
}

/* Ensure the modal is centered properly */
.ant-modal.view-receipt-modal .ant-modal-content {
  margin: 0 auto;
}
/* Reduce close button size inside your custom modal */
.ant-modal.view-receipt-modal .ant-modal-close-x {
  font-size: 12px !important; /* smaller size */
  right: 6px !important; /* adjust spacing */
  top: 6px !important; /* adjust spacing */
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-modal.view-receipt-modal .ant-modal-close-x::before {
  content: none !important;
}
/* .ant-modal.view-receipt-modal .ant-btn {
  height: 25px !important;
  padding: 0px 10px !important;
  font-size: 12px !important;
} */
