﻿/*$text: $tertiary;
$header-text: #000;
$header-bg: #FFF;
$nav-bg: #EADDCA;

$nav-icon-bg: $secondary;
$nav-icon-fill: #FFF;
$nav-icon-bg-active: #FFF;
$nav-icon-fill-active: $secondary;
$nav-icon-text: #000;

$nav-icon-bg-hover: #FFF;
$nav-icon-fill-hover: $primary;

$sub-menu-bg: #83907B;
$sub-menu-text: #FFF;
$sub-menu-bg-hover: $tertiary;
$sub-menu-text-hover: #FFF;
$sub-menu-chevron: #000;*/
@font-face {
  font-family: "GoudyOldStyleBold";
  src: url("../fonts/GoudyOldStyleBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins-regular";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins-bold";
  src: url("../fonts/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SortsMillGoudy";
  src: url("../fonts/SortsMillGoudy-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
/*Customer Overview Model*/
/*Resource Management*/
:root {
  --co-primary: #E0CFB6;
  --co-secondary: #83907A;
  --co-tertiary: #D59E8C;
  --co-tertiary-rgb: 213, 158, 140;
  --co-font-one: Source Sans Pro;
  --co-font-two: Montserrat;
  --co-model-background: white;
  --co-card-header-bg-one: #E0CFB6;
  --co-card-header-bg-two: #2C7FD1;
  --co-card-header-text: white;
  --co-mobile-nav-text: white;
  --co-left-nav-svg: black;
  --co-left-nav-svg-active: white;
  --co-left-nav-text-active: white;
  --co-hover: #E5F3A1;
  --co-svg-background: white;
  --co-left-nav-buttons-bg-active: #E0CFB6;
  --co-buttons: #E0CFB6;
  --co-buttons-light: white;
  --co-buttons-text: white;
  --co-font-aweosme-i: white;
  --co-VolumeBucket-header: #E0CFB6;
  --co-VolumeBucket-header-text: white;
  --co-Rank-success: #53B280;
  --co-Pages-svg: #0D4D50;
  --co-report-bg-header: #83907A;
  --co-rankscorecard-btn-bg: #E2E2E2;
  --co-rankscorecard-btn-active-bg: #E0CFB6;
  --co-rankscorecard-dash: #83907A;
  --resources-documents-accordion: #c2b593;
  --resources-video-accordion: #b99f88;
  --resources-images-accordion: #83907a;
  --resources-group-header: black;
}

header {
  color: #000;
  background: #E0CFB6;
}
header .head-title-wrapper img {
  max-width: 400px;
  width: 85%;
}

#mobile-nav-wrapper #mobile-nav .hamburger-menu {
  color: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
#mobile-nav-wrapper #mobile-nav-menu {
  background: #FFF;
  border: none !important;
}
#mobile-nav-wrapper #mobile-nav-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid #E0CFB6;
}

nav {
  background-color: #F9F8F6;
  /* Handle */
}
nav::-webkit-scrollbar-track {
  background: #F9F8F6;
}
nav::-webkit-scrollbar-thumb {
  background: #F9F8F6;
}
nav .menu-item .sub-menu {
  background: #83907B;
}
nav .menu-item .sub-menu a {
  color: #FFF;
}
nav .menu-item .sub-menu a:hover {
  color: #FFF;
  background: #D59E8C;
}
nav .menu-item .sub-menu:before {
  border-color: transparent #83907B transparent transparent;
}
nav.theme-3 .menu-item.active {
  background: #83907A;
  color: #FFF;
}
nav.theme-3 .menu-item:hover {
  background: #83907A;
  color: #FFF;
}
nav.theme-3 .menu-item:hover .nav-icon {
  --fill-color: #FFF !important;
}
nav.theme-3 .menu-item .sub-menu {
  left: 215px !important;
}

.nav-icon {
  font-family: Roboto-Medium, Roboto;
  fill: #231f20;
  --background-color: #83907A;
  --fill-color: #464646;
  --text-color: #000;
}
.nav-icon.active {
  --background-color: #83907A !important;
  --fill-color: #FFF !important;
  --text-color: #000 !important;
}
.nav-icon:hover {
  cursor: pointer;
  fill: #83907A;
  --background-color: #83907A;
  --fill-color: #FFF;
  --text-color: #000;
}

.theme-3 .menu-item .nav-title {
  font-size: 1em !important;
}

.fa-check {
  color: green !important;
}

#login-page-t2 #theme-container {
  background-image: url("https://files.teqtank.com/420/resources/img/login/banner.jpg");
  background-position: 50% 0;
}
@media (max-width: 767px) {
  #login-page-t2 #form-container:before {
    background-image: url("https://files.teqtank.com/420/resources/img/login/banner.jpg");
    background-position: 50% 0;
  }
}
#login-page-t2 .input-group-text {
  background-color: #E0CFB6;
  color: #FFF;
}
#login-page-t2 .btn[type=submit] {
  background-color: #E0CFB6;
}
#login-page-t2 .btn[type=submit]:hover {
  background-color: rgba(224, 207, 182, 0.75);
}

@media (max-width: 768px) {
  #view-dashboard .group-heading {
    font-size: 1.75em;
    font-weight: 200 !important;
  }
}
#view-dashboard .carousel {
  border: 2px solid #E0CFB6;
}
#view-dashboard .carousel .carousel-inner {
  border-radius: 5px;
}
#view-dashboard .carousel .carousel-inner .carousel-item.item-0 .content-wrapper, #view-dashboard .carousel .carousel-inner .carousel-item.item-1 .content-wrapper {
  justify-content: center;
}
#view-dashboard .carousel .carousel-inner .carousel-item.item-0 .img-wrapper, #view-dashboard .carousel .carousel-inner .carousel-item.item-1 .img-wrapper {
  height: 100%;
}
#view-dashboard .carousel .carousel-inner .carousel-item.item-0 .img-wrapper img, #view-dashboard .carousel .carousel-inner .carousel-item.item-1 .img-wrapper img {
  height: 100% !important;
}
@media (max-width: 992px) {
  #view-dashboard .carousel .carousel-inner .carousel-item.item-0 .img-wrapper img, #view-dashboard .carousel .carousel-inner .carousel-item.item-1 .img-wrapper img {
    opacity: 1 !important;
    object-fit: contain !important;
  }
}
#view-dashboard .carousel .carousel-inner .carousel-item .content-wrapper .carousel-caption {
  color: #E0CFB6;
}
#view-dashboard .carousel .carousel-inner .carousel-item .content-wrapper .btn {
  letter-spacing: 0.05em;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 0.5rem 1.75rem;
  font-size: 1.25rem;
  background-color: #83907B !important;
  color: #000 !important;
}
#view-dashboard .carousel .carousel-inner .carousel-item .content-wrapper .btn:hover {
  filter: brightness(90%);
  border: 1px solid #FFF;
}
#view-dashboard .carousel .carousel-indicators button {
  background-color: #83907A;
}
#view-dashboard .carousel .carousel-control-prev-icon {
  background: #83907A;
}
#view-dashboard .carousel .carousel-control-next-icon {
  background: #83907A;
}
#view-dashboard .card .card-header {
  background-color: #D59E8C;
  color: #FFF;
}
#view-dashboard .card .card-footer {
  background-color: #C2B593;
}
#view-dashboard .widget-volume-card .flip-card-front {
  background: #FFF;
  color: #000;
}
#view-dashboard .widget-volume-card .flip-card-front .footer-container {
  color: #000;
}
#view-dashboard .widget-volume-card .flip-card-front:after {
  background-color: #E0CFB6;
}
#view-dashboard .widget-volume-card .flip-card-back {
  background: #E0CFB6;
}
#view-dashboard .widget-volume-card .flip-card-back:after {
  background-color: #83907B;
}

#view-bonus_V1 #bonus-navigation {
  background-color: rgba(224, 207, 182, 0.7);
}
#view-bonus_V1 #bonus-navigation a {
  color: #D59E8C;
}
#view-bonus_V1 #bonus-navigation a:hover {
  background-color: #83907B;
}
#view-bonus_V1 #bonus-navigation a.active {
  background-color: #83907B;
  color: #FFF;
}

#partial-bonusscorecard_v1 .card .card-header {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#partial-bonusscorecard_v1 .card .card-footer {
  background-color: #E0CFB6;
}
#partial-bonusscorecard_v1 .nav .nav-link {
  color: #83907A !important;
}

#view-ranks #selection-container {
  background-color: #E0CFB6;
}
#view-ranks .dash {
  border-color: #83907A;
}
#view-ranks #visibleRanksContainer .icon-nav {
  color: #E0CFB6;
}
#view-ranks #visibleRanksContainer #rankContainer .active {
  background-color: #E0CFB6;
}

#view-organizationtree .search-wrapper .input-group-text {
  color: #FFF;
}
#view-organizationtree #treetype-dropdown {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#view-organizationtree #orgtree-wrapper .google-visualization-orgchart-node .node-wrapper,
#view-organizationtree #orgtree-wrapper .google-visualization-orgchart-node .node-placement {
  border: 2px solid #83907A;
  background: #E0CFB6;
}
#view-organizationtree #orgtree-wrapper .google-visualization-orgchart-node .node-placement i {
  border: 2px solid #E0CFB6;
}
#view-organizationtree #orgtree-wrapper .google-visualization-orgchart-node .node-wrapper i {
  background: #83907A;
}
#view-organizationtree #orgtree-wrapper .google-visualization-orgchart-nodesel .node-wrapper,
#view-organizationtree #orgtree-wrapper .google-visualization-orgchart-nodesel .node-placement {
  background: rgba(213, 158, 140, 0.15);
}
#view-organizationtree #orgtree-wrapper .google-visualization-orgchart-linebottom {
  border-bottom: 1px solid #83907A;
}
#view-organizationtree .card .card-header {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#view-organizationtree .card .card-footer {
  background-color: #E0CFB6;
}
#view-organizationtree #nav-volumes .sub-head,
#view-organizationtree #nav-detail .sub-head {
  font-family: "poppins-bold";
}
#view-organizationtree #nav-detail .row:nth-child(2n+1) {
  background: rgba(224, 207, 182, 0.25);
}
#view-organizationtree #nav-volumes .row-wrapper .row:nth-child(2n+1):not(#view-organizationtree #nav-volumes .row-wrapper .row.spacer) {
  background: rgba(224, 207, 182, 0.25);
}

#view-waitingroom .waiting-room-container .card .card-header {
  background: #E0CFB6;
  color: #D59E8C;
}
#view-waitingroom .waiting-room-container #downline-list-container ul li a, #view-waitingroom .waiting-room-container #downline-list-container #downline-list-wrapper li a {
  color: #E0CFB6;
}

#view-orderhistory .card .card-header {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#view-orderhistory .card .card-header > div .content .invoice-btn {
  background-color: #83907A;
  color: #D59E8C;
}
#view-orderhistory .card .card-header a {
  color: #D59E8C;
}
#view-orderhistory .card .card-footer {
  background-color: #E0CFB6;
  color: #D59E8C;
}

#view-shop .group-heading {
  color: #E0CFB6;
}
#view-shop .navigation-wrapper {
  color: #E0CFB6;
}
#view-shop .navigation-wrapper a:hover {
  color: #D59E8C;
}
#view-shop .navigation-wrapper a:not(:first-child) {
  border-left: 1px solid #E0CFB6;
}
#view-shop #partial-cartmodal .card .card-body select {
  background-color: #E0CFB6;
}

#view-shop-itemdetail select option {
  background-color: #83907A;
}
#view-shop-itemdetail .accordion .accordion-item {
  border-top: solid 1px #D59E8C;
  border-bottom: solid 1px #D59E8C;
}
#view-shop-itemdetail .accordion .accordion-item .accordion-header .accordion-button {
  color: #D59E8C;
}

#view-shopcart .card .card-header > div .content .invoice-btn {
  background-color: #E0CFB6;
}
#view-shopcart #partial-cart .item-wrapper .item-options select {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#view-shopcart #partial-cart .item-wrapper .item-options span:not(:last-child) {
  border-right: 2px solid #E0CFB6;
}

#view-shopsummary .options-wrapper .ship-items select {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#view-shopsummary .options-wrapper .option-bullet-wrapper:after {
  border-left: 24px solid #E0CFB6;
}
#view-shopsummary .card .card-header {
  background-color: #D59E8C;
}
#view-shopsummary .card .card-footer {
  background-color: #D59E8C;
}

#view-invoice .invoice-header .print-wrapper a {
  color: #E0CFB6;
}

#view-recurring-manager .card .card-header {
  background-color: #D59E8C;
  color: #D59E8C;
}
#view-recurring-manager .card .card-header > div .content .modify-btn {
  color: #D59E8C;
  background-color: #E0CFB6;
}
#view-recurring-manager .card .card-header > div .content .popover-container a {
  color: #D59E8C;
}
#view-recurring-manager .card .card-footer {
  background-color: #D59E8C;
}
#view-recurring-manager .pagination-wrapper a.active {
  background-color: #D59E8C;
  color: #D59E8C;
}

#view-recurring-shop .group-heading {
  color: #E0CFB6;
}
#view-recurring-shop .navigation-wrapper {
  color: #E0CFB6;
}
#view-recurring-shop .navigation-wrapper a:hover {
  color: #D59E8C;
}
#view-recurring-shop .navigation-wrapper a:not(:first-child) {
  border-left: 1px solid #E0CFB6;
}
#view-recurring-shop #partial-cartmodal .card .card-body select {
  background-color: #E0CFB6;
}

#view-recurringcart .card .card-header {
  background-color: #D59E8C;
  color: #D59E8C;
}
#view-recurringcart .card .card-header > div .content .invoice-btn {
  background-color: #E0CFB6;
}
#view-recurringcart .card .card-footer {
  background-color: #D59E8C;
}
#view-recurringcart #partial-cart .item-wrapper .item-options select {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#view-recurringcart #partial-cart .item-wrapper .item-options span:not(:last-child) {
  border-right: 2px solid #E0CFB6;
}

#view-recurringsummary .options-wrapper .ship-items select {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#view-recurringsummary .options-wrapper .option-bullet-wrapper:after {
  border-left: 24px solid #E0CFB6;
}
#view-recurringsummary .card .card-header {
  background-color: #D59E8C;
}
#view-recurringsummary .card .card-footer {
  background-color: #D59E8C;
}

#view-companyreports #report-navigation {
  background-color: rgba(224, 207, 182, 0.7);
}
#view-companyreports #report-navigation a {
  color: #D59E8C;
}
#view-companyreports #report-navigation a.active {
  background-color: #83907B;
  color: #FFF;
}
#view-companyreports #report-navigation a:hover {
  background-color: #83907B;
}

#view-commissions #commission-cards .card .card-header {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#view-commissions #commission-cards .card .card-body.run-detail-container .row:nth-child(2n+1) {
  background: rgba(224, 207, 182, 0.25);
}
#view-commissions #commission-cards .card .card-body.run-detail-container div[class^=col-]:first-child {
  font-family: "poppins-bold";
}
#view-commissions #commission-cards .card .card-footer {
  background-color: #E0CFB6;
}
#view-commissions #partial_periodEarnings .highlight {
  background-color: var(--bs-table-hover-bg);
}
#view-commissions #tbl-bonus-earnings.table-hover > tbody > tr.no-hover:hover {
  --bs-table-accent-bg: var(--bs-table-bg) !important;
}

#view-points #point-cards .card .card-header {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#view-points #point-cards .card .card-footer {
  background-color: #E0CFB6;
}

#view-earnings .chart-header {
  color: #D59E8C;
  background-color: #E0CFB6;
}
#view-earnings .card .card-header {
  background-color: #E0CFB6;
}

#view-resources .card .card-header {
  background-color: #E0CFB6;
  color: #D59E8C;
}
#view-resources .card .card-footer {
  background-color: #E0CFB6;
}

#view-profile #profile-navigation {
  background-color: rgba(224, 207, 182, 0.7);
}
#view-profile #profile-navigation a {
  color: #D59E8C;
}
#view-profile #profile-navigation a:hover {
  background-color: #83907B;
}
#view-profile #profile-navigation a.active {
  color: #FFF;
  background-color: #83907B;
}

#view-stream-ticket,
#view-stream-preevent,
#view-stream-event {
  font-family: "SortsMillGoudy" !important;
}
#view-stream-ticket #header-wrapper,
#view-stream-preevent #header-wrapper,
#view-stream-event #header-wrapper {
  /*background-image: url("https://files.teqtank.com/420/BackOffice/event/launch/HeroBackground.jpg");
  background-position: 50% 100%;
  background-size: cover;*/
  background: #D59E8C;
  padding: 4rem 1rem 4rem 1rem;
}
@media (max-width: 768px) {
  #view-stream-ticket #header-wrapper,
  #view-stream-preevent #header-wrapper,
  #view-stream-event #header-wrapper {
    padding: 4rem 1rem 6rem 1rem !important;
  }
}
#view-stream-ticket #header-wrapper img,
#view-stream-preevent #header-wrapper img,
#view-stream-event #header-wrapper img {
  max-width: 100%;
}
#view-stream-ticket #content-wrapper,
#view-stream-preevent #content-wrapper,
#view-stream-event #content-wrapper {
  /*background-image: url("https://files.teqtank.com/420/BackOffice/event/launch/LiveStreamEventBackground.jpg");
  background-position: 50% 0%;
  background-size: cover;*/
  padding: 2rem 0 !important;
  background: #D59E8C;
}
@media (max-width: 768px) {
  #view-stream-ticket #content-wrapper,
  #view-stream-preevent #content-wrapper,
  #view-stream-event #content-wrapper {
    padding: 2rem 0 !important;
  }
}

#view-stream-event #header-wrapper {
  background-image: url("/img/event/header-bg.png");
  background-position: 50% 100%;
  background-size: cover;
}
#view-stream-event .shop-banner-wrapper {
  position: relative;
  margin-top: 6em;
}
#view-stream-event .shop-banner-wrapper img {
  min-height: 130px;
}
#view-stream-event .shop-banner-wrapper .text-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  padding: 0 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#view-stream-event .shop-banner-wrapper .text-overlay p {
  margin: 0;
}
@media (max-width: 768px) {
  #view-stream-event .shop-banner-wrapper .text-overlay {
    padding: 0 2em;
  }
}

#view-stream-event #stream-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  background: #000;
  margin-top: 4em;
}
#view-stream-event .agenda-container {
  margin-top: 4em;
}
#view-stream-event .agenda-container .a-header {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  #view-stream-event .agenda-container .a-header {
    font-size: 1.75rem;
  }
}
#view-stream-event .agenda-container .agenda-wrapper {
  display: flex;
}
#view-stream-event .agenda-container .agenda-wrapper > div {
  flex: 1 1 0;
}
#view-stream-event .agenda-container .agenda-wrapper .s-header {
  color: #E0CFB6;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  #view-stream-event .agenda-container .agenda-wrapper .s-header {
    font-size: 1.25rem;
  }
}
#view-stream-event .agenda-container .agenda-wrapper .grid-container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-row-gap: 0.5em;
  grid-column-gap: 2em;
}
@media (max-width: 768px) {
  #view-stream-event .agenda-container .agenda-wrapper .grid-container {
    grid-column-gap: 1em;
  }
}
#view-stream-event .agenda-container .agenda-wrapper .grid-container .grid-row {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: auto;
  font-size: 1.75em;
}
@media (max-width: 768px) {
  #view-stream-event .agenda-container .agenda-wrapper .grid-container .grid-row {
    font-size: 1.25em;
  }
}
#view-stream-event .agenda-container .agenda-wrapper .grid-container .grid-row > div:first-child {
  font-weight: bold;
  white-space: nowrap;
}

.svp_video_overlay_tmask,
.svp_video_overlay_tbox {
  left: 50% !important;
  top: 50% !important;
  transform: translate(calc(-50% + 112px), -50%) !important;
}
@media (max-width: 768px) {
  .svp_video_overlay_tmask,
  .svp_video_overlay_tbox {
    transform: translate(-50%, -50%) !important;
  }
}

#page-iace-subscription {
  color: #1f1f1f;
  font-family: "Poppins", sans-serif;
  /* HEADER */
  /* HERO */
  /* WHY JOIN */
  /* CTA FINAL */
  /* Animations */
  /* Responsive */
}
#page-iace-subscription .salmon {
  color: #D8A393;
}
#page-iace-subscription .page-header .brand-mark {
  width: 24px;
  height: 24px;
}
#page-iace-subscription .page-header .brand-text img {
  height: 22px;
}
#page-iace-subscription .page-header .btn {
  font-weight: 600;
}
#page-iace-subscription .hero-offer {
  position: relative;
  z-index: 5;
  background: #fff;
  text-align: center;
  padding-bottom: 0;
  /* phone stack specifically */
}
#page-iace-subscription .hero-offer img {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: 2;
}
#page-iace-subscription .hero-offer img[src*=phones] {
  position: relative;
  z-index: 5;
  margin-top: 3rem;
  margin-bottom: -6rem; /* pulls it into the salmon section */
  pointer-events: none; /* prevent hover clipping */
  filter: drop-shadow(0 12px 25px rgba(0, 0, 0, 0.25));
}
#page-iace-subscription .hero-offer .display-headline {
  font-weight: 800;
  text-transform: uppercase;
}
#page-iace-subscription .hero-offer .eyebrow {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#page-iace-subscription .hero-offer .offer {
  font-size: 1.25rem;
  color: #6e6e6e;
}
#page-iace-subscription .hero-offer .btn-primary {
  color: #FFF !important;
  background: #D8A393;
  border: none;
  font-weight: 700;
  animation: pulse 2.6s infinite;
}
#page-iace-subscription .hero-offer .btn-primary:hover {
  filter: brightness(1.1);
}
#page-iace-subscription .phone-stack-wrap {
  position: relative;
  z-index: 5;
  margin-top: 2rem;
  margin-bottom: -7rem;
  text-align: center;
  pointer-events: none;
}
#page-iace-subscription .phone-stack-wrap #phone-stack {
  display: inline-block;
  position: relative;
  z-index: 10;
}
#page-iace-subscription .phone-stack-wrap #phone-stack .phone-stack-img {
  width: min(820px, 90%);
  height: auto;
  filter: drop-shadow(0 12px 25px rgba(0, 0, 0, 0.25));
  transform-origin: center;
  transition: transform 0.4s ease-out;
}
@media (max-width: 768px) {
  #page-iace-subscription .phone-stack-wrap {
    margin-bottom: -4rem;
  }
  #page-iace-subscription .phone-stack-wrap .phone-stack-img {
    width: min(600px, 95%);
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
  }
}
#page-iace-subscription .what-is-aice {
  color: #FFF;
  position: relative;
  z-index: 1;
  background-color: #D8A393;
  border-radius: 30px 30px 0 0;
  padding-top: 8rem; /* makes space for the overlapping phones */
  /* Outer grid defines both columns and rows */
  /* Grid items adopt parent row structure */
  /* ====== Fallback for browsers that don't support subgrid ====== */
  /* ====== Responsiveness ====== */
}
#page-iace-subscription .what-is-aice.section-salmon {
  position: relative;
  z-index: 1;
  background: #D8A393;
  margin-top: -175px;
  padding-top: 175px;
  padding-bottom: 4rem;
  border-radius: 28px;
}
@media (min-width: 992px) {
  #page-iace-subscription .what-is-aice.section-salmon {
    margin-top: -250px;
    padding-top: 250px;
  }
}
@media (min-width: 1201px) {
  #page-iace-subscription .what-is-aice.section-salmon {
    margin-top: -400px;
    padding-top: 400px;
  }
}
#page-iace-subscription .what-is-aice .section-title {
  text-transform: uppercase;
  font-weight: 900;
}
#page-iace-subscription .what-is-aice .lead {
  max-width: 700px;
  margin: 0 auto 3rem;
}
#page-iace-subscription .what-is-aice .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-template-rows: auto 1fr auto;
  column-gap: 2rem;
  row-gap: 0;
  justify-items: center;
  text-align: center;
}
#page-iace-subscription .what-is-aice .grid-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: start;
  justify-items: center;
  width: 100%;
  max-width: 340px;
}
#page-iace-subscription .what-is-aice .grid-item .media {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1rem;
}
#page-iace-subscription .what-is-aice .grid-item .media .thumb {
  max-width: 140px;
  width: 100%;
  height: auto;
}
#page-iace-subscription .what-is-aice .grid-item .media .thumb-auto {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#page-iace-subscription .what-is-aice .grid-item .media .dual-graphic {
  position: relative;
  height: 100%;
  left: -15%;
}
@media (max-width: 576px) {
  #page-iace-subscription .what-is-aice .grid-item .media .dual-graphic {
    padding-bottom: 35%;
  }
}
#page-iace-subscription .what-is-aice .grid-item .media .dual-graphic .graphic-one {
  height: 65%;
  width: 100%;
  position: relative;
  z-index: 2;
}
#page-iace-subscription .what-is-aice .grid-item .media .dual-graphic .graphic-two {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 45%;
  opacity: 0.85;
  z-index: 1;
}
#page-iace-subscription .what-is-aice .grid-item .caption {
  font-size: 0.95rem;
  line-height: 1.4;
}
#page-iace-subscription .what-is-aice .grid-item .caption strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
@supports not (grid-template-rows: subgrid) {
  #page-iace-subscription .what-is-aice .grid {
    grid-auto-rows: minmax(auto, auto);
  }
  #page-iace-subscription .what-is-aice .grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #page-iace-subscription .what-is-aice .grid-item .media {
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  #page-iace-subscription .what-is-aice .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  #page-iace-subscription .what-is-aice .grid {
    grid-template-columns: 1fr;
  }
}
#page-iace-subscription .why-join {
  background: #fff;
  /* Grid with fixed even column counts */
}
#page-iace-subscription .why-join .section-title {
  color: #D8A393;
  text-transform: uppercase;
  font-weight: 900;
}
#page-iace-subscription .why-join .grid {
  display: grid;
  gap: 2.5rem 2rem;
  justify-items: center;
  align-items: start;
  text-align: center;
  /* --- Desktop: 3 columns --- */
  grid-template-columns: repeat(3, 1fr);
  /* --- Tablet: 2 columns --- */
  /* --- Mobile: 1 column --- */
}
@media (max-width: 992px) {
  #page-iace-subscription .why-join .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  #page-iace-subscription .why-join .grid {
    grid-template-columns: 1fr;
  }
}
#page-iace-subscription .why-join .grid .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#page-iace-subscription .why-join .grid .grid-item .icon {
  width: 56px;
  height: auto;
  margin-bottom: 0.75rem;
  object-fit: contain;
}
#page-iace-subscription .why-join .grid .grid-item .feat-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
#page-iace-subscription .why-join .grid .grid-item .feat-desc {
  color: #6e6e6e;
  font-size: 1.15em;
  line-height: 1.4;
}
#page-iace-subscription .cta-final {
  color: #FFF;
  background: #D8A393;
  padding: 3rem 0 0;
  border-radius: 28px;
}
#page-iace-subscription .cta-final .btn {
  z-index: 9;
  position: relative;
  font-weight: 700;
}
#page-iace-subscription .cta-final .laptop-wrap {
  margin-top: -2rem;
}
#page-iace-subscription .cta-final .laptop-wrap .laptop {
  width: min(680px, 95%);
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.18));
  animation: floatUp 1.2s ease both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-iace-subscription [data-animate] {
  opacity: 0;
}
#page-iace-subscription [data-animate].in-view {
  opacity: 1;
  animation: fadeInUp 0.9s ease both;
}
@media (max-width: 768px) {
  #page-iace-subscription .section-salmon {
    padding: 7rem 0 3rem;
  }
}
@media (max-width: 576px) {
  #page-iace-subscription .hero-offer .display-headline {
    font-size: 1.6rem;
  }
  #page-iace-subscription .cta-panel {
    padding: 1.5rem;
  }
}

#widget-events .event-container .event-wrapper .ev-stripe {
  /*background: $success;*/
}
#widget-events .event-container .event-wrapper .ev-stripe .badge.pulsate {
  color: #d62518;
}

#widget-dataupdate .card-body {
  overflow: hidden;
  padding: 0.5rem 0.25rem 0 0.25rem !important;
}
#widget-dataupdate .card-body .data-container {
  border-radius: 2em;
  background: #F6F6F6;
  padding: 1em;
  position: relative;
  margin-left: 1.75em;
}
#widget-dataupdate .card-body .data-container i {
  color: #83907B;
}
#widget-dataupdate .card-body .data-container:not(:last-child) {
  margin-bottom: 0.5em;
}
#widget-dataupdate .card-body .data-container::before {
  content: "";
  position: absolute;
  left: -1rem;
  height: calc(100% + 0.5em);
  top: 0;
  width: 1px;
  border-left: 2px solid #D59E8C;
}
#widget-dataupdate .card-body .data-container::after {
  content: "";
  font-weight: 400;
  background: #D59E8C;
  color: #392A60;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(-1rem - 6px);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #D59E8C;
}
#widget-dataupdate .card-footer {
  margin-top: 0.5em;
}

#widget-leadershares .card-header {
  font-size: 18px;
}
@media (max-width: 768px) {
  #widget-leadershares .card-header {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
  }
}
#widget-leadershares .notes-wrapper {
  background: rgba(219, 226, 238, 0.3);
  padding: 15px;
}
#widget-leadershares .notes-wrapper i {
  font-size: 2em;
}
#widget-leadershares ol {
  padding-top: 1rem;
  max-height: 250px;
  overflow-y: auto;
}
#widget-leadershares ol li {
  line-height: 1.75em;
}
#widget-leadershares ol li.win {
  color: #B08F0F;
  border: 1px solid #B08F0F;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 0.5em;
  padding-left: 0.75em;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#widget-leadershares ol li i {
  color: #DAA520;
}
#widget-leadershares ol li .share-value {
  color: #999;
  position: relative;
  font-size: 14px;
}
#widget-leadershares .modal .modal-title {
  color: #FFF;
}
#widget-leadershares .modal .modal-body img {
  max-width: 100%;
}

#widget-rankscorecard.guage .card-container .card-content {
  border-color: rgba(192, 179, 135, 0.3019607843);
}
#widget-rankscorecard.guage .card-foot {
  background-color: rgba(192, 179, 135, 0.3019607843);
  color: #000;
}

#widget-leadershares h4 {
  font-size: 16.8px !important;
}
#widget-leadershares svg {
  width: 3em;
  height: 3em;
}

#widget-container-50-1 h4 {
  background-color: #D59E8C;
  color: white;
  padding: 1em;
  font-weight: 800 !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 18.8px !important;
}

#widget-container-50-2 h4 {
  background-color: #D59E8C;
  color: white;
  padding: 1em;
  font-weight: 800 !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 18.8px !important;
}

#widget-streamevent .card-body {
  /* background-image: url('https://files.teqtank.com/420/BackOffice/Banners/LiveStreamTicket_BannerDesktopBackground.jpg');
  background-size: cover;
  background-position: 20% 0;*/
  background: #D59E8C;
}

#cruise-container .card-container {
  border: 1px solid gray;
}
@media (max-width: 405px) {
  #cruise-container .card-container {
    border: none;
  }
}
#cruise-container .card-container .card-body {
  width: 0;
  min-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 405px) {
  #cruise-container .card-container .card-body {
    font-size: 10px;
    padding: 0 !important;
  }
}
#cruise-container .card-container .table-container .header-container tr th {
  background-color: #9b5d98;
  color: white;
}

#cruisePoints-container .card-container {
  border: 1px solid gray;
}
@media (max-width: 706px) {
  #cruisePoints-container .card-container {
    font-size: 10px;
    border: none;
  }
}
#cruisePoints-container .card-container .card-body {
  padding: 10px !important;
}
@media (max-width: 405px) {
  #cruisePoints-container .card-container .card-body {
    font-size: 10px;
    padding: 0 !important;
  }
}
#cruisePoints-container .card-container .card-body table {
  margin-bottom: 0 !important;
}
#cruisePoints-container .card-container .card-body .header-container {
  background-color: #9b5d98;
}
#cruisePoints-container .card-container .card-body .header-container .svg-container svg {
  width: 3em;
  height: 3em;
  --fill-color: #ffffff;
  --line-color: #ffffff;
}
#cruisePoints-container .card-container .table-container .tr-container {
  background-color: #278f99;
}
#cruisePoints-container .card-container .table-container .even-row {
  background-color: #c6eaea;
}
#cruisePoints-container .card-container .table-container .odd-row {
  background-color: #dceeee;
}
#cruisePoints-container .img-container {
  width: 500px;
  height: 400px;
}
#cruisePoints-container .img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1248px) {
  #cruisePoints-container .img-container {
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 300px) {
  #cruisePoints-container .img-container {
    width: 200px;
    height: 100px;
  }
}

#cruise-video-container .card .card-body {
  padding: 0px 0px 5px 0px;
  border-top: none !important;
}
#cruise-video-container .card .card-body .video-wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}
#cruise-video-container .card .card-body .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#view-orderframe .dropdown button img, #view-recurringframe .dropdown button img {
  height: 3em;
}

#widget-refer-three .card-header {
  background-color: #83907A !important;
}
#widget-refer-three .card-header svg {
  width: 3em;
  height: 3em;
  --fill-color: #FFF;
  --line-color: #FFF;
}
#widget-refer-three .card-body .info-container {
  background-color: rgba(192, 179, 135, 0.2);
}
#widget-refer-three .card-body .table-container table thead {
  background-color: rgba(130, 144, 122, 0.3019607843);
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}
#widget-refer-three .card-body .btn-container a {
  background-color: #82907A;
  color: white;
}

@media (max-width: 768px) {
  #view-dashboard #widget-container-5-3 .banner2 .carousel-inner .carousel-item .content-wrapper h1,
  #view-dashboard #widget-container-5-4 .banner2 .carousel-inner .carousel-item .content-wrapper h1 {
    font-size: 3vw !important;
  }
}
@media (max-width: 530px) {
  #view-dashboard #widget-container-5-3 .banner2 .carousel-inner .carousel-item .content-wrapper h1,
  #view-dashboard #widget-container-5-4 .banner2 .carousel-inner .carousel-item .content-wrapper h1 {
    font-size: 5vw !important;
  }
}

body {
  font-family: "poppins-regular";
  color: #000 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "poppins-bold";
}

.btn-primary:not(.default),
.btn-secondary:not(.default),
.btn-tertiary:not(.default),
.btn-danger:not(.default) {
  font-family: "poppins-regular";
  color: black !important;
}

.modal .modal-header {
  background: #E0CFB6;
}
.modal .modal-header .modal-title {
  color: #D59E8C;
  font-family: "poppins-bold";
}

.popover .popover-header {
  color: #D59E8C;
}

.report-wrapper.card .card-header {
  background-color: #E0CFB6;
}
.report-wrapper.card .card-footer {
  background-color: #E0CFB6;
}
.report-wrapper .table-wrapper .list-group-item.active {
  background-color: #E0CFB6;
}

#report-detail-modal #report-details-container #nav-volumes .sub-head,
#report-detail-modal #report-details-container #nav-detail .sub-head {
  font-family: "poppins-bold";
}
#report-detail-modal #report-details-container #nav-detail .row:nth-child(2n+1) {
  background: rgba(224, 207, 182, 0.25);
}
#report-detail-modal #report-details-container #nav-volumes .row-wrapper .row:nth-child(2n+1):not(#report-detail-modal #report-details-container #nav-volumes .row-wrapper .row.spacer) {
  background: rgba(224, 207, 182, 0.25);
}
