/*$Id: $*/
.zod-wave-background {
  background-image: url(../images/background-images/waves-color.bf74b82d955260b9576af9a370f0653d.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 100%;
}
.zod-wave-background .zod-cp-brand {
  position: fixed;
  bottom: 35px;
  right: 35px;
  color: #fff;
  font-weight: 300;
}
.zod-wave-background .zod-cp-brand .zod-app-logo {
  position: relative;
  top: 5px;
  left: 3px;
}

.portalhome_tab {
  background-color: var(--nav-background);
  padding: 0px;
}
.portalhome_tab.with-border {
  height: 58px;
  border-bottom: 1px solid #f5f5f5;
}
.portalhome_tab.without-border {
  height: 8vh;
  border: none;
  background-color: #fff;
}
.portalhome_tab .profile-info {
  width: 200px;
  height: 55px;
  display: inline-block;
  position: relative;
  z-index: 1;
  left: 20px;
  padding: 5px;
}
.portalhome_tab .profile-info .img-container {
  padding: 0px 20px 4px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portalhome_tab .profile-info .img-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.portalhome_tab .classic-style {
  display: inline-block;
  height: 56px;
}
.portalhome_tab .classic-style .s-curve-svg {
  position: absolute;
  left: 0;
  fill: var(--brand-color);
  height: 51px;
}
.portalhome_tab .classic-style .s-curve-svg .cls-1 {
  opacity: 0.6;
}
.portalhome_tab .classic-style .s-curve-svg .cls-1, .portalhome_tab .classic-style .s-curve-svg .cls-2 {
  fill: #fff;
  stroke-width: 0px;
}
.portalhome_tab .classic-style .s-curve-svg.s-large {
  display: block;
}
.portalhome_tab .classic-style .s-curve-svg.s-small, .portalhome_tab .classic-style .s-curve-svg.s-medium {
  display: none;
}
.portalhome_tab .topbar-menu {
  padding-right: 20%;
  padding-top: 17px;
  display: inline-block;
  position: relative;
  left: 50px;
  top: -22px;
}
.portalhome_tab .topbar-menu .menu_label {
  color: var(--nav-text);
  text-transform: uppercase;
  padding: 0px 30px;
  cursor: pointer;
}
.portalhome_tab .topbar-menu .menu_label._zod-active {
  font-weight: var(--nav-text-selected-weight);
  color: var(--nav-text-selected);
  position: relative;
}
.portalhome_tab .topbar-menu .menu_label._zod-active:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 30px;
  width: 16px;
  opacity: 1;
  background: var(--nav-selected-bg);
}
.portalhome_tab .topbar-menu ._sys-more-btn {
  padding-left: 15px;
  color: var(--sys-more-btn-color);
}
.portalhome_tab .topbar-menu ._more-record {
  text-transform: uppercase;
}
.portalhome_tab .topbar-menu._flat {
  padding-top: 40px;
}
.portalhome_tab .topbar-menu._flat .menu_label._zod-active:after {
  top: 25px;
  left: 38%;
  position: absolute;
  width: 0px;
  height: 11px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--nav-background);
  background: transparent;
  opacity: 1;
}
.portalhome_tab .cp-side-bar {
  float: right;
  width: 200px;
}
.portalhome_tab .cp-side-bar.cp-side-bar-fix {
  position: absolute;
  right: 0px;
  top: 0px;
}
.portalhome_tab .cp-side-bar .ph-container {
  margin: 12px 20px;
  float: right;
}
.portalhome_tab .cp-side-bar .zod-signin-btn {
  float: right;
  margin: 31px 25px;
  cursor: pointer;
  padding-left: 0px;
  text-transform: lowercase;
}
.portalhome_tab .cp-side-bar .zod-signin-btn::first-letter {
  text-transform: uppercase;
}
.portalhome_tab .cp-side-bar ._ph {
  cursor: pointer;
}
.portalhome_tab .zod-top-band {
  display: flex;
  padding: 20px;
  width: 100vw;
  height: 8vh;
}
.portalhome_tab .zod-top-band .zod-top-band-logo {
  width: 10%;
  height: 100%;
}
.portalhome_tab .zod-top-band .zod-top-band-logo .cp-logo-container {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.portalhome_tab .zod-top-band .zod-top-band-head {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portalhome_tab .zod-top-band .zod-top-band-head .zod-cp-head-value {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.zod-wave-body {
  min-width: 250px;
}

.model_container {
  position: fixed;
  top: 5px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background-color: #D3D3D3;
  box-sizing: border-box;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.model_container > .model {
  background-color: #ffffff;
  border-radius: 10px;
  width: 700px;
  height: 800px;
  max-width: 100%;
  max-height: 100%;
}
.model_container > .model.signInPage {
  height: 500px;
}
.model_container > .model.signInPage p {
  margin-top: 0px;
}
.model_container > .model .page_items {
  margin-left: 100px;
}
.model_container > .model .page_items > .title.title_description {
  font-weight: normal;
  font-size: 18px;
}
.model_container > .model .page_items > .title.customer_portal_info {
  margin-top: 70px;
}
.model_container > .model .page_items > .title .zod-field-group {
  margin-bottom: 20px;
}
.model_container > .model .page_items > .title .zod-field-group.za-captcha-container .za-captcha {
  margin-top: 10px;
}

.form_group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 100%;
}

.form_field {
  padding-bottom: 6px;
  width: 150%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  color: black;
  padding: 7px 0;
  background: transparent;
}

.form_field::placeholder {
  color: transparent;
}

.form_label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  color: #9b9b9b;
}

.form_field:placeholder-shown ~ .form_label {
  cursor: text;
  top: 20px;
}

.form_field:focus {
  font-weight: 700;
  border-width: 3px;
  border-image: black;
  border-image-slice: 1;
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  color: black;
  font-weight: 700;
}

.zod-parent-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  height: calc(100vh - 98px);
  width: 100vw;
  background-color: #f9f9f9;
  padding-top: 7%;
}
.zod-parent-container ._zod-container {
  background-color: #fff;
  padding-top: 20px;
  border-radius: 6px;
  box-shadow: 3px 2px 2px #dfdfdf;
  width: 70%;
  height: 77%;
}
.zod-parent-container ._zod-container .zod-apps-head {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 10%;
}
.zod-parent-container ._zod-container .zod-apps-head .zod-org-icon ._icon_organization_info_part2 {
  margin-left: -21px;
  font-size: 18px !important;
  color: #4a526b;
}
.zod-parent-container ._zod-container .zod-apps-head ._zod-summary-header {
  font-size: 20px;
  color: #4a526b;
}
.zod-parent-container ._zod-container .zod-apps-list {
  padding: 20px !important;
  gap: 20px;
  width: 100%;
  height: 90%;
  overflow: auto;
}
.zod-parent-container ._zod-container .zod-apps-list .zod-app-card {
  margin: 0px !important;
}
.zod-parent-container ._zod-container .zod-apps-list .zod-app-card > ._zod-content > ._zod-name > span {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.zod-parent-container .zod-loading-blurred-wrap:before, .zod-parent-container .zod-loading-blurred-wrap ._zod-loading {
  right: 0px;
}

._profile-header-wrap .zod-line-sep {
  background: var(--brand-color);
  height: 10px;
  display: block;
}

.zod-app-iframe-container {
  width: 100%;
  height: 100%;
  margin-top: -1px;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #c9c7c7;
  border-right: 1px solid #c9c7c7;
  box-shadow: 0px 20px 15px 5px #c9c7c7;
}

.zod-app-iframe {
  width: 100%;
  height: calc(100% - 56px);
  border: none;
  border-radius: 6px;
}

.signin-iframe {
  width: 100vw !important;
  height: calc(100vh - 58px) !important;
  border: none;
}

.zod-client-portal #crmpluscommonuitopbar {
  padding-left: 0;
}
.zod-client-portal #crmpluscommonuitopbar #topbarlogosection {
  margin-left: 20px !important;
}
.zod-client-portal #crmpluscommonuitopbar #crmpluscommonuitopbaroptionsParent {
  margin-right: 0;
}
.zod-client-portal #crmpluscommonuitopbar #crmpluscommonuisetupicon {
  display: none !important;
}

.zod-portalhome-footer {
  width: 100%;
  height: 40px;
  background-color: #efefef;
  padding: 10px 0px;
  text-align: center;
}
.zod-portalhome-footer .zod-footer-desc b {
  font-size: 12px;
  color: #000;
  text-transform: capitalize;
}

.zod-blank-state-container {
  width: 80%;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zod-blank-state-container .zod-image-area img {
  height: 300px;
  position: relative;
  top: -60px;
}
.zod-blank-state-container .zod-text-area {
  position: relative;
  top: -140px;
  text-align: center;
  color: #555;
}

.rhs-tabs-container._flat.portalhome_tab.with-border {
  background-color: #fff;
  border-bottom: 3px solid var(--nav-background);
}

@media only screen and (max-width: 1000px) {
  .zod-parent-container ._zod-container {
    width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  .zod-parent-container ._zod-container {
    height: 80%;
  }
}
@media only screen and (max-width: 650px) {
  .portalhome_tab .classic-style .s-curve-svg {
    left: -57px;
  }
  .portalhome_tab .classic-style .s-curve-svg.s-medium {
    display: block;
  }
  .portalhome_tab .classic-style .s-curve-svg.s-large, .portalhome_tab .classic-style .s-curve-svg.s-small {
    display: none;
  }
  .portalhome_tab .zod-top-band .zod-top-band-logo {
    width: 20%;
  }
  .portalhome_tab .zod-top-band .zod-top-band-head {
    width: 70%;
  }
  .portalhome_tab .zod-top-band .zod-top-band-head .zod-cp-head-value {
    width: 400px;
  }
  .portalhome_tab .profile-info {
    width: 150px;
    left: 0px;
  }
  .portalhome_tab .cp-side-bar {
    width: max-content;
  }
  ._sidepane {
    width: 100vw !important;
  }
  .zod-parent-container {
    padding-top: 0px;
    align-content: center;
  }
  .zod-parent-container ._zod-container {
    height: 100%;
    width: 100%;
    box-shadow: none;
  }
  .zod-parent-container ._zod-container .zod-apps-list {
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .portalhome_tab .classic-style .s-curve-svg.s-small {
    display: block;
  }
  .portalhome_tab .classic-style .s-curve-svg.s-large, .portalhome_tab .classic-style .s-curve-svg.s-medium {
    display: none;
  }
  .portalhome_tab .zod-top-band .zod-cp-head-value {
    width: 200px !important;
    padding-right: 30px;
  }
  .portalhome_tab .profile-info {
    width: 100px;
  }
  ._sidepane ._zod-profile-wrap ._scrollable ._header-wrap ._profile-dp-section .ph-container {
    width: 40px;
    height: 40px;
  }
  ._sidepane ._zod-profile-wrap ._scrollable ._header-wrap ._profile-dp-section .ph-container ._ph {
    width: 40px;
    height: 40px;
    margin-top: 4px;
  }
  ._sidepane ._zod-profile-wrap._zod-user-profile ._scrollable ._header-wrap ._profile-details-section ._profile-name {
    width: 180px;
  }
  ._sidepane ._zod-profile-wrap._zod-user-profile ._scrollable ._header-wrap ._profile-email > a {
    width: 180px;
  }
}
#iframe-wrapper-signup {
  background: #fff;
  overflow: hidden;
  min-height: 330px;
  width: 100%;
}
#iframe-wrapper-signup button {
  text-transform: uppercase !important;
  letter-spacing: 0.5;
  font-size: 14px;
  font-weight: 600;
  width: max-content;
  height: max-content;
}
#iframe-wrapper-signup .signInTitle {
  font-size: 22px;
  padding: 25px;
  font-weight: 700;
  text-transform: lowercase;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 10;
  font-size: 24px;
  padding: 25px;
  font-weight: 550;
  font-family: "ZohoPuvi", Georgia;
}
#iframe-wrapper-signup .signInTitle::first-letter {
  text-transform: uppercase;
}
#iframe-wrapper-signup .signInTitle.showShadow {
  box-shadow: 0 7px 10px -5px #d9d9d9;
}
#iframe-wrapper-signup form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#iframe-wrapper-signup form .zod-field-group-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#iframe-wrapper-signup form .zod-field-group-grid .zod-field-group {
  margin-right: 0px;
}
#iframe-wrapper-signup form .fieldsContainer {
  max-height: 50vh;
  overflow: auto;
}
#iframe-wrapper-signup .containerCTA {
  width: 100%;
  padding: 25px;
  position: sticky;
  bottom: 0px;
  background: #fff;
}
#iframe-wrapper-signup .containerCTA.showShadow {
  box-shadow: 0 -2px 10px #d9d9d9;
}
#iframe-wrapper-signup .containerCTA .signupbtn .loadingIcon {
  animation: spin 1s linear infinite;
  display: none;
}
#iframe-wrapper-signup .containerCTA .signupbtn .verifyContent {
  display: block;
}
#iframe-wrapper-signup .containerCTA .signupbtn.changeloadbtn {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  padding: 0px;
}
#iframe-wrapper-signup .containerCTA .signupbtn.changeloadbtn .loadingIcon {
  display: block;
}
#iframe-wrapper-signup .containerCTA .signupbtn.changeloadbtn .verifyContent {
  display: none;
}

/*$Id: $*/
.resendotp.nonclickelem {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.4);
}

.zod-cp-body {
  position: relative;
  z-index: 1;
}
.zod-cp-body > ._zod-container {
  box-shadow: 1px 1px rgba(0, 0, 0, 0.04);
  height: 60px;
}
.zod-cp-body > ._zod-container > div {
  display: inline-block;
}
.zod-cp-body > ._zod-container .zod-cp-menu {
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
}
.zod-cp-body > ._zod-container .zod-cp-menu .more-record-list .zod-icons._icon_more_horizontal {
  color: #303030;
}
.zod-cp-body > ._zod-container .zod-cp-menu .more-record-list .menu_label {
  display: inline-block;
  color: #303030;
  padding: 8px 20px 10px;
  margin: -28px 10px 0 0;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
.zod-cp-body > ._zod-container .zod-cp-menu .more-record-list .menu_label:after {
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 20px;
  width: 16px;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
.zod-cp-body > ._zod-container .zod-cp-menu .more-record-list .menu_label.active {
  color: var(--nav-text-selected);
  font-weight: 600;
  text-decoration: none;
}
.zod-cp-body > ._zod-container .zod-cp-menu .more-record-list .menu_label.active > .zod-icons._icon_home_outline {
  font-weight: 600;
}
.zod-cp-body > ._zod-container .zod-cp-menu .more-record-list .menu_label.active:after {
  background: #ffffff;
  opacity: 1;
}
.zod-cp-body .zod-cp-shadow-none {
  box-shadow: none;
  text-align: center;
}
.zod-cp-body .zod-cp-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box {
  height: auto;
  display: block;
  width: 600px !important;
  background-color: #fff;
  box-shadow: 0px 2px 30px rgba(204, 204, 204, 0.4);
  margin: auto;
  z-index: 1;
  overflow-y: hidden;
  margin-top: 30px;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box #_pagination_scrollable {
  padding-bottom: 15px;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box input[type=text] {
  text-indent: 2px !important;
  height: auto !important;
  margin-top: 3px !important;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box input[type=password] {
  text-indent: 2px !important;
  height: auto !important;
  margin-top: 3px !important;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-date-picker .zinputfield {
  width: 100% !important;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-top-field {
  padding: 15px 1px 0px 50px;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-form-head {
  font-size: 22px;
  padding: 25px 50px;
  font-weight: bold;
  text-transform: lowercase;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-form-head::first-letter {
  text-transform: uppercase;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-form-head._colorlist-onscrolled {
  box-shadow: 0px 7px 10px -5px #d9d9d9;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-form-head.zod-before {
  padding: 50px;
  padding-bottom: 25px;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-input-fields .zod-field-group {
  width: 91%;
  margin-bottom: 30px !important;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-input-fields .zod-field-group-grid > .zod-field-group {
  width: 43.5%;
  display: inline-block;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-input-fields .zod-cp-msg-box {
  height: auto;
  background: #fff9dd;
  width: 100%;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-input-fields .zod-cp-msg-box .zod-cp-msg-text {
  display: inline-block;
  width: 89%;
  font-size: 11px;
  padding: 6px 4px;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-input-fields .zod-cp-msg-box .zod-icons._icon_info {
  color: #1691fc;
  display: inline-block;
  padding: 7px;
  vertical-align: top;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-federated-options {
  margin-top: 20px;
  padding: 0px 40px 20px 60px;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-federated-options > .zod-cp-fo-head {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-submit-btn {
  padding: 25px 50px;
  height: 82px;
  position: relative;
  z-index: 11;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-submit-btn > button {
  text-transform: uppercase;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-submit-btn._content-scrolled {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
  padding-top: 20px;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-submit-btn .signupbtn .loadingIcon {
  animation: spin 1s linear infinite;
  display: none;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-submit-btn .signupbtn .verifyContent {
  display: block;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-submit-btn .signupbtn.changeloadbtn {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  padding: 0px;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-submit-btn .signupbtn.changeloadbtn .loadingIcon {
  display: block;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-submit-btn .signupbtn.changeloadbtn .verifyContent {
  display: none;
}
.zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-submit-btn.zod-before {
  padding-top: 0px;
}
@media only screen and (max-width: 600px) {
  .zod-cp-body .zod-cp-container .zod-cp-signup-box {
    box-shadow: none;
  }
  .zod-cp-body .zod-cp-container .zod-cp-signup-box #_pagination_scrollable {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 535px) {
  .zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-form-head {
    padding: 25px 32px;
  }
  .zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-form-head.zod-before {
    padding: 50px 31px 25px;
  }
  .zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-submit-btn {
    padding: 25px 30px;
  }
  .zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-top-field {
    padding-left: 32px;
  }
  .zod-cp-body .zod-cp-container .zod-cp-signup-box .zod-cp-input-fields .zod-field-group-grid > .zod-field-group {
    width: 91%;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.field-msg {
  display: block;
  padding-top: 5px;
}
.field-msg > .jqval-error,
.field-msg > .error {
  display: block;
  color: #C5493C;
}

.za-otp-container .field-msg {
  padding-bottom: 15px;
}

/*$Id: $*/
:root {
  --brand-color: #04adad;
  --image-background: #f5f5f5;
  --nav-background: #fff;
  --nav-text: #333;
  --nav-text-selected: #333;
  --nav-text-selected-weight: 500;
  --nav-selected-bg: #fff;
  --subnav-background: #efefef;
  --subnav-text: #000;
  --subnav-text-selected: #000;
  --link-normal-text: #333333;
  --link-hover-text: #79B4EB;
  --link-selected-text: #4092DF;
  --button-primary-background: #79B4EB;
  --button-primary-hover-bg: #4092DF;
  --button-primary-text: #4092DF;
  --button-primary-hover-text: #4092DF;
  --button-secondary-background: #79B4EB;
  --button-secondary-hover-bg: #4092DF;
  --button-secondary-text: #4092DF;
  --button-secondary-hover-text: #4092DF;
  --sys-more-btn-color: #888;
  --register-btn-color: #ff0000;
}

.primary-btn {
  background: var(--button-primary-background) !important;
  color: var(--button-primary-text) !important;
}
.primary-btn:hover {
  background: var(--button-primary-hover-bg) !important;
  color: var(--button-primary-hover-text) !important;
}
.primary-btn {
  border: 0px !important;
}

.secondary-btn {
  background: var(--button-secondary-background) !important;
  color: var(--button-secondary-text) !important;
}
.secondary-btn:hover {
  background: var(--button-secondary-hover-bg) !important;
  color: var(--button-secondary-hover-text) !important;
}

.link-text {
  color: var(--link-normal-text) !important;
}
.link-text:hover {
  color: var(--link-hover-text) !important;
}
.link-text:active {
  color: var(--link-selected-text) !important;
}

.nav-bar {
  background: var(--nav-background) !important;
  color: var(--nav-text) !important;
}
.nav-bar.active {
  color: var(--nav-text-selected) !important;
  font-weight: var(--nav-text-selected-weight) !important;
  background: var(--nav-selected-bg) !important;
}

.sub-nav-bar {
  background: var(--subnav-background) !important;
  color: var(--subnav-text) !important;
}
.sub-nav-bar.active {
  color: var(--subnav-text-selected) !important;
}

._zod-logo-container {
  background: var(--image-background) !important;
}