@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");

@font-face {
  font-family: GE_SS_Two_Bold;
  src: url(../fonts/GE_SS_Two_Bold_4.otf);
}

@font-face {
  font-family: GE_SS_TWO_MEDIUM;
  src: url(../fonts/GE_SS_TWO_MEDIUM_5.otf);
}

@font-face {
  font-family: GE_SS_TWO_LIGHT;
  src: url(../fonts/GE_SS_Two_Light.otf);
}

:root {
  --primary-color: #049B8E;
  --primary-dark: #008F7E;
  --secondary-color: #FFD700;
  --text-light: #ffffff;
  --text-dark: #333333;
  --border-color: #e0e0e0;
  --background-light: #f8f9fa;
  --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  --color-1: var(--primary-color);
  --color-2: var(--primary-dark);
  --color-3: rgba(4, 155, 142, 0.1);
  --color-4: var(--text-dark);
  --color-5: #04b5a6;
  --color-6: #02655c;
  --color-7: var(--border-color);
  --color-8: rgba(4, 155, 142, 0.05);
  --color-9: #eef7f6;
  --color-10: #f2f2f2;
  --color-11: #026b60;
  --color-12: var(--primary-color);
  --color-13: var(--primary-dark);
  --color-14: var(--background-light);
  --color-gray-1: var(--text-dark);
  --color-gray-2: #4f4f4f;
  --color-gray-3: #828282;
  --color-gray-4: #333333;
  --color-white: var(--text-light);
  --color-black: #000000;
  --font-light: GE_SS_TWO_LIGHT;
  --font-medium: GE_SS_TWO_MEDIUM;
  --font-blod: GE_SS_Two_Bold;
  --font-open: Alexandria;
}

body,
html {
  height: 100%;
}

#header-fixed-top {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.sidebar-toggle,
.sidebar-close{
  display: none;
}
.dashboard-wrapper{
  padding: 30px;
}
.white-color{
  color: var(--color-white);
}
.header-nav-inner{
  border-radius: 20px;
    padding: 15px;
    display: flex;
    background: hsla(181, 78%, 21%, 1) !important;
}
.header-nav-inner .navbar-brand{
  display: flex;
      align-items: center;
      gap: 20px;
}
.header-nav-inner .nav-block{
  padding-right: 40px;
}
.header-nav-inner .nav-block h1{
  color: var(--color-white);
}
.header-nav-inner .nav-block p{
  color: var(--color-white);
  margin-bottom: 0;
}
.header-content{
  width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  .header-page{
    position: relative!important;
    background: hsla(181, 78%, 21%, 1) !important;
    top: 0!important;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  }
/* Responsive Styles */
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }

  h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 2rem;
  }
.filter-block-inner,
.extra-info{
  flex-direction: column;
}
.header-nav-inner .nav-block{
  display: none;
}
.filter-block .search{
  width: 100%!important;
}
.flex-column-mobile{
  flex-direction: column;
}
  .navbar-nav {
    margin: 15px 0;
  }

  .d-flex .btn {
    margin: 5px 0 !important;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .header-nav-inner .profile-dropdown .btn{
    padding: 12px;
  }
  .header-nav-inner .profile-dropdown h4{
    font-size: 12px;
  }
  .header-nav-inner .profile-dropdown span{
    font-size: 11px;
  }
  .nav-block{
    display: none;
  }
  #header-fixed-top {
    padding: 10px 0;
    top: 0;
    background: hsla(181, 78%, 21%, 1) !important;

  }

  .navbar-brand img {
    max-width: 120px;
  }

  h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  p {
    text-align: center;
  }

  .btn {
    display: block;
    width: 100%;
    margin: 10px 0 !important;
  }

  #hero {
    text-align: center;
    padding: 40px 0;
  }


  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 991px) {

   .header-nav-inner  .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-nav-inner{
      justify-content: space-between;
    }
    .header-nav-inner .navbar-collapse{
      position: absolute;
      z-index: 9999;
      top: 100px;
      left: 0;
      width: 40%;
    }

   .header-nav-inner .nav-block {
        width: 100%;
        margin-bottom: 1rem;
    }

   .header-nav-inner .profile-dropdown {
        width: 100%;
    }
    .header-nav-inner .profile-dropdown  .text-start{
      display: none;
    }
   .header-nav-inner .profile-dropdown .dropdown-toggle {
        width: 100%;
        justify-content:center;
    }

  .header-nav-inner  .dropdown-menu {
        position: absolute;
        z-index: 999;
        left: 0;
        right: auto;
        width: 100%;
        transform: none !important;
    }


  .dashboard-wrapper{
  padding: 0;
}

 .right-side.active ~ .sidebar-toggle {
  display: none !important;
}
.sidebar-toggle.hide {
  display: none !important;
}
  .sidebar-toggle {
    display: block;
     top: 20px;
    right: 20px;
    position: relative;
    z-index: 3100;
    background: var(--color-1);
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    font-size: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: opacity 0.2s;
  }
    .sidebar-toggle svg{
      width: 25px;
    }
  .form-box {
    padding-top: 50px;
  }
  .right-side.active ~ .sidebar-toggle {
    display: none !important;
  }
  .sidebar-close {
    display: block;
    position: absolute;
    top: 35px;
    left: 18px;
    z-index: 3200;
    background: #fff;
    color: #222;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .right-side {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 3000;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    border-radius: 0;
    overflow-y: auto;
    display: none;
    transition: all 0.3s;
  }
  .right-side.active {
    display: block;
  }

  #contact .col-lg-5{
    padding-top:40px;
  }
  .more-info-box h4 {
    font-size: 18px;
  }
  .more-info-box p{
        font-size: 16px;
    line-height: 24px;
  }
  #numbers h1 {
    font-size: 25px!important;
}
.counter{
  font-size: 35px!important;
}
  #header-fixed-top .navbar-nav{
    padding-right: 20px !important;
  }
  .navbar-collapse.collapse .d-flex{
        gap: 15px;
    padding-right: 15px;
  }
  .fixed-top  .navbar-collapse {
background: none;
box-shadow: none;
  }
   .fixed-top  .navbar-nav .nav-link {
    color:var(--color-white)!important;
  }
  .navbar-collapse {
    background: var(--color-white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 0;
  }
  .navbar-nav .nav-link {
    color: var(--color-4) !important;
  }
  .btn-white-light {
    background-color: var(--color-14) !important;

    color: var(--color-1) !important;
  }
}
@media (max-width: 767px) {
.form-block {
    padding: 0!important;
}
.form-block p {
  text-align: right;
}
.card-block-inner .btn-purple{
  width:100%!important;
}
  .login-bg {
    display: none!important;
  }

.accordion-block .accordion-item .accordion-button{
  align-content: flex-start;
    flex-wrap: wrap;
    gap:20px;

}
  .header-content h1{
display: none;
  }
  .col-md-22,
    .content-dashboard-inner .col-md-3,
    .chart-box {
    margin-bottom: 25px!important;
  }
  .card-box {
    margin-bottom: 20px;
    flex-direction: column;
}
  p.font-p{
    text-align: right;
  }
.filter-block .left-side-filter,
.filter-block .left-side-filter, .form-group  {
    width: 100%!important;
}
  .badge-green,
    .badge-red,
    .badge-yellow{
      font-size: 11px;
          padding: 5px 4px!important;
  }
  .filter-block .row .d-flex{
    flex-direction: column;
  }
  .filter-block .form-group.w-15,
   .filter-block .input-group{
width: 100%;
  }
  .header-content .btn-white,
   .header-content .btn-secondary
  {
display: none;
  }
  .logo-block,
  .navbar-collapse.collapse .d-flex {
    flex-direction: column;
  }
  .accordion-block .media-wrapper {
    height: 200px !important;
  }
  .accordion-block .accordion-item .accordion-body {
    padding: 20px 20px 30px !important;
  }
  .card-contact {
    padding: 40px 20px !important;
  }
  .card-contact .d-flex {
    flex-direction: column;
    align-items: self-start !important;
  }
  .info-box {
    flex-direction: column;
    text-align: right;
    height: auto !important;
  }
  .accordion-block .accordion-item .accordion-button {
    padding: 15px 25px !important;
  }
  .accordion-block .accordion-item .accordion-button span {
    font-size: 18px;
    line-height: 24px;
  }
  .info-box p,
  #data p,
  .info-contact p,
  .right-side .body-right-side-inner p {
    text-align: right;
  }
  #hero h1 {
    font-size: 32px !important;
    text-align: right;
  }
  .cta-block p {
    width: auto !important;
    text-align: right;
    padding-left: 0 !important;
  }
  .cta-block .col-md-3 img {
    display: none;
  }
  .shape {
    display: none;
  }
  .big-title {
    text-align: right;
    font-size: 28px !important;
  }
  .cta-block {
    height: auto !important;
  }
  #hero p {
    font-size: 16px;
    text-align: right;
    line-height: 24px;
  }
  .more-info-box p {
    text-align: right;
  }
  .navbar-collapse {
    padding: 15px !important;
  }
  #header-fixed-top .navbar-nav {
    padding-right: 0 !important;
  }
  .navbar-nav .nav-link {
    color: var(--color-gray-1) !important;
  }

  #header-fixed-top {
    padding: 5px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    min-height: 60px;
  }
  .navbar {
    padding: 0;
  }
  .navbar-brand img {
    max-width: 60px;
    height: auto;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.2rem;
    border: none;
    background: transparent;
  }
  .navbar-collapse {
    background: var(--color-white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px 0;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  .navbar-nav .nav-link {
    padding: 10px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid #eee;
  }
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  .d-flex {
    gap: 0.5rem;
    margin-top: 10px;
  }
  .d-flex .btn {
    width: 100%;
    margin: 0 !important;
    font-size: 1rem;
  }
}

body {
  background-color: #eeeff2;
  font-family: var(--font-medium);
  font-size: 16px;
  color: var(--color-gray-4);
}

a {
  color: var(--color-11);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-2);
}

.nav-link {
  color: var(--color-gray-1);
  font-weight: 600;
  font-size: 16px;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--color-2);
}

.bg-gray {
  background-color: var(--color-9);
}

.btn-gray {
  background-color: var(--color-3);
  color: var(--color-2);
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
}

.btn-gray:hover {
  color: var(--color-white);
  background-color: var(--color-2);
  border-color: var(--color-2);
}

.btn-green {
  color: var(--color-white) !important;
  background-color: var(--color-1);
  color: var(--color-1);
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
}

.btn-green:hover {
  background-color: var(--color-12);
  border-color: var(--color-12);
}

.w-15 {
  width: 15%;
}

.w-35 {
  width: 35%;
}

.w-60 {
  width: 60% !important;
}

.btn-green-light {
  background-color: var(--color-14);
  color: var(--color-1);
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
}

.btn-green-light:hover {
  background-color: var(--color-12);
  border-color: var(--color-12);
  color: var(--color-white);
}

.tab-content table a {
  padding: 5px;
}

table a svg {
  width: 25px;
  height: 25px;
}

.btn-purple {
  color: var(--color-white) !important;
  background-color: var(--color-2);
  color: var(--color-1);
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
}

.btn-purple:hover {
  background-color: #5559cf;
  border-color: #5559cf;
}

.btn-outline-green {
  color: var(--color-white) !important;
  border-color: var(--color-1);
  color: var(--color-1) !important;
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
}

.btn-outline-green:hover {
  background-color: var(--color-1);
  border-color: var(--color-1);
  color: var(--color-white) !important;
}

.btn-secondary {
  color: #fff;
  background-color: var(--color-2);
  border-color: var(--color-2);
  font-size: 15px;
  font-weight: 500;
  padding: 12px;
  border-radius: 8px;
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-2);
  border-color: var(--color-2);
}

.bg-purple {
  background-color: var(--color-2);
}

.btn-green-dark {
  color: var(--color-white) !important;
  background-color: var(--color-13);
  color: var(--color-1);
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
  font-family: "Alexandria";
}

.btn-green-dark:hover {
  opacity: 0.9;
}

.btn-green-dark.fine {
  font-size: 13px;
  padding: 12px;
}

.btn-white {
  background-color: var(--color-white);
  color: var(--color-13) !important;
  font-size: 14px;
  font-weight: 600;
  padding: 16px;
  border-radius: 8px;
  font-family: "Alexandria";
}

.btn-white svg {
  margin-left: 15px;
}

.btn-green-fine {
  color: var(--color-16) !important;
  background-color: var(--color-15);
  font-size: 15px;
  font-weight: 500;
  padding: 16px;
  width: 150px;
  border-radius: 8px;
  font-family: "Alexandria";
}

.btn-dark {
  padding: 16px;
  border-radius: 8px;
}
.btn-white-light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-weight: 500;
  padding: 12px 35px;
  border-radius: 8px;
}
.btn-white-light:hover,
.btn-white-light:focus {
  background-color: var(--color-white);
}
.dark-color {
  color: var(--color-2) !important;
}

h5.h5 {
  font-size: 18px;
  font-family: var(--font-medium);
}

p.font-p {
  font-size: 15px;
  font-family: var(--font-light);
}

.black-color {
  color: var(--color-4) !important;
}

/*-------------------------- padding/margin----------*/
.p-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.mt-35 {
  margin-top: 35px;
}

/*----------------- header------------*/

#header-fixed-top .navbar-brand {
  display: flex;
  gap: 30px;
  align-items: center;
}
#header-fixed-top .navbar-nav {
  padding-right: 40px;
}
 .seperator-logo {
  height: 60px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.17);
}
.fixed-top {
  top: 0 !important;
    background: hsla(181, 78%, 21%, 1) !important;

  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

header .navbar-nav .nav-item {
  margin-left: 15px;
}

header .navbar.navbar-expand-md {
  padding-top: 15px;
}

.navbar-nav .nav-link {
  color: var(--color-white);
  padding-bottom: 0;
  font-weight: 500;
  font-family: GE_SS_TWO_MEDIUM;
}
.navbar-toggler {
  outline: none;
  box-shadow: none !important;
}
.navbar-toggler svg {
  width: 25px;
}
#hero {
  background-image: url("/md_lhm_portal/static/src/img/Background-hero.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 120px 0 80px;
}
#hero p {
  color: var(--color-white);
}
#hero h1 {
  font-size: 42px;
  padding-top: 60px;
  color: #fff;
  font-family: GE_SS_Two_Bold;
}
.logo-block {
  padding: 15px;
  background-color: var(--color-white);
  border-radius: 15px;
}
p {
  font-family: GE_SS_TWO_MEDIUM;
  font-size: 18px;
  font-weight: 500;
}

.singleSlide h3 {
  color: var(--color-2);
  font-size: 40px;
  font-family: GE_SS_Two_Bold;
}

.singleSlide p {
  color: var(--color-4);
  font-size: 22px;
}

#services h2 {
  color: var(--color-11);
  font-size: 42px;
}

.services-slider .slick-dots {
  display: flex;
  padding-right: 0;
  padding-top: 30px;
}

.services-slider .slick-dots li {
  list-style: none;
}

.services-slider .slick-dots li.slick-active button,
.logos-block .slick-dots li.slick-active button {
  background-color: var(--color-13);
}

.services-slider .slick-dots li button,
.logos-block .slick-dots li button {
  font-size: 0;
  border: 0;
  background-color: transparent;
  width: 10px;
  height: 10px;
  margin: 3px;
  border-radius: 50%;
  border: 1px solid var(--color-13);
  padding: 0;
}

.services-slider .slick-slide {
  margin: 10px;
}

.info-box {
  border-radius: 15px;
  border: 1px solid var(--color-7);
  padding: 25px;
  height: 180px;
}

.info-box img {
  width: 60px;
  height: 60px;
  margin-left: 20px;
}

.info-box h4 {
  font-size: 20px;
  font-family: GE_SS_Two_Bold;
  color: var(--color-6);
}

.info-box p {
  opacity: 0.7;
  font-family: GE_SS_TWO_MEDIUM;
  /* width: 70%; */
  font-size: 17px;
  padding-left: 10px;
  color: var(--color-gray-1);
  margin-bottom: 0;
  margin-top: 20px;
}

.more-info-box {
  border-radius: 15px;
  border: 1px solid var(--color-7);
  padding: 25px;
  height: 100%;
}

.more-info-box img {
  width: 80px;
  height: 80px;
  margin-left: 20px;
}

.more-info-box h4 {
  font-family: GE_SS_Two_Bold;
  color: var(--color-6);
}

.more-info-box p {
  opacity: 0.7;
  font-family: GE_SS_TWO_MEDIUM;
  margin-top: 20px;
  line-height: 35px;
}

.more-info-box .laptop {
  width: 100%;
  height: 100%;
  position: relative;
  left: -25px;
}

.big-title {
  color: var(--color-2);
  font-family: GE_SS_Two_Bold;
  font-size: 3rem;
}

.custom-bg {
  background-color: var(--color-8);
}

.w-100 {
  width: 100%;
}

.cta-block {
  background-color: var(--color-2);
  border-radius: 40px;

  padding: 40px;
  position: relative;
  height: 410px;
  display: flex;
  align-items: center;
}

.cta-block h3 {
  color: var(--color-white);
  font-size: 42px;
  margin-bottom: 20px;
}

.cta-block p {
  padding-left: 120px;
  color: #fff;
  font-size: 18px;
  width: 85%;
}
.card-contact{
  margin-top: 20px;
}
.cta-block .col-md-3 img {
  position: absolute;
  height: 450px;
  top: -40px;
  left: 0;
}

#cta {
  margin-top: -40px;
}

/*------------------- Login--------------------*/

.bg-login {
  background-color: var(--color-9);
  height: 100%;
}

.login-block {
  padding: 20px;
}

.card-block {
  background-color: var(--color-white);
  border-radius: 35px;
  padding: 30px 20px;
}

.btn-back {
  background-color: var(--color-10);
  font-family: GE_SS_TWO_MEDIUM;
  border-radius: 25px;
  padding: 8px 20px;
  color: var(--color-black);
  font-weight: 400;
  font-size: 14px;
}

.btn-back:focus,
.btn-back:hover,
.btn-back:active {
  background-color: var(--color-9);
  color: var(--color-black);
}

.brand-block {
  position: relative;
  text-align: center;
  padding: 35px 0;
}

.brand-block img {
  width: 160px;
}

.brand-block h2 {
  font-family: GE_SS_Two_Bold;
  color: var(--color-11);
}

.form-block {
  padding: 25px 30px 0 20px;
}

.form-block h3 {
  font-family: GE_SS_TWO_MEDIUM;
  color: var(--color-black);
}

.form-block p {
  font-family: GE_SS_TWO_MEDIUM;
  color: var(--color-gray-3);
  font-size: 15px;
  margin-bottom: 30px;
}

.input-group {
  margin-bottom: 10px;
}

.form-block .form-control {
  font-family: "Open Sans", serif;
}

.form-group .label-control {
  display: block;
  padding-bottom: 10px;
  font-family: GE_SS_TWO_MEDIUM;
  color: var(--color-gray-4);
}

.form-group .form-control {
  height: 52px;
  border-color: #e2ecf5;
  border-radius: 8px;
}

.form-group {
  margin-bottom: 18px;
}

.card-block-inner {
  padding: 50px 0;
}

.brand-block h2 {
  margin-top: 30px;
}

.login-bg {
  background-image: url("/md_lhm_portal/static/src/img/bg-login.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-login {
  text-align: center;
  width: 70%;
}

.content-login h1 {
  font-family: GE_SS_Two_Bold;
  color: #fff;
  line-height: 65px;
  font-size: 50px;
}

.content-login p {
  color: #fff;
  font-size: 20px;
}

.otp-input .otp {
  height: 70px;
  width: 70px;
  margin: 3px;
  text-align: center;
  line-height: 70px;
  font-size: 22px;
  border: 1px solid #e2ecf5;
  color: var(--color-gray-1);
  border-radius: 8px;
  font-family: "Open Sans", serif;
}

.green-bar span {
  display: block;
  text-align: center;
  color: var(--color-13);
  font-family: "Alexandria";
}

.green-bar img,
.blue-bar img {
  width: 100%;
}

.blue-bar span {
  display: block;
  text-align: center;
  color: var(--color-2);
  font-family: "Alexandria";
}

.percent {
  font-family: "Alexandria";
  color: var(--color-13);
  font-weight: bold;
  font-size: 120px;
}

#numbers p {
  color: #fff;
  opacity: 0.7;
  line-height: 37px;
  margin-bottom: 0;
}

#numbers h1 {
  color: #fff;
  font-size: 4.3rem;
}
.bg-numbers {
  background-image: url("/md_lhm_portal/static/src/img/bg-number.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
}
.counters-block p {
  font-family: GE_SS_TWO_MEDIUM;
}

.counter {
  font-family: "Alexandria";
  color: var(--color-13);
  font-weight: 600;
  font-size: 60px;
}

.accordion-block .accordion-item:first-of-type {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: none;
  background: #e8f7f5;
}

.accordion-block .accordion-item:nth-child(1) {
  border-radius: 40px 40px 0 0;
}

.accordion-block .accordion-header {
  margin-bottom: 0;
}

.accordion-block .accordion-item .accordion-button:not(.collapsed) {
  color: #333333;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-block .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.55em;
  color: #408e85;
  padding: 28px 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 40px 40px 0 0;
  box-shadow: none;
}

.accordion-block .accordion-item .accordion-body {
  padding: 20px 50px 55px;
}

.accordion-block .accordion-item .accordion-body h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin-bottom: 15px;
  font-weight: 700;
}

.accordion-block .accordion-item .accordion-body ul li {
  display: inline-block;
  color: #272727;
  font-weight: 500;
  background: #fff;
  border-radius: 45px;
  padding: 6px 40px 6px 16px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.accordion-block .accordion-item .accordion-body ul li:before {
  font-family: "bootstrap-icons";
  content: "\f633";
  position: absolute;
  font-size: 18px;
  top: 6px;
  right: 14px;
  color: var(--color-black);
}

.accordion-block .accordion-item .accordion-button:not(.collapsed):after {
  content: "\F63B";
  font-family: "bootstrap-icons";
  font-size: 25px;
}

.accordion-block .accordion-item .accordion-button:after {
  content: "\F4FE";
  font-family: "bootstrap-icons";
  font-weight: 300;
  text-align: center;
  color: var(--color-5);
  font-size: 25px;
  background: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.accordion-block .accordion-item:nth-child(2) .accordion-button {
  background: #d1eeeb;
}

.accordion-block .accordion-item:nth-child(2) {
  background: #d1eeeb;
}

.accordion-block .accordion-item {
  border: 0;
}

.accordion-block ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
}

.accordion-block .media-wrapper {
  background-size: cover;
  height: 400px;
  border-radius: 30px;
}

.accordion-block .accordion-item:nth-child(3) {
  background: #a4ddd7;
  border-radius: 0 0 40px 40px;
}

.logos-block .slick-slide img {
  width: auto !important;
}

.logos-block .slick-dots {
  padding: 50px 0 0;
  list-style: none;
  text-align: revert;
  display: flex;
  justify-content: center;
}

.bg-team {
  height: 100%;
  background-size: cover;
  background-position: center;
  width: 100%;
  background-image: url("/md_lhm_portal/static/src/img/bg-team.jpg");
}

.card-team {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.02);
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}

.card-team h4 {
  font-size: 22px;
}

.card-team p {
  color: var(--color-gray-2);
}

.bg-light-1 {
  background-color: #f5f5fa;
}

.card-contact {
  padding: 30px;
  border-radius: 40px;
}

.form-group textarea.form-control {
  height: auto;
}

.card-contact .form-control {
  font-size: 13px;
  font-weight: 300;
  text-align: right;
}

.card-contact {
  padding: 40px 70px;
  margin-bottom: 20px;
}

.card-contact .form-group {
  margin-bottom: 20px;
}

.info-contact {
  margin-bottom: 25px;
  color: var(--color-white);
}

.info-contact h4 {
  font-size: 18px;
}

.info-contact p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--color-white);
}

.map-block iframe {
  width: 100%;
  height: 300px;
  border-radius: 40px;
}


/*--------------------- dashboard-------------------------------*/
.top-right-side-inner{
  padding: 20px;

}
.body-right-side-inner{
  padding: 20px;
}
.right-side .body-right-side-inner h3,
.right-side .body-right-side-inner p{
  color: var(--color-white);
}
.right-side .body-right-side-inner p {
  font-size: 17px;
  color: #ffffffb3;
}
.nav-box{
  margin-top: 35px;
}
.step-item.active span{
  color: #fff;
}
.top-right-side-inner .navbar-brand {
  display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.header-nav {
  padding: 15px 0;
}

.content-from {
  padding-bottom: 80px;
}

.right-side {
    background: hsla(181, 78%, 21%, 1) !important;

  border: none;
  border-radius: 25px;
  height: 100%;
  width: 100%;
  box-shadow: var(--shadow);
}

.right-side h3 {
  padding-top: 15px;

  color: var(--text-light);
  font-size: 18px;
}

.right-side p {
  font-family: var(--font-light);
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}

.nav-box small {
  background-color: rgba(255, 255, 255, 0.18);
  color: var(--text-light);
  font-family: var(--font-open);
  border-radius: 50%;
  width: 45px;
  line-height: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.nav-box span{
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
}

.step-item.active small {
  background-color: var(--color-2);
  color: var(--color-white);
}

.step-item {
  padding-bottom: 15px;
    border: none !important;

}

.nav-box span p {
  font-family: var(--font-light);
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
}

.form-box fieldset:not(:first-of-type) {
  display: none;
}

.form-box .header-form-box {
    background: hsla(181, 78%, 21%, 1) !important;

  padding: 20px;
  border-bottom: 0 !important;
  border: 1px solid var(--color-7);
  border-radius: 25px 25px 0 0;
}
.header-form-box h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.header-form-box p {
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-light);
  font-size: 18px;
}

.body-form-box {
  background-color: var(--color-white);
      padding: 50px 20px;
}

.body-form-box h4 {
  color: var(--color-1);
  font-size: 20px;
}

select.form-control,
.form-control::placeholder {
  text-align: right;
  font-size: 14px;
  color: var(--color-gray-3);
  font-family: var(--font-light);
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/md_lhm_portal/static/src/img/arrow-down.svg) 10px / 15px no-repeat #fff;
}

[type="number"],
[type="tel"] {
  font-family: var(--font-open);
}

.body-form-box .label-control {
  color: var(--color-gray-2);
  font-family: var(--font-medium);
}

.textarea-input {
  position: relative;
}

.textarea-input span.count {
  background-color: #f2f2f2;
  padding: 10px 15px;
  border-radius: 35px;
  position: absolute;
  bottom: 14px;
  right: auto;
  left: 15px;
  font-size: 12px;
}

.submit.action-button {
  margin-right: 15px;
}

.next.action-button {
  position: relative;
  right: 20px;
}

.next.action-button i {
  position: absolute;
  left: 20px;
  top: 20px;
}

::-webkit-inner-spin-button {
  display: none;
}

::-webkit-calendar-picker-indicator {
  background-color: white;
}

::-webkit-calendar-picker-indicator {
  background-image: url(/assets/images/date.svg);
  background-position: center;
  background-size: center;
  width: 25px;
  height: 29px;
  background-repeat: no-repeat;
}

.form-box fieldset {
  background-color: var(--color-white);
  border-radius: 25px;
  padding-bottom: 40px;
  width: 100%;
  height: 100%;
}


.form-box {
  position: relative;
  height: 100%;
}

.previous.action-button-previous {
  position: relative;
  right: 20px;
  margin-left: 20px;
}

.previous.action-button-previous i {
  position: absolute;
  right: 20px;
  top: 20px;
}

.upload-block {
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
}

.filepond--file-wrapper {
  background-color: transparent !important;
}

.right-upload-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.right-upload-block p {
  font-size: 13px;
}

.filepond--drop-label {
  background-color: var(--color-1);
  border-radius: 10px;
}

.filepond--label-action {
  text-decoration: none !important;
  font-family: var(--font-medium);
  color: var(--color-white);
}

.filepond--panel-root {
  background-color: transparent !important;
}

.filepond--list.filepond--list {
  top: 15px !important;
}

.filepond--root.filepond {
  margin-bottom: 0;
}

.filepond--root .filepond--drop-label {
  min-height: 3em !important;
}
.children-count-block {
  display: contents;
}

.text-block {
  margin-bottom: 25px;
  border-radius: 15px;
  border: 1px solid #f2f2f2;
}

.text-block h5 {
  padding: 15px;
  font-size: 16px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: var(--color-9);
}

.text-block p {
  padding: 14px;
  font-family: var(--font-light);
  color: var(--color-gray-3);
  font-size: 15px;
  color: var(--color-gray-3);
}

.signature-block {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-9);
  border-radius: 15px;
  padding: 15px;
}

.signature-block p {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--color-gray-1);
}

.signature-block .filepond--root {
  margin-bottom: 0;
}

.signature-block .filepond--drop-label {
  background-color: var(--color-2);
}

.step-item:has(~ .active) .icon-number small {
  background-color: var(--color-1);
  font-size: 0;
  background-image: url("/md_lhm_portal/static/src/img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.select-program {
  font-family: var(--font-open) !important;
}

.code-block {
  display: inline-block;
  background-color: #f5f5fa;
  padding: 15px;
  border-radius: 15px;
  width: 280px;
}

.code-block span {
  font-size: 17px;
  color: var(--color-2);
}

.nav-block h1 {
  color: var(--color-2);
  font-size: 26px;
  font-family: "Alexandria";
  font-weight: bold;
  margin-bottom: 0;
}

.nav-block p {
  color: var(--color-gray-2);
  font-size: 15px;
  font-family: "Alexandria";
  font-weight: 400;
}
.profile-dropdown {
  border-radius: 15px;
}
.profile-dropdown h4 {
  color: var(--color-2);
  font-size: 14px;
  font-family: "Alexandria";
  font-weight: bold;
  margin: 0;
}

.profile-dropdown span {
  font-family: "Alexandria";
  color: var(--color-gray-3);
  font-size: 12px;
}

.profile-dropdown img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.profile-dropdown .dropdown-menu.show {
  width: 100%;
}

.profile-dropdown .btn {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-5);
  padding: 15px 12px;
}

.profile-dropdown .dropdown-menu .dropdown-item.active,
.profile-dropdown .dropdown-menu .dropdown-item:active,
.profile-dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: var(--color-14);
}

.dropdown-toggle::after {
  display: none;
  margin-right: 12px;
  content: url('data:image/svg+xml,<svg width="24" height="17" viewBox="0 0 24 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_d_1096_11)"><path d="M5.33301 1.83301L11.9997 7.16634L18.6663 1.83301" stroke="%2328303F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><filter id="filter0_d_1096_11" x="0.333008" y="0.833008" width="23.333" height="15.333" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1096_11"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1096_11" result="shape"/></filter></defs></svg>');
  border: none;

  align-items: center;
  margin-top: 14px;
}

aside a {
  text-align: center;
  margin: 0;
}

aside div {
  padding: 10px;
}

.def-service {
  background-size: cover;
  background-position: center;
  width: 100%;
  background-image: url(/md_lhm_portal/static/src/img/service-info-bg.png);
  border-radius: 17px;
  padding: 15px 25px;
}

.def-service h2 {
  color: var(--color-white);
  font-family: "Alexandria";
  font-weight: 600;
  font-size: 18px;
  border-image: url("/md_lhm_portal/static/src/img/def-bottom-bar.jpg");
  border-image-width: 0 100% 1px 0;
  padding-bottom: 13px;
}

.def-service p {
  color: var(--color-white);
  font-family: "Cairo";
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
}

.left-side-dash,
.card-box {
  background-color: var(--color-white);
  border-radius: 23px;
  padding: 20px 0;
  border: 1px solid #e0e0e0;
}

.left-side-dash hr {
  background-color: var(--color-gray-5);
  opacity: 1;
}

.info-block,
.link-details {
  margin: 0 20px;
}

.info-block svg {
  margin-left: 10px;
}

.info-block h4 {
  font-size: 14px;
  font-family: "Alexandria";
  font-weight: 600;
  color: var(--color-gray-1);
}

.info-block span {
  font-size: 14px;
  font-family: "Alexandria";
  font-weight: 400;
  color: var(--color-gray-3);
}

.link-details h4 {
  font-size: 16px;
  color: var(--color-2);
  font-family: "Alexandria";
  font-weight: 600;
  margin: 0;
}

.link-details span {
  font-family: "Alexandria";
  font-weight: 400;
  color: var(--color-gray-3);
  font-size: 10px;
}

.d-block {
  display: block;
}

.copyright-text {
  font-family: "Alexandria";
  font-weight: 400;
  color: var(--color-gray-3);
  font-size: 13px;
  margin-top: 20px;
  margin-right: 10px;
}

.time-line-block {
  background-color: var(--color-white);
  border-radius: 23px;
  padding: 20px;
  border: 1px solid var(--color-gray-5);
}

.secondary-title {
  color: var(--color-2);
  font-family: "Alexandria";
  font-weight: 600;
  font-size: 17px;
}

.secondary-title svg {
  margin-left: 5px;
}

ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.numbered {
  border-right: 1px solid var(--color-10);
  counter-reset: numbered-list;
  margin-right: 10px;
  position: relative;
}

ol.numbered li {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-right: 32px;
}

ol.numbered li:last-child {
  border-right: 3px solid white;
  margin-right: -3px;
}

ol.numbered li:before {
  background-color: var(--color-10);
  /* border: 3px solid white; */
  border-radius: 50%;
  color: var(--color-black);
  content: counter(numbered-list, decimal);
  counter-increment: numbered-list;
  display: block;
  width: 46px;
  height: 46px;
  margin-top: -0.5em;
  line-height: 30px;
  position: absolute;
  right: -21.5px;
  text-align: center;
  font-family: "Alexandria";
  line-height: 46px;
}

.time-line-block li h3 {
  color: var(--color-17);
  font-family: "Alexandria";
  font-weight: 600;
  font-size: 14px;
}

.time-line-block li span {
  color: var(--color-gray-2);
  font-family: "Alexandria";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.white-bordered {
  background-color: var(--color-white);
  border-radius: 23px;
  padding: 20px;
  border: 1px solid var(--color-gray-5);
}

.service-benefits p {
  color: var(--color-gray-2);
  font-family: "Alexandria";
  font-weight: 500;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 0;
}

.required-doc p {
  color: var(--color-gray-1);
  font-family: "Alexandria";
  font-weight: 400;
  font-size: 15px;
  margin: 0;
}

.title-block h2 {
  color: var(--color-gray-1);
  font-family: "Alexandria";
  font-weight: bold;
  font-size: 18px;
}

.title-block p {
  color: var(--color-gray-1);
  font-family: "Cairo";
  font-weight: 600;
  font-size: 15px;
}

.support-block {
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 20px 30px;
  border: 1px solid var(--color-gray-5);
  margin-top: 10px;
}

.support-block img {
  width: 100%;
}

.support-block h3 {
  margin-top: 40px;
  color: var(--color-gray-1);
  font-family: "Alexandria";
  font-weight: 600;
  font-size: 20px;
}

.support-block p {
  margin: 20px 0;
  color: var(--color-gray-3);
  font-family: "Alexandria";
  font-weight: 400;
  font-size: 16px;
}

.extra-info {
  padding: 15px 15px 15px 10px;
}

.extra-info a {
  color: var(--color-gray-2);
  font-family: "Alexandria";
  font-weight: 400;
  font-size: 13px;
}

.extra-info a:hover {
  color: var(--color-1);
}

.custom-tabs {
  border: none;
}

.custom-tabs .nav-item button {
  border: none;
  background-color: #dcdde9;
  border-radius: 50rem !important;
  font-family: "Alexandria";
  font-weight: 400;
  color: var(--color-11);
  font-size: 13px;
  padding: 15px 30px;
}

.custom-tabs .nav-item button.active {
  color: var(--color-1);
  font-weight: 600;
  padding: 15px;
}

.custom-tabs {
}

.tab-content {
  font-family: "Alexandria";
}

.custom-table.table > :not(:first-child) {
  border: none;
  background-color: var(--color-white);
}

.custom-table th {
  text-align: right !important;
  font-weight: 400;
  font-size: 14px;
  padding: 16px;
  color: var(--color-gray-2);
  padding-right: 20px !important;
}

.custom-table td {
  text-align: right !important;
  font-weight: 500;
  font-size: 13px;
  padding: 15px;
  color: var(--color-gray-1);
  padding-right: 20px !important;
}

/* .custom-table td:last-child,
.custom-table th:last-child {
  text-align: center !important;
} */

.custom-table .dt-column-order {
  display: none;
}

.custom-table tbody td {
  vertical-align: middle;
}

.custom-table > tbody > tr:nth-of-type(2n + 1) > * {
  background: var(--color-8);
}

.custom-table > tbody > tr:nth-of-type(2n) > * {
  background-color: var(--color-white);
}


.custom-table .profile-details img {
  border: 1px solid var(--color-gray-5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.custom-table .profile-details h5 {
  color: var(--color-gray-1);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.custom-table .profile-details span {
  color: var(--color-gray-3);
  font-size: 12px;
  font-weight: 300;
}

.page-link {
  background-color: var(--color-8);
  color: var(--color-gray-1);
  border: none;
  font-family: "Alexandria";
  padding: 7px 17px;
  border-radius: 6px;
  margin-left: 6px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 6px !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--color-1);
  border-color: var(--color-1);
}

.dt-paging {
  margin-top: 15px !important;
}

table.dataTable {
  border: 2px solid var(--color-gray-5);
  /* Border for the table */
  border-top: none;
  /* Remove top border to connect with the filter-block */
  border-bottom-left-radius: 20px;
  /* Rounded bottom-left corner */
  border-bottom-right-radius: 20px;
  /* Rounded bottom-right corner */
  margin-top: 0;
  /* No gap between the table and filter-block */
  border-collapse: separate;
  /* Ensure border-radius works */
  overflow: hidden;
  /* Ensure rounded corners display properly */
}

.filter-block {
  border: 2px solid var(--color-gray-5);
  border-bottom: none;
  /* Remove bottom border to connect with the table */
  border-top-left-radius: 20px;
  /* Rounded top-left corner */
  border-top-right-radius: 20px;
  /* Rounded top-right corner */
  background-color: #f8f9fa;
  /* Optional background color */
  padding: 16px 16px 0px 16px;
  /* Custom padding */
}

.filter-block h4 {
  color: var(--color-gray-1);
  font-size: 14px;
  font-weight: bold;
}

.filter-block p {
  color: var(--color-gray-2);
  font-size: 12px;
  font-family: "Alexandria";
}

.filter-block p span {
  background-color: var(--color-2);
  color: var(--color-white);
  font-size: 14px;
  padding: 3px 8px;
}

.filter-block .search {
  border-left: none;
  width: 360px;
  padding: 10px;
  font-size: 14px;
  border: 0;
}

.input-group {
  border-radius: 10px;
  flex-wrap: nowrap;
  border: 1px solid #dddddd;
}

.tab-content select.form-control {
  font-size: 14px;
  padding: 10px 35px;
}

.tab-content .btn-green {
  padding: 10px 20px;
}

.tab-content .btn-purple {
  width: auto;
  padding: 10px;
}

.tab-content a {
  font-size: 14px;
}

.filter-block .search::placeholder {
  font-size: 10px;
  color: var(--color-19);
}

.filter-block .search:focus {
  border-top: 1px solid var(--color-gray-5);
  border-right: 1px solid var(--color-gray-5);
  border-bottom: 1px solid var(--color-gray-5);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-block .input-group-text {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-5);
  border-right: none;
}

.conatiner-page {
  position: relative;
  display: flex;
}

.content-dashboard {
  padding-right: 100px;
  width: 100%;
}

.profile-dropdown .btn {
  align-items: center;
  gap: 8px;
}

a.notif {
  position: relative;
}

a.notif .badge-notif {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-1);
  position: absolute;
  right: 3px;
  top: 0;
}

.btn-logout {
  border-radius: 50%;
  padding: 0;
  width: 70px;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
}

.badge-yellow {
  padding: 8px 15px;
  border-radius: 35px;
  background-color: #f6ebe3;
  color: #ff9515;
}

.badge-green {
  padding: 8px 15px;
  border-radius: 35px;
  background-color: #e8f7f5;
  color: #1bab9b;
}

.badge-red {
  padding: 8px 15px;
  border-radius: 35px;
  background-color: #f4e5ea;
  color: #eb5757;
}

.left-side-filter {
  width: 30%;
  align-items: center;
}

.mkc_info {
  font-family: var(--font-open);
}

.chart-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.chart-item span {
  display: block;
  padding-top: 8px;
}

.card-box-info strong {
  font-weight: 400;
  font-family: var(--font-light);
  color: var(--color-gray-2);
}

.total-box {
  font-family: var(--font-open);
  padding: 15px;
  height: 100%;
  border: 1px solid #e0e0e0;
  padding-bottom: 5px;
}

.total-box svg {
  margin-bottom: 10px;
}

.total-box span.titl {
  font-size: 15px;
  font-weight: 600;
}

.total-box span.number,
.chart-box span.number {
  color: var(--color-2);
  font-weight: bold;
  font-size: 30px;
}

.chart-box {
  font-family: var(--font-open);
}

.chart-box h5 {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-black);
}

.chart-box p {
  color: var(--color-gray-3);
  font-size: 12px;
  font-family: var(--font-open);
}

.card-box-item img {
  border-radius: 10px;
}

.card-box-item h6 {
  margin-bottom: 5px;
}

.card-box-item span {
  color: var(--color-gray-2);
  font-family: var(--font-light);
}

.card-box-item strong {
  color: var(--color-1);
  font-size: 18px;
  font-family: var(--font-open);
}

.notif-box {
  font-family: "Alexandria";
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 8px 0 5px 0px;
}

.chart-box .notif-box:last-child {
  margin-bottom: 0px;
}

.notif-box h6 {
  margin-bottom: 5px;
}

.notif-box p {
  font-size: 12px;
  font-weight: 300;
  font-family: "Alexandria";
}

.notif-box span {
  color: var(--color-gray-3);
  font-size: 13px;
  font-family: "Alexandria";
}

.custom-select {
  background-color: var(--color-9);
  border: none;
  padding: 10px 25px 10px 38px;
  color: var(--color-21);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.181056 0.457912C-0.0603518 0.69932 -0.0603522 1.09072 0.181056 1.33213L4.38904 5.54011C4.39316 5.54447 4.39736 5.54879 4.40163 5.55307C4.52238 5.67382 4.68066 5.73417 4.83892 5.73412C4.99718 5.73417 5.15546 5.67382 5.27621 5.55307C5.28048 5.54879 5.28468 5.54447 5.2888 5.54011L9.49678 1.33213C9.73819 1.09072 9.73819 0.69932 9.49678 0.457912C9.25537 0.216503 8.86397 0.216503 8.62257 0.457912L4.83892 4.24156L1.05527 0.457912C0.813864 0.216503 0.422464 0.216503 0.181056 0.457912Z" fill="%23615E83"/></svg>');
  background-position: 16%;
  background-repeat: no-repeat;
  border-radius: 0;
}

.accordion-faq .accordion-header .number-icon {
  width: 60px;
  height: 60px;
  background-color: #e8f7f5;
  display: flex;
  align-items: center;
  color: #1d9f9a;
  border-radius: 50%;
  justify-content: center;
}

.accordion-faq.accordion-block {
  border-radius: 20px;
}

.accordion-faq .accordion-button {
  background-color: #fff;
  border-radius: 20px !important;
  padding: 10px 25px;
  align-items: center;
}

.accordion-faq .accordion-button h3 {
  font-size: 18px;
  color: #1d9f9a;
  margin-bottom: 0;
  text-align: right;
}

.accordion-faq.accordion-block .accordion-item {
  background-color: transparent;
}

.accordion-faq.accordion-block .accordion-item p {
  font-size: 16px;
}

.accordion-block.accordion-faq .accordion-item:nth-child(1) {
  border-radius: 0;
}

.accordion-block.accordion-faq
  .accordion-item
  .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-block.accordion-faq .accordion-item .accordion-button {
  border-radius: 20px !important;
}

.accordion-block.accordion-faq .accordion-item {
  margin-bottom: 15px;
}

.accordion-faq .accordion-button {
  padding: 15px 50px !important;
  background-color: var(--color-white) !important;
}

.accordion-faq .accordion-collapse.collapse.show .accordion-body {
  background-color: var(--color-white);
}

.accordion-faq.accordion-block .accordion-item .accordion-body {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.text-terms {
  padding-top: 20px;
}
.text-terms h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.text-terms p {
  margin-bottom: 25px;
}
/*------------- responisve----------------------*/

@media (min-width: 768px) {
  .col-md-22 {
    flex: 0 0 auto;
    width: 22%;
  }
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .bg-login {
    height: 100vh;
  }

  .form-block {
    padding: 25px 50px 0 100px;
  }
}



@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}
@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px!important;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1180px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px!important;
  }
}

/* --------- Dashboard responsive (sidebar + content) ---------- */
@media (max-width: 991.98px) {
  .conatiner-page {
    flex-direction: column;
  }

  .content-dashboard {
    padding-right: 0;
  }

  aside.aside-block {
    width: 100%;
  }

}

.form-control[type="date"] {
    position: relative;
    padding-inline-start: 0.75rem;
    padding-inline-end: 2.75rem;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%236c757d'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='4'%20width='18'%20height='18'%20rx='3'/%3E%3Cpath%20d='M16%202v4M8%202v4M3%2010h18'/%3E%3Cpath%20d='M8%2014h.01M12%2014h.01M16%2014h.01M8%2018h.01M12%2018h.01M16%2018h.01'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 0.65rem;
    background-size: 16px 16px;
}

html[dir="rtl"] .form-control[type="date"] {
    padding-inline-start: 2.75rem;
    padding-inline-end: 0.75rem;
    background-position: center left 0.65rem;
}

.form-control[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 2.75rem;
    height: 100%;
    cursor: pointer;
}

.form-control[type="date"]::-moz-calendar-picker-indicator {
    opacity: 0;
    width: 2.75rem;
}

.form-control[type="date"]:hover::-webkit-calendar-picker-indicator,
.form-control[type="date"]:focus::-webkit-calendar-picker-indicator,
.form-control[type="date"]:hover::-moz-calendar-picker-indicator,
.form-control[type="date"]:focus::-moz-calendar-picker-indicator {
    opacity: 0;
}

.form-control[type="date"]::-webkit-inner-spin-button,
.form-control[type="date"]::-webkit-clear-button {
    display: none;
}