@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@900&display=swap");
@font-face {
    font-family: "Aeonik Bold";
    src: url(../../fonts/aeonik/AeonikTRIAL-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: "Aeonik Regular";
    src: url(../../fonts/aeonik/AeonikTRIAL-Regular.otf);
    font-weight: 300;
}

@font-face {
    font-family: "Georgia Bold";
    src: url(../../fonts/georgia\ bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Georgia Regular";
    src: url(../../fonts/Georgia\ Regular\ font.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "SF Pro Display";
    src: url(../../fonts/SFPRODISPLAYREGULAR.OTF);
}

@font-face {
    font-family: "Work Sans Light";
    src: url(../../fonts/work-sans-light.otf);
}

@font-face {
    font-family: "Work Sans Medium";
    src: url(../../fonts/work-sans-medium.otf);
}

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

* {
    padding: 0;
    margin: 0;
}


/* html,
body {
  height: 100%;
} */


/* body{
  height: 100vh;
} */

.dFlex {
    display: flex;
}

.alignItems {
    align-items: center;
}

.justifyContent {
    justify-content: center;
}

.flexCol {
    flex-direction: column;
}

.textCenter {
    text-align: center;
}

.justifyBetween {
    justify-content: space-between;
}


/* Waitlist section */

.waitlist_sec {
    background-color: #e9eef2;
}

.logo {
    height: 30px;
}

.logo img {
    height: 100%;
    float: right;
    object-fit: contain;
}

.waitlist_sec_sub_one {
    background-image: url(./images/bg-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.waitlist_text h2 {
    color: #150e45;
    margin-bottom: 10px;
    font-family: "Aeonik Bold";
}

.waitlist_text h6 {
    color: #8b8b8b;
    line-height: 20px;
    font-family: "Aeonik Regular";
    font-size: 14px;
}

.waitlist_sec_two {
    background: url(./images/bg-white.svg), #fff;
    background-size: contain;
    background-position: center;
    border-top-left-radius: 70px;
    clip-path: polygon( 0 20px, 10% 0, 100% 0, 100% 0, 100% 100%, 90% 100%, 10% 100%, 0% 100%, 0% 0%);
}

.waitlist_sec_sub_two {
    width: 100%;
    background-image: url(./images/bg-with-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px 0;
}

form label {
    color: #8b8b8b;
    font-size: 9px;
    letter-spacing: 2px;
    font-family: "Aeonik Regular";
    margin-bottom: 0 !important;
}

.form_item {
    width: 100%;
    height: 39px;
    background-color: #e9eef2;
    border-radius: 5px;
}

.form_item input {
    background-color: transparent;
    border: none;
    outline: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

input::placeholder {
    /* input::placeholder,
a { */
    color: #8b8b8b !important;
    font-size: 9px;
    letter-spacing: 2px;
    font-family: "Aeonik Regular";
}

.form_item img,
.form_item_area img {
    height: 18px;
    margin-left: 16px;
}

.form_item select {
    background-color: transparent;
    border: none;
    outline: none;
    color: #8b8b8b;
    font-size: 9px;
    letter-spacing: 2px;
    font-family: "Aeonik Regular";
}

.form_item_area {
    width: 100%;
    height: 120px;
    border: none;
    background-color: #e9eef2;
    padding: 12px 0;
}

.form_item_area textarea {
    width: 100%;
    height: 100px;
    border: none;
    border-radius: 5px;
    background-color: transparent;
    resize: none;
    color: #8b8b8b;
    font-size: 9px;
    letter-spacing: 2px;
    font-family: "Aeonik Regular";
    margin-left: 10px;
}

form button {
    background-color: #150e45;
    font-size: 14px;
    border-radius: 5px;
}


/* Email template section */

.email_section {
    width: 600px;
    margin: 0 auto;
    background-color: #f8fafc;
}

.email_section_details {
    padding: 50px 50px 20px 50px;
}

.welcome_section {
    margin: 40px 0;
}

.welcome_header {
    position: relative;
    align-items: end;
}

.welcome_header h2 {
    color: #333333;
    font-family: "Urbanist", sans-serif;
    letter-spacing: 1px;
}

.welcome_header img {
    position: absolute;
    right: 26%;
    bottom: 0;
}

.welcome_message p {
    font-family: "Georgia Regular";
    color: #333333;
    font-style: italic;
    font-size: 14px;
}

.welcome_intro_text {
    margin: 35px 0 15px 0;
}

.welcome_message_one {
    line-height: 30px;
    margin-bottom: 30px;
}

.welcome_message_two {
    line-height: 30px;
    margin-bottom: 18px;
}

.welcome_message_three {
    margin-bottom: 25px;
}

.offers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.offers img {
    margin-bottom: 13px;
}

.offers p {
    color: #333333;
    font-family: "Georgia Regular";
    font-size: 14px;
}

.sub_text {
    position: relative;
}

.glass-img {
    height: 30px;
    position: absolute;
    right: 58%;
    top: -10px;
}

.details {
    margin-left: 20px;
}

.details p {
    color: #333333;
    font-family: "Georgia Regular";
    font-size: 15px;
    font-style: italic;
    line-height: 26px;
}

.footer_img img {
    width: 100%;
}


/* FAQ */

.faq {
    max-width: 1500px;
    margin: 0 auto;
}

.faq-heading {
    background-color: #e7e7e7;
}

.faq-heading-sub {
    position: relative;
}

.faq-heading img {
    height: 70px;
    position: absolute;
    bottom: 15px;
    right: -70px;
}

.faq-heading h2 {
    color: #0e005f;
}

.faq-heading p {
    color: #818181;
    font-size: 13px;
}

.question {
    border: 1px solid #9393933a;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 0 2px 5px #93939376;
}

.question img {
    width: 40px;
}

h5 {
    margin-bottom: 0;
}

.fa-chevron-down {
    color: #42359c;
}

.menu {
    border-radius: 50px;
    border: 1px solid #42359c;
}

.questions {
    background-color: #f8f8fb;
}

.question h5 {
    color: #454166;
    font-size: 18px;
}

.question p {
    color: #818181;
    font-size: 13px;
    margin-bottom: 0;
}

.question.active {
    background-color: #e8e7f0;
    border-left: 3px solid #42359c;
}

.menu.active {
    background-color: #42359c;
}

.menu.active .fa-chevron-down {
    color: #fff;
    transform: rotate(180deg);
}

.answer {
    display: none;
}

.answer.active {
    display: flex;
    margin-left: 60px;
}


/* Second email */

.heading_text {
    color: #f52424;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

.security_welcome_message {
    font-family: "Georgia Regular";
    color: #333333;
    font-size: 14px;
    margin-bottom: 40px;
}

.security_message_one {
    line-height: 25px;
    margin: 25px 0 15px 0;
}

.security_message_two {
    margin-top: 15px;
}

.security_message_two ol li,
.security_message_four ul li {
    margin: 0 15px;
    line-height: 25px;
}

.security_message_three {
    line-height: 25px;
}

.security_message_four {
    margin: 15px 0;
}


/* Scheduled maintenance */

.scheduled-leading-text {
    text-align: center;
    padding: 13px 0;
    border-bottom: 1px solid #5aa0d3;
    color: #150e45;
    font-weight: bold;
    font-size: 17px;
    font-family: "Georgia Regular";
}

.scheduled-leading-text-one {
    line-height: 30px;
    margin: 25px 0 15px 0;
}

.scheduled-leading-text-two {
    line-height: 30px;
    padding: 13px;
    border-top: 1px solid #5aa0d3;
}

.siren-img {
    vertical-align: middle;
}


/* Newsletter */

.newsletter-section {
    width: 600px;
    margin: 0 auto;
}

.heading {
    height: 29px;
    background-color: #150e45;
}

.newsletter-det {
    width: 90%;
    display: block;
    margin: 100px auto 40px auto;
}

.newsletter-det h6 {
    color: #282828;
    font-size: 18px;
    font-family: "Work Sans Medium";
}

.newsletter-det p,
.newsletter-det ul li {
    color: #282828;
    font-size: 14px;
    line-height: 23px;
    font-family: "Work Sans Light";
}

.newsletter-det ul {
    padding: 0 20px;
    margin-bottom: 15px;
}

.newsletter-heading-text {
    margin-bottom: 30px;
    color: #282828;
    font-size: 24px !important;
    font-family: "Work Sans Medium" !important;
}

.newsletter-heading {
    padding: 20px 0;
    background-color: #150e45;
    margin-top: 20px;
}

.newsletter-heading img {
    height: 45px;
    display: block;
    margin: auto;
}

.newsletter-img img {
    display: block;
    margin: 50px auto 0 auto;
}

.newsletter-details {
    margin-top: 40px;
}

.newsletter-subdetails {
    display: inline;
}

table {
    border-collapse: collapse;
}

.tab {
    border-collapse: separate;
    border-spacing: 0 50px;
}

td {
    width: 50%;
}

td img {
    width: 90%;
}

td button {
    background-color: #150e45;
    padding: 12px 20px;
    font-size: 16px;
    font-family: "Work Sans Light";
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 5px;
}

.newsletter-broadcast {
    background-color: #fafafc;
    color: 282828;
    font-size: 16px;
    font-family: "Work Sans Light";
    border: 2px solid #d1d1d1;
    padding: 20px 15px;
    text-align: center;
    margin: 40px 0;
}

.newsletter-broadcast a {
    color: #282828;
}

.hr {
    border-top: 1px solid #d1d1d1;
}

.company-info {
    text-align: center;
    margin: 80px 0;
}

.socials {
    margin-bottom: 20px;
}

.socials a {
    text-decoration: none;
    border: none;
    outline: none;
}

.socials img {
    margin: 0 5px;
}

.company-name {
    color: 282828;
    font-size: 16px;
    font-family: "Work Sans Medium" !important;
}

.company-location {
    color: #818181;
    font-size: 14px;
    margin-bottom: 20px;
}

.membership-text {
    font-size: 12px !important;
    margin-bottom: 5px;
}

.company-info a {
    color: #282828;
    font-family: "Work Sans Light";
    font-size: 14px;
}


/* Finnova corp
.corp-page {
  max-width: 1700px;
  margin: 0 auto;
}
#logo {
  height: 45px;
}
#logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navbar-toggler {
  border: 1px solid #909090;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none !important;
  border: none;
  outline: none;
}
button:focus:not(:focus-visible) {
  outline: none !important;
}
.nav-item a {
  font-size: 0.9rem;
  font-family: "SF Pro Display";
  text-decoration: none;
  color: #0e005f !important;
}
.banner-img {
  width: 500px;
}
.banner-img img {
  width: 90%;
}
.heading-text {
  font-size: 5.5rem;
  font-family: "SF Pro Display";
  font-weight: bolder;
  line-height: 105px;
  color: #909090;
}
.sub-heading-text {
  font-size: 0.9rem;
  font-family: "SF Pro Display";
  color: #909090;
  line-height: 20px;
}
.product span {
  font-size: 1.2rem;
}
.features {
  font-family: "SF Pro Display";
}
.product h6,
.features h6,
.reports h6,
.request h6,
.sdg h6 {
  font-family: "SF Pro Display";
  font-weight: bold;
  color: #0e005f;
  font-size: 1rem;
}
.product p {
  font-family: "SF Pro Display";
  line-height: 35px;
  color: #767678;
}
.product-img-one {
  display: block;
  margin: auto 0 auto auto;
}
.product-img-two {
  position: absolute;
  height: 350px;
  top: 150px;
}
.features-text {
  font-family: "SF Pro Display";
  color: #767678;
  font-size: 1rem;
  line-height: 35px;
}
.feature-cards {
  background-color: #150e45;
}
.feature-cards-sec {
  overflow-x: scroll;
}
::-webkit-scrollbar {
  display: none;
}
.feature-card {
  font-size: 1.5rem;
  line-height: 45px;
}

.reports {
  background-color: #f5f6f6;
}
.reports h1 {
  font-family: "SF Pro Display";
  font-size: 80px;
  font-weight: bold;
}
.reports p {
  font-family: "SF Pro Display";
  color: #767678;
}
.reports h5 {
  font-family: "SF Pro Display";
  font-size: 14px;
  color: #767678;
  line-height: 23px;
}
.sdg span {
  border-bottom: 2px solid;
  color: #0e005f;
}
.request label {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  font-family: "SF Pro Display";
}
.request input {
  width: 97%;
  border: none;
  outline: none;
  font-size: 12px;
}
.request input::placeholder {
  font-size: 12px;
  font-family: "SF Pro Display";
  letter-spacing: 1px;
}
.submit-btn {
  border: none;
  outline: none;
  padding: 12px 100px;
  display: block;
  margin: auto;
}
.sdg {
  background-color: #f5f6f6;
}
.sdg p {
  font-family: "SF Pro Display";
  color: #767678;
  font-size: 14px;
  line-height: 25px;
}
.sdg h4 {
  color: #767678;
  font-family: "SF Pro Display";
}
.sdg h5 {
  font-size: 14px;
  font-family: "SF Pro Display";
  color: #767678;
  line-height: 28px;
}
.sdg-card {
  border: 2px solid #909090;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.sdg-img {
  width: 50px;
}
.goal {
  width: 80px;
}
.sdg-img img {
  width: 100%;
  height: 100%;
} */


/* Ambassador's Dashboard */

.dashboard {
    position: relative;
    top: 0;
    bottom: 0;
    height: 100dvh;
    left: 0;
    box-sizing: border-box;
    font-family: "Satoshi";
}

.sidebar {
    background-color: #150e45;
    position: relative;
}


/* .sidebar_menu {


} */

.sidebar_menu a {
    text-decoration: none;
    border: none;
    outline: none;
}

.sidebar_item {
    height: 46px;
}

.sidebar_item h6 {
    font-size: 13px;
}

.sidebar-footer-img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sidebar-footer-img img {
    width: 100%;
    object-fit: cover;
}

.overlay {
    background-color: #00000040;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    z-index: 5;
}

.overlay_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    background-color: white;
    padding: 60px 40px;
    border-radius: 5px;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.cancel_btn {
    width: 48%;
    background-color: #fff;
    padding: 10px 0;
    border: 1px solid #235643;
    outline: none;
    border-radius: 4px;
}

.logout_btn {
    width: 48%;
    background-color: #d00000;
    padding: 10px 0;
    outline: none;
    border: none;
    border-radius: 4px;
}

.cancel_btn a {
    color: #235643;
    text-decoration: none;
    font-size: 14px;
}

.logout_btn a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.dash_active {
    background-color: #07012f;
}

.dash_icon_active {
    width: 4px;
    height: 46px;
    background-color: #f7f2dd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.success {
    color: #659f37 !important;
}

.pending {
    color: #ffa500 !important;
}

.rejected {
    color: #ff0000 !important;
}

.nav_bar {
    padding: 12px 35px;
}

.nav_icon,
.nav_close_icon {
    display: none;
    padding: 10px 18px;
    font-size: 20px;
    background-color: #f6f6f6;
    border-radius: 30px;
}

.search-bar {
    background-color: #f6f6f6;
    border-radius: 4px;
}

.search-bar input {
    background-color: transparent;
    border: none;
    outline: none;
}

.search-bar input::placeholder {
    font-size: 13px;
    letter-spacing: -0.5px;
    color: #909090;
}

.search-bar img {
    width: 15px;
}

.dashboard-details-main,
.dashboard_main_content {
    padding: 10px 35px;
}

.dashboard_main_content h6 {
    font-size: 13px;
    color: #909090;
    font-family: "Satoshi";
    font-weight: 400;
}

.dashboard_content_text {
    font-weight: 700;
    font-size: 15px;
    margin: 15px 0;
    font-family: "Satoshi";
}

.dashboard_content_text span {
    font-weight: lighter;
    font-family: "Satoshi";
}

.total_revenue_amount {
    background: linear-gradient(to bottom, #150e45, #5aa0d3, #150e45);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: "Satoshi";
}

.user-earning-details {
    border: 1px solid #d6d6d6;
    background-color: #fbfbfb;
    padding: 40px 30px 10px 30px;
}

.copy_btn {
    background-color: transparent;
    border: none;
    outline: none;
}

.percent {
    color: #106706;
    font-size: 15px;
}

.user-earning-details p {
    color: #5a5a5e;
    font-size: 13px;
}

.calendar-btn input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.calendar-btn {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 7px 10px;
}

.filter-btn {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 10px;
}

.filter-btn img {
    width: 15px;
    height: 15px;
}

.earn-more-img {
    height: 230px;
}

.earn-more-img img {
    height: 100%;
    object-fit: cover;
}

#pagination button {
    width: 35px;
    height: 30px;
    border: 1px solid #bcbcbc;
    outline: none;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 4px;
    color: #bcbcbc;
    font-family: "Aeonik Bold";
    font-size: 12px;
}

#pagination button.active {
    background-color: #353863;
    color: #fff;
}

#pagination .fa-chevron-left {
    color: #bcbcbc;
}

#pagination .fa-chevron-right {
    color: #353863;
}

.transaction,
.referral {
    background-color: #fbfbfb;
    border-radius: 4px;
}

.transaction_heading {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
}

.referral_heading {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
}

.transaction h6,
.referral h6 {
    font-size: 12px;
    color: #494949;
    margin-bottom: 13px;
}

.transaction_details {
    padding: 23px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    place-items: center;
    background-color: #fff;
    border-radius: 8px;
}

.referral_details {
    display: none;
}

.referral_details.active {
    padding: 23px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    background-color: #fff;
    border-radius: 8px;
}

.transaction p,
.referral p {
    font-size: 12px;
    font-weight: 500;
    color: #5a5a5e;
}

.reset-pwd h6 {
    color: #909090;
    font-weight: 500;
    font-size: 12px;
}

.pwd_setting input {
    background-color: #e8eff1;
    border: none;
    outline: none;
    padding: 13px;
    border-radius: 4px;
}

.update-btn {
    background-color: #191d53;
    font-size: 14px;
    border-radius: 4px;
    padding: 12px 30px;
    border: none;
    outline: none;
    margin-right: 10px;
}

.reset-link {
    font-size: 14px;
    color: #191d53;
    border: none;
    outline: none;
    text-underline-offset: 2px;
}


/* Voucher */

.voucher {
    height: 100vh;
    font-family: "Satoshi";
}

.finnova-logo {
    width: 200px;
    position: absolute;
    top: -140px;
}

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

.finnova-logo_mob {
    width: 200px;
}

.finnova-logo_mob img {
    width: 100%;
}

.voucher h5 {
    color: #150e45;
    font-size: 30px;
    margin: 0;
}

.voucher h6 {
    color: #909090;
    font-size: 13px;
}

.voucher h4 {
    font-size: 16px;
}

.voucher p {
    color: #909090;
    font-size: 14px;
}

.voucher select,
.voucher input {
    width: 500px;
    padding: 10px;
    background-color: #f7f9fb;
    border-color: transparent;
    outline: none;
    font-size: 13px;
    color: #3e3e3e;
}

.voucher button {
    padding: 10px 50px;
    border: none;
    outline: none;
    background-color: #150e45;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    margin: 20px 0 3px 0;
}

.voucher .note {
    font-size: 10px;
    color: #3e3e3e;
}

.voucher input {
    height: 40px;
    background-color: #f7f9fb;
    border: none;
    outline: none;
}

.voucher input::placeholder {
    font-size: 12px;
    font-family: "Satoshi";
    letter-spacing: 1px;
}

.voucher-img {
    width: 100%;
}

.voucher-img img {
    width: 100%;
    height: 100%;
}


/* Login */

.login {
    background-image: url(../../images/ambassador/login-bg.png);
    background-size: contain;
    font-family: "Satoshi";
    height: 100dvh;
    width: 100%;
}

.login-details {
    padding: 0 120px;
    max-width: 55%;
    /* height: 100%; */
}

.login-logo {
    width: 200px;
    margin-top: -50px;
    margin-bottom: 35px;
}

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

.login-welcome-message {
    color: #3e3e3e;
    font-weight: 500;
    font-size: 18px;
}

.login .login label {
    color: #909090;
    font-size: 12px;
}

.login-email,
.login-pwd {
    width: 480px;
    height: 36px;
    background-color: #f7f9fb;
}

.login-email input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
}

.login-pwd input {
    width: 93%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
}

.eye-icon {
    width: 20px;
    height: 20px;
}

.reveal-pwd {
    display: none;
}

.hide-pwd {
    display: block;
}

.login-email input::placeholder,
.login-pwd input::placeholder {
    font-size: 11px;
    letter-spacing: 1px;
}

.login-note {
    color: #ff0000;
    font-size: 10px;
}

.login button {
    outline: none;
    border: none;
    background-color: #150e45;
    padding: 8px 40px;
    border-radius: 4px;
}

.login button a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

.login-img {
    width: 45%;
    background-color: #fafafa;
}

.login-img img {
    width: 52%;
    height: 90%;
}

@media screen and (max-width: 992px) {
    .reports h1 {
        font-size: 3rem;
    }
    .heading-text {
        font-size: 1.5rem;
        line-height: 30px;
    }
    .reports h1 {
        font-size: 1.2rem;
    }
    .nav_bar {
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_main_content {
        padding-left: 0;
        padding-right: 0;
    }
    .nav_icon {
        display: block;
    }
    .nav_close_icon {
        display: block;
    }
    .sidebar {
        display: none;
    }
    .sidebar.active {
        height: 100%;
        display: block;
        position: absolute;
        z-index: 1;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .overlay_modal {
        width: 46%;
    }
    .login-details {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .reports h1 {
        font-size: 3rem;
    }
    .heading-text {
        font-size: 1.5rem;
        line-height: 30px;
    }
    .reports h1 {
        font-size: 1.2rem;
    }
    .nav_bar {
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_main_content {
        padding-left: 0;
        padding-right: 0;
    }
    .nav_icon {
        display: block;
    }
    .nav_close_icon {
        display: block;
    }
    .sidebar {
        display: none;
    }
    .sidebar.active {
        height: 100%;
        display: block;
        position: absolute;
        z-index: 1;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .user-earning-details {
        padding-left: 20px;
        padding-right: 20px;
    }
    .overlay_modal {
        width: 50%;
    }
    .login-details {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .heading-text {
        font-size: 1.5rem;
        line-height: 30px;
    }
    .reports h1 {
        font-size: 1.2rem;
    }
    .nav_bar {
        padding-left: 0;
        padding-right: 0;
    }
    .dashboard_main_content {
        padding-left: 0;
        padding-right: 0;
    }
    .nav_icon {
        display: block;
    }
    .nav_close_icon {
        display: block;
    }
    .sidebar {
        display: none;
    }
    .sidebar.active {
        height: 100%;
        display: block;
        position: absolute;
        z-index: 1;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .user-earning-details {
        padding: 25px 15px 10px 15px;
        margin-bottom: 10px;
        border-radius: 8px;
    }
    .referral_details.active {
        grid-template-columns: repeat(2, 1fr);
    }
    .voucher select,
    .voucher input {
        width: 100%;
    }
    .voucher p {
        font-size: 14px;
    }
    .voucher h5 {
        font-size: 20px;
    }
    .voucher-img {
        height: 300px;
    }
    .voucher-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .finnova-logo {
        top: 0;
    }
    .overlay_modal {
        width: 70%;
        padding: 30px 25px;
    }
    /* Login */
    .login-details {
        max-width: 100%;
        padding: 0 50px;
    }
    .login-email,
    .login-pwd {
        width: 100%;
    }
}