:root {
    --black-text: #000;
}

.tabborderbox:focus {
    background: white !important;
    border: 3px solid #df2160 !important;
    color: #df2160 !important;
}

.tabborderboxreverse:focus {
    background: #df2160 !important;
    border: 3px solid #df2160 !important;
    color: white !important;
}

.tabborderboxacornred:focus {
    background: white !important;
    border: 3px solid #831a3d !important;
    color: #831a3d !important;
}

.tabborderboxreverseacornred:focus {
    background: #831a3d !important;
    border: 3px solid #831a3d !important;
    color: white !important;
}

/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&display=swap");
@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");

@font-face {
    font-family: DMSans;
    src: url(/assets/fonts/DMSans-Regular.ttf);
}

@font-face {
    font-family: Inter;
    src: url(/assets/fonts/Inter-Regular.ttf);
}

li a {
    text-decoration: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    scroll-behavior: smooth;
}

:root {
    --main-title-font-size-72: 72px;
    --main-title-font-size-70: 70px;
    --main-title-font-size-60: 60px;
    --sub-title-font-size-24: 24px;
    --context-font-size-20: 20px;

    --main-title-line-height-85: 85px;
    --main-title-line-height-70: 70px;
    --sub-title-line-height-36: 36px;
    --context-line-height-32: 32px;

    --main-title-font-weight-700: 700;
    --sub-title-font-weight-500: 500;
    --letter-spacing: 0.02em;

    --color-white: #f4f4f4;
    --color-main: #831a3d;
    --color-black: #444444;

    --opacity: 0.75;
}

.active-btn {
    color: white !important;
    background-color: #df2160 !important;
}

body {
    font-family: "DM Sans", sans-serif;
    overflow: unset;
}

header.blur {
    background: transparent;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    overflow-x: hidden;
    overflow-y: hidden;
}

.home-hero {
    background-image: linear-gradient(transparent, rgba(236, 207, 207, 0.29));
}

.section-bg {
    background-image: linear-gradient(
            rgba(207, 209, 236, 0.26),
            rgba(236, 207, 207, 0.29)
    );
}

.hero-title {
    font-family: "DM Sans", sans-serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 20px;
    padding-bottom: 20px;
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #3e3e42;
    padding-bottom: 40px;
}

.noLink {
    text-decoration: none;
    color: inherit;
}
.noLink:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.85;
}

.sign-up-btn,
.register-btn {
    background-color: #831a3d;
    color: white;
    border-radius: 0.5rem;
    padding: 20px 24px;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 230px;
    border: 1px solid transparent;
    font-size: 20px;
    line-height: 1.5rem;
}

.sign-up-btn:hover,
.register-btn:hover {
    color: white;
    opacity: 0.85;
}

.contact-support {
    font-size: 14px;
    color: #3e3e42;
    font-weight: 700;
    line-height: 24px;
}

.contact-support:hover {
    color: #831a3d;
}

.w-300px {
    max-width: 300px;
}

.w-400px {
    max-width: 400px;
}

.section-title {
    color: #2e2e33;
    letter-spacing: -0.02em;
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
}

.section-content {
    font-size: 20px;
    line-height: 30px;
    color: #3e3e42;
}

.section-block {
    max-width: 400px;
}

.section-space {
    margin-top: 40px;
    margin-bottom: 40px;
}

.list-check-text {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 8px;
}

li.footer-link {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
}

li a.footer-link {
    color: #6b6b6f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14286rem;
    padding-bottom: 10px;
}

li.footer-text {
    color: #6b6b6f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14286rem;
    padding-bottom: 10px;
}

hr.light-gray {
    color: #6b6b6f;
}

.footer-copyright {
    color: #6b6b6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 0;
}

.nav-item a {
    font-family: "DM Sans", sans-serif;
}

.nav-item a.nav-link:hover {
    opacity: 0.85;
}

#registration-btn {
    background: transparent;
    font-family: "DM Sans", sans-serif;
    border: 1px solid #df2160;
    color: black;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-left: 20px;
    border-radius: 10px;
    padding: 12px 52px;
    transition: 250ms;
}

#registration-btn:hover {
    background: #df2160 !important;
    color: white !important;
}

.offcanvas-collapse-left {
    position: absolute;
    left: 13%;
    display: inline-flex;
}

#offcanvasRight {
    padding-right: 0 !important;
}
.nav-logo {
    width: 140px !important;
    height: auto;
    margin-top: 10px;
    max-width: 100%;
}

@media screen and (max-width: 395px) {
    ul.navbar-nav {
        height: 90vh !important;
    }
}
@media screen and (max-width: 768px) {
    ul.navbar-nav {
        background: white;
        height: 100vh;
        width: var(--bs-offcanvas-width);
        max-width: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar-nav {
        left: 0;
        padding-right: 40px !important;
    }
}

.font-italic {
    font-style: normal !important;
}

.fs-18 {
    font-size: 18px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
.fs-20 {
    font-size: 20px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}

.change-opacity {
    opacity: 0.5;
}

.off-ham img {
    display: none;
}

.btn-close {
    width: 40px !important;
    height: 40px !important;
    border: 2px solid !important;
    border-radius: 10px !important;
}

.offcanvas-header {
    margin: 15px 15px 0 0;
}

.acornRed {
    color: #831a3d;
}

body,
html {
    padding: 0;
    margin: 0;
    /* overflow-x: hidden; */
    font-family: "DM Sans", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    position: relative;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

footer {
    margin-top: auto;
}

.offcanvas-header {
    justify-content: end !important;
}

.anchor-button {
    background-color: #831b3d;
    padding: 20px 66px;
    transition: 250ms;
    text-decoration: none;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

#mainLandingContent {
    padding: 0px 200px 40px 200px;
}

.mainTitle p {
    font-weight: var(--main-title-font-weight-700);
    font-size: var(--main-title-font-size-60);
    line-height: var(--main-title-line-height-70);
    color: var(--color-main);
    padding-top: 20px;
}

.howDoesItWork .subTitle {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #f4f4f4;
    padding-top: 30px;
    margin-top: 150px;
}

.signUpToday .subTitle {
    font-weight: 700;
    font-size: 2.4em;
    line-height: 48px;
    color: #f4f4f4;
}

.wordsFromPartners .subTitleRed {
    font-weight: 700;
    font-size: 2.4em;
    line-height: 48px;
    color: #831a3d;
}

.icons p {
    color: #831a3d;
}

.active-icons p {
    padding-top: 20px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #831a3d;
    opacity: 0.85;
}

.hidden-icons p {
    padding-top: 20px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #831a3d;
    opacity: 0.85;
}

.carousel-indicators {
    bottom: -30px !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: black;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 100% !important;
    background: black !important;
}

.carousel-control-prev {
    position: absolute;
    top: 50% !important;
    left: 5% !important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-control-next {
    position: absolute;
    top: 50% !important;
    right: 5% !important;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 15%; */
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-control-prev-icon {
    background-image: url("/assets/images/left-nav.png") !important;
    display: inline-block;
    width: 13px !important;
    height: 23px !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control-next-icon {
    background-image: url("/assets/images/right-nav.png") !important;
    display: inline-block;
    width: 13px !important;
    height: 23px !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.btn-inherit {
    color: inherit;
    border: inherit;
}

/* NAV BAR */
header {
    padding-top: 20px;
    padding-bottom: 25px;
    height: 137px;
}

#logo img {
    width: 70%;
}

.navbar {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    flex-wrap: nowrap !important;
}

.navbar .nav-item .dot-active {
    height: 6px;
    width: 6px;
    background-color: white;
    border-radius: 50%;
    display: block;
    margin-left: 50%;
}

.navbar .nav-item .dot-active2 {
    height: 6px;
    width: 6px;
    background-color: #242424;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 242px;
}

.navbar .nav-item .home-dot-active {
    height: 6px;
    width: 6px;
    background-color: white;
    border-radius: 50%;
    display: block;
    margin-left: 35%;
}

.navbar .nav-item .home-dot-active2 {
    height: 6px;
    width: 6px;
    background-color: #242424;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -11px;
    right: 22px;
}

.navbar-nav li a:hover {
    transition: all 0.3s ease;
    opacity: 0.7;
}

.nav-item a {
    color: white;
    padding-top: 15px;
}

#homeLink {
    padding: 15px 0 0 30px;
    font-family: "DM Sans", sans-serif;
}

#moreInfoLink {
    padding: 15px 15px;
    margin-left: 20px;
}

#loginLink {
    margin-right: 20px;
    padding-left: 20px;
    font-family: "DM Sans", sans-serif;
}

.dash-side-links ul li a:hover {
    text-decoration: none;
    opacity: 0.6 !important;
}
.acorn-red:hover {
    color: #831a3d !important;
    opacity: 0.6;
}

.navbar-collapse a:hover {
    color: white;
    text-decoration: none;
}

#registration {
    background-color: #408b1d;
    padding: 12px 52px;
    transition: 250ms;
    color: white;
    border-radius: 50px;
    margin-left: 20px;
}

.button {
    padding-top: 65px;
}

/* home landing page */
.landing-hero {
    background: #f4f4f4;
    padding: 50px 200px 100px 250px;
}

.landing-msg {
    max-width: 780px;
    font-weight: 450;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #831a3d;
    opacity: 0.75;
    padding-bottom: 20px;
    max-width: 709px;
    width: 100%;
}

.chart-background {
    margin-bottom: -65px;
    background: url(/assets/images/hoverbackground.png);
    background-repeat: no-repeat;
    padding-top: 40px;
    display: inline-block;
    position: relative;
    max-width: 100%;
    height: auto;
}

.chart-background img {
    display: block;
    transition: transform 0.4s;
}
.chart-background:hover img {
    transform: scale(1.1);
}

.income {
    font-weight: 400;
    font-size: 85px;
    line-height: 72px;
    color: #831a3d;
}

.partner {
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #831a3d;
    width: 100%;
}

.landing-bullets {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.2em;
    color: #f4f4f4;
}

.description {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #444444;
}

.home-chart {
    background: #44941f;
    border: 3px solid rgba(131, 26, 61, 0.4);
    border-radius: 30px;
    height: 634px;
    max-width: 564px !important;
    margin: 0 auto;
}
.home-chart-wrapper {
    background: linear-gradient(90deg, #e1e1e1 0%, #ffffff 100%);
    border-radius: 40px 40px 0px 0px;
    margin: 40px 20px 0 20px;
}

.home-bar-container {
    border: 2px solid #d6d6d6;
    border-radius: 30px 30px 0 0;
    margin: 20px 18px 0 18px;
    background: #f4f4f4;
    padding-bottom: 37px;
}

.home-recent-date {
    padding-left: 10px;
    padding-right: 10px;
}

.pie-container {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    max-width: 280px;
    width: 100%;
    height: 150px;
    margin: auto;
    position: relative;
    top: -6%;
}

.pie-container .pieArrowRight {
    width: 28px;
}

.pie-container .newBadge {
    width: 90px;
    height: 90px;
}

/*
@keyframes growProgressBar {
  0%,
  33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}

@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

div[role="progressbar"] {
  --size: 8rem;
  --fg: #831a3d;
  --bg: rgba(0, 0, 0, 0.1);
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(
      closest-side,
      white 80%,
      transparent 0 99.9%,
      white 0
    ),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

div[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
} */

.fade-in-image {
    animation: fadeIn 3s;
}
.fade-in-imageSecond {
    animation: fadeIn 5s;
}
.fade-in-imageThird {
    animation: fadeIn 7s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.chartBarsWrap {
    padding: 0 20px 0;
}
.chartBars {
    position: relative;
    /* max-width: 600px; */
    height: 224px;
    max-width: 365px;
    margin: 0px auto 45px;
    border: 1px solid var(--black-text);
    border-radius: 10px;
}
.chartBars .bars {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    padding: 0px;
    background-image: -webkit-linear-gradient(
            top,
            rgba(0, 0, 0, 0.3) 3%,
            transparent 2%
    );
    background-image: -moz-linear-gradient(
            top,
            rgba(0, 0, 0, 0.3) 3%,
            transparent 2%
    );
    background-size: 100% 28px;
}

.chartBars .bars li {
    display: inline-block;
    flex: 0 1 24%;
    height: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.chartBars .bars li .bar {
    width: 35%;
    position: absolute;
    font-size: 1.5em;
    color: #fff;
    padding-top: 18px;
    bottom: 0;
    height: 0;
    overflow: hidden;
    font-weight: bold;
    outline: 2px solid transparent;
    transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
}

.chartBars .bars li b {
    color: #797979;
    width: 100%;
    position: absolute;
    bottom: -2em;
    left: 0;
    text-align: center;
}

.chartBars .numbers {
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: -50px;
}

.chartBars .numbers li {
    text-align: right;
    padding-right: 1em;
    list-style: none;
    height: 59px;
    position: relative;
    font-size: 13px;
    bottom: 11px;
    right: -9px;
    color: #797979;
}

.chartBars .numbers li:after {
    content: "\00af";
    position: relative;
    right: -5px;
    font-size: 20px;
    top: 7px;
    color: rgba(255, 255, 255, 0.34);
}

.chartBars .numbers li:first-of-type {
    height: 63px;
    margin-top: -1px;
}

.chartBars1 .bar {
    margin-left: 20px;
}

.bars li .bar.orangeBar {
    background: #be476f;
}

@media screen and (min-width: 600px) {
    .bar:before {
        font-size: 2em !important;
    }
    .chartBars3 .bar:before {
        font-size: 1.5em !important;
    }
}

/* footer */
.bottom-footer {
    padding: 20px 0 20px 0;
    margin: auto;
    max-width: 450px;
    color: #831a3d;
}

#internalFooter {
    margin: 40px 40px 0 390px;
}

#internalFooter div.footer {
    flex-direction: row;
    justify-content: space-between;
}

.bottom-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #831a3d;
    padding-right: 5px;
}

.bottom-footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    opacity: 0.85;
    margin: -2px;
}

#footer-logo {
    padding-bottom: 20px;
    width: 150px;
    padding-left: 5px;
}

.bottom-info div {
    border-bottom: 1px solid #831a3d;
}

div.footer .col img {
    max-width: 150px;
}

/* MORE INFO END */

/* login page */
#account-button {
    background-color: transparent;
    height: 60px;
    width: 200px;
    border: 3px solid #831a3d;
    color: #831a3d;
    padding-top: 15px;
}

.background {
    background: url(/assets/images/group70.png);
    background-size: cover;
    padding: 25px 25px;
}

button {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form {
    margin: auto;
    max-width: 820px;
    background: transparent;
}

#form-input {
    max-height: 60px;
    border: 3px solid rgba(131, 27, 61, 0.85);
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#form-input2 {
    max-height: 50px;
    /* border: 0 none; */
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 400px;
}

@media screen and (max-width: 400px) {
    #form-input2 {
        width: 300px !important;
    }
}

#cont-button {
    background-color: #831a3d;
    height: 60px;
    width: 200px;
    border: none;
}

#login-buttons {
    background-color: #831a3d;
    height: 60px;
    width: 200px;
    border: none;
}

.login-title {
    padding-top: 60px;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #831b3e;
    opacity: 0.85;
}

.login-subtitle {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #831b3e;
}

.form-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #831b3d;
}

.forgot-password {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #831b3e;
}

.fa-eye-style {
    position: relative;
    top: 5px;
    color: #b0b0b0;
}

/* .mb-3 {
  padding-bottom: 20px;
  text-align: left;
} */

#no-account {
    /* font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #831b3e;
  padding-top: 30px;
  font-style: italic;
  */
    color: #91918d;
    font-style: italic;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    padding-top: 40px;
    font-family: "DM Sans", sans-serif;
}

#no-account a {
    font-weight: 700;
    color: #91918d;
}

#no-account a:hover {
    color: #831a3d;
}

#line {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    color: #91918d;
}

/* REGISTER  */

#restOfForm {
    margin: 0 auto;
    max-width: 1200px;
    text-align: initial !important;
}

#restOfForm div.row {
    margin-top: 30px;
}

#restOfForm input {
    background: #f4f4f4;
    border: 2px solid rgba(131, 27, 61, 0.85);
    border-radius: 10px;
}

#restOfForm label,
.wrongCountry {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: var(--black-text);

    --bs-link-hover-color: #797979;
}

.hiddenForm {
    display: none;
}

.formStep {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #831a3d;
    text-align: center !important;
}

.register-today {
    padding-top: 109px;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 20px;
    color: #831a3d;
}

.login-content-info {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    opacity: 0.85;
    color: #831b3e;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-style: normal;
}

.info-title {
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    color: #ffffff;
}

.info-content {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #ffffff;
    opacity: 0.85;
    padding-top: 200px;
    padding-bottom: 200px;
}

.info-footer {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
}

.testimonial {
    display: flex;
    justify-content: center;
}

.nav-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-arrow img {
    width: 12px;
    height: 20px;
}

.testi {
    flex: 1;
    text-align: center;
}

.details .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #444444;
}

.details .jobTitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #444444;
}

/*  RESPONSIVE QUERY  */
@media screen and (min-width: 1645px) {
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media screen and (max-width: 1558px) {
    .landing-hero {
        padding: 50px 50px 90px 50px;
    }

    #mainLandingContent {
        padding: 0px 50px 40px 50px;
    }

    .mainLandingContent {
        left: 0px;
    }

    .resolved-line::before {
        width: 25% !important;
        margin-left: -42px !important;
    }

    .resolved-line::after {
        width: 25% !important;
        margin-right: -40px !important;
    }

    .viewleft {
        position: inherit !important;
    }

    .viewRight {
        position: inherit !important;
    }
    .comp-right {
        left: -2% !important;
    }
    .comp-left {
        right: 1% !important;
    }

    .editSavedContainer {
        width: 55% !important;
    }
}

@media screen and (max-width: 1281px) {
    .embed-responsive {
        height: 1342px !important;
    }
}

@media screen and (max-width: 1217px) {
    .more-info-cards {
        display: grid;
    }

    .nextArrow {
        display: none;
    }

    .arrowDown {
        display: block;
        position: relative;
        left: 47%;
    }

    .more-info-cards .arrow {
        padding-top: 0px;
    }

    .guyOnPhone {
        padding-top: 50px;
    }

    .cardChair {
        padding-top: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .col-lg-12 {
        text-align: center;
        padding-bottom: 40px;
    }

    .chart-background {
        position: relative;
        left: 18%;
    }

    .landing-chart {
        max-width: 700px !important;
    }

    .landing-msg {
        margin: 0 auto;
    }
}

@media screen and (min-width: 800px) {
    .resolved-line::before {
        width: 30% !important;
        margin-left: -40px !important;
    }

    .resolved-line::after {
        width: 30% !important;
        margin-right: -40px !important;
    }
}

@media screen and (min-width: 1200px) {
    .resolved-line::before {
        width: 35% !important;
        margin-left: -40px !important;
    }

    .resolved-line::after {
        width: 35% !important;
        margin-right: -40px !important;
    }
}

@media screen and (min-width: 1400px) {
    .resolved-line::before {
        width: 35% !important;
        margin-left: -20px !important;
    }

    .resolved-line::after {
        width: 35% !important;
        margin-right: -20px !important;
    }
}

@media screen and (min-width: 1600px) {
    .resolved-line::before {
        width: 40% !important;
        margin-left: -20px !important;
    }

    .resolved-line::after {
        width: 40% !important;
        margin-right: -20px !important;
    }
}

@media screen and (max-width: 1173px) {
    .twocards {
        display: flex;
        flex-direction: column;
    }

    .twocards .signUpToday,
    .subTitle {
        text-align: center !important;
    }

    .signUpToday p {
        max-width: 100% !important;
    }

    .signUpToday {
        padding-left: 0 !important;
    }

    /* .resolved-line::before {
    margin-left: -40px !important;
  }

  .resolved-line::after {
    margin-right: -40px !important;
  } */
}

/* NAVIGATION MEDIA QUERY HAMBURGER BAR START */

@media (max-width: 991.98px) {
    .off-ham img {
        display: block;
    }

    #homeLink {
        padding: 15px 15px 0 15px !important;
    }

    #moreInfoLink,
    #loginLink {
        padding: 15px 15px !important;
        text-align: center;
        margin: 0 !important;
    }

    #registration {
        margin-left: 10px !important;
        margin-top: 10px !important;
    }

    .twocards {
        padding: 30px 20px 0 20px;
    }

    .subTitleRed,
    .subTitle {
        font-size: 36px !important;
    }

    .mainLandingContent {
        left: 15px;
    }

    .left-landing-content {
        padding-bottom: 40px;
    }

    .howDoesItWork {
        background-size: cover !important;
        background: url(/assets/images/work2.png) top center;
    }

    .icons p {
        font-size: 18px;
    }

    .cardContainer {
        text-align: center;
    }

    #mainLandingContent {
        padding: 0px 15px 40px 15px;
    }

    .landing-hero,
    .mainLandingContent {
        text-align: center;
    }

    .offcanvas-collapse {
        position: absolute;
        z-index: 9;
        top: -20px;
        bottom: 0;
        left: 100%;
        width: 50%;
        height: 100vh;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: hidden;
        visibility: hidden;
        background: #ffffff;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }

    .offcanvas-collapse ul li a {
        color: #831a3d;
    }

    #registration {
        position: relative;
        padding: 9px 43px;
        width: 200px;
    }

    .navbar-nav {
        text-align: center;
        position: absolute;
        top: 85px;
        left: 15%;
    }
}

@media screen and (max-width: 668px) {
    .howArrow {
        display: none;
    }
    .wordsFromPartners {
        background-size: cover;
        max-width: 100%;
        background-position: 10% 44px;
        background-color: rgb(244 244 244);
    }

    .carousel-indicators,
    .carousel-control-next,
    .carousel-control-prev {
        visibility: hidden;
    }
    .howDoesItWork .cardContainer .icon2 {
        padding-top: 30px !important;
    }
    .subTitleRed,
    .subTitle {
        font-size: 32px !important;
    }
    .income {
        font-size: 60px;
    }
    .partner {
        font-size: 36px;
    }
    .landing-bullets {
        font-size: 22px;
    }
    .landing-msg {
        font-size: 20px;
    }
    .cardContainer {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    #logo img {
        padding-left: 30px;
    }
    .arrow {
        display: none;
    }
    .howDoesItWork {
        background-size: cover !important;
        background: url(/assets/images/work3.png) top center;
    }

    .datepicker {
        left: 50px !important;
    }
}

@media screen and (max-width: 562px) {
    .offcanvas {
        width: 290px !important;
    }
}

/* MOBILE PHONES */
@media screen and (max-width: 390px) {
    .bottom-col .view-account-btn {
        right: 0 !important;
    }

    .ml-center {
        margin-left: 22% !important;
    }
    .offcanvas {
        width: 230px !important;
    }
    .yourReferrals {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .supportUser {
        margin-right: 10px;
    }
    .supportUserInitials {
        margin-left: 10px;
    }
    #footer-logo {
        width: 120px;
        padding-right: 10px;
    }
    .dash-section-title {
        font-size: 20px !important;
    }
    .userQuestions {
        margin-right: 0 !important;
    }
    /* Mobile Nav */
    ul.navbar-nav {
        margin-top: 6rem;
    }
    .sidebar {
        max-width: 250px !important;
        overscroll-behavior: contain !important;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
    }
    .underline #dashLogo img {
        margin: 0 !important;
        padding: 0 !important;
    }
    .nameborder {
        font-size: 25px !important;
        text-align: left !important;
    }
    #dashboardName {
        margin-bottom: 0 !important;
        font-size: 25px !important;
        line-height: 40px !important;
        text-align: left !important;
        white-space: nowrap;
    }
    #welcomeback {
        padding-top: 50px !important;
        padding-left: 0 !important;
    }
    .underline:after {
        border-bottom: 2px solid #242424;
        margin: 0.5em auto 0;
    }
    .d-xs-block {
        display: block;
    }
    .d-xs-none {
        display: none;
    }

    .navbar-nav {
        top: 0 !important;
    }
    #homeLink {
        padding: 15px 15px !important;
    }

    #loginLink {
        padding: 10px 15px 30px !important;
    }

    .yourdash {
        font-size: 23px !important;
        padding: 30px 0 30px 0 !important;
    }

    .navbar-nav .nav-item .dot-active {
        height: 6px;
        width: 6px;
        background-color: black;
        border-radius: 50%;
        display: block;
        margin-left: -14px !important;
        margin-top: -14px !important;
    }

    .menu a {
        font-size: 20px !important;
    }
    /* End Mobile Nav */
    .blockIcons {
        display: block !important;
    }
    .income {
        font-size: 48px;
    }
    .partner {
        font-size: 20px;
    }
    .landing-bullets {
        font-size: 18px;
    }
    .landing-msg {
        font-size: 18px;
    }

    .mainTitle p {
        font-size: 36px;
        padding-bottom: 20px 0 20px 0;
        margin: -10px 0 0 0;
    }
    .description {
        padding-bottom: 20px;
        font-size: 18px !important;
    }
    footer p {
        font-size: 16px !important;
    }

    .landing-hero {
        padding: 50px 15px 90px 15px !important;
    }

    .chart-background {
        margin-left: 10px;
    }

    .signUpToday p {
        padding-left: 10px;
    }

    .userName {
        font-size: 18px !important;
        word-break: break-all;
    }
    .accountName {
        font-size: 30px !important;
    }
    .companyDetails {
        font-size: 20px !important;
    }

    .bottom-col .accountinfo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        text-align: center;
        padding: 0 !important;
    }
    .account-badge {
        padding: 30px 5px 30px 0 !important;
    }
    .badgeinfo {
        padding-bottom: 1px !important;
    }
    .view-account-btn {
        display: inline-block;
    }
    .assetsbtn a {
        width: 170px !important;
    }
    .reftable .dash-view-all-btn a.view-all-ref-btn {
        width: 170px !important;
    }

    .badgeinfo {
        position: relative;
        bottom: 50px;
    }

    .dashboardTitle,
    .dash-section-title {
        text-align: center !important;
    }

    .newreferrals {
        width: 155px !important;
    }

    .table-title .form-group a.support-btn {
        float: none !important;
    }

    .yourReferrals {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-content: center !important;
    }

    .rv-position {
        position: relative;
        transform: translate(0, 25%);
    }
}
@media screen and (max-width: 575px) {
    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .q-input {
        width: 100% !important;
    }
    textarea::placeholder,
    textarea {
        font-size: 20px !important;
    }

    .navbar-nav {
        left: 0% !important;
    }

    #registration {
        width: 150px !important;
    }
}

/* NAVIGATION MEDIA QUERY HAMBURGER BAR END */

/*--------------------------------------------------------------
# DASHBOARD GENERAL CSS
--------------------------------------------------------------*/

.sidebar a.active {
    background: #dfdfdf;
    padding-top: 10px;
    opacity: 1.1;
    border-radius: 6px;
    color: black;
    height: 20px;
    width: 250px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.yourdash {
    padding: 40px 0 30px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #242424;
}
#welcomeback {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #242424;
    opacity: 0.7;
    text-align: left;
    padding-left: 30px;
    margin-bottom: -5px;
}
#dashboardName {
    font-weight: 700;
    font-size: 30px;
    line-height: 57px;
    color: #408b1d;
}
.sidebar-logo {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.underline #dashLogo img {
    width: 85%;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

.card .overviewcard__info .current {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #408b1d;
}
.greytxt {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: var(--black-text);
    opacity: 0.5;
}

#dash-drop-menu {
    position: relative !important;
    top: -69px !important;
    transform: translate3d(0px, 25px, 0px) !important;
}

.underline:after {
    content: "";
    display: block;
    max-width: 95%;
    border-bottom: 2px solid grey;
    margin: 2em auto 0;
    opacity: 0.2;
}

.dashboardTitle {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 55px;
    text-align: left;
    color: #831a3d;
}

.bottom-col .view-account-btn {
    position: relative;
    top: 18%;
    right: 28%;
}

.view-account-btn {
    background: #408b1d;
    border-radius: 30px;
    width: 250px;
    height: 50px;
    padding-top: 13px;
    color: white;
    text-align: center;
}

/* ICON POSITION */
.overviewcard__info img {
    margin: 0 auto;
}

.overviewcard__info {
    display: grid;
    justify-content: center;
}

.dashHeaderCards {
    display: flex;
    justify-content: space-between;
}

.earningsBtn .viewEarningsDetails {
    background: #408b1d;
    border-radius: 30px;
    color: white;
    width: 250px;
    height: 50px;
    position: relative;
    right: 13%;
}

/*--------------------------------------------------------------
# Main content dashboard CSS
--------------------------------------------------------------*/

.overviewcard {
    border: 2px solid #d6d6d6;
}

.main-chart {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    margin: 0 5px 50px 0;
}

.initials {
    font-size: 20px;
    float: left;
    position: relative;
    top: -15px;
    margin-right: 10px;
}

.name {
    text-align: left;
}

th,
td {
    text-align: center; /* or center, or right */
}
tr.border_bottom td {
    border-bottom: 2px solid #d6d6d6;
    padding: 40px 0 20px;
}

tr.last td {
    padding-top: 40px;
}

table td p {
    padding-top: 15px;
    font-size: 18px;
}

.top-col {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    height: 345px;
}
.assetsimg {
    display: flex;
    padding: 25px 10px 25px 10px;
    text-align: center;
}

.bottom-col .accountinfo {
    display: flex;
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    justify-content: center;
    padding: 20px;
    height: 345px;
}

.bottom-col {
    position: relative;
    bottom: 55px;
    text-align: left;
}

.chartInfo {
    padding: 35px 0 0 60px;
    justify-content: space-between;
    position: relative;
    top: 40px;
    margin-top: -35px;
    align-items: baseline;
}

.chartInfo .recentrev {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: var(--black-text);
}
.chartInfo .chartdate {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    color: var(--black-text);
    padding-top: 10px;
    margin-right: 60px;
}

.graphWrapper {
    padding-right: 25px;
}

.main-cards section {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
}

.account-info-sec {
    display: flex;
    justify-content: center;
}

/* .row {
  margin-left: calc(-0.1 * var(--bs-gutter-x)) !important;
} */

.dash-section-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    color: #831a3d;
}

.ref-font {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #242424;
}

table .referral-btn {
    background-color: #831a3d;
    padding: 12px 52px;
    transition: 250ms;
    color: white;
    border-radius: 50px;
    width: 150px;
    margin-bottom: 40px;
    position: relative;
    left: 25%;
}

table .ref-flex {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
}

.row #dashTable {
    padding-top: 30px;
    border: 2px solid #d6d6d6;
}

.ref-btn .view-ref-details {
    background-color: #408b1d;
    transition: 250ms;
    color: white;
    border-radius: 50px;
    width: 250px;
    height: 50px;
    position: relative;
    left: 60%;
    bottom: 20px;
    margin-bottom: 10px;
}

.dashViewRef {
    background-color: #831a3d;
    padding-top: 10px;
    color: white;
    border-radius: 50px;
    width: 150px;
    height: 50px;
    margin-bottom: 40px;
    border: none;
}

.womenphone img {
    border-radius: 25px;
}
.top-col div.assetsimg img {
    width: 140px;
}

.account-badge {
    padding: 50px 20px 30px 0px;
}

.badgeinfo {
    padding-top: 35px;
}
.badgename {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #408b1d;
    margin-top: 30px;
}

.badgetext {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: var(--black-text);
}
.level {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #242424;
    opacity: 0.35;
}
.badgeinfo .view-ref-details {
    background-color: #408b1d;
    padding: 12px 52px;
    transition: 250ms;
    color: white;
    border-radius: 50px;
    width: 250px;
    margin-bottom: 30px;
}
.badgeinfo .view-ref-details a {
    color: white;
}

.viewAccountInfoBtn {
    background-color: #408b1d;
    padding: 12px 52px;
    transition: 250ms;
    color: white;
    border-radius: 50px;
    width: 250px;
}
.top-col .assetsbtn {
    display: flex;
    justify-content: center;
}

.assetsbtn a {
    background-color: #408b1d;
    padding: 12px 52px;
    color: white;
    border-radius: 50px;
    width: 250px;
}
#referral-contact-section {
    margin-bottom: 60px;
}

.right-col {
    position: relative;
    bottom: 53px;
}

.dash-bottom-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main-chart a.view-earnings-btn {
    background: #408b1d;
    border-radius: 30px;
    width: 250px;
    height: 50px;
    color: white;
    margin-top: 40px;
    padding-top: 13px;
}
#chartContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
    position: relative;
    margin-top: 30px;
}

/*--------------------------------------------------------------
# MEDIA QUERY DASHBOARD
--------------------------------------------------------------*/
.app {
    display: flex;
    min-height: 100vh;
}

.menu {
    padding-left: 80px;
}

.menu a {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    height: 65px;
    display: block;
    padding: 0 10px 10px 10px;
}

.menu-toggle {
    display: none;
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 99px;
    background-color: #6f6f6f00;
    cursor: pointer;
    z-index: 999;
}

.dash-header-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 20px;
}

.dash-header-nav a {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #242424;
}

.hamburger {
    position: relative;
    top: calc(50% - 2px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

.hamburger > span,
.hamburger > span::before,
.hamburger > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 99px;
    background-color: #831a3d;
    transition-duration: 0.25s;
}

.hamburger > span::before {
    content: "";
    top: -8px;
}
.hamburger > span::after {
    content: "";
    top: 8px;
}
.menu-toggle.is-active .hamburger > span {
    transform: rotate(45deg);
}
.menu-toggle.is-active .hamburger > span::before {
    top: 0;
    transform: rotate(0deg);
}
.menu-toggle.is-active .hamburger > span::after {
    top: 0;
    transform: rotate(90deg);
}

.menu-toggle {
    border: 1px solid #831a3d;
    border-radius: 10px;
    background-color: #f4f4f4;
    width: 40px;
    height: 40px;
}

.sidebar {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    max-width: 350px;
    padding: 2rem 1rem;
    background: #f4f4f4;
    /* border-radius: 0px 30px 30px 0px; */
    z-index: 999;
    position: fixed;
    height: auto;
    overscroll-behavior: contain !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

nav.menu.dash-side-links ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

/* nav.menu.dash-side-links ul li:last-child {
  margin-top: auto;
} */

.sidebar .menu {
    margin: 0 -2rem;
    position: fixed;
    height: 100vh;
}

.content {
    flex: 1 1 0;
    padding: 2rem;
    padding: 0 70px 0 380px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 7rem !important;
    }
}

.editDateRange {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #408b1d;
    border-bottom: 2px solid #408b1d;
}

@media (max-width: 1554px) {
    .badgeinfo {
        padding-top: 15px !important;
    }
}

@media (max-width: 1199px) {
    .hidden-icons {
        display: block !important;
        padding-top: 40px;
    }
    .active-icons {
        display: none;
    }
    .content {
        padding: 0px 35px 0 330px;
    }
    .sidebar {
        max-width: 300px;
    }
    .dash-side-links {
        padding-left: 80px;
    }
    #welcomeback {
        padding-left: 10px;
    }
    .earningsBtn .viewEarningsDetails {
        position: inherit;
    }
    .chartInfo .chartdate {
        text-align: center;
        margin-right: 0;
    }
    .chartInfo {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .chart {
        padding: 10px 25px 10px 5px;
    }
    .summary {
        text-align: left;
        position: relative;
        left: 10%;
    }
    .bottom-col {
        bottom: -10px;
    }
    .bottom-col .accountinfo {
        padding-right: 0;
        height: auto;
    }
    .chartInfo {
        padding: 35px 65px 0 60px;
        margin-top: -50px;
        padding-bottom: 60px;
    }

    #internalFooter {
        margin: 40px 30px 0 330px;
    }

    .assetsbtn a {
        width: 200px;
    }
    .reftable .dash-view-all-btn a.view-all-ref-btn {
        width: 200px !important;
    }

    .view-account-btn {
        width: 200px;
    }

    .badgeinfo {
        padding-top: 7px;
        padding-bottom: 30px;
    }

    .account-badge {
        padding: 30px 20px 30px 0px !important;
    }
    .graphWrapper {
        padding-right: 1px !important;
    }
    .progressWrapper {
        align-content: center !important;
    }

    .more-info-cards .earnings {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .table-title .form-group a.support-btn {
        float: left !important;
    }
}

/* sidebar comes out at this width */
@media (max-width: 840px) {
    /* New Support Question mobile text-align */
    .supportCenter {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-right: 0;
    }
    .q-input {
        width: 570px;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        /* height: 100vh; */
        width: 100%;
        max-width: 300px;
        transition: 0.2s linear;
    }
    .content {
        margin: 0;
    }
    .menu-toggle {
        display: block;
        fill: #831a3d;
    }
    .content {
        padding-top: 8rem;
    }

    .sidebar.is-active {
        left: 0;
    }

    .content {
        padding: 1rem;
    }

    #internalFooter {
        margin: 40px 25px 0 25px;
    }

    .sidebar a.active {
        width: 252px;
    }

    .assets-title {
        text-align: center;
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .top-col {
        height: auto;
    }
}

/*--------------------------------------------------------------
# REFERRALS
--------------------------------------------------------------*/

.ref-overviewcard {
    background: transparent;
    border: none;
}

#ref-view-btn {
    background: #df2160;
    border-radius: 10px;
    color: white;
    width: 100px;
    height: 40px;
    margin: auto 0;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yourReferrals {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.calendar {
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
}

.mx-w-cal {
    max-width: 190px !important;
}

form.referrals-date-filter input.form-control {
    width: 268px;
    border-radius: 30px;
}

#cal-icon {
    width: 18px;
    height: 20px;
    position: relative;
    top: 11px;
    left: 24%;
}

.refcalendarDate {
    background: none;
    border: none;
    font-size: 20px !important;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    color: #242424;
    width: 150px;
}

.referrals-date-filter .type .custom-sel {
    background: none;
    border: none;
    max-width: 250px;
    min-width: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.filterButton {
    border-radius: 30px;
    width: 150px;
    height: 50px;
    font-size: 18px;
}

.filterCard {
    margin: 0 auto;
}

.cal {
    display: flex;
    flex-direction: row;
}

.table-condensed {
    width: 400px;
    height: 332px;
}
.datepicker-dropdown {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
}

i.fa-calendar-days {
    margin-top: 10px;
    padding-left: 20px;
}

.newreferrals {
    color: white;
    background: #408b1d;
    border-radius: 6px;
    width: 180px;
    height: 50px;
    padding-top: 12px;
}

.newreferrals:hover {
    background: #408b1d;
    color: white;
}
.ref-view-btn:hover {
    background: #831a3d;
    opacity: 0.8;
}

#dashboardTable {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
}

#reftable table {
    background: white;
    border: 2px solid #d6d6d6;
    padding: 30px 30px;
}

.reftable .dash-view-all-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 15px;
}

.reftable .dash-view-all-btn a.view-all-ref-btn {
    background: #df2160;
    border-radius: 10px;
    width: 100px;
    height: 40px;
    padding-top: 13px;
    color: white;
    text-align: center;
}

#datatable_length {
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
# NEW REFERRALS
--------------------------------------------------------------*/
.alert {
    border-radius: 0 !important;
}
.data-p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: var(--black-text);
}

.newref {
    background: white;
    border: 2px solid #d6d6d6;
    padding: 30px;
    margin-top: 30px;
}

.addRef-p {
    color: var(--black-text) !important;
    padding-left: 2rem;
    padding-top: 30px;
}

div.addRef p:first-child {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: var(--black-text);
}

div.addRef p:last-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--black-text);
    opacity: 0.85;
}

ul.img-terms {
    text-align: center;
    padding-bottom: 30px;
}

hr.addRef-h {
    width: 76%;
    margin: 0 auto;
}

.addRef h3 {
    color: var(--black-text);
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 30px;
}

.addRef p,
.newRef p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.newRef p {
    color: var(--black-text);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.4px;
    padding-bottom: 10px;
}

.addRef ul li p {
    color: var(--black-text);
}

.refBorder {
    border: 2px solid #797979;
    border-radius: 10px;
    padding: 30px;
}

.refGoBack {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 20px;
    width: 180px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 15px;
    margin-bottom: 30px;
}

.refGoBack a {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #242424;
    padding-top: 10px;
}

.refBorder .form-group .form-control {
    height: 60px;
}

div.refButtons a:first-child {
    background: #408b1d;
    border-radius: 6px;
    color: white;
    width: 150px;
    height: 50px;
    margin: 12px;
    padding-top: 10px;
}

div.refButtons a:last-child {
    padding-top: 10px;
    border: 2px solid #242424;
    color: #242424;
    height: 50px;
    width: 150px;
    margin: 12px;
}

/*--------------------------------------------------------------
# REFERRALS DETAILS
--------------------------------------------------------------*/
.refDetails {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    padding: 40px;
}

.refDetails .detailsNameInit {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.detailsNameInit p:first-child {
    border-radius: 300px;
    background: #831a3d;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    color: white;
    font-size: 70px;
    padding-top: 20px;
}

div.detailsNameInit p:last-child {
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    color: #831a3d;
    padding-bottom: 10px;
}

.notes {
    opacity: 0.6;
    border: 2px solid #797977;
    border-radius: 10px;
}

.ntitle {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: var(--black-text);
    padding-bottom: 10px;
}

.notes-text-area {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--black-text);
    opacity: 0.85;
    padding: 18px 28px 25px 28px;
}

div.refDetailsRow p:first-child {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: var(--black-text);
    margin-bottom: 1px;
}

div.refDetailsRow p:last-child {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #408b1d;
    margin-bottom: 40px;
}

.viewleft {
    position: relative;
    left: 10%;
}

.viewRight {
    position: relative;
    right: 10%;
}

.editBtn {
    background: #f4f4f4;
    border: 2px solid #242424;
    border-radius: 6px;
    padding: 10px;
}

.deleteBtn {
    background: #ca1752;
    border-radius: 6px;
    color: white;
    border: none;
    padding: 10px;
}

.viewButtons {
    margin-top: 40px;
}

.viewButtons button {
    width: 150px;
    height: 50px;
}

/*--------------------------------------------------------------
# SUPPORT
--------------------------------------------------------------*/
.sortIcon {
    padding-left: 10px;
}

#supportTbl table {
    padding: 30px 30px;
    background: white;
    border: 2px solid #d6d6d6;
}

.supportSearch {
    max-width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.yourReferrals .input-group .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    padding-right: 15px;
}

.input-group-append,
.input-group-prepend {
    display: inline !important;
}

input.form-control.supportSearchBar {
    padding-left: 23px;
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 40px !important;
}

.supportSearchBtn {
    right: 40px;
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 40px;
}

.searchArrow {
    color: #cecece !important;
}

#supportViewBtn {
    background-color: #df2160;
    transition: 250ms;
    border-radius: 10px;
    width: 100px;
    height: 40px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    text-align: center;

    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    color: #f4f4f4;
}

div.dataTables_wrapper {
    margin-top: 40px;
}

.table-title .form-group a.support-btn {
    float: right;
}

form .newSupportMsg .custom-sel {
    width: 215px;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin: 15px 0 30px 0;
    color: var(--black-text);
    background: transparent;
    border: 2px solid #d6d6d6;
    border-radius: 20px;
}

#supportFormArrow {
    position: relative;
    top: 42px;
    right: 40px;
    color: var(--black-text);
}

.submit-q {
    background: #408b1d;
    border-radius: 6px;
    width: 150px;
    height: 50px;
    color: white;
    font-size: 18px;
}

.cancel-q {
    border: 2px solid #242424;
    border-radius: 6px;
    width: 150px;
    height: 50px;
    color: #242424;
    font-size: 18px;
}

textarea::placeholder,
textarea {
    font-size: 24px;
    opacity: 0.6;
    line-height: 36px;
    font-weight: 500;
}

.q-input {
    font-size: 24px;
    opacity: 1;
    line-height: 36px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# View Support
--------------------------------------------------------------*/
.supportQuestionHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.userQuestions {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    max-width: 1100px;
}

.response {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.questionDetails p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: var(--black-text);
    opacity: 0.85;
    margin-bottom: 0;
}

.questionDetails {
    padding: 20px 30px;
}

.initialsSection .supportUserInitials {
    background: #242424;
    border: 2px solid rgba(244, 244, 244, 0.85);
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #f4f4f4;
    height: 50px;
    width: 50px;
    border-radius: 30px;
    padding-top: 10px;
}

.supportUser {
    margin-right: 12px;
}

.supportUserInitials {
    margin-left: 12px;
}

.questionDate p {
    padding-top: 10px;
    display: flex;
    justify-content: right;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: var(--black-text);
}

.responseDate {
    max-width: 1200px;
}

.responseDate p {
    padding-top: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: var(--black-text);
    white-space: pre-wrap;
    display: flex;
    justify-content: flex-start;
}

.qrow {
    display: flex;
    align-items: flex-end;
}

.resolved-line {
    position: relative;
    width: 100%;
    color: var(--black-text);
    text-align: center;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.resolved-line::before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #b0b0b0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -25px;
}

.resolved-line::after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #b0b0b0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -25px;
}

.resolvedBtns .yesBtn {
    /* background: #408b1d;
  border-radius: 6px;
  width: 150px;
  height: 50px; */
    color: white;
    /* margin-right: 20px;
  padding-top: 10px;
  font-size: 18px; */
}

.resolvedBtns .yesBtn2 {
    background: #df2160;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    margin-right: 20px;
    border: 0 none;

    color: #f4f4f4;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    display: flex;
    justify-content: center;
    align-items: center;
}

.resolvedBtns .noBtn {
    border-radius: 10px;
    border: 2px solid #df2160;
    width: 150px;
    height: 60px;
    background: transparent;

    color: #df2160;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ref-label {
    color: var(--black-text);
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.intForms p.emcode {
    color: var(--black-text);
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*--------------------------------------------------------------
# EARNINGS
--------------------------------------------------------------*/
.earnings-dash {
    /* background: linear-gradient(163.01deg, #48c7a2 0%, #92e3a6 100%); */
    background: #ffffff;
    border: 2px solid #d6d6d6;
    /* border-radius: 30px; */
    min-height: 150px;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 20px;
}

.earnings-total,
.total-rev,
.e-con-rate {
    min-width: 300px;
}

.earnings-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #b0b0b0;
    opacity: 0.8;
}

.earnings-num {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: black;
    margin-bottom: 0;
}

.col-border-left,
.col-border-right {
    display: none;
}

@media screen and (min-width: 1050px) {
    .col-border-left {
        display: block;
        border-left-color: rgba(255, 255, 255, 0.5);
        border-left-width: 1px;
        border-left-style: solid;
    }

    .col-border-right {
        display: block;
        border-right-color: rgba(255, 255, 255, 0.5);
        border-right-width: 1px;
        border-right-style: solid;
    }
}

.earnings-total {
    /* background: linear-gradient(106.81deg, #ebebeb 0%, #ffffff 100%); */
    background: white;
    border: 2px solid #d6d6d6;
    /* border-radius: 30px; */
    width: 100%;
    max-height: 320px;
    overflow: scroll;
    position: relative;
    z-index: 1;
    /* padding-top: 20px; */
}

@media screen and (min-width: 1700px) {
    .earnings-total {
        overflow-x: hidden !important;
    }
}

@media screen and (min-width: 1500px) {
    .earnings-total::-webkit-scrollbar {
        display: block;
        width: 15px;
    }
    .earnings-total::-webkit-scrollbar-thumb {
        background-color: #c6c6c6;
        border-radius: 10px;
    }

    .earnings-total::-webkit-scrollbar-track {
        margin-top: 80px;
        margin-bottom: 80px;
        background: transparent;
    }
}

#firstChart,
#myChart {
    max-height: 500px !important;
    overflow-x: scroll;
    padding: 20px;
    width: 850px;
    height: 450px;
}

.earnings-month-container {
    display: block;
    position: sticky;
    top: 0;
    z-index: 100;
    /* background: linear-gradient(106.81deg, #ebebeb 0%, #ffffff 100%); */
    background: white;
    width: 100%;
    height: 80px;
    /* border-top-left-radius: 30px;
  border-top-right-radius: 30px; */
    /* border-bottom-color: #d6d6d6;
  border-bottom-width: 2px;
  border-bottom-style: solid; */
}

.earnings-total-num {
    display: block;
    /* border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; */
    border-top-color: #d6d6d6;
    border-top-width: 2px;
    border-top-style: solid;
    position: sticky;
    bottom: 0;
    z-index: 100;
    height: 85px;
    width: 100%;
    /* background: linear-gradient(106.81deg, #ebebeb 0%, #ffffff 100%); */
    background: white;
}

.earnings-scroll {
    position: relative;
    overflow-x: scroll;
}

/* @media screen and (max-width: 754px) {
  .earnings-total-num, .earnings-month-container {
    width: 130%;
  }
}

@media screen and (max-width: 500px) {
  .earnings-total-num, .earnings-month-container {
    width: 215%;
  }
} */

.earnings-total-num h2 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #b0b0b0;
    padding-top: 10px;
}

.earnings-total-num p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: black;
}

.earnings-month {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #b0b0b0;
    margin: 0 auto;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.earnings-text {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: var(--black-text);
    margin-bottom: 0;
}

hr.e-line {
    width: 3%;
    background-color: #b0b0b0;
    border: 0 none;
    height: 1px;
    opacity: 1;
    transform: rotate(90deg);
    position: relative;
    top: 10px;
}

.e-num {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #b0b0b0 !important;
}

.e-process {
    color: #cee15b !important;
}

.e-complete {
    color: #53a451 !important;
}

table.e-table {
    border-collapse: collapse;
    /* border-spacing: 20px 0; */
    margin: 0 auto;
    width: 100%;
}

/* @media screen and (min-width: 1350px) {
  .earnings-total {
    overflow-x: hidden;
  }
} */

@media screen and (max-width: 755px) {
    tr.e-tr td {
        min-width: 150px !important;
        width: 300px !important;
    }
    /* .earnings-total-num {
    overflow-x: auto;
    position: initial;
  } */
}

/* @media screen and (max-width: 400px) {
  .earnings-total-num {
    overflow-x: auto;
    position: initial;
  }
} */

.e-tr:not(:last-child) {
    border-bottom-color: rgba(166, 166, 166, 0.5);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

tr.e-tr td {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: var(--black-text);
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-color: rgba(166, 166, 166, 0.5);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.border-btm-0 {
    border-bottom-color: transparent !important;
    border-bottom-width: 0;
    border-bottom-style: solid;
}

.e-aff-lvl {
    background: white;
    border: 2px solid #d6d6d6;
    width: 100%;
    max-width: 100%;
    min-height: 310px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.aff-lvl-img {
    max-width: 150px;
    max-height: 150px;
}

.e-con-rate {
    background: white;
    border: 2px solid #d6d6d6;
    width: 100%;
    height: 100%;
    min-height: 550px;
    /* min-height: 530px; */
    /* min-height: 517px; */
    padding: 10px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.conv-table {
    height: 100%;
    width: 100%;
}

.conv-table td {
    text-align: left;
}

.conv-table td.e-num {
    font-weight: 500;
}

tr.con-rate-titles th {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #b0b0b0;
    width: 120px;
    padding-bottom: 10px;
}

tr.con-rates td {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #b0b0b0;
    width: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    white-space: nowrap;
}

.con-rates,
.con-rate-titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .con-rates,
    .con-rate-titles {
        display: flex;
        align-items: center;
    }

    tr.con-rates td {
        white-space: normal !important;
    }
}

.con-rates:not(:last-child) {
    border-bottom-color: rgba(166, 166, 166, 0.5);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.total-rev {
    background: white;
    border: 2px solid #d6d6d6;
    width: 100%;
    height: 100%;
    min-height: 550px;
    max-height: 550px;
    padding: 20px;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .total-rev {
        min-height: 100% !important;
    }
}

.total-rev-title {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #b0b0b0;
}

#earningsDateIcon {
    width: 18px;
    height: 20px;
    position: relative;
    top: 10px;
    left: 10px;
}

#earningsDateIcon2 {
    width: 20px;
    height: 20px;
    position: relative;
    top: 10px;
    right: 14px;
}

.earnings-table {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
}

.earnings-progress {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    padding: 40px 0;
}

.earningsDet {
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    color: #408b1d;
}

.earningsPercent {
    color: #831b3e !important;
}

.earningsFont {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: var(--black-text);
    margin-bottom: 0px;
    white-space: nowrap;
}

.earningsFontTime {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: var(--black-text);
    opacity: 0.5;
    white-space: nowrap;
}

.earnings-table .table {
    --bs-table-border-color: #b6b6b6 !important;
}

.earningsSum {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #408b1d;
}

.earnings-table .table > tbody {
    vertical-align: middle !important;
}

/*--------------------------------------------------------------
# Integrations
--------------------------------------------------------------*/

.int-sect-title {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: var(--black-text);
}

.int-sect-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: var(--black-text);
}

.intCards {
    border: 1px solid transparent;
    background: transparent;
}

.formsIcon {
    padding: 10px;
}

/*--------------------------------------------------------------
# INTERGRATION FORMS
--------------------------------------------------------------*/

.emcode {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: var(--black-text);
}

.emcode2 {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: var(--black-text);
    letter-spacing: 0.02em;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.emcode3 {
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: var(--black-text);
    opacity: 0.85;
}

.selection {
    padding-top: 50px;
}

.intFormBtn button {
    background: #831b3d;
    border-radius: 50px;
    color: white;
    width: 200px;
    height: 60px;
}

.assetsIntViewBtn {
    border: 2px solid var(--black-text);
    border-radius: 50px;
    height: 38px;
    width: 150px;
    text-align: center;
    padding-top: 5px;
    margin: 10px;
    display: inline-block;
}

div.assetsIntViewBtn a {
    background: none;
    color: #242424;
}

.imgDownload {
    background: #831b3d;
    border-radius: 50px;
    color: white;
    width: 150px;
    height: 38px;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    margin: 10px;
    border: transparent;
}

.imgDownload:hover {
    background: #831b3d;
    color: white;
}

.assetsIntViewBtn:hover {
    border: 2px solid #797979;
}

.assets-banner-imgs {
    border-radius: 20px;
}

.intForms .input-group {
    max-width: 1082px;
    margin: 0 auto;
}
.intFormBtn button:hover {
    background: #831b3d;
    color: white;
}

#copybtn {
    padding: 0px;
    min-width: 40px;
}

.fa-copy {
    padding: 12px;
}

.embed-responsive {
    height: 660px;
}

/*--------------------------------------------------------------
# INTERGRATION VIEW
--------------------------------------------------------------*/

.viewAsset {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;

    padding: 30px 40px;
}

.viewAsset .input-group {
    max-width: 1082px;
    margin: 0 auto;
}

.bannerSelectField {
    width: 89% !important;
}

/*--------------------------------------------------------------
# BANNER INTERGRATION
--------------------------------------------------------------*/

.bannerInt {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    padding: 50px 30px;
}

.bannerContainer {
    background: #f4f4f4;
    border: 2px solid #797979;
    border-radius: 20px;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (min-width: 1082px) {
    .col-lg2-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

/* ============================
INTEGRATIONS : IMAGES
==============================*/
@media screen and (min-width: 1800px) {
    .col2-xxxl-3 {
        flex: 0 0 auto !important;
        width: 30% !important;
    }
}

.int-imgs {
    /* width: 413px; */
    width: 100%;
    height: auto;
    min-width: 345px;
}

.img-library {
    background: white;
    border: 2px solid #d6d6d6;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

.img-library-webform {
    background: white;
    border: 2px solid #d6d6d6;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

.img-library-banner {
    background: linear-gradient(97.09deg, #48c7a2 0%, #92e3a6 100%);
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

.img-library-api {
    background: white;
    border: 2px solid #d6d6d6;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
}

.api-btn {
    border-radius: 0.375rem;
    border: 0 none;
    background: #df2160;
    /* background: #831A3D; */
    color: #f4f4f4;
}

#int-title {
    padding-bottom: 50px;
}

.int-img-left,
.int-img-right {
    flex: 1;
}

.int-img-btn {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #831a3d;
    width: 100px;
    height: 40px;
    background: #f4f4f4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    margin-left: 40px;
}

.img-library-title {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: black;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
}

.img-selection {
    background: white;
    border: 2px solid #d6d6d6;
    max-width: 100%;
    max-height: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.img-selection .row .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-sel-title {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: var(--black-text);
}

.img-sel-p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--black-text);
}

.img-border {
    border: 2px solid #d6d6d6;
    border-radius: 20px;
}

.img-title {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: var(--black-text);
    padding-top: 15px;
    margin-bottom: 0.5rem;
}

.btn-group {
    display: inline-block;
}

.int-view {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #f4f4f4;

    background: #df2160;
    border: 2px solid transparent;
    border-radius: 10px;
    width: 120px;
    height: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.int-download {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #df2160;
    background: transparent;

    border: 2px solid #df2160;
    border-radius: 10px;
    width: 120px;
    height: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.img-stats {
    font-family: "Inter", sansa-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--black-text);
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}

.img-stats:first-child {
    margin-top: 0.75rem;
}

.img-stats:last-child {
    margin-bottom: 0.75rem;
}

.latest-integ {
    background-image: url("/assets/images/latest-integ.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 170px;
    height: 150px;
}

.aff-weekly-img {
    background-image: url("/assets/images/aff-weekly.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 128px;
}

.aff-weekly-ref-img {
    background-image: url("/assets/images/aff-weekly-ref.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 172px;
    height: 150px;
}

.aff-level-img {
    background-image: url("/assets/images/aff-level.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 168px;
    height: 168px;
}

/* ============================
    WEBSITE FORM
 ============================= */

.webform-download {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #f4f4f4;
    background: #df2160;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}

.webform-text-lg {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: var(--black-text);
    margin-bottom: 0;
    padding-bottom: 0;
}

.webform-text-md {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--black-text);
    opacity: 0.85;
}

@media screen and (min-width: 1400px) {
    .webform-pad-70 {
        padding-left: 70px;
        padding-right: 70px;
    }
    .w-200px {
        width: 300px !important;
    }
}

.w-200px {
    min-width: 100px;
    width: 100%;
}

/* .webform-pad-70 {
  padding-left: 20px;
  padding-right: 20px;
} */

.h-6vh {
    height: 6vh;
}

hr.web-hr {
    width: 15vw;
    background-color: #b0b0b0;
    color: #6b6b6f;
    border: 0 none;
    height: 1px;
    opacity: 0.6;
}

.clipboard {
    display: inline-block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black-text);
    background-color: rgba(223, 33, 96, 0.1);
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 100%;
    position: relative;
}

input.clipboard {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: var(--black-text);
    opacity: 0.85;
}

.clipboard:focus,
.clipboard:focus-within {
    outline: 1px solid transparent;
}

.input-group > .clipboard {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.copybtnImg {
    height: 6vh;
}

@media screen and (max-width: 400px) {
    .copybtnImg {
        height: auto !important;
        width: auto !important;
        position: relative !important;
    }

    .clipboard-btn {
        height: 100% !important;
    }

    .clipboard {
        max-height: 61px !important;
        height: 100% !important;
    }

    .h-6vh {
        height: auto !important;
    }

    .settingsData {
        width: 60% !important;
        margin: 0 auto !important;
        padding-bottom: 20px;
    }
}

.clipboard-btn {
    border: 1px solid transparent;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    position: relative;
    transform: translate(-10px, -1px);
}

.webform {
    border: 2px solid #d6d6d6;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.webform-label {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: var(--black-text);
    padding-bottom: 10px;
    padding-top: 10px;
}

.webform-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: #d6d6d6;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}

.webform-control {
    display: block;
    width: 100%;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* ==============================
  SUPPORT
================================ */
.support-header-bg {
    background: white;
    border: 2px solid #d6d6d6;
    min-height: 100px;
    max-width: 100%;
    /* max-height: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.support-header-bg2 {
    background: linear-gradient(97.09deg, #ed6b91 0%, #faa4b7 100%);
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}

.new-q-btn {
    background: #f4f4f4;
    border: 2px solid #f4f4f4;
    border-radius: 15px;
    width: 180px;
    height: 50px;

    font-family: "DM Sans" sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #831a3d;

    display: flex;
    justify-content: center;
    align-items: center;
}

.search-container {
    background: rgba(244, 244, 244, 0.1);
    border: 2px solid #f4f4f4;
    border-radius: 15px;
    width: 250px;
    height: 50px;
    position: relative;
    padding-left: 2px;
}

.magnify-glass {
    width: 22px;
    height: 22px;
}

.search-enter {
    width: 50px;
    height: 50px;
    transform: translate(2px, -2px);
}

.search-control {
    width: 112px;
    background: transparent;
    color: rgba(244, 244, 244, 0.85);
    font-family: "DM Sans", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid transparent;
}

.search-control:focus {
    outline: 1px solid transparent;
}

.search-control::placeholder {
    color: rgba(244, 244, 244, 0.85);
    opacity: 1;
}

.search-control:-ms-input-placeholder {
    color: rgba(244, 244, 244, 0.85);
}
.search-control::-ms-input-placeholder {
    color: rgba(244, 244, 244, 0.85);
}

.status-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--black-text);
    white-space: nowrap;
}

.support-new-container {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: linear-gradient(135deg, #ebebeb 0%, #fff 100%);
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    height: auto;
}

.msg-container {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: linear-gradient(135deg, #ebebeb 0%, #fff 100%);
    padding-left: 40px;
    padding-top: 20px;
    width: 100%;
    height: 100%;
}

.new-msg-title {
    color: var(--black-text);
    text-align: center;
    font-size: 28px;
    font-family: DM Sans, sans-serif;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-msg-text {
    color: var(--black-text);
    text-align: center;
    font-size: 20px;
    font-family: Inter, sans-serif;
    line-height: 30px;
    letter-spacing: 0.4px;
    padding-bottom: 30px;
}

.new-msg-submit {
    border-radius: 10px;
    background: #df2160;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;

    color: #f4f4f4;
    text-align: center;
    font-size: 18px;
    font-family: DM Sans, sans-serif;
}

.new-msg-cancel {
    border-radius: 10px;
    border: 2px solid #df2160;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #df2160;
    text-align: center;
    font-size: 18px;
    font-family: DM Sans, sans-serif;
    background: transparent;
}

.int-img-btn2 {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #831a3d;
    width: 100px;
    height: 40px;
    background: #f4f4f4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    margin-left: 10px;
}

.msg-details-text {
    color: #f4f4f4;
    text-align: right;
    font-size: 28px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
    margin: 4px;
}

.support-bg-container {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: linear-gradient(135deg, #ebebeb 0%, #fff 100%);
    width: 1311px;
    min-width: 100%;
    width: 100%;
    padding: 50px;
}

.msg-bubble {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: #f4f4f4;
    padding: 30px 35px;
}

.msg-bubble-text {
    color: var(--black-text);
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.4px;
    margin-bottom: 0;
}

.msg-sender-position {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: end;
    top: -20px;
    right: -20px;
}

.msg-sender {
    border-radius: 50px;
    border: 2px solid rgba(244, 244, 244, 0.85);
    background: var(--black-text);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.msg-sender-text {
    color: #f9f9f9;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}

.msg-time {
    color: var(--black-text);
    text-align: right;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.36px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 10px;
}

.msg-response-position {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: end;
    top: -20px;
    left: -14px;
}

.resolved-btn-yes {
    border-radius: 10px;
    background: #df2160;
    width: 150px;
    height: 60px;
    color: #f4f4f4;
    text-align: center;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0 none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.resolved-btn-no {
    border-radius: 10px;
    border: 2px solid #df2160;
    color: #df2160;
    background: transparent;
    width: 150px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.q-support-title {
    color: var(--black-text);
    text-align: center;
    font-size: 28px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding-top: 20px;
}

.q-support-subtitle {
    color: var(--black-text);
    text-align: center;
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.support-textarea {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: #f4f4f4;
    min-height: 142px;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
}
/*--------------------------------------------------------------
# ERROR/SUCCESS PAGES
--------------------------------------------------------------*/
.error {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    padding: 50px 0;
}

.error a.errorBtn {
    margin-top: 32px;
    background: #831b3d;
    border-radius: 50px;
    width: 200px;
    height: 60px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
}

.success {
    padding: 30px 30px;
    border: 2px solid #797979;
    border-radius: 10px;
}

.successWrapper {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    padding: 30px;
}

.successWrapper a.errorBtn {
    margin-top: 32px;
    background: #831b3d;
    border-radius: 50px;
    width: 200px;
    height: 60px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
}

/*--------------------------------------------------------------
# ACCOUNT SETTINGS
--------------------------------------------------------------*/

.account {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    padding: 50px 0;
}

.settingsFont {
    color: #f4f4f4;
    text-align: center;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    opacity: 0.6;
    margin-bottom: 0;
}

.settingsFont2 {
    color: var(--black-text);
    text-align: center;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    opacity: 0.6;
    margin-bottom: 0;
}

.accountName {
    color: #f4f4f4;
    text-align: center;
    font-size: 42px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}

.userName {
    color: #f4f4f4;
    text-align: center;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 100;
}

.settingsData {
    color: var(--black-text);
    text-align: center;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 100;
    white-space: normal;
    overflow-wrap: break-word;
}

.editCompDet {
    border-radius: 10px;
    background: #df2160;
    width: 250px;
    height: 50px;
    color: #f4f4f4;
    text-align: center;
    font-size: 18px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    margin: 0 auto;
    border: 0 none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prog-comp-title {
    color: #df2160;
    font-size: 32px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    line-height: 32px;
    padding-top: 30px;
    white-space: normal;
    overflow-wrap: break-word;
}

.prog-stats {
    color: var(--black-text);
    text-align: center;
    font-size: 18px;
    font-family: "Inter", sans-serif;
}

.acct-col {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: linear-gradient(135deg, #ebebeb 0%, #fff 100%);
    height: 100%;
    min-height: 525px;
    min-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.acct-col2 {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: linear-gradient(135deg, #ebebeb 0%, #fff 100%);
    padding: 40px;
    height: auto;
    min-width: 641px;
}

.prog-title {
    color: var(--black-text);
    font-size: 21px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

@media screen and (min-width: 600px) {
    .prog-title {
        font-size: 24px !important;
    }
}

.prog-data {
    color: var(--black-text);
    font-size: 18px;
    font-family: "Inter", sans-serif;
    margin-bottom: 5px;
    margin-top: 5px;
}

.comp-det {
    width: 100%;
    opacity: 1;
    background-color: var(--black-text);
    color: var(--black-text);
    height: 1px;
}

.companyDetails {
    color: var(--black-text);
    text-align: center;
    font-size: 24px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

.userInitials {
    width: 120px;
    height: 120px;
    color: #f4f4f4;
    margin: 0 auto;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #f4f4f4;
    background: rgba(244, 244, 244, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.mb-30px {
    margin-bottom: 30px;
}

.mb-40px {
    margin-bottom: 40px;
}

hr.acct-hr {
    width: 100%;
    background-color: #f4f4f4;
    color: #f4f4f4;
    border: 0 none;
    height: 1px;
    opacity: 1;
}

.acct-info-p {
    color: #f4f4f4;
    text-align: center;
    font-size: 24px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    white-space: nowrap;
}

.acctBtnEdit {
    border-radius: 10px;
    background: #f4f4f4;
    color: var(--black-text);
    text-align: center;
    font-size: 18px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    border: 0 none;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form.passChange input {
    border: none;
    background: transparent;
    text-align: center;
}

.comp-left {
    right: 35%;
    position: relative;
}

.comp-right {
    position: relative;
    left: 20%;
}

.editContainer {
    background: #f4f4f4;
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    padding: 50px 20px 40px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.editContainer form.editForm .fa {
    color: #831b3d !important;
    padding-top: 15px;
}

.editContainer form label {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #831b3d;
    margin-bottom: 10px;
}

.editSavedContainer {
    background: rgba(64, 139, 29, 0.08);
    border: 2px solid rgba(64, 139, 29, 0.35);
    border-radius: 15px;
    display: none;

    height: auto;
    width: 30%;
    margin: 0 auto;
    padding: 28px 39px 28px;
}

.saved {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #408b1d;
}

.editContainer .editForm {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px 0;
}

.editInitials {
    background: #408b1d;
    width: 90px;
    height: 90px;
    color: white;
    margin: 0 auto;
    font-size: 35px;
    border-radius: 100%;
    padding-top: 18px;
    padding-left: 25px;
    margin-bottom: 20px;
}

.editContainer form.editForm input {
    height: 60px !important;
    background: #f4f4f4;
    border: 2px solid rgba(131, 27, 61, 0.85);
    border-radius: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #831a3d;
}

.current-pass {
    background: rgba(0, 0, 0, 0.08) !important;
}

.main-password {
    position: relative;
}

.icon-view {
    position: absolute;
    right: 12px;
    top: 6px;
}

.icon-view2 {
    position: relative;
    right: -76px;
    top: -37px;
}

.forgot-container {
    max-width: 1600px;
    width: 100%;
    padding-right: calc((1.5rem) * 0.5);
    padding-left: calc((1.5rem) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.affiliate-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

#green-title {
    color: #408b1d;
}

#red-title {
    color: #831a3d;
}

.affiliateDetails {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1710px) {
    .anim-width {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1710px) {
    .col2-xxxl-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

.animated-progress {
    min-width: 300px;
    width: 100%;
    height: 20px;
    border-radius: 50px;
    border: 0 none;
    overflow: hidden;
    position: relative;
    background-color: #e3d3d9;
}

.animated-progress span {
    height: 100%;
    display: block;
    width: 0;
    color: rgb(255, 251, 251);
    line-height: 30px;
    position: absolute;
    text-align: end;
    padding-right: 5px;
    background-color: #df2160;
}

.progressWrapper {
    width: 100%;
    align-content: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.nav-item2 a.nav-link:hover {
    color: #242424 !important;
}

/* /////// NEW HEADER CSS */

.homeLanding2 {
    padding-top: 233px;
    height: 100vh;
}

.nav-container {
    padding-left: 100px;
    white-space: nowrap;
}

.affiliateLandingBG {
    background-image: url(/assets/images/homev3.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.income,
.partner,
.landing-msg {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}

#homeLearnMoreBTN {
    background-color: #831a3d;
    color: #ffffff;
    padding: 12px 52px;
    transition: 250ms;
    border-radius: 15px;
    text-decoration: none;
}

#homeSignInBTN {
    background-color: #ffffff;
    color: #831a3d;
    padding: 12px 52px;
    transition: 250ms;
    border-radius: 15px;
    text-decoration: none;
}

.canvas-link a {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: black;
}

.nav-link {
    transition: none;
}

.nav-item2 a.nav-link:hover {
    color: #242424 !important;
}

header {
    /* background-color: white; */
    white-space: nowrap;
}

#logo {
    width: 290px;
}

#registration {
    background: #831a3d;
    border-radius: 10px;
    padding: 12px 52px;
    transition: 250ms;
    color: white;
    margin-left: 20px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

#loginLink {
    color: #831a3d;
}

.canvas-link a {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;

    color: black;
}

.acornBGbutton {
    background: #831a3d;
    color: #ffffff;
}

.acornBGbtn {
    background: #831a3d;
    color: #ffffff;
    width: 200px;
    font-size: 20px;
    padding: 8px 16px;
    border-radius: 10px;
}

.acornBGbtn:hover {
    color: #fff;
    background-color: #424649;
    border-color: #373b3e;
}

.p-forgot {
    color: #91918d;
    font-size: 18px;
    font-family: "Inter", sans-serif;
}

.canvas-link a {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: black;
}

.nav-item a {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #242424;
}

.nav-link {
    transition: none;
}

.nav-item2 a.nav-link:hover {
    color: #242424 !important;
}

#registration {
    background: #831a3d;
    border-radius: 10px;
    padding: 12px 52px;
    transition: 250ms;
    color: white;
    margin-left: 20px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

/* =================================
  DASHBOARD V2
================================= */

/* Your Weekly Referrals Card */
.aff-weekly-refs {
    background: white;
    border: 2px solid #d6d6d6;
    /* min-width: 350px; */
    min-height: 500px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 10px;
    padding-left: 0;
}

.weekly-row-title {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #b0b0b0;
}

.weekly-row-subtitle {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: var(--black-text);
    white-space: nowrap;
    display: flex;
    margin-bottom: 0;
}

.weekly-row-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--black-text);
    margin-bottom: 0;
}

.weekly-row-text2 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--black-text);
    white-space: normal;
    margin-bottom: 0;
    overflow-wrap: break-word;
}

.weekly-row-btn {
    background: #df2160;
    border-radius: 10px;
    border: 1px solid transparent;
    width: 100px;
    height: 40px;
    font-family: DMSans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
}

hr.card-line {
    opacity: 0.2;
    border: 1px solid #b0b0b0;
    width: 96%;
}

.income-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #df2160;
    margin-bottom: 0;
    /* padding-right: 20px; */
}

.start-gap-20 {
    text-align: left;
    gap: 20px;
}

.start-gap-15 {
    text-align: left;
    gap: 15px;
}

.gap-45 {
    gap: 45px;
}

.mobile-navbar {
    display: none;
}

.display-block {
    display: block;
}

.tablet-navbar {
    display: none;
}

@keyframes slide-from-right {
    from {
        right: 100%;
    }
    to {
        right: 50%;
    }
}

.slide-left {
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
    animation-name: slide-from-right;
    animation-duration: 2s;
}

@media screen and (max-width: 1200px) {
    .app {
        padding-left: 0 !important;
    }
    /* Cards */
    .card-aff,
    .aff-earn-sum,
    .aff-weekly-refs,
    .aff-acct-sum {
        width: 100% !important;
        /* height: 100%!important; */
        padding: 15px;
    }
}

@media screen and (max-width: 599px) {
    .content {
        padding: 0 !important;
    }

    /* Cards */
    .card-aff,
    .aff-earn-sum,
    .aff-weekly-refs,
    .aff-acct-sum {
        width: 100% !important;
        /* height: 100%!important; */
        padding: 15px;
    }

    /* Menu */
    .sidebar,
    .menu-toggle {
        display: none;
    }

    /* Fonts */
    .dash-overview {
        font-weight: 500;
        font-size: 28px !important;
        line-height: 28px;
        text-align: center;
        font-family: "DM Sans", sans-serif !important;
    }

    .start-gap-15,
    .start-gap-20 {
        gap: 0 !important;
        flex-wrap: nowrap !important;
    }

    .weekly-row-btn {
        width: 60px !important;
    }

    .card-line {
        width: 100% !important;
    }

    #accountGear,
    #notifs {
        margin: 10px !important;
    }

    .account-notifs {
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mobile-navbar {
        position: fixed;
        bottom: 0;
        width: 100vw;
        height: 80px;
        background: #831a3d;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding-left: 20px;
    }

    .mobile-nav-img {
        max-height: 25px;
        position: relative;
        z-index: 200;
    }

    .border-right {
        border-right-color: rgba(255, 255, 255, 0.6) !important;
        border-right-style: solid !important;
        border-right-width: 0.5px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-active {
        background-color: F4F4F4;
        border-radius: 100%;
        height: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 6px;
        top: 10px;
        position: relative;
        left: 40%;
    }

    .earn-sum-sub,
    .acct-sum-subtitle {
        font-size: 18px !important;
    }

    .earn-sum-text,
    .acct-sum-text {
        font-size: 20px !important;
    }

    #accountGear,
    #notifs {
        width: 30px;
        height: 30px;
        padding-right: 0 !important;
        margin-right: 15px !important;
    }

    #ox-hidden {
        overflow-x: hidden !important;
        /* backdrop-filter: blur(0px);
    -webkit-filter: blur(0px); */
    }
}

@media screen and (min-width: 600px) {
    #ox-hidden {
        /* overflow: unset!important; */
        overflow-x: hidden;
        backdrop-filter: blur(0px);
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}

#accountGear2 {
    width: 45px;
    height: 35px;
}

@media only screen and (min-width: 600px) and (max-width: 1050px) {
    .content {
        padding-left: 150px;
    }

    .tablet-navbar {
        display: block;
        position: fixed;
        left: 0;
        width: 150px;
        /* height: 102vh; */
        height: 100%;
        background: linear-gradient(to bottom, #831a3d, rgba(178, 26, 76), #831a3d);
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        overflow-y: hidden;
        /* transition: height 300ms ease; */
        transition: height 150ms ease;
    }

    .tablet-nav-img {
        position: relative;
        z-index: 200;
    }

    .tablet-active {
        background-color: F4F4F4;
        border-radius: 100%;
        height: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 6px;
        top: 10px;
        position: relative;
        left: 45%;
    }

    /* .card-line {
    width: 90% !important;
  } */
}

@media screen and (min-width: 1400px) {
    .aff-acct-sum {
        width: 100% !important;
        /* height: 100%!important; */
        padding: 15px !important;
    }
}

@media screen and (min-width: 1200px) {
    .gap-45 {
        gap: 10px !important;
    }

    hr.card-line {
        opacity: 0.2;
        border: 1px solid #b0b0b0;
        width: 96%;
    }
}

@media screen and (max-width: 1682px) {
    .aff-earn-sum {
        width: 30%;
    }
}

@media screen and (min-width: 1683px) {
    .col-xxxl-5 {
        flex: 0 0 auto !important;
        width: 40% !important;
    }

    .col-xxxl-2 {
        flex: 0 0 auto !important;
        width: 20% !important;
    }
}

@media screen and (min-width: 1688px) and (max-width: 2300px) {
    .dashboard-overview {
        width: 100%;
    }
}

@media screen and (min-width: 1051px) {
    .d-xxxl-block {
        display: block !important;
    }

    .content2 {
        padding: 0 20px 0 350px !important;
    }
}

@media screen and (min-width: 1800px) {
    .content2 {
        padding: 0 20px 0 400px !important;
    }
}

@media screen and (min-width: 1051px) and (max-width: 1366px) {
    .content {
        padding: 0 0 0 335px !important;
        /* padding: 0 23px 0 342px!important; */
    }

    .aff-acct-sum {
        width: 100% !important;
        /* height: 100%!important; */
    }

    .aff-acct-sum {
        padding: 20px;
    }
}

@media screen and (min-width: 1366px) {
    .col-xxxxl-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 1366px) {
    .flex-wrapping {
        flex-wrap: nowrap !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .col-xxxl-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
    .col-xxxl-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1550px) {
    .col-xxxl-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    .col-xxxl-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media screen and (min-width: 1550px) and (max-width: 1600px) {
    .col-xxxl-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1735px) {
    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media screen and (min-width: 1629px) and (max-width: 1687px) {
    .col-xxxl-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 1550px) and (max-width: 1735px) {
    .col-xxxl-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
    .order-xxxl-0 {
        order: 0 !important;
    }
}

@media screen and (min-width: 1736px) and (max-width: 1841px) {
    .col-xxxl-12 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    .col-xxxl-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
}

@media screen and (min-width: 1736px) and (max-width: 1366px) {
    .order-xxxl-0 {
        order: 0 !important;
    }
}

@media screen and (min-width: 1366px) {
    .order-xxxl-3 {
        order: 3 !important;
    }
}

/* =========================
          Footer
 ========================= */
.footer-container {
    position: relative;
    bottom: 0;
    width: 80%;
}

li.footer-link {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
}

li a.footer-link {
    color: var(--black-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14286rem;
    padding-bottom: 10px;
}

li.footer-text {
    color: var(--black-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14286rem;
    padding-bottom: 10px;
}

hr.light-gray {
    color: #6b6b6f;
}

.footer-copyright {
    color: var(--black-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 0;
}

/* =========================
DASHBOARD
========================== */
.underline #dashLogo img {
    width: 285px !important;
}

.menu-toggle2 {
    border: 1px solid #831a3d;
    border-radius: 10px;
    background-color: #f4f4f4;
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    z-index: 999;
}

@media only screen and (max-width: 1024px) {
    .menu-toggle2 {
        display: block;
        fill: #831a3d;
    }
    .sidebar {
        display: none !important;
    }
}

.sidebar a.active {
    background: transparent;
    display: flex;
    padding-top: 10px;
    padding-left: 10px;
    opacity: 1.1;
    border-radius: 50px;
    color: #831a3d;
    height: 60px;
    width: 338px;
    position: relative;
    align-items: center;
}
.sidebar {
    position: fixed;
    left: 0;
    border: 1px transparent;
    background-color: #ffffff;
    max-width: 470px;
    height: 100vh;
    /* box-shadow: inset -5px -5px 100px 10px rgba(0, 0, 0, 0.2); */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.sidebar::-webkit-scrollbar {
    /* Safari and Chrome */
    display: none;
    background: transparent !important;
}

.change-opacity {
    opacity: 0.2;
    transition: opacity 0.3s ease;
}

.sidebar a.sidebar-select {
    border-radius: 20px;
    position: relative;
    background-image: url("/assets/images/nav-vector.png") !important;
    background-position: center center;
    background-size: cover;
    z-index: 100;
}

.sidebar-select {
    border-radius: 20px;
    position: absolute;
    background-image: url("/assets/images/nav-highlight.svg") !important;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    height: 400px;
    width: 400px;
    right: 0;
    top: 207px;
    color: #831a3d;
}

.active-arrow {
    background-image: url("/assets/images/active-arrow.png") !important;
    position: absolute;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    height: 15px;
    width: 15px;
    left: 65px;
}

.acorn-red {
    color: #831a3d !important;
}

@media screen and (max-width: 500px) {
    .sidebar-select {
        display: none;
    }
}

.dash-side-links ul li a,
.yourdash,
#welcomeback {
    color: #831a3d !important;
}

#welcomeback {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #831a3d;
}

#dashboardName {
    color: white;
}

.nameborder {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 42px;
    line-height: 48px;
    color: #831a3d;
}

.yourdash {
    position: relative;
    left: -10px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    padding: 40px 0 10px 0;
}

.vector-img {
    width: 40px;
    height: 30px;
    margin-right: 10px;
    padding-right: 10px;
    image-rendering: crisp-edges;
}

nav.nav ul li {
    padding-bottom: 20px;
}

.menu a {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

.underline::after {
    border-bottom: 2px solid #831a3d;
    width: 300px;
}

.account-notifs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px;
}

.dash-overview {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 47px;
    color: #831a3d;
}

.card-aff {
    background: white;
    border: 2px solid #d6d6d6;
    min-width: 279px;
    width: 100%;
    min-height: 250px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.aff-lvl {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #b0b0b0;
    padding-bottom: 10px;
}

.lvl {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 40px;
    color: var(--black-text);
    white-space: normal;
    word-wrap: break-word;
}

.lvl-rate {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #b0b0b0;
}

.dash-viewbtn {
    background: #df2160;
    border-radius: 10px;
    border: 1px solid transparent;
    width: 200px;
    max-width: 200px;
    height: 50px;
    font-family: DMSans;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #f4f4f4;
    margin: 0 auto;
    padding: 10px;
    white-space: nowrap;
}

.aff-earn-sum {
    background: linear-gradient(163.01deg, #48c7a2 34.9%, #92e3a6 100%);
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    height: 100% !important;
    /* width: 312px; */
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width: 1200px) {
    .aff-earn-sum {
        position: absolute;
    }
}

.earn-sum-title {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #f4f4f4;
}

.earn-sum-sub {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #f4f4f4;
    opacity: 0.8;
    margin-bottom: 0;
    /* white-space: nowrap; */
}

.earn-sum-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #f4f4f4;
    white-space: nowrap;
}

.dash-view-earn {
    background: #f4f4f4;
    border-radius: 10px;
    border: 1px solid transparent;
    width: 219px;
    height: 50px;
    font-family: DMSans;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: var(--black-text);
    margin: 0 auto;
    padding: 0;
}

#internalFooter {
    width: 100%;
    position: relative;
    bottom: 0;
    max-width: 1500px;
}

@media screen and (max-width: 393px) {
    #internalFooter {
        padding-bottom: 60px;
    }
}

.aff-acct-sum {
    background: linear-gradient(97.09deg, #ed6b91 0%, #faa4b7 100%);
    border: 2px solid #d6d6d6;
    border-radius: 30px;
    width: 300px;
    min-height: 500px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
}

.acct-sum-title {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #f4f4f4;
}

.acct-sum-subtitle {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #f4f4f4;
    opacity: 0.8;
}

.acct-sum-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #f4f4f4;
    word-break: break-word;
}

.dash-side-links a:hover {
    color: white;
    opacity: 0.6 !important;
}

a .acorn-red:hover {
    color: #831a3d !important;
}

#footer-logo {
    padding-right: 10px;
}

.latest-integ-img {
    border-radius: 20px;
    border: 2px solid #d6d6d6;
    /* background: #F4F4F4; */
}

/* =================
REFERRALS
================== */
@media screen and (min-width: 1600px) {
    .d2-xxxl-block {
        display: block !important;
    }
}

.ref-new-container {
    border: 2px solid #d6d6d6;
    background: white;
    min-height: 150px;
    padding: 30px;
}

.ref-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: black;
    text-align: left;
    /* white-space: nowrap; */
}

.ref-subtitle {
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: black;
    opacity: 0.85;
    text-align: left;
    white-space: nowrap;
}

hr.ref-line {
    border-color: #f4f4f4;
    border-style: solid;
    border-width: 1px;
    height: 0px;
    width: 66px;
    rotate: 90deg;
    position: relative;
    transform: translate(10px, 0);
}

hr.ref-line2 {
    border-color: #f4f4f4;
    border-style: solid;
    border-width: 1px;
    height: 0px;
    width: 376px;
    position: relative;
}

.ref-filter-dates {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: black;
    white-space: nowrap;
    margin-bottom: 0;
}

.filter-btn {
    background: #f4f4f4;
    border-radius: 10px;
    width: 100px;
    height: 40px;
    border: 1px solid transparent;

    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #831a3d;

    display: flex;
    justify-content: center;
    align-items: center;
}

.new-ref-btn {
    background: #f4f4f4;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    border: 1px solid transparent;

    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #831a3d;

    display: flex;
    justify-content: center;
    align-items: center;
}

.dates {
    background: #831a3d;
    border: 2px solid #f4f4f4;
    border-radius: 10px;
    width: 160px;
    height: 60px;

    font-family: "DM Sans", sans-serif;
    /* font-style: italic; */
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #f4f4f4;

    display: flex;
    justify-content: center;
    align-items: center;
}

.new-ref-submit {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #f4f4f4;
    background: #df2160;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 30px;
}

.ref-details-container {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: linear-gradient(135deg, #ebebeb 0%, #fff 100%);
    min-height: 150px;
    padding: 30px;
}

.ref-font {
    color: var(--black-text);
    text-align: center;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    opacity: 0.800000011920929;
    margin-bottom: 10px;
}

.ref-name {
    color: var(--black-text);
    text-align: center;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.referralsName {
    color: var(--black-text);
    text-align: center;
    font-size: 42px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 2rem;
}

.referralEmployee {
    color: var(--black-text);
    text-align: left;
    font-size: 32px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.refInitials {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    color: var(--black-text);
    text-align: center;
    font-size: 50px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    border-radius: 120px;
    border: 2px solid #b0b0b0;
    background: rgba(176, 176, 176, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ref-textarea {
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    width: 100%;
    background: transparent;
    padding: 45px 10px 10px 20px;
    color: var(--black-text);
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    height: 100%;
}

label.ref-label {
    color: var(--black-text);
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    text-align: left;
    z-index: 2;
    top: 35px;
    left: 8px;
    overflow-x: scroll;
}

input:focus,
textarea:focus {
    outline: none !important;
    border-color: inherit !important;
}

.ref-delete {
    border-radius: 10px;
    background: #df2160;
    width: 150px;
    height: 60px;
    color: #f4f4f4;
    text-align: center;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0 none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.ref-go-back {
    border-radius: 10px;
    border: 2px solid #df2160;
    width: 150px;
    height: 60px;
    color: #df2160;
    text-align: center;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .int-img-btn {
        margin-left: 20px !important;
    }
}

tr.border_bottom:not(:last-of-type) {
    border-bottom: 1px solid black;
}

/* =================
CONTENT PADDING
=================== */

@media screen and (max-width: 600px) {
    .content2 {
        padding: 0 20px 0 20px !important;
    }
}

.content2 {
    padding: 0 50px 0 200px;
}

/* ======================================
  ACCOUNT INFORMATION
====================================== */
.acct-info {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: linear-gradient(135deg, #ed6b91 0%, #faa4b7 100%);
    min-width: 100%;
    height: auto;
    flex-shrink: 1;
    padding: 40px;
}

.acct-info2 {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: linear-gradient(135deg, #ebebeb 0%, #fff 100%);
    min-width: 100%;
    height: auto;
    flex-shrink: 1;
    padding: 40px;
}

.userInitials2 {
    width: 120px;
    height: 120px;
    color: var(--black-text);
    margin: 0 auto;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 120px;
    border: 2px solid #b0b0b0;
    background: rgba(176, 176, 176, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.accountName2 {
    color: var(--black-text);
    text-align: center;
    font-size: 42px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}

.acct-info-p2 {
    color: var(--black-text);
    text-align: center;
    font-size: 24px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    white-space: nowrap;
}

hr.acct-hr2 {
    width: 100%;
    background-color: #b0b0b0;
    color: #6b6b6f;
    border: 0 none;
    height: 1px;
    opacity: 0.6;
}

.settingsFont2 {
    color: var(--black-text);
    text-align: center;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    opacity: 0.6;
    margin-bottom: 0;
    font-weight: 400;
}

.userName2 {
    color: var(--black-text);
    text-align: center;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.userName2::placeholder {
    color: #b0b0b0 !important;
}

.userName2:-ms-input-placeholder {
    color: #b0b0b0 !important;
}

.userName2::-ms-input-placeholder {
    color: #b0b0b0 !important;
}

input[type="text"].userName2 {
    width: 200px;
    height: 50px;
    padding: 5px 5px;
    border-radius: 10px;
    border: 1px solid #b0b0b0;
    box-sizing: border-box;
    background: transparent;
    color: var(--black-text);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

input[type="text"].userName2:focus {
    outline: transparent !important;
}

input[type="password"].userName2 {
    width: 200px;
    height: 50px;
    padding: 5px 5px;
    border-radius: 10px;
    border: 1px solid #b0b0b0;
    box-sizing: border-box;
    background: transparent;
    color: var(--black-text);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

input[type="password"].userName2:focus {
    outline: transparent !important;
}

.acctBtnSave {
    color: #f4f4f4;
    text-align: center;
    font-size: 18px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    line-height: 18px;
    width: 150px;
    height: 60px;
    border-radius: 10px;
    background: #df2160;
    border: 0 none;
}

/* ===============================
  NOTIFICATIONS
================================ */

.notif-container {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: linear-gradient(135deg, #ebebeb 0%, #fff 100%);
    width: 100%;
    height: 100%;
    display: flex;
}

.notif-settings {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: linear-gradient(135deg, #48c7a2 0%, #92e3a6 100%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.notif-form {
    padding: 10px 40px 30px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.notif-form p {
    padding: 10px;
}

.notif-set-title {
    color: #f4f4f4;
    text-align: center;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 20px;
    padding-top: 30px;
}

.notif-line-hr {
    width: 100%;
    border: 0 none;
    height: 1px;
    opacity: 1;
    color: #f4f4f4;
    background-color: #f4f4f4;
}

.notif-check {
    color: #f4f4f4;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
    white-space: pre-wrap;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="checkbox"].check-btn {
    border-radius: 6px;
    border: 2px solid #f4f4f4;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: transparent;
}

input[type="checkbox"].check-btn:checked::after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #56cda3;
    background-color: white;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notif-save {
    border-radius: 10px;
    background: #f4f4f4;
    width: 150px;
    height: 50px;
    color: var(--black-text);
    text-align: center;
    font-size: 18px;
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
    font-weight: 450;
    border: 0 none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1640px) {
    .notif-container {
        height: 639px;
    }

    .notif-settings {
        width: 416px;
        height: 639px;
    }
}

@media screen and (max-width: 400px) {
    #markasread {
        margin-left: 20% !important;
        margin-top: 20px;
    }

    ul.notif-messages {
        margin-left: 2em !important;
    }

    .support-header-bg {
        height: 170px !important;
        padding-bottom: 20px !important;
    }
}

.tab-item {
    padding: 0 20px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-item.active {
    border-bottom-color: #df2160;
    border-bottom-style: solid;
    border-bottom-width: 5px;
}

a.tab-link.active {
    color: #df2160 !important;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    line-height: 20px;
}

a.tab-link {
    color: var(--black-text);
    text-align: center;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    line-height: 20px;
}

#all-red {
    color: #df2160 !important;
}

.tab-container {
    height: 80px;
}

.h-80 {
    height: 80px;
}

.notif-unread {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#notif-num {
    background-color: #df2160;
    color: #f4f4f4;
    text-align: center;
    width: 30px;
    padding: 3px;
    border-radius: 5px;
    margin-left: 15px;
    margin-bottom: 0;
}

.notif-summary {
    max-height: 100%;
}

.notif-title {
    color: #831a3d;
    font-size: 24px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.notif-msg {
    color: var(--black-text);
    font-size: 18px;
    font-family: "Inter", sans-serif;
    line-height: 28px;
}

ul.notif-messages li {
    position: relative;
}

ul.notif-messages li::before {
    content: "\2022";
    color: #df2160;
    font-weight: bold;
    display: inline-block;
    font-size: 2em;
    position: relative;
    left: -35px;
    top: 36px;
}

ul.notif-messages {
    margin-left: 1.5em;
    padding-right: 1em;
}

.transparentBullet::before {
    color: transparent !important;
}

hr.notif-line {
    width: 90%;
    background-color: #d6d6d6;
    color: #d6d6d6;
    border: 0 none;
    height: 1px;
    opacity: 1;
}

.no-ml {
    margin-left: 0;
}

.notifBtn,
.allRead {
    border: 0 none;
    background: transparent;
    text-align: left;
    padding: 0;
}

.navig-tabs {
    flex: 1 1 0;
}

.nav-tabs {
    border-bottom: 0 none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-color: transparent !important;
}

.nav-item a.nav-link:hover {
    color: #df2160 !important;
    border: 0 none !important;
}

.tab-content {
    height: 44vh;
    overflow-x: hidden;
}

@media screen and (min-width: 1200px) {
    .flex2-row {
        flex-direction: row !important;
    }
}

@media screen and (max-width: 1300px) {
    .tab-item {
        padding: 0 10px 0 10px !important;
    }
}

/* ==============================
  LOGOUT
===============================*/
.logout-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    left: -8px;
    top: 200px;
}

#logout-btn {
    display: none;
}

.btn-none {
    border: 0 none;
    background: transparent;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 450;
    font-size: 24px;
    line-height: 24px;
    color: #831a3d !important;
}

.btn-none:hover,
.btn-none:active,
.btn-none:focus {
    color: white;
    opacity: 0.7;
}

@media screen and (max-width: 850px) {
    .modal-content {
        width: 380px !important;
    }

    .modal-title {
        font-size: 38px !important;
    }

    .modal-dialog {
        margin-left: 12% !important;
        margin-top: 10% !important;
    }
}

@media screen and (min-width: 850px) {
    .modal-content {
        width: 650px;
    }

    .modal-title {
        font-size: 42px;
    }
}

.modal-title {
    /* color: #DF2160; */
    color: #831a3d;
    text-align: center;
    font-size: 42px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    padding-top: 20px;
}

.modal-text {
    color: var(--black-text);
    text-align: center;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.4px;
    opacity: 0.8500000238418579;
    margin-bottom: 0;
}

.modal-content {
    border-radius: 30px;
    border: 2px solid #d6d6d6;
    background: #f4f4f4;
    width: 650px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 0 none;
}

.modal-body2 {
    position: relative;
    /* flex: 1 1 auto; */
    padding: var(--bs-modal-padding);
}

.close-btn {
    border-radius: 10px;
    /* border: 2px solid #DF2160; */
    border: 2px solid #831a3d;
    background: transparent;
    width: 150px;
    height: 60px;
    /* color: #DF2160; */
    color: #831a3d;
    text-align: center;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:focus {
    color: #df2160 !important;
    opacity: 0.8;
}

.logout-style-btn {
    border-radius: 10px;
    /* background: #DF2160; */
    background: #831a3d;
    width: 150px;
    height: 60px;
    color: #f4f4f4;
    text-align: center;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0 none;
}

@media screen and (max-width: 400px) {
    .modal-content {
        width: 280px !important;
        height: 600px !important;
        padding: 10px !important;
    }
}

/* Progress Circle */
@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 147px;
    --fg: #df2160;
    --bg: rgba(131, 26, 61, 0.15);
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(
            closest-side,
            #f4f4f4 80%,
            transparent 0 99.9%,
            #f4f4f4 0
    ),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
}

/* div[role="progressbar"]::before {
  content: '';
  background-image: url(/assets/images/b-level.png);
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 90px;
  display: block;
} */

/* API */
.code {
    background-color: #fcfcfc;
    width: 42vw;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-style: solid;
    border-color: #d1d4d7;
    border-width: 1px;
    color: #212529;
}

.responses {
    width: 42vw;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .code,
    .responses {
        width: 100% !important;
    }
}

@media screen and (min-width: 1700px) {
    .row-cols-xxl2-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
}

/* External Privacy/Cookies */
.privacy-title {
    font-family: "DM Sans", sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 20px;
    padding-bottom: 60px;
    text-align: center;
}

.privacy-subtitle {
    color: #222529;
    font-family: "DM Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    padding-bottom: 20px;
    padding-top: 40px;
}

ol.privacy-ol {
    counter-reset: item;
    padding-top: 10px;
}

li.privacy-li {
    display: block;
    color: #222529;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    letter-spacing: 0.4px;
    padding-bottom: 5px;
}

li.privacy-li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

/* Internal Privacy/Cookies */

.int_privacy-title {
    font-family: "DM Sans", sans-serif;
    color: #831a3d;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.int_privacy-subtitle {
    font-family: "DM Sans", sans-serif;
    color: var(--black-text);
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

ol.int_privacy-ol {
    counter-reset: item;
    padding-top: 10px;
}

li.int_privacy-li {
    display: block;
    color: var(--black-text);
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    letter-spacing: 0.4px;
    padding-bottom: 5px;
}

li.int_privacy-li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

@media screen and (min-width: 574px) {
    .register-overflow-y {
        overflow-y: hidden;
    }
}

/* ==============================
  SIDEBAR SCROLL + LOGOUT FIX
  - .menu was position:fixed (broke sidebar scroll). Now relative + z-index:0
    so it's in flow, anchors absolute children (.active-arrow / .sidebar-select),
    AND establishes a stacking context so z-index:-1 children don't fall
    behind the sidebar background.
  - flex:1 lets .menu fill remaining sidebar height so margin-top:auto on
    .logout-nav pins the button to the bottom (replacing the top:200px hack).
===============================*/
.sidebar .menu {
    position: relative !important;
    z-index: 0;
    height: auto !important;
    flex: 1 1 auto;
}

.logout-nav {
    top: auto !important;
    margin-top: auto !important;
}