/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&display=swap");
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;
}

.font-italic {
  font-style: normal !important;
}

.change-opacity {
  opacity: 0.5;
}

body,
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans";
  background-size: cover;
}

.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;
}

.mainLandingContent {
  left: 50px;
  position: relative;
}

.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;
}

.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;
}
/* NAV BAR */

header {
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #831a3d;
  border-bottom: 3px solid #831a3d;
}

#logo img {
  width: 70%;
}

.navbar {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  flex-wrap: nowrap !important;
}

.navbar .nav-item a.active {
  background: #dfdfdf;
  padding-top: 10px;
  opacity: 1.1;
  border-radius: 10px;
  color: black;
  height: 50px;
}

.nav-item a {
  color: white;
  padding-top: 15px;
}

.dash-side-links a:hover {
  color: black;
  text-decoration: none;
}

.navbar-collapse a:hover {
  color: white;
  text-decoration: none;
}

#registration {
  background-color: #408b1d;
  padding: 12px 52px;
  transition: 250ms;
  color: white;
  border-radius: 50px;
}

.button {
  padding-top: 65px;
}

/* home landing page */

.landing-hero {
  background: #831a3d;
  padding: 50px 200px 100px 250px;
}

.landing-msg {
  max-width: 780px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #f4f4f4;
  opacity: 0.75;
  padding-bottom: 20px;
}

.chart-background {
  max-width: 600px;
  height: auto;
  margin-bottom: -65px;
  background: url(/assets/images/hoverbackground.png);
  background-repeat: no-repeat;
  padding-top: 40px;
  display: inline-block;
  position: relative;
  background-size: contain;
}

.chart-background img {
  display: block;
  transition: transform 0.4s;
}
.chart-background:hover img {
  transform: scale(1.1);
}

.income {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  color: white;
}

.partner {
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  color: #f4f4f4;
}

.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;
}

.chart-container img {
  width: 564px;
  height: auto;
  position: relative;
  top: 30px;
  margin: auto;
}

/* footer */

.bottom-footer {
  padding: 20px 0 20px 0;
  margin: auto;
  max-width: 450px;
  color: #831a3d;
}

footer {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
}

#internalFooter {
  margin: 40px 60px 0 360px;
}

#internalFooter div.footer {
  flex-direction: row;
  justify-content: space-between;
}

.bottom-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #831a3d;
}
.bottom-footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  opacity: 0.85;
  margin: 5px;
}

#footer-logo {
  padding-bottom: 20px;
}

.bottom-info div {
  border-bottom: 1px solid #831a3d;
}

div.footer .col img {
  max-width: 150px;
}

/* HOW DOES IT WORK SECTION CSS*/
.howDoesItWork {
  border-radius: 30px;
  color: #ffffff;
  margin-top: 50px !important;
  background: url(/assets/images/work.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.howDoesItWork .cardContainer {
  padding: 40px 20px 50px 20px;
}

.workTitles {
  padding-top: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}
.captions {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #f4f4f4;
  opacity: 0.75;
}

.leftCard {
  background: rgba(244, 244, 244, 0.6);
  border: 2px solid rgba(131, 26, 61, 0.35);
  border-radius: 30px;
}
.rightCard {
  background: url(/assets/images/maskgroup.png);
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
}

.cardContainer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 40px;
}

.wordsFromPartners {
  background: url(/assets/images/newinfo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(131, 26, 61, 0.35);
  border-radius: 30px;
  margin-right: 30px;
  padding: 20px 20px 20px 20px;
}

.arrow img {
  margin-top: 55px;
}

.carouselDots {
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.carouselDots li {
  padding-right: 30px;
}

.signUpToday {
  background-image: linear-gradient(
      261.4deg,
      rgb(209 50 103 / 55%) 0.39%,
      #891b40 82.08%
    ),
    url("/assets/images/maskgroup.png");
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  padding: 30px 20px 20px 20px;
  color: white;
}

.signUpToday p {
  max-width: 400px;
}

#button {
  background-color: #df2160;
  padding: 12px 52px;
  transition: 250ms;
  color: white;
  border-radius: 15px;
  text-decoration: none;
}

/* MORE INFO START */
.More-Information-subTitle {
  font-weight: var(--sub-title-font-weight-500);
  font-size: var(--sub-title-font-size-24);
  line-height: var(--sub-title-line-height-36);
  letter-spacing: var(--letter-spacing);
  color: var(--color-white);
  opacity: var(--opacity);

  padding: 10px 0 10px 0;
}

.moreInfoTitle {
  font-weight: 700;
  font-size: 60px;
  line-height: 85px;
  letter-spacing: 0.02em;
  color: #f4f4f4;
}

.title {
  font-weight: var(--main-title-font-weight-700);
  font-size: 48px;
  line-height: var(--main-title-line-height-70);
  letter-spacing: var(--letter-spacing);
  color: var(--color-black);
  padding: 50px 0 10px 0;
}

.more-information-context {
  font-weight: var(--sub-title-font-weight-500);
  font-size: var(--context-font-size-20);
  line-height: var(--context-line-height-32);
  letter-spacing: var(--letter-spacing);
  opacity: var(--opacity);
  color: #242424;
}

.affordTitle {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #408b1d;
}

.more-info-cards {
  display: flex;
  justify-content: space-evenly;
  padding: 40px 0 40px 0;
}

.commission {
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #242424;
  opacity: 0.85;
  padding: 30px 0 30px 0;
}

.register-button {
  background-color: #831a3d;
  padding: 12px 52px;
  transition: 250ms;
  color: white;
  border-radius: 50px;
  text-decoration: none;
}

.more-info-cards li {
  list-style-type: none;
  display: inline-block;
  justify-content: space-evenly;
  vertical-align: middle;
}

.card-caption {
  padding-top: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #242424;
  opacity: 0.85;
  max-width: 404px;
  height: auto;
}

.more-info-cards .arrow {
  padding-top: 150px;
}

.infocard {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.nextArrow {
  width: 100%;
  max-width: 40px;
  height: auto;
}

.earnings {
  padding-top: 70px;
}
.cardChair {
  padding-top: 57px;
}

.arrowDown {
  display: none;
}

.affordText {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #242424;
  opacity: 0.75;
}

/* 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-size: cover;
  padding: 25px 25px;
}

button {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form {
  margin: auto;
  max-width: 650px;
  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;
}

#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-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;
}

.mb-3 {
  padding-bottom: 20px;
  text-align: left;
}

#no-account {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #831b3e;
  padding-top: 30px;
}

/* REGISTER  */

.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;
}

.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 (max-width: 1558px) {
  /* .landing-hero {
    text-align: center;
  } */
  .landing-hero {
    padding: 50px 50px 90px 50px;
  }

  #mainLandingContent {
    padding: 0px 50px 40px 50px;
  }

  .mainLandingContent {
    left: 0px;
  }

  .resolved-line::before {
    margin-left: -55px !important;
  }
  .resolved-line::after {
    margin-right: -55px !important;
  }
}

@media screen and (max-width: 1217px) {
  .more-info-cards {
    display: grid;
  }
  .nextArrow {
    display: none;
  }
  .arrowDown {
    display: block;
    position: absolute;
    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 (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: -85px !important;
  }
  .resolved-line::after {
    margin-right: -85px !important;
  }
}

@media screen and (max-width: 1140px) {
  .hidden-icons {
    display: block !important;
    padding-top: 40px;
  }
  .active-icons {
    display: none;
  }
}

/* NAVIGATION MEDIA QUERY HAMBURGER BAR START */

@media (max-width: 991.98px) {
  .chart-container img {
    top: 0;
  }
  .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;
    margin: auto;
    left: -25px;
  }
  .navbar-nav {
    text-align: center;
    position: absolute;
    top: 85px;
    left: 15%;
  }
  .navbar-toggler {
    z-index: 10;
  }
  /* hamburger icon */
  .navbar-toggler-icon {
    width: 2em !important;
    height: 2em !important;
    border: 2px solid #ffffff;
    border-radius: 11px;
  }
}

/* hamburger icon border and stroke color  */
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.navbar-toggler {
  border-color: rgb(255, 255, 255);
}

@media screen and (max-width: 668px) {
  .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;
  }
}
/* MOBILE PHONES */
@media screen and (max-width: 390px) {
  .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;
  }
}

/* NAVIGATION MEDIA QUERY HAMBURGER BAR END */

/*--------------------------------------------------------------
# DASHBOARD GENERAL CSS
--------------------------------------------------------------*/

.sidebar a {
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}

.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: 50px 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.4;
  text-align: left;
  padding-left: 30px;
  margin-bottom: -5px;
}
#dashboardName {
  font-weight: 700;
  font-size: 36px;
  line-height: 57px;
  color: #408b1d;
}
.sidebar-logo {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.underline #dashLogo img {
  width: 85%;
  margin: 0 auto;
  padding: 40px 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: #797979;
  opacity: 0.5;
}

.dropdown a,
a {
  color: #242424;
}
#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-weight: 700;
  font-size: 42px;
  line-height: 57px;
  color: #831a3d;
  padding-bottom: 50px;
}

/* ICON POSITION */
.overviewcard__info img {
  position: relative;
  left: 35%;
}

.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 {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
}

.main-chart {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
  margin: 0 5px 50px 0;
  /* background: url(/assets/images/dashbackgroundstroke.png) cover no-repeat top right; */
}

table {
  background: #f4f4f4;
  border-radius: 30px;
  border-collapse: separate !important;
  padding-left: 30px;
  padding-right: 30px;
}

.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;
}

.top-col {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
  height: 320px;
}
.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-right: 50px;
  height: 320px;
}

.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: #797979;
}
.chartInfo .chartdate {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #797979;
  padding-top: 10px;
  margin-right: 60px;
}

.chart {
  padding: 85px 0 0 15px;
  max-height: 70vh;
}

.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: 700;
  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;
}

.womenphone img {
  border-radius: 25px;
}
.top-col div.assetsimg img {
  width: 140px;
}

.account-badge {
  margin: 30px 20px 30px 50px;
}
.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: #797979;
}
.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;
}

.top-col .assetsbtn {
  display: flex;
  justify-content: center;
}

.top-col .assetsbtn button {
  background-color: #408b1d;
  padding: 12px 52px;
  transition: 250ms;
  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;
}

/*--------------------------------------------------------------
# MEDIA QUERY DASHBOARD
--------------------------------------------------------------*/
.app {
  display: flex;
  min-height: 100vh;
}

.menu {
  padding-left: 100px;
}

.menu a {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 40px;
  margin-bottom: 15px;
}

.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: #fff;
  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 white;
  border-radius: 10px;

  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: 100vh;
}

.dash-side-links {
  flex: 1;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 100px;
}

.logoutlink {
  margin-top: auto;
}

.sidebar .menu {
  margin: 0 -1rem;
}

.content {
  flex: 1 1 0;
  padding: 2rem;
  margin: 0 0 0 360px;
}

.editDateRange {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #408b1d;
  border-bottom: 2px solid #408b1d;
}

@media (max-width: 1199px) {
  .content {
    margin: 0 0 0 285px;
  }
  .sidebar {
    max-width: 300px;
  }
  .dash-side-links {
    padding-left: 48px;
  }
  #welcomeback {
    padding-left: 10px;
  }
  .earningsBtn .viewEarningsDetails {
    position: inherit;
  }
  .chartInfo .chartdate {
    text-align: center;
    margin-right: 0;
  }
  .chartInfo {
    flex-direction: column;
    text-align: center;
  }
  .chart {
    padding: 10px 25px 10px 5px;
  }

  .badgeinfo .view-ref-details {
    width: 200px;
  }
  .top-col .assetsbtn button {
    width: 200px;
  }
  .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 0px 0 295px;
  }
}

@media (max-width: 991px) {
  .table-title .form-group a.support-btn {
    float: left !important;
  }
}

/* sidebar comes out at this width */
@media (max-width: 840px) {
  .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;
  }
  .content {
    padding-top: 8rem;
  }

  .sidebar.is-active {
    left: 0;
  }

  .content {
    padding: 1rem;
  }

  #internalFooter {
    margin: 40px 0px 0 0px;
  }

  .sidebar a.active {
    width: 252px;
  }

  .assets-title {
    text-align: center;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
}

/*--------------------------------------------------------------
# REFERRALS 
--------------------------------------------------------------*/

.ref-overviewcard {
  background: transparent;
  border: none;
}
#ref-view-btn {
  background-color: #831a3d;
  padding: 12px 52px;
  transition: 250ms;
  color: white;
  border-radius: 50px;
  width: 150px;
  margin-bottom: 40px;
  border: none;
}

.yourReferrals {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.calendar {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  height: 100px;
  min-width: 190px;
  padding-bottom: 20px;
}

#cal-icon {
  width: 18px;
  height: 20px;
  position: relative;
  top: 15px;
}

.refcalendarDate {
  background: none;
  border: none;
  font-size: 1.5em !important;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  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: 1.5em;
  line-height: 24px;
  text-align: center;
}

.filterButton {
  border-radius: 30px;
  width: 150px;
  height: 50px;
  margin-top: 55px;
}

.cal {
  margin-top: 25px;
  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: 10px;
}

.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: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 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: #408b1d;
  border-radius: 30px;
  width: 250px;
  height: 50px;
  padding-top: 13px;
  color: white;
  text-align: center;
}
#datatable_length {
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
# NEW REFERRALS
--------------------------------------------------------------*/

.newref {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
  padding: 30px;
  margin-top: 0px;
}

div.addRef p:first-child {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #797979;
}

div.addRef p:last-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #797979;
  opacity: 0.85;
}

.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 button:first-child {
  background: #408b1d;
  border-radius: 6px;
  color: white;
  width: 150px;
  height: 50px;
}
div.refButtons button:last-child {
  border: 2px solid #242424;
  color: #242424;
  height: 50px;
  width: 150px;
}

/*--------------------------------------------------------------
# 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: #797979;
  padding-bottom: 10px;
}
.notes-text-area {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #797979;
  opacity: 0.85;
  padding: 18px 28px 25px 28px;
}
div.refDetailsRow p:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #797979;
  margin-bottom: 1px;
}
div.refDetailsRow p:last-child {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #408b1d;
  margin-bottom: 40px;
}

.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: 50px 30px;
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
}

.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 {
  color: white;
  background-color: #831a3d;
  padding: 12px 52px;
  transition: 250ms;
  border-radius: 50px;
  width: 150px;
  border: none;
}

div.dataTables_wrapper {
  margin-top: 40px;
}

.newref form input.form-control {
  height: 60px;
}
.newref form textarea.form-control {
  height: 60px;
}

.form-control {
  height: 60px !important;
  margin-top: 10px !important;
}

.table-title .form-group a.support-btn {
  float: right;
}

.newSupportMsg .custom-sel {
  width: 293px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  margin: 30px 0;
  color: #242424;
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
  height: 80px;
}

#supportFormArrow {
  position: relative;
  top: 60px;
  right: 95px;
}

/*--------------------------------------------------------------
# View Support
--------------------------------------------------------------*/

.supportQuestionHeader {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.userQuestions {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
  max-width: 1100px;
  margin: 0 auto;
  margin-right: 40px;
}

.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: #797979;
  opacity: 0.85;
}

.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;
}

.questionDate {
  max-width: 1200px;
}

.questionDate p {
  padding-top: 10px;
  display: flex;
  justify-content: right;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #797979;
}

.responseDate {
  display: flex;
  justify-content: flex-start;
  margin-left: 139px;
}

.responseDate p {
  padding-top: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.qrow {
  display: flex;
  align-items: flex-end;
}

.resolved-line {
  position: relative;
  width: 100%;
  color: #797979;
}
.resolved-line::before {
  content: "";
  width: 42%;
  height: 2px;
  background-color: #797979;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -25px;
}
.resolved-line::after {
  content: "";
  width: 42%;
  height: 2px;
  background-color: #797979;
  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: 30px;
  padding-top: 10px;
}

.resolvedBtns .noBtn {
  border: 2px solid #242424;
  border-radius: 6px;
  width: 150px;
  height: 50px;
  padding-top: 10px;
}

/*--------------------------------------------------------------
# EARNINGS
--------------------------------------------------------------*/

.earnings-table {
  /* max-height: 600px;
  overflow: auto;
  display: inline-block; */
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
  height: 460px;
}
.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: #797979;
  margin-bottom: 0px;
}

.earningsFontTime {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #797979;
  opacity: 0.5;
}

.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 
--------------------------------------------------------------*/

.intPreview section {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
  width: 400px;
  height: 300px;
  margin: 15 auto;
}

.intPreview div {
  position: relative;
  top: 20%;
}

/*--------------------------------------------------------------
# INTERGRATION FORMS
--------------------------------------------------------------*/

label {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #797979;
}

.emcode {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #797979;
}
.emcode2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #797979;
  opacity: 0.85;
}

.selection {
  padding-top: 50px;
}

.intFormBtn button {
  background: #831b3d;
  border-radius: 50px;
  color: white;
  width: 200px;
  height: 60px;
}

.assetsIntViewBtn {
  border: 2px solid #797979;
  border-radius: 50px;
  height: 38px;
  width: 150px;
}

.imgDownload {
  background: #831b3d;
  border-radius: 50px;
  height: 38px;
  margin: 15px 0 0 30px;
  color: white;
  width: 150px;
  padding-top: 5px;
}

.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;
}

/*--------------------------------------------------------------
# INTERGRATION VIEW
--------------------------------------------------------------*/

.viewAsset {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;

  padding: 30px 40px;
}

.viewAsset .input-group {
  max-width: 1082px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# 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: 1060px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# 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 {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 30px;
  padding: 50px 0;
}

.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 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #797979;
  margin-top: 40px;
}
.accountName {
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  color: #408b1d;
}

.userName {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #831a3d;
}

.userInitials {
  background: #408b1d;
  width: 150px;
  height: 150px;
  color: white;
  margin: 0 auto;
  font-size: 50px;
  border-radius: 80px;
  padding-top: 30px;
  margin-bottom: 20px;
}

form.passChange input {
  border: none;
  background: #f4f4f4;
  text-align: center;
}
