@font-face {
  font-family: 'Jones';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jones/Jones-Light.otf') format('woff2');
}

@font-face {
  font-family: 'Jones';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jones/Jones-Medium.otf') format('woff2');
}

@font-face {
  font-family: 'Jones';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jones/Jones-Bold.otf') format('woff2');
}

#accountGroup,
#accountGroupMob {
  .account-box .card-body .dropdown-item {
    color: #0a0f14;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    padding: 0.25rem 0.5rem;
  }

  .account-box .card-body .dropdown-item:hover {
    background-color: #F7F5FF;
  }

  .account-box .card-body .dropdown-item:active {
    background-color: #F7F5FF;
    border: 1px solid #B699FF;
  }

  .account-box .navbar-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: #0a0f14;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 12rem;
  }

  .account-box .email-wrap {
    font-size: 0.75rem;
    font-weight: 400;
    color: #5f6b78;
    overflow-wrap: anywhere;
  }

  .account-box-toggler:focus {
    box-shadow: none;
  }

  .geekoin-rank-div {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;

    img {
      width: 28px;
      height: 28px;
    }

    .geekoin-div,
    .rank_main_board {
      display: flex;
      justify-content: center;
      align-items: center;
      /* cursor: pointer; */
      background-color: #f7f5ff;
      min-width: 6rem;
      padding: 0.5rem 1rem;
      gap: 0.5rem;
      border-radius: 0.5rem;
      margin-bottom: 0;
    }

    .rank_main_board span,
    .geekoin-div span {
      display: inline-block;
      max-width: 5ch;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 0.875rem;
      font-weight: 500;
      color: #0a0f14;
    }

    .geekoin-hover-content {
      display: none;
      position: absolute;
      left: -50%;
      background-color: #fff;
      box-shadow: 0 16px 48px 0 #0000002d;
      padding: 20px;
      border-radius: 16px;
      z-index: 100;
      width: 275px;
      font-size: 0.875rem;
      font-weight: 400;
      margin-top: 0.25rem;
    }

    .geekoin-hover-content:after {
      content: "";
      position: absolute;
      top: -20px;
      right: 31px;
      border-style: solid;
      border-color: transparent;
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px;
    }

    .redeem-redirect-link {
      color: #0ad652;
      text-decoration: underline;
    }
  }

  .header-account-list {
    button:focus {
      outline: none;
    }
  }
}

.new-header-signup {
  font-size: 0.875rem !important;
  padding: 0.5rem 1rem !important;
  font-weight: 500 !important;
  color: #0a0f14 !important;
  background: linear-gradient(180deg, #56f68f 0%, #0ad652 100%);
  border: 1.5px solid #71c99c !important;
  box-shadow: 0 3px 3px 0 #cafcdc inset;
  border-radius: 0.5rem;
}

.new-header-signup:hover {
  background-color: #56f68f;
  box-shadow: 0 0 0 2px #139541;
  border: 1.5px solid #fff !important;
}

.new-header-signup:active {
  background-color: #47e07d !important;
  border: 1.5px solid #35c27a !important;
  box-shadow: none;
}

.new-header-signup:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

header {
  font-family: 'Jones', sans-serif !important;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  min-height: auto !important;
  z-index: 999;
  padding: 0.75rem 0;

  .invisble-gap {
    height: 1rem;
    background-color: transparent;
    box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.08);
  }

  .background-transparent {
    background-color: transparent;
  }

  li {
    list-style: none;
  }

  .navbar-collapse {
    flex-grow: initial;
  }

  .new-header-login {
    font-size: 0.875rem;
    margin-right: 1.5rem;
    font-weight: 500 !important;
    border: 1.5px solid #068834 !important;
    padding: 0.5rem 1.25rem !important;
    border-radius: 0.5rem;
    color: #068834 !important;
  }

  .new-header-login:hover {
    background-color: #e6fbee;
  }

  .new-header-login:active {
    background-color: #c2f5d4;
  }

  .pointer-events-none {
    pointer-events: none;

    div {
      padding-bottom: 0 !important;

      hr {
        margin-top: 0.6rem !important;
        margin-bottom: 0;
      }

      .heading {
        color: #aaa !important;
        font-weight: 300 !important;
        text-transform: uppercase;
        font-size: 1.1rem !important;
      }
    }
  }

  .head-guvi-logo {
    margin-right: 1.25rem;

    img {
      width: 164px !important;
    }
  }

  .nav-item {
    padding-right: 1.2rem;
    padding-left: 0;

    a {
      color: #000;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 0.875rem;
      font-weight: 500;
    }
  }

  li.nav-item.dropdown.show {
    .down-icon {
      position: relative;

      i {
        -webkit-transform: rotate(180deg) !important;
        -moz-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -o-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        color: #2a2a2a;
      }
    }

    .nav-link {
      background: var(--Primary-Green-Primary-Green50, #ecfef2);
      border: 1px solid #068834;
      border-radius: 5px;
    }
  }

  .nav-link {
    padding: initial;
    border: 1px solid transparent;
  }

  .dropdown-toggle:after {
    display: none;
  }

  .signinbtn {
    margin-left: 1.5rem;
    height: 38px;
  }

  .loginbtn {
    color: #0dba4b;
  }

  .log-sign {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-nav {
    .dropdown-menu {
      border: none !important;
      margin: 0 !important;
      padding: 0 !important;
      transform: translate3d(2px, 63px, 0) !important;
      transition: none !important;
      min-height: unset !important;
      height: fit-content !important;
      bottom: auto !important;
      box-shadow: 0 2px 4px -2px rgba(16, 28, 40, 0.06), 0 4px 8px -2px rgba(16, 28, 40, 0.10);

      .course-right-border {
        border-right: 1px solid #e3e3e3;
      }

      .box-shadow-part {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
      }
    }

    .nav-first-tab {
      width: 50rem;
      transform: translate3d(-163px, -8px, 0) !important;
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;

      .zen-classes {
        padding: 1rem !important;
        background-color: #fff;

        .row {
          gap: 1rem;

          .zen-class-div {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            border-radius: 0.625rem;
            border: 1px solid transparent;
            padding: 0.25rem 0.5rem;
            background-color: #fff;

            p {
              margin-bottom: 0;
            }

            .zen-class-name {
              color: #0a0f14;
              font-size: 0.875rem;
              font-weight: 700;
            }

            .zen-class-description {
              color: #5f6b78;
              font-size: 0.75rem;
              font-weight: 500;
            }

            .new-zen-class {
              color: #000;
              background-color: #b699ff;
              font-weight: 400;
              font-size: 0.625rem;
              padding: 0.25rem 0.75rem;
              border-radius: 0.625rem;
            }
          }

          .zen-class-div:hover {
            text-decoration: none;
            background-color: #f7f5ff;
          }

          .zen-class-div:active {
            border: 1px solid #b699ff;
            background-color: #f7f5ff;
          }

          .zen-class-div:focus {
            outline: none;
          }
        }
      }

      .request-callback-explore {
        background-color: #fcfcfd;
        border: 1px solid #e3e8ed;
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;

        .explore-zen-btn {
          font-size: 1rem;
          font-weight: 500;
          background-color: #0a0f14;
          color: #fff;
          border: 1.5px solid #0a0f14;
          border-radius: 0.375rem;
          box-shadow: 0 1px 2px 0 #fff inset, 0 4px 16px 0 #ffffff0a inset;
          padding: 0.75rem 0.5rem;
        }

        .explore-zen-btn:hover {
          text-decoration: none;
          border: 1.5px solid #fff;
          box-shadow: 0 0 0 1.5px #0a0f14;
        }

        .explore-zen-btn:active {
          text-decoration: none;
          box-shadow: 0 0 0 1.5px #000;
        }

        .zen-confused {
          color: #5f6b78;
          font-size: 1rem;
          font-weight: 500;
        }

        .request-callback {
          text-decoration: underline;
          font-size: 1rem;
          font-weight: 500;
          color: #0a0f14;
          cursor: pointer;
        }
      }
    }

    .nav-second-tab {
      width: 16rem;
      left: 3rem !important;
      transform: translate3d(-130px, -8px, 0) !important;
      border-radius: 0;
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;

      li {
        border: 1px solid transparent;
        padding: 0.25rem 0.5rem;
        border-radius: 0.5rem;

        .heading {
          color: #0a0f14;
          font-weight: 500;
          font-size: 0.875rem;
        }

        button {
          border: white;
          background: none;
          display: flex;
          align-items: center;
          padding: 0;
        }

        button:focus {
          outline: none
        }
      }

      li:hover {
        background-color: #f7f5ff;

        a {
          text-decoration: none;
        }
      }

      li:active {
        border: 1px solid #b699ff;
        background-color: #f7f5ff;
      }
    }

    .nav-third-tab {
      width: 32rem;
      left: -3rem !important;
      transform: translate3d(-130px, -8px, 0) !important;
      border-radius: 0;
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;

      li {
        border: 1px solid transparent;
        padding: 0.25rem 0.5rem;
        border-radius: 0.5rem;

        button {
          border: white;
          background: none;
          display: flex;
          align-items: center;
          padding: 0;
        }

        button:focus {
          outline: none;
        }

        .heading {
          color: #0a0f14;
          font-weight: 700;
          font-size: 0.875rem;
        }

        .description {
          font-weight: 500;
          font-size: 0.75rem;
          color: #5f6b78;
        }
      }

      li:hover {
        background-color: #f7f5ff;

        a {
          text-decoration: none;
        }
      }

      li:active {
        border: 1px solid #b699ff;
        background-color: #f7f5ff;
      }
    }

    .nav-fourth-tab {
      width: 51rem;
      transform: translate3d(-320px, -8px, 0) !important;
      border-radius: 0;
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
      left: -3rem !important;
      /* max-height: 310px !important; */

      li {
        border: 1px solid transparent;
        border-radius: 0.5rem;
        min-width: 15rem;
        cursor: pointer;

        button {
          border: white;
          background: none;
          font-size: 0.875rem;
          font-weight: 500;
          color: #0a0f14;
          display: flex;
          align-items: center;

          span {
            border-radius: 3px;
            font-weight: 400;
          }
        }

        button:focus {
          outline: none;
        }
      }

      li:hover {
        background-color: #f7f5ff;

        a {
          text-decoration: none;
        }
      }

      li:active {
        border: 1px solid #b699ff;
        background-color: #f7f5ff;
      }

      .new-text {
        font-size: 1rem;
        padding-top: 0.75rem;
      }

      .vertical-line {
        background: linear-gradient(270deg, #fcfeff, #f2f5f7, #fcfeff);
        width: 0.125rem;
        height: 12rem;
        margin-top: 3rem;
      }
    }

    .nav-fifth-tab {
      width: 25rem;
      transform: translate3d(-200px, -8px, 0) !important;
      border-radius: 0;
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
      left: -3rem !important;

      li {
        border: 1px solid transparent;
        border-radius: 0.5rem;

        p {
          margin-bottom: 0;
        }

        .heading {
          font-size: 0.875rem;
          font-weight: 700;
          color: #0a0f14;
        }

        .description {
          font-size: 0.75rem;
          font-weight: 500;
          color: #5f6b78;
        }

        button {
          border: white;
          background: none;
          display: flex;
          align-items: center;
          padding: 0;
        }

        button:focus {
          outline: none;
        }
      }

      li:hover {
        background-color: #f7f5ff;

        a {
          text-decoration: none;
        }
      }

      li:active {
        border: 1px solid #b699ff;
        background-color: #f7f5ff;
      }
    }
  }

  .login-signup-myaccout {
    padding-top: 0.6rem !important;

    .nav-item {
      padding-right: 0 !important;

      a {
        padding: 0.3rem 1rem !important;
      }
    }
  }
}

body.sticky-header header {
  position: fixed;
  width: 100%;
  top: 0;
}

body.sticky-header main {
  margin-top: 4.375rem !important;
}

.title-categori {
  color: #099f4e;
  padding: 0.5rem 1rem;
  display: table;
}

.menu-sidebar-modal {
  font-family: 'Jones', sans-serif;
  position: fixed;
  right: 0%;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 999999;
  top: 0;
  height: 100%;
  display: none;

  .sub-menu-dropdown {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: relative;
    padding-bottom: 135px;

    #accountGroupMob {
      button {
        padding: 0;
        padding-right: 0.75rem;
      }

      .account-box-toggler {
        padding: 0 0.75rem;
      }

      .card {
        margin: 0;
      }
    }

    /* #accordion {
      margin-bottom: 10rem;
    } */

    .explore-zen-btn {
      font-size: 1rem;
      font-weight: 500;
      background-color: #0a0f14;
      color: #fff !important;
      border: 1px solid #0a0f14 !important;
      border-radius: 0.375rem !important;
      box-shadow: 0 1px 2px 0 #fff inset, 0 4px 16px 0 #ffffff0a inset;
      padding: 0.75rem 0.5rem !important;
    }

    .explore-zen-btn:hover {
      text-decoration: none;
      border: 1.5px solid #fff;
      box-shadow: 0 0 0 1.5px #0a0f14;
    }

    .explore-zen-btn:active {
      text-decoration: none;
      box-shadow: 0 0 0 1.5px #000;
    }

    .sidebar-header {
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.08);
      align-items: center;
      padding: 0.6rem 1rem;
      position: sticky;
      top: 0;
      z-index: 1;
      background: #fff;

      .sidebar-profile {
        .gravatar {
          border-radius: 50%;
          width: 25px;
          height: 25px;
        }
      }
    }

    .sidebar-app-install {
      background-color: #fff;
      padding: 1rem 0.75rem;

      a {
        img {
          width: 100%;
          max-width: 160px;
          height: auto;
        }
      }

      &.card-close {
        position: fixed;
        bottom: 4rem;
      }
    }

    .sidebar-bottom {
      position: fixed;
      background-color: #fcfcfd;
      bottom: 0;
      border: 1px solid #e3e8ed;
      box-shadow: 0 8px 24px 0 #00000040;

      p {
        margin-bottom: 0;
      }

      .zen-confused {
        color: #5f6b78;
        font-size: 0.875rem;
        font-weight: 500;
      }

      .request-callback {
        text-decoration: underline;
        font-size: 1rem;
        font-weight: 500;
        color: #0a0f14;
        cursor: pointer;
      }
    }

    .headingOne {
      border-radius: 8px;
      border: 1px solid #e4e8ec;
    }

    .headingOne.active {
      border: 1px solid #068834;
      background-color: #ecfef2;
    }

    .card {
      margin: 0.75rem 1rem;

      a {
        text-decoration: none;
        color: #0a0f14;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem 0.5rem;
        font-size: 1rem;
        border: 1px solid transparent;
      }

      button.new-navigation-btn:not(.explore-zen-btn):active {
        border: 1px solid #b699ff;
        background-color: #f7f5ff;
        border-radius: 0.625rem;
      }

      #Resourses {
        button {
          font-size: 0.875rem;
          font-weight: 500;
        }
      }

      .heading {
        color: #0a0f14;
        font-weight: 700;
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
      }

      .description {
        color: #5f6b78;
        font-size: 0.813rem;
        font-weight: 400;
        margin-bottom: 0;
      }

      #Learn {
        .new-zen-class {
          color: #000;
          background-color: #b699ff;
          font-weight: 400;
          font-size: 0.625rem;
          padding: 0.25rem 0.75rem;
          border-radius: 0.625rem;
        }

        .zen-class-name {
          font-size: 0.938rem;
        }
      }

      #Courses {
        .heading {
          font-size: 0.875rem;
          font-weight: 500;
        }
      }

      .ds-learners-count {
        background-color: #f3fcf6;
        color: #033a16;
        font-weight: 600;
        font-size: 0.75rem;
        padding: 0.25rem 0.375rem;
        border-radius: 0.25rem;
      }

      .most-enrolled-zen-class {
        background-color: #f8f5ff;
        color: #250f5d;
        font-weight: 600;
        font-size: 0.75rem;
        padding: 0.25rem 0.375rem;
        border-radius: 0.25rem;
      }

      .new-resource {
        background-color: #0ad652;
        color: #0a0f14;
        padding: 0.3rem 0.5rem;
        font-size: 0.75rem;
        font-weight: 600;
        border-radius: 0.25rem;
      }

      .fa-angle-down {
        transition: transform 0.5s ease;
      }

      .fa-angle-down.rotate {
        transform: rotate(180deg);
      }
    }

    button {
      text-decoration: none;
      color: #0a0f14;
      display: flex;
      align-items: center;
      gap: 0.75rem;
      padding: 0.75rem 0.5rem;
      font-size: 1rem;
      border: 1px solid transparent;
      background: transparent;

      p {
        margin: 0;
        font-size: 0.875rem;
        font-weight: 500;
        text-align: left;
      }
    }

    button:focus {
      outline: none;
    }

    .menu-sidebar-close {
      color: #707070;
    }
  }

  .upgrade-bottom {
    position: relative;
    padding: 1rem;
    background: #fff;
    z-index: 999;
    width: 100%;
    top: 40px;

    a {
      padding: 0.5rem 1rem;
      border-radius: 4px;
      color: #0dba4b;
      border: 1px solid #0dba4b;
      text-align: center;
      text-decoration: none;
      width: 100%;
      display: block;
    }
  }
}

.notification-box-toggler {
  display: block;
  padding-top: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .header-div {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1400px) {
  header {
    .navbar-nav {
      .nav-fourth-tab {
        transform: translate3d(-200px, -8px, 0) !important;
      }

      .nav-fifth-tab {
        transform: translate3d(-100px, -8px, 0) !important;
      }
    }
  }
}

@media only screen and (max-width: 1023px) {
  header .user-profile {
    margin-top: 0 !important;
  }

  .python-signup-btn a {
    padding: 0.5rem 1rem !important;
  }

  .account-box {
    position: absolute;
    top: 43px;
    right: 10px;
  }

  .account-box-toggler {
    margin-right: 0;
    margin-top: 0.1rem !important;
  }

  header .login-signup-myaccout {
    padding-top: 0 !important;
  }

  ul.navbar-nav.account-links-group.login-signup-myaccout {
    flex-direction: initial;
  }

  header .head-guvi-logo,
  header .head-user-profile {
    padding-top: 0;
  }

  header .head-guvi-logo img {
    width: 150px !important;
  }

  header {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  header .signinbtn {
    margin-right: 1rem;
    margin-left: unset;
  }

  .navbar-collapse {
    margin-top: -0.4rem;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    top: 67px;
    padding: 1rem;
    z-index: 999;
    display: none;
  }

  header .nav-item {
    padding: unset !important;
  }

  header .nav-link {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

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

  .navbar-toggler {
    justify-content: center;
    position: relative;
    border: none;
    margin-right: 1.2rem;
    padding: 0;

    i {
      font-size: 20px;
      margin-top: 0.1rem;
    }
  }
}

@media only screen and (min-width: 768px) {
  .geekoin-container:hover .geekoin-hover-content {
    display: block !important;
  }

  .geekoin-div:hover {
    background-color: #ecfef2 !important;
  }
}

#request-common .ss-search {
  display: none !important;
}

#request-common.show .modal-dialog {
  width: 96%;
}

#request-common .form-group.focused .ss-main {
  border: 1px solid #08af43 !important;
  box-shadow: none;
}

#request-common .form-group.focused label {
  color: #068834 !important;
}

#request-common {
  font-family: 'Jones', sans-serif;

  .iti__country-list {
    width: 20rem;
  }

  .ss-single-selected.ss-open-above+.ss-content.ss-open {
    transform: scaleY(1) translateX(-1rem) translateY(-0.5rem) !important;
  }

  .ss-single-selected.ss-open-below+.ss-content.ss-open {
    transform: scaleY(1) translateX(-1rem) translateY(0.5rem) !important;
  }

  .ss-content.ss-open {
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
  }

  .ss-main .ss-single-selected {
    border: none;
  }

  .ss-main .ss-single-selected .placeholder .ss-disabled {
    color: #98a4ae !important;
  }

  .ss-main .ss-values .ss-placeholder {
    color: #98a4ae !important;
  }

  .ss-content .ss-list {
    color: #0a0f14;
  }

  .ss-content .ss-list .ss-option.ss-disabled {
    color: #0a0f14;
    background-color: #dedede;
  }

  #commonCallBackCloseBtn {
    color: black;
    position: absolute;
    border: 2px solid #d5c7ff;
    border-radius: 50%;
    padding: 0.5rem;
    top: 0;
    right: 0.5rem;
    background-color: #fff;
    width: 40px;
    height: 40px;
    opacity: 1;

    span {
      color: #0a0f14;
      font-size: 2.5rem;
      font-weight: 400;
      position: absolute;
      top: -0.25rem;
      right: 0.45rem;
    }
  }

  #commonCallBackCloseBtn:active {
    outline: none;
  }

  .modal-content {
    border-radius: 1.25rem;
    border: 2px solid #d5c7ff;
    box-shadow: 0 2px 16px 0 #4a00ff1c;

    .modal-header {
      border: none;
      padding: 1rem 1.5rem;

      h2 {
        padding: 0 1rem;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        color: #0a0f14;
      }
    }

    .modal-body {
      padding: 0 1.5rem 1rem;

      .invalid-formfields {
        text-align: center;
        color: #f14141 !important;
        margin-bottom: 0;
        display: none;
      }

      .confirmation-text {
        color: #aaa !important;
        text-align: center;
        font-size: 0.75rem;
      }

      .form-group {
        margin-bottom: 1rem !important;
      }

      input {
        border: 1px solid #d9dee3;
        border-radius: 10px;
        padding: 0.75rem 1rem;
        font-size: 1rem;
        color: #0a0f14;
        font-weight: 500;
        min-height: 3rem;
      }

      .form-group .ss-main {
        color: #98a4ae !important;
        font-size: 1rem;
        font-weight: 400;
      }

      .form-group.has-value .ss-main {
        color: #0a0f14 !important;
        font-weight: 500;
        font-size: 1rem;
        height: fit-content;
      }

      select+div {
        border: 1px solid #d9dee3;
        border-radius: 10px;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        min-height: 3rem;
        align-items: center;
      }

      .floating-label-input input+label {
        position: absolute;
        top: 45%;
        left: 1em;
        color: #98a4ae;
        font-size: 1rem;
        font-weight: 400;
        background: #fff;
        transform: translateY(-50%);
        cursor: text;
        transition: all 0.1s ease-out;
        margin-bottom: 0;
      }

      .floating-label-select label {
        position: absolute;
        color: #98a4ae;
        font-size: 1rem;
        font-weight: 400;
        background: #fff;
        padding: 0 0.5rem;
        top: -0.5rem;
        left: 0.8rem;
        display: none;
      }

      .floating-label-input #phone-label {
        margin-top: 0.15rem;
      }

      .floating-label-input input:focus+label {
        color: #068834 !important;
        font-size: 14px;
        font-weight: 500;
        padding: 0 0.5rem;
        top: 0;
        left: 0.8rem;
      }

      .floating-label-input input.form-control:not(:placeholder-shown)+label {
        color: #5f6b78;
        font-size: 14px;
        font-weight: 500;
        padding: 0 0.5rem;
        top: 0;
        left: 0.8rem;
      }

      .floating-label-select.has-value label {
        color: #5f6b78;
        font-size: 14px;
        font-weight: 500;
        display: block;
      }

      .floating-label-select.has-value .form-control:focus+label {
        color: #068834 !important;
        font-size: 14px;
        font-weight: 500;
        display: block;
      }

      .form-control:focus {
        border: 1px solid #08af43 !important;
        box-shadow: none;
      }

      .invalid-input {
        border: 1px solid #f7393d !important;
      }

      #request-common-country-code {
        padding-left: 70px !important;
      }

      .iti {
        width: 30%;
        margin-right: 0.75rem;
      }

      .iti__selected-flag {
        background: transparent;
      }

      .iti__flag-container {
        width: 100%;
      }

      .call-us-back-common {
        padding: 0.5rem 1rem !important;
        margin-top: 0.25rem !important;
        color: #0a0f14;
        background: linear-gradient(88.5deg, #56f68f 0.11%, #0ae056 99.28%);
        box-shadow: 0 0 0 1.3px #38ca8199, 0 1px 3px 0 #2e81584d, 0 1px 2px 0 #bcfedd inset;
        border-radius: 0.5rem;
        border: 1.5px solid transparent;
        width: 100%;
        height: 3rem;
        font-size: 1rem;
        font-weight: 700;
        transition: none !important;
      }

      .call-us-back-common:hover {
        background: var(--Primary-Green-Primary-Green400, #29f570);
        border: 1.5px solid #fff;
        box-shadow: 0 0 0 1.5px #4dd692;
        opacity: 1;
      }

      .call-us-back-common:active {
        background-color: #0bea59;
        box-shadow: 0 0 0 1.3px #16ca56;
        border: 1.5px solid transparent;
      }
    }
  }
}

#thankyou-common {
  .modal-dialog {
    margin: auto;
    max-width: 23rem;

    .modal-content {
      border: 2px solid #d5c7ff;
      box-shadow: 0 2px 16px 0 #4a00ff1c;
      border-radius: 1.25rem;
      padding: 1rem;

      button {
        position: absolute;
        top: -2rem;
        right: -1.75rem;
        color: black;
        border: 2px solid #d5c7ff;
        border-radius: 50%;
        padding: 0.5rem;
        background-color: #fff;
        width: 40px;
        height: 40px;
        opacity: 1;

        span {
          color: #0a0f14;
          font-size: 2.5rem;
          font-weight: 400;
          position: absolute;
          top: -0.25rem;
          right: 0.45rem;
        }
      }

      .heading {
        font-size: 1.25rem;
        text-align: center;
        font-weight: 700;
        color: #000;
      }

      .description {
        color: #5f6b78;
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
      }

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

      .explore-zen-btn {
        font-size: 1rem;
        font-weight: 500;
        background-color: #0a0f14;
        color: #fff;
        border: 1px solid #0a0f14;
        border-radius: 0.375rem;
        box-shadow: 0 1px 2px 0 #fff inset, 0 4px 16px 0 #ffffff0a inset;
        padding: 0.75rem 0.5rem;
        margin: auto;
        display: block;
        width: 75%;
        text-align: center;
      }

      .explore-zen-btn:hover {
        text-decoration: none;
        border: 1.5px solid #fff;
        box-shadow: 0 0 0 1.5px #0a0f14;
      }

      .explore-zen-btn:active {
        text-decoration: none;
        box-shadow: 0 0 0 1.5px #000;
      }
    }
  }
}

@media screen and (max-width: 767px) {
  #request-common {
    .modal-content {
      .form-group.has-value .ss-main {
        height: fit-content;
      }

      .modal-header {
        h2 {
          font-size: 1.25rem;
        }
      }
    }
  }
}

@media screen and (min-width: 576px) {
  #request-common {
    .modal-dialog {
      max-width: 475px !important;
    }
  }
}

@media screen and (max-width: 400px) {
  #request-common {
    .modal-content {
      margin-top: 0.5rem;
    }
  }
}