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;
}

.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;
}

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

.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;
}

.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;
}

.left-sidebar-fig {
  max-width: 170px;
  margin: 20px 0 60px 20px;
}

.left-sidebar-fig img {
  width: 100%;
}

.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;
}

.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%);
}

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

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

.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;
}

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

.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: 9;
}

.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;
}

.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 {
  height: 58px;
  border-radius: 14px;
  margin-bottom: 20px;
  color: #494949;
  font-family: 'Lora', serif;
  padding-left: 25px;
}

button.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;
}

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

button.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%;
}

.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 {
  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;
}

@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;
  }

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

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

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

  .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 {
    height: 44px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 15px;
  }

  button.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;
  }
}
