body * {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.4s all;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  /* font-family: "Lora", serif; */
  position: relative;
  min-height: 100vh;
  padding: 0 !important;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  background: #ebf8f6;
}

html {
  overflow-x: hidden;
  scroll-behavior: auto;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #d9e6e4;
}

::-webkit-scrollbar-thumb {
  background: #007560;
  border-radius: 10px;
}

.container {
  max-width: 1600px;
}

section {
  position: relative;
  z-index: 2;
}

.content {
  flex: 1;
}

/* ------------------------------------------------------------ */

.login-section {
  background: #ebf8f6;
  /* height: 100dvh; */
  padding: 85px 0 30px;
  min-height: calc(100vh - 76px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 100dvh; */
  max-width: 700px;
  margin: auto;
}

.input-login {
  width: 100%;
  position: relative;
}

.login-info h3 {
  font-size: 40px;
  font-weight: 300;
  color: black;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
}

.ccu-logo {
  max-width: 135px;
}

.ccu-logo img {
  width: 100%;
}

.login-info h1 {
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 30px;
}

.input-login input,
.submit-btn {
  height: 70px;
  border: 1px solid #92c2b9;
  border-radius: 20px;
  margin-bottom: 25px;
  padding-left: 25px;
}

.input-login input::placeholder {
  color: #494949;
  font-size: 16px;
  font-family: 'Lora', serif;
}

.form-control:focus {
  border-color: #006956;
  box-shadow: none;
}

.submit-btn.submit-btn {
  height: 62px;
  background: #f9cd00;
  box-shadow: 0px 4px 47px -4px #e3e4ed;
  color: black;
  border: none;
  font-size: 25px;
  transition: 0.4s all;
}

.submit-btn.submit-btn:hover {
  background: #006956;
  color: #fff;
}

.forgt-password {
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  /* color: #000; */
  font-family: 'Lora', serif;
  margin-bottom: 25px;
}

a.forgt-password:hover {
  color: #006956;
}

.have-accnt h5 {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Lora', serif;
  margin-top: 25px;
  position: relative;
}

.have-accnt h5 a {
  font-weight: 700;
  color: #000;
}

.have-accnt h5 a:hover {
  color: #006956;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.social-icons li a {
  color: #000;
  font-size: 20px;
}

.social-icons li a:hover {
  color: #006956;
}

.login-text {
  color: #0d965b;
  font-size: 20px;
  font-weight: 500;
}

.login-text:hover {
  color: black;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.header {
  padding: 22px 0;
  position: fixed;
  z-index: 9;
  background: #fff;
  width: 100%;
  box-shadow: 0px 5px 23px 0px #d2f0eb;
  transition: 0.4s all;
}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-logo {
  max-width: 120px;
}

footer.footer {
  background: #101412;
  color: #fff;
  padding: 10px 0;
  z-index: 10;
  position: relative;
}

.copy-right {
  font-size: 15px;
  color: #a4a4a4;
}

.green-clr {
  color: #37d893;
}

#app {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.social-icons.footer-links li a {
  color: #ffffff;
  font-size: 18px;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #727272;
  border-radius: 100px;
}

.social-icons.footer-links li a:hover {
  background: #ebf8f6;
  color: #000;
}

ul.social-icons.footer-links {
  gap: 18px;
  margin-left: 225px;
}

.long-arrow {
  position: relative;
  top: 2px;
  left: 0;
  font-size: 22px;
  margin-left: 2px;
  transition: 0.4s all;
}

.submit-btn.submit-btn:hover .long-arrow {
  left: 10px;
}

.eye-toggle {
  position: absolute;
  top: 26px;
  right: 20px;
  color: #494949;
  cursor: pointer;
}

.bold-para {
  font-weight: 600;
}

.bold-700 {
  font-weight: 700;
}

.login-info.otp-login {
  max-width: 100%;
}

.input-login.input-otp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.input-login.input-otp input[type='number'] {
  max-width: 90px;
  height: 100px;
  padding: 10px;
  font-size: 32px;
  text-align: center;
  margin-bottom: 0;
}

.submit-btn.submit-btn.green-clr {
  max-width: 700px;
  background: #006956;
  color: #fff;
  margin: auto;
}

.submit-btn.submit-btn.green-clr:hover {
  background: #f9cd00;
  color: black;
}

.for-margin.for-margin {
  margin: 40px 0;
}

.otp-registration-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

/* .have-accnt:first-child h5{
    margin-right: 40px;
    padding-right: 40px;
}

.have-accnt:first-child h5::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background: #000;    
    border-radius: 100px;
} */

.dashboard-details {
  padding: 105px 50px 50px;
}

.information-card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
  transition: 0.4s all;
}

.information-card:hover {
  transform: translateY(-1px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.information-card h4 {
  font-size: 36px;
  font-weight: 300;
  color: #006956;
  margin-bottom: 25px;
}

.information-card p {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Lora', serif;
}

.information-card {
  position: relative;
  overflow: hidden;
}

figure.absolute-icon {
  width: 140px;
  height: 140px;
  background: #ffe74f;
  border-radius: 100%;
  position: absolute;
  top: -46px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

figure.absolute-icon img {
  width: 57px;
  position: relative;
  top: 15px;
  right: 2px;
}

.col-margin {
  margin-bottom: 25px;
}

.flex-div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.flex-div h4 {
  margin-bottom: 0 !important;
}

.total-content-wrapper {
  display: flex;
}

.left-sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  max-width: 320px;
  background: #006956;
  transition: 0.4s all;
  z-index: 10;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 90px;
}

.left-sidebar::before {
  content: '';
  position: absolute;
  top: -205px;
  left: -80px;
  height: 350px;
  width: 350px;
  border-radius: 100%;
  background: #007560;
  z-index: -1;
}

.right-sidebar {
  margin-left: 320px;
  transition: 0.4s all;
}

.left-sidebar > ul > li + li {
  border-top: 1px dashed #ffffff33;
}

.left-sidebar ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 10px 14px 10px 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 320px;
  transition: 0.4s all;
}

.left-sidebar ul li a:hover {
  background: #007560c2;
}

.left-sidebar ul li a img {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  transition: 0.4s all;
}

.content.hide .left-sidebar ul li a {
  padding-left: 14px;
  gap: 20px;
}

.content.hide .left-sidebar ul li a img {
  width: 34px;
}

.left-sidebar-fig {
  width: 170px;
  margin: 20px 0 60px 20px;
  transition: 0.4s all;
  height: 82px;
}

.content.hide .left-sidebar-fig {
  width: 100px;
  margin: 20px 0 60px 20px;
  margin-left: 8px;
  height: 40px;
  position: relative;
  top: 10px;
}

.left-sidebar-fig img {
  width: 100%;
  transition: 0.4s all;
}

.block-para {
  display: block;
}

.dash-header-lists ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

.dash-header-lists ul a {
  color: #26303a;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.dash-header-lists ul a:hover {
  color: #007560;
}

.dash-header-lists ul a i {
  font-size: 19px;
}

.dash-container {
  padding: 0 50px;
}

.right-sidebar header.header {
  left: 0;
  padding-left: 320px;
}

.left-sidebar ul li a.active {
  background: #188571;
}

.dash-header-lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.bar-info {
  height: 32px;
  width: 34px;
  background: #006956;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.content.hide .left-sidebar {
  /* transform: translateX(-100%); */
  max-width: 62px;
  overflow-y: hidden;
}

.content.hide .right-sidebar {
  margin-left: 62px;
}

.content.hide .right-sidebar header.header {
  padding-left: 62px;
}

.left-sidebar ul .sub-menu li a {
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  position: relative;
  /* background: #007560; */
  margin-left: 18px;
}

.content.hide .left-sidebar ul .sub-menu li a {
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 45px;
  position: relative;
  /* background: #007560; */
  margin-left: 48px;
}

.left-sidebar ul .sub-menu li a:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 30px;
  height: 6px;
  width: 6px;
  background: white;
  border-radius: 50%;
}

.left-sidebar > ul {
  transition: 0.4s all;
}

.nav-menu.nav-menu i {
  color: #fff;
  height: 18px;
  width: 18px;
  /* background: white; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: 0.4s all;
}

.nav-menu i.rotate {
  transform: rotate(90deg);
}

h2 {
  font-size: 45px;
  color: #26303a;
  font-weight: 400;
}

.heading-dtlls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hding-bttn {
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 16px;
  color: #26303a !important;
  border: 1px solid #ffffff;
  gap: 5px;
}

.hding-bttn:hover {
  background: transparent;
  border-color: #92c2b9;
}

.transparent-bg {
  border-color: #92c2b9;
  background: transparent;
}

.transparent-bg:hover {
  background: #fff;
}

.right-bttn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.grn-clr {
  color: #006956;
  font-size: 16px;
  /* margin-right: 5px; */
}

/* ================= */

/* From Uiverse.io by Yaya12085 */
.switch {
  position: relative;
  height: 20px;
  width: 45px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 9999px;
  background-color: rgba(100, 116, 139, 0.377);
  transition: all 0.3s ease;
}

.switch:checked {
  background-color: #007560;
}

.switch::before {
  position: absolute;
  content: '';
  /* left: calc(1.5rem - 1.6rem);
  top: calc(1.5rem - 1.6rem); */
  display: block;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border: 1px solid rgba(100, 116, 139, 0.527);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
  transition: all 0.3s ease;
}

.switch:hover::before {
  box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.15);
}

.switch:checked:hover::before {
  box-shadow: 0 0 0px 8px #00756027;
}

.switch:checked:before {
  transform: translateX(25px);
  border-color: #007560;
}

/* ============================= */

table.club-table {
  width: 100%;
}

.club-table-wrapper {
  margin-top: 20px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.table-scroll {
  overflow-y: scroll;
  height: 520px;
}

.club-table thead tr th {
  padding: 16px 22px;
  background: #ffe74f;
  font-size: 16px;
  font-weight: 400;
  color: #26303a;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 7;
}

.club-table tbody tr td {
  padding: 20px 22px;
  font-size: 16px;
  font-weight: 400;
  color: #26303a;
}

.club-table tbody tr + tr {
  border-top: 1px solid #b1c8c4;
}

.action-cell { white-space: nowrap;  width: 140px;}

.act-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.25s all;
  line-height: 1.4;
}
.act-btn + .act-btn { margin-left: 6px; }

.act-btn.edit-btn {
  background: #e8f4f1;
  color: #006956;
  border: 1px solid #b1d8d0;
}
.act-btn.edit-btn:hover {
  background: #006956;
  color: #fff;
  border-color: #006956;
}

.act-btn.del-btn {
  background: #fdecea;
  color: #c0392b;
  border: 1px solid #f5c6c2;
}
.act-btn.del-btn:hover {
  background: #c0392b;
  color: #fff;
  border-color: #c0392b;
}


.act-btn.view-perm-btn {
  background: #fff8e1;
  color: #b8860b;
  border: 1px solid #f0d080;
}
.act-btn.view-perm-btn:hover {
  background: #b8860b;
  color: #fff;
  border-color: #b8860b;
}

/* ── Global 3-dot Action Menu ─────────────────────────────────────────────── */
.action-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  color: #555;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.action-menu-toggle:hover,
.action-menu-toggle.active {
  background: #f0f0f0;
  border-color: #bbb;
  color: #333;
}

.action-menu-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 200;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  min-width: 145px;
  overflow: hidden;
  animation: action-menu-in 0.12s ease;
}

@keyframes action-menu-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.action-menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 14px;
  background: none;
  border: none;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  transition: background 0.12s;
  line-height: 1.4;
  white-space: nowrap;
}
.action-menu-item:hover   { background: #f5f5f5; color: #333; }
.action-menu-item:disabled { opacity: 0.5; cursor: not-allowed; }

.action-menu-item.success       { color: #28a745; }
.action-menu-item.success:hover { background: #eaf7ed; }
.action-menu-item.danger        { color: #dc3545; }
.action-menu-item.danger:hover  { background: #fdf0f0; }

.action-menu-divider {
  height: 1px;
  background: #ebebeb;
  margin: 3px 0;
}

.reset-search-btn {
    position: absolute;
    right: 43px;
    font-size: 14px;
    top: 0;
    bottom: 0;
    border: none;
    background: transparent;
}

.checkbox-toggle {
  display: flex;
  align-items: center;
}

.search-info {
  position: relative;
  max-width: 420px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  border: 0;
  width: 40px;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-info input {
  height: 40px;
  border-radius: 12px;
  font-size: 15px;
}

.filter-icon i {
  font-size: 22px;
  color: #26303a;
}

.search-filter {
  display: flex;
  align-items: center;
  justify-content: end;
}

.heading-dtlls {
  margin-bottom: 25px;
}

.filter-icon {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

.filter-icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #000;
}

.club-prof.club-prof .input-login input,
.club-prof.club-prof .input-login select,
.select2-container .select2-selection--single {
  height: 58px;
  border-radius: 14px;
  color: #494949;
  font-family: 'Lora', serif;
  padding-left: 25px;
}

/* margin-bottom on the container, not on the selection element.
   Select2 calculates dropdown position from the selection height;
   margin on the selection itself shifts the dropdown down by that amount. */
.club-prof.club-prof .input-login input,
.club-prof.club-prof .input-login select {
  margin-bottom: 20px;
}

.select2-container {
  margin-bottom: 20px;
}

.select2-container .select2-selection--single {
  padding-left: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  font-size: 15px;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
}

.save-bttn {
  height: 60px;
  border: none;
  background: #f9cd00;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  border-radius: 16px;
  box-shadow: 0px 4px 47px -4px #e3e4ed;
  font-size: 20px;
  font-weight: 300;
  padding: 0 90px;
  gap: 6px;
  border: 1px solid #f9cd00;
  transition: 0.4s all;
  color: black;
}

.save-bttn.white-clr-btn {
  background: transparent;
  border-color: #000;
}

.save-bttn:hover {
  background: #006956;
  color: #fff;
  border-color: #006956;
}

.bttn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

form.club-prof {
  max-width: 1100px;
  margin: auto;
}

.iti {
  width: 100%;
  margin-bottom: 20px;
}

.iti .iti__selected-dial-code {
  color: #494949;
}

.iti__search-icon {
  top: -14px;
  bottom: 0;
  margin: auto;
  height: 20px;
  left: 8px;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
  background: white;
}

.iti__country-name {
  font-size: 15px;
}

.calnder-icon {
  position: absolute;
  top: 21px;
  right: 20px;
  font-size: 15px;
  pointer-events: none;
  color: #494949;
}

.green-bg {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  /* width: 100%; */
  background: #ffffff;
  border-radius: 14px;
  pointer-events: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'Lora', serif;
  color: #494949;
  padding-left: 25px;
}

.club-prof.club-prof .input-login select {
  border-color: #92c2b9;
}

.club-prof.club-prof .input-login select:focus {
  border-color: #006956;
}

.pagination {
  display: flex;
  justify-content: end;
  list-style: none;
  padding: 20px;
}

.pagination li a {
  display: block;
  padding: 5px 12px;
  text-decoration: none;
  border: 1px solid #007560;
  color: black;
  margin: 0 2px;
  border-radius: 5px;
  transition: background-color 1s;
  font-size: 15px;
  /* border-radius: 100%; */
}

.pagination li a.active {
  background-color: #007560;
  color: white;
}

.pagination li a:hover:not(.active) {
  background-color: lightgray;
}

.search-div-wrapper form {
  max-width: 360px;
  width: 100%;
}

.filter_menu {
  display: none;
  width: 300px;
  /* height: auto; */
  height: 250px;
  padding: 18px 15px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1;
  display: none;
  /* filter: drop-shadow(0px 9px 5px rgba(0, 0, 0, 0.22)); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 999;
}

.form-dtls {
  position: relative;
  margin-bottom: 7px;
}

.form-dtls label {
  font-size: 14px;
  color: #2f2f2f;
  /* font-weight: bold; */
  margin-bottom: 0px;
  display: block;
}

.form-dtls select,
.filter_menu.filter_menu .form-dtls input,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 13px;
  color: #494949;
}

.all-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 30px;
  background: white;
  padding: 0 12px;
  color: #006956;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  transition: 0.4s all;
  border: 1px solid #006956;
}

.back-btn:hover {
  background: #006956;
  color: #fff;
}

.filter-dtls {
  position: relative;
}

.filter_menu {
  display: none;
  border-radius: 8px;
}

.back-btn.reset-btn {
  background: #007560;
  color: #fff;
}

.back-btn.reset-btn:hover {
  background: #fff;
  color: #006956;
}

.forgot-wrapper {
  max-width: 700px;
  width: 100%;
  display: block;
  margin-top: 34px;
}

.forgt-logo {
  margin-bottom: 20px;
}

.select2-results__option--selectable {
    font-family: 'Lora', serif;
    font-size: 14px;
}

.input-login.chk-dv {
    display: flex;
    align-items: center;
    gap: 15px;
}

.input-login.chk-dv label{
    font-size: 18px;
    font-family: "Lora", serif;
}

.checkbox-toggle input{
  margin-bottom: 0 !important;
}

.input-login.chk-dv .switch{
  height: 23px !important;
}

.input-login.chk-dv .switch:checked:before {
    transform: translateX(23px);
}

@media only screen and (max-width: 1560px) {
  .container {
    max-width: 100%;
    padding: 0 70px;
  }

  .login-section {
    padding: 65px 0 22px;
    min-height: calc(100vh - 60px);
  }

  .social-icons li a {
    color: #000;
    font-size: 18px;
  }

  .social-icons {
    gap: 26px;
  }

  .login-text {
    font-size: 17px;
  }

  header.header {
    padding: 12px 0;
  }

  .login-info h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .ccu-logo {
    max-width: 90px;
    margin-bottom: 5px;
  }

  .login-info h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .input-login input,
  .submit-btn {
    height: 48px;
    font-size: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .login-info {
    max-width: 500px;
  }

  .forgt-password {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .submit-btn.submit-btn {
    height: 42px;
    font-size: 16px;
  }

  .long-arrow {
    top: 2px;
    left: 0;
    font-size: 18px;
    margin-left: 2px;
  }

  .have-accnt h5 {
    font-size: 14px;
    margin-top: 6px;
  }

  .left-logo {
    max-width: 90px;
  }

  .social-icons.footer-links li a {
    font-size: 15px;
    height: 38px;
    width: 38px;
  }

  ul.social-icons.footer-links {
    gap: 14px;
    margin-left: 185px;
  }

  .copy-right {
    font-size: 12px;
  }

  footer.footer {
    padding: 8px 0;
  }

  .input-login input::placeholder {
    font-size: 14px;
  }

  .eye-toggle {
    top: 16px;
    right: 14px;
    font-size: 15px;
  }

  .input-login.input-otp input[type='number'] {
    max-width: 62px;
    height: 66px;
    font-size: 25px;
  }

  .for-margin.for-margin {
    margin: 30px 0;
  }

  .submit-btn.submit-btn.green-clr {
    max-width: 450px;
  }

  .input-login.input-otp {
    margin-top: 25px;
  }

  /* .have-accnt:first-child h5::after {
        width: 3px;
        border-radius: 100px;
    } */

  .left-sidebar {
    max-width: 270px;
    padding-bottom: 70px;
  }

  .right-sidebar {
    margin-left: 270px;
  }

  .left-sidebar-fig {
    max-width: 120px;
    margin: 18px 0 45px 16px;
    height: 58px;
  }

  .left-sidebar ul li a {
    font-size: 13px !important;
    padding: 9px 10px 9px 16px;
    gap: 5px;
    width: 270px;
  }

  .left-sidebar ul li a img {
    height: 25px;
    width: 25px;
    padding: 2px;
  }

  .content.hide .left-sidebar {
    max-width: 60px;
  }

  .left-sidebar::before {
    top: -205px;
    left: -80px;
    height: 315px;
    width: 320px;
  }

  .content.hide .left-sidebar-fig {
    width: 95px;
    top: 10px;
  }

  .dash-header-lists ul a {
    font-size: 15px;
    gap: 4px;
  }

  .dashboard-details {
    padding: 85px 40px 50px;
  }

  .information-card h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .information-card p {
    font-size: 15px;
  }

  figure.absolute-icon {
    width: 115px;
    height: 115px;
    top: -46px;
    right: -20px;
  }

  figure.absolute-icon img {
    width: 40px;
    top: 18px;
    right: 5px;
  }

  .information-card {
    padding: 22px;
    border-radius: 16px;
  }

  .dash-container {
    padding: 0 40px;
  }

  .col-margin {
    margin-bottom: 18px;
  }

  .right-sidebar header.header {
    padding-left: 270px;
  }

  .bar-info {
    height: 28px;
    width: 32px;
    font-size: 14px;
  }

  .left-sidebar ul .sub-menu li a {
    font-size: 13px;
    padding-left: 40px;
    margin-left: 12px;
  }

  .left-sidebar ul .sub-menu li a:after {
    top: 17px;
    left: 27px;
    height: 5px;
    width: 5px;
  }

  .nav-menu.nav-menu i {
    height: 16px;
    width: 16px;
    border-radius: 2px;
    font-size: 12px;
  }

  h2 {
    font-size: 30px;
  }

  .hding-bttn {
    height: 42px;
    padding: 0 16px;
    font-size: 13px;
    border-radius: 10px;
    gap: 4px;
  }

  .right-bttn {
    gap: 8px;
  }

  .search-info input {
    height: 38px;
    border-radius: 10px;
    font-size: 13px;
  }

  .search-info {
    max-width: 360px;
  }

  .filter-icon i {
    font-size: 20px;
  }

  .heading-dtlls {
    margin-bottom: 20px;
  }

  .club-table-wrapper {
    margin-top: 15px;
    border-radius: 16px;
  }

  .club-table thead tr th,
  .club-table tbody tr td {
    padding: 14px 18px;
    font-size: 13px;
  }

  .club-table tbody tr td {
    padding: 16px 18px;
  }

  .grn-clr {
    font-size: 15px;
  }

  .switch {
    height: 18px;
    width: 39px;
  }

  .switch::before {
    height: 18px;
    width: 18px;
  }

  .switch:checked:before {
    transform: translateX(22px);
  }

  .filter-icon {
    padding-left: 18px;
    margin-left: 18px;
  }

  .club-prof.club-prof .input-login input,
  .club-prof.club-prof .input-login select,
  .select2-container .select2-selection--single {
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
    padding-left: 15px;
  }

  .club-prof.club-prof .input-login input,
  .club-prof.club-prof .input-login select {
    margin-bottom: 15px;
  }

  .select2-container {
    margin-bottom: 15px;
  }

  .select2-container .select2-selection--single {
    padding-left: 15px !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    font-size: 14px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
  }

  .save-bttn {
    height: 48px;
    border-radius: 14px;
    font-size: 18px;
    padding: 0 60px;
    gap: 5px;
  }

  .save-bttn i {
    font-size: 16px;
  }

  form.club-prof {
    max-width: 840px;
  }

  .iti .iti__selected-dial-code {
    font-size: 14px;
  }

  .green-bg {
    border-radius: 10px;
    font-size: 14px;
    padding-left: 15px;
  }

  .calnder-icon {
    top: 14px;
    right: 15px;
    font-size: 13px;
  }

  .table-scroll {
    height: 460px;
  }

  .pagination li a {
    padding: 4px 10px;
    font-size: 13px;
  }

  .filter_menu {
    width: 250px;
    height: 240px;
    padding: 16px 12px;
    top: 40px;
  }

  .back-btn {
    gap: 4px;
    height: 26px;
    padding: 0 12px;
    font-size: 11px;
    border-radius: 4px;
  }

  .form-dtls label {
    font-size: 11px;
    margin-bottom: 0px;
  }

  .filter_menu.filter_menu .form-dtls input,
  .filter_menu.filter_menu .form-dtls select {
    font-size: 12px;
    height: 30px;
  }

  .forgot-wrapper {
    max-width: 450px;
    margin-top: 20px;
  }

  .forgt-logo {
    margin-bottom: 15px;
  }

  .content.hide .left-sidebar ul li a img {
    width: 28px;
  }

  .input-login.chk-dv .switch {
      height: 20px !important;
  }

  .input-login.chk-dv .switch:checked:before {
      transform: translateX(19px);
  }

  .input-login.chk-dv label {
      font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .left-sidebar {
    transform: translateX(-100%);
  }

  .right-sidebar {
    margin-left: 0;
  }

  .right-sidebar header.header {
    left: 0;
    padding-left: 0;
  }

  .content.hide .left-sidebar {
    transform: translateX(0);
    max-width: 270px;
    overflow-y: scroll;
  }

  .content.hide .left-sidebar ul li a {
    gap: 8px;
  }

  .iti {
    margin-bottom: 15px;
  }

  .forgot-wrapper {
    max-width: 500px;
  }

  .container {
    max-width: 100%;
    padding: 0 30px;
  }

  ul.social-icons.footer-links {
    gap: 8px;
    margin-left: 0;
  }

  .social-icons.footer-links li a {
    font-size: 13px;
    height: 36px;
    width: 36px;
  }

  .login-info {
    max-width: 380px;
  }

  .login-info h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .ccu-logo {
    max-width: 75px;
  }

  .input-login input,
  .submit-btn {
    height: 40px;
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 12px;
    padding-left: 12px;
  }

  .input-login input::placeholder {
    font-size: 13px;
  }

  .eye-toggle {
    top: 14px;
    right: 14px;
    font-size: 13px;
  }

  .login-info h1 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .forgt-password {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .submit-btn.submit-btn {
    height: 36px;
    font-size: 14px;
  }

  .long-arrow {
    top: 1px;
    left: 0;
    font-size: 14px;
    margin-left: 2px;
  }

  .have-accnt h5 {
    font-size: 13px;
    margin-top: 5px;
  }

  .social-icons li a {
    color: #000;
    font-size: 16px;
  }

  .social-icons {
    gap: 20px;
  }

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

  header.header {
    padding: 10px 0;
  }

  .left-logo {
    max-width: 80px;
  }

  .input-login.input-otp input[type='number'] {
    max-width: 50px;
    height: 54px;
    font-size: 20px;
  }

  .for-margin.for-margin {
    margin: 20px 0;
  }

  .submit-btn.submit-btn.green-clr {
    max-width: 380px;
  }

  .otp-registration-wrapper {
    margin-top: 20px;
  }

  .information-card h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .information-card {
    padding: 18px;
    border-radius: 10px;
  }

  .information-card p {
    font-size: 14px;
  }

  figure.absolute-icon {
    width: 100px;
    height: 100px;
    top: -46px;
    right: -22px;
  }

  figure.absolute-icon img {
    width: 32px;
    top: 20px;
    right: 5px;
  }

  .dash-header-lists ul a {
    font-size: 14px;
    gap: 3px;
  }

  .dash-header-lists ul a i {
    font-size: 18px;
  }

  .dash-header-lists ul {
    gap: 24px;
  }

  .dashboard-details {
    padding: 70px 30px 30px;
  }

  .dash-container {
    padding: 0 30px;
  }

  .heading-dtlls {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }

  .hding-bttn {
    height: 38px;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 8px;
    gap: 4px;
  }

  .search-info {
    max-width: 300px;
  }

  .search-info input {
    height: 36px;
    border-radius: 8px;
    font-size: 13px;
  }

  .club-table thead tr th,
  .club-table tbody tr td {
    padding: 8px 12px;
    font-size: 13px;
  }

  .table-scroll {
    height: 420px;
  }

  .pagination li a {
    padding: 3px 9px;
    font-size: 12px;
    border-radius: 4px;
  }

  .switch {
    height: 15px;
    width: 32px;
  }

  .switch::before {
    height: 15px;
    width: 15px;
  }

  .switch:checked:before {
    transform: translateX(18px);
  }

  h2 {
    font-size: 24px;
  }

  .club-prof.club-prof .input-login input,
  .club-prof.club-prof .input-login select {
    height: 40px;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    padding-left: 12px;
  }

  .save-bttn {
    height: 42px;
    border-radius: 12px;
    font-size: 15px;
    padding: 0 40px;
    gap: 4px;
  }

  .save-bttn i {
    font-size: 14px;
  }

  .bttn-wrapper {
    gap: 8px;
    margin-top: 14px;
  }

  .forgot-wrapper {
    max-width: 400px;
  }

  .content.hide .right-sidebar header.header {
    padding-left: 0;
  }

  .content.hide .right-sidebar {
    margin-left: 0;
  }

  .content.hide .left-sidebar-fig {
    width: 105px;
    top: 0;
  }

  .content.hide .left-sidebar ul .sub-menu li a {
    margin-left: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .copy-right {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    margin-bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  footer.footer {
    padding: 8px 0 35px;
  }

  .footer-wrapper {
    max-width: 280px;
    margin: auto;
  }

  .login-info h3 {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: center;
  }

  .ccu-logo {
    max-width: 70px;
  }

  .input-login input,
  .submit-btn {
    height: 38px;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom: 10px;
    padding-left: 12px;
  }

  header.header {
    padding: 8px 0;
  }

  .container {
    padding: 0px 15px;
  }

  .input-login.input-otp input[type='number'] {
    max-width: 44px;
    height: 48px;
    font-size: 18px;
    padding: 8px;
  }

  .input-login.input-otp {
    margin-top: 12px;
    gap: 10px;
  }

  .for-margin.for-margin {
    margin: 16px 0;
  }

  .otp-registration-wrapper {
    margin-top: 15px;
  }

  .login-section {
    padding: 55px 0 20px;
    min-height: calc(100vh - 80px);
  }

  .dashboard-details {
    padding: 90px 15px 20px;
  }

  .col-margin {
    margin-bottom: 14px;
  }

  .flex-div {
    align-items: start;
    gap: 5px;
    margin-bottom: 15px;
    flex-direction: column;
  }

  .dash-container {
    padding: 0 15px;
  }

  .dash-header-lists ul li {
    width: 50%;
  }

  .menu-bar {
    position: absolute;
    right: 0;
  }

  .dash-header-lists ul {
    gap: 7px 0;
    flex-wrap: wrap;
    width: 100%;
  }

  .dash-header-lists ul li {
    width: 50%;
    flex: 0 0 auto;
  }

  .dash-header-lists ul a {
    font-size: 14px;
    gap: 4px;
    justify-content: start;
    padding-right: 6px;
  }

  .bar-info {
    height: 28px;
    width: 30px;
    font-size: 14px;
  }

  .information-card h4 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .information-card {
    padding: 16px;
    border-radius: 10px;
  }

  .right-sidebar header.header {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  figure.absolute-icon img {
    width: 27px;
    top: 19px;
    right: 5px;
  }

  figure.absolute-icon {
    width: 94px;
    height: 96px;
  }

  .table-scroll {
    height: 400px;
  }

  .hding-bttn {
    height: 36px;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 8px;
    gap: 5px;
    width: 100%;
  }

  .right-bttn {
    gap: 8px;
    width: 100%;
    flex-direction: column;
  }

  .filter-icon {
    padding-left: 14px;
    margin-left: 14px;
  }

  .filter-icon i {
    font-size: 18px;
  }

  .search-info input {
    height: 34px;
    border-radius: 6px;
  }

  .search-info {
    max-width: 340px;
  }

  .club-table thead tr th {
    white-space: nowrap;
  }

  ::-webkit-scrollbar {
    width: 6px;
  }

  .pagination {
    padding: 14px;
  }

  .heading-dtlls {
    margin-bottom: 12px;
  }

  .club-prof.club-prof .input-login input,
  .club-prof.club-prof .input-login select {
    height: 38px;
  }

  .save-bttn {
    height: 40px;
    border-radius: 10px;
    font-size: 15px;
    padding: 0 35px;
  }

  .bttn-wrapper {
    margin-top: 8px;
  }

  .calnder-icon {
    top: 13px;
    right: 14px;
    font-size: 13px;
  }

  .left-sidebar {
    max-width: 250px !important;
    padding-bottom: 90px;
  }

  .left-sidebar ul li a {
    font-size: 13px;
    padding: 8px 5px 8px 10px;
    gap: 5px;
  }

  .left-sidebar-fig {
    max-width: 105px;
    margin: 16px 0 35px 10px;
  }

  .left-sidebar::before {
    top: -210px;
    left: -80px;
    height: 300px;
    width: 310px;
  }
}

@media only screen and (max-width: 575px) {
  .dash-header-lists ul a {
    font-size: 13px;
    align-items: start;
  }

  .forgot-wrapper {
    max-width: 340px;
    margin-top: 12px;
  }

  .forgt-logo {
    margin-bottom: 10px;
  }

  .login-info h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Global Validation UI — applied to every form site-wide
   ═══════════════════════════════════════════════════════════════ */

/* ── Field-level error text ─────────────────────────────────── */
.field-error {
  display: block;
  color: #dc3545;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}

/* ── Top summary alert box ──────────────────────────────────── */
.alert-error {
  background: #fff5f5;
  border: 1px solid #fecdd3;
  border-left: 4px solid #dc3545;
  border-radius: 6px;
  color: #b91c1c;
  font-size: 13px;
  padding: 10px 14px;
  margin-bottom: 16px;
  line-height: 1.5;
}

/* ── Auto-apply red border via :has() when field has error ───
   This works globally for ALL .input-login wrappers that
   contain a .field-error span — no is-invalid class needed. */
.input-login:has(> .field-error) input:not([readonly]):not([type="file"]):not([type="checkbox"]),
.input-login:has(> .field-error) textarea {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.12);
}

.input-login:has(> .field-error) select {
  border-color: #dc3545 !important;
}

/* ── Select2: invalid state ─────────────────────────────────── */
.input-login:has(> .field-error) .select2-container--default .select2-selection--single,
.input-login:has(> .field-error) .select2-container--default .select2-selection--multiple {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.12);
}

/* ── Explicit is-invalid class (for forms using composable) ─── */
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.12);
}

.select2-container.is-invalid .select2-selection {
  border-color: #dc3545 !important;
}

/* ── Remove red border once field is interacted with ────────── */
.input-login:has(> .field-error) input:focus:not([readonly]),
.input-login:has(> .field-error) textarea:focus,
.input-login:has(> .field-error) select:focus {
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.18);
}

/* Login-page registration form validation */
.login-info .field-error {
  font-size: 11px;
  margin-top: 3px;
}
