﻿@charset "UTF-8";
@media only screen and (max-width: 1460px) {
  #shortTitle {
    display: inline;
  }
  #longTitle {
    display: none;
  }
}
@media only screen and (min-width: 1461px) {
  #shortTitle {
    display: none;
  }
  #longTitle {
    display: inline;
  }
}
nav.navbar {
  font-family: "Montserrat", sans-serif;
}
nav.navbar a.selected-language {
  color: #007066 !important;
  font-weight: bold;
}
nav.navbar a.help {
  background-color: #007066 !important;
}

.environment-info {
  display: none;
  font-size: 0.7rem;
  text-align: center;
}
.environment-info a {
  color: black;
}
.environment-info.Local, .environment-info.Dev, .environment-info.Test, .environment-info.Beta, .environment-info.UAT {
  display: block;
}
.environment-info.Local {
  background: rgba(222, 184, 135, 0.7);
}
.environment-info.Dev {
  background: rgba(238, 232, 170, 0.7);
}
.environment-info.Test {
  background: rgba(255, 160, 122, 0.7);
}
.environment-info.Beta {
  background: rgba(230, 230, 250, 0.7);
}
.environment-info.UAT {
  background: rgba(173, 216, 230, 0.7);
}

.navbar-brand {
  color: #007066 !important;
  font-weight: bold;
  font-family: "Merriweather", serif;
  font-size: 20px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #FFDF1C !important;
}

.navbar-brand:hover {
  color: #007066 !important;
}

.logo-img {
  max-width: 84px;
}

.container {
  max-width: 1400px;
}

.navbar-nav {
  flex-direction: inherit !important;
}

.nav-item {
  padding-left: 10px;
  padding-right: 10px;
}

#login_id {
  background-color: rgba(0, 112, 103, 0.7215686275);
  border: 3px solid #fff;
  border-radius: 35px;
  padding: 40px 40px;
  width: 100%;
  max-width: 450px;
  margin-block: 20px;
}

#account {
  min-width: 300px;
}

#account h2 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

#account h1 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-family: "Merriweather", serif;
  font-weight: bold;
}

.linkPages a {
  color: #F7EFDB !important;
  margin-block: 15px;
}

.checkbox {
  color: #F7EFDB;
}

#forgotPassword h2 {
  color: #fff;
  text-align: center;
}

#forgotPassword {
  background-color: rgba(0, 112, 103, 0.7215686275);
  border: 3px solid #fff;
  border-radius: 35px;
  padding: 40px 40px;
}

#resendEmail {
  background-color: rgba(0, 112, 103, 0.7215686275);
  border: 3px solid #fff;
  border-radius: 35px;
  padding: 40px 40px;
}

#resendEmail h2 {
  color: #fff;
  text-align: center;
}

#policy {
  text-align: center;
  color: #007066;
  font-family: "Montserrat", sans-serif;
}

.dashboard_envelop {
  background-color: rgba(0, 112, 103, 0.7215686275);
  border: 3px solid #fff;
  border-radius: 35px;
  padding: 40px 40px;
  width: auto;
  margin: 60px;
  min-height: 550px;
  margin-block: 20px;
  position: relative;
}

.nav-link {
  padding-top: 0;
}

@media only screen and (min-device-width: 480px) {
  .dashboard_envelop {
    max-width: 450px;
    min-width: 450px;
  }
}
.envelop_button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.logout-header {
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding-block: 10px;
}

.logout-subtitle {
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding-block: 20px;
}

#template_standard_log-out {
  background-color: rgba(0, 112, 103, 0.7215686275);
  border: 3px solid #fff;
  border-radius: 35px;
  padding: 40px 40px;
  margin-block: 20px;
}
#template_standard_log-out button {
  margin: 10px;
}

.login-register {
  height: 100%;
}
.login-register .green hr {
  color: #fff;
  height: 3px;
}

#register_id {
  background-color: rgba(0, 112, 103, 0.7215686275);
  border: 3px solid #fff;
  border-radius: 35px;
  padding: 40px 40px;
  width: 100%;
  max-width: 450px;
  margin-block: 20px;
}

#registerForm h2 {
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

#registerForm h1 {
  color: #fff;
  font-size: 32px;
  font-family: "Merriweather", serif;
  font-weight: bold;
  text-align: center;
}

.green {
  background-color: rgba(0, 112, 103, 0.7215686275);
  padding: 40px;
  top: 0px;
  bottom: 0px;
  left: inherit;
  right: 0px;
  min-height: 71vh;
}

.header_description {
  font-size: 25px;
  font-family: "Merriweather", serif;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: justify;
}

.description {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  overflow-y: auto;
  font-size: 15px;
  text-align: justify;
  max-height: 50vh;
}

.description a {
  color: #F7EFDB !important;
}

.description p {
  margin-right: 20px;
}

.question {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}

.btn-primary a {
  color: #007066 !important;
  text-decoration: unset !important;
}

.first_step {
  text-align: center;
  margin: 40px auto;
}

.checkbox_description {
  color: #007066;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  text-align: justify;
  font-weight: bold;
  margin-top: 20px;
}
.checkbox_description label {
  margin-left: 5px;
}

.confirm_mail {
  width: 90%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: justify;
  max-width: 800px;
  text-justify: auto;
}
.confirm_mail a {
  color: #F7EFDB;
}

.policy {
  color: #F7EFDB;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-align: justify;
}

.policy a {
  color: #fff;
}

#termsBtn {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

#privacyBtn {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.popup-form {
  height: 100%;
}

.overlay {
  height: 100%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  scroll-behavior: auto;
}

.overlay-box {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 6px solid #007066;
  margin-top: 10px;
  margin-bottom: 10px;
}

.overlat-box-content {
  position: relative;
  height: 100%;
  padding: 80px 40px 30px 60px;
}

.overlay-content {
  padding: 20px 30px;
  height: inherit;
  display: block;
  overflow-y: auto;
}

.popup-contents {
  color: #00433D;
  font-family: var(--bs-font-sans-serif);
  max-height: 75vh;
  text-align: justify;
}
.popup-contents h2 {
  color: #007066;
  font-weight: bold;
}
.popup-contents h3 {
  color: #007066;
  font-weight: bold;
}
.terms-buttons {
  margin: 15px 0;
}

.popup-background {
  position: fixed;
  top: 0;
  height: 100%;
  display: none;
  background-color: rgba(0, 112, 103, 0.7215686275);
  z-index:100;
}
.popup-background .close-popup-button {
  font-size: 1rem;
  float: right;
  margin: 1rem;
  padding: 0.5rem;
  border-radius: 3rem;
  color: #007066;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

@media only screen and (min-device-width: 480px) {
  .overlay {
    display: flex;
    margin-left: 120px;
    margin-right: 120px;
  }
}
a.btn-primary {
  display: inline-block;
  text-decoration: none;
  padding-top: 7px;
}

.btn-primary {
  background-color: #FFDF1C !important;
  border: none;
  color: #007066 !important;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  min-height: 40px;
  height: auto;
  text-transform: uppercase;
}

.btn-secondary {
  background-color: #fff !important;
  border: 3px #007066 solid !important;
  color: #007066 !important;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  min-height: 40px;
  height: auto;
  text-transform: uppercase;
}

.page_header {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #007066;
  font-weight: bold;
  margin-block: 20px;
  padding: 10px;
  font-size: 25px;
}

.subtitle_header {
  text-align: center;
  color: #007066;
  font-family: "Montserrat", sans-serif;
}

.text-danger {
  display: block;
  color: #A52A2A !important;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.confirmation {
  text-align: center;
  color: #007066;
  font-family: "Montserrat", sans-serif;
}

#template_standard {
  background-color: rgba(0, 112, 103, 0.7215686275);
  border: 3px solid #fff;
  border-radius: 35px;
  padding: 40px 40px;
  max-width: 800px;
}

.form-control {
  height: 50px !important;
}
.fixFrenchCutoff {
    max-width:100vw;
}

.password-toggle-icon {
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.password-toggle-icon i {
        font-size: 18px;
        line-height: 1;
        color: #333;
        transition: color 0.3s ease-in-out;
        margin-bottom: 20px;
 }
.barr {
  color: #007066;
  border-left: 2px solid #007066;
  margin-left: 20px;
  padding-left: 20px;
  align-items: center;
  height: 80%;
}

.header_logo {
  max-width: none !important;
}

.form-control:disabled {
  background-color: silver;
}

.form-floating {
  margin-bottom: 20px;
}

.space_standard {
  margin-block: 20px;
}

.header_profile {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  font-size: 25px;
  text-shadow: 4px 4px black;
}

.subTitle_profile {
  font-family: "Merriweather", serif;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 112, 103, 0.7215686275);
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 20px 20px;
  font-size: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.subTitle_profile hr {
  height: 3px;
}
.subTitle_profile li:last-child {
  margin-top: 20px;
}
.subTitle_profile a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
.subTitle_profile a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
.subTitle_profile a:hover::before {
  margin-right: 10px;
  content: "➤";
}
.subTitle_profile a.active {
  background-color: unset !important;
}
.subTitle_profile a.active::before {
  margin-right: 0;
  content: none;
}
.subTitle_profile a.active::after {
  margin-left: 20px;
  content: "➤";
}

.subTitle_profile p {
  text-align: center;
}

#profile_content {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background-color: rgba(0, 112, 103, 0.7215686275);
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
}

#profile_content h3 {
  font-family: "Merriweather", serif;
  font-weight: bold;
}

#profile_content p {
  color: black !important;
}

#delete {
  font-family: "Montserrat", sans-serif;
  width: 97% !important;
  border-radius: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  height: 40px;
  text-transform: uppercase;
  padding: 5px 0px;
  border: none;
}

.form-floating label {
  color: black;
}

#personal_data p {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
}

#profile-form {
  margin-block: 16px;
}

#change-password-form {
  margin-block: 16px;
}

.row-data {
  margin-block: 15px;
}

@media only screen and (max-device-width: 480px) {
  .row-data {
    display: grid !important;
  }
  .subTitle_profile {
    margin-right: unset;
  }
}
#dashboard {
  font-family: "Montserrat", sans-serif;
  color: #007066;
}

.programs-container {
  background: #F7EFDB;
  border-radius: 20px;
  margin-top: 130px;
}

.cell.programs-content {
  padding: 40px;
}

.header_description .sub-header {
  font-size: small;
}

.help.page {
  margin-top: 40px;
}
.help.page .panel-default {
  background-color: beige !important;
  color: #2E5D59 !important;
  height: auto !important;
  margin: 0 auto !important;
  text-align: left !important;
  border-radius: 10px !important;
  margin-bottom: 1.5rem !important;
  font-family: "Montserrat", sans-serif !important;
  width: 90% !important;
}
.help.page .panel-heading {
  background-color: #66A9A3 !important;
  color: #fff;
  text-align: left !important;
  font-family: "Montserrat", sans-serif !important;
  padding: 10px 15px;
  border-radius: 8px;
}
.help.page .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: white !important;
  text-decoration: unset !important;
}
.help.page .panel-body {
  padding: 15px;
}
.help.page h4.panel-title a {
  display: block;
  color: white !important;
  text-decoration: unset !important;
}
.help.page h4.panel-title a::after {
  float: right;
  font-weight: bold;
  font-size: 1.2em;
}
.help.page h4.panel-title a[aria-expanded=false]::after {
  content: "+";
}
.help.page h4.panel-title a[aria-expanded=true]::after {
  content: "-";
}

.config_envelop {
  background-color: rgba(0, 112, 103, 0.7215686275);
  border: 3px solid #fff;
  border-radius: 35px;
  padding: 80px 80px;
  width: 50%;
  margin: auto;
  font-family: "Montserrat", sans-serif;
}

.config_subtitle_header {
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.config_body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.config_body h3 {
  color: #FFDF1C !important;
  text-align: center;
}

.error_page {
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
}

.error_page p {
  color: #fff;
}

.error_page code {
  color: #fff;
}

.text-error {
  display: block;
  color: #A52A2A !important;
  border-radius: 3px;
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

footer div[class^=btn-] {
  float: left;
  margin-top: 10px;
}
footer div[class^=btn-] button {
  font-size: 15px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
  height: auto;
  min-height: 40px;
  width: 300px;
}
footer div.arrow {
  float: left;
  margin-left: 20px;
  position: absolute;
  bottom: 15px;
  left: 315px;
}

.btn-check-out button {
  background-color: #318558;
  border: 2px solid #F7EFDB;
  color: #F7EFDB !important;
  position: absolute;
  bottom: 30px;
}

.btn-join-program button {
  background-color: #86AA3F;
  border: 2px solid #F7EFDB;
  color: #F7EFDB !important;
  position: absolute;
  bottom: 30px;
}

.btn-need-help button {
  background-color: #FFDF1C;
  border: 2px solid #F7EFDB;
  color: rgba(0, 112, 103, 0.7215686275) !important;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
}

.footer-segment {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 19px;
  text-align: justify;
  padding: 30px 30px 55px 30px;
  position: relative;
}
.footer-segment.check-out {
  background-color: rgba(49, 133, 88, 0.7215686275);
}
.footer-segment.join-program {
  background-color: rgba(134, 170, 63, 0.7215686275);
}
.footer-segment.contact-dates {
  background-color: rgba(194, 197, 46, 0.7215686275);
}
.footer-segment.contact-dates p:first-of-type {
  margin-bottom: 0;
}

.text-footer {
  color: #FFDF1C;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #2E5D59;
  padding-block: 8px;
}

.text-footer p {
  margin-top: unset;
  margin-bottom: unset;
}
.text-footer span {
  margin: 0 10px;
  cursor: pointer;
}

a.emailFooter {
  text-decoration: unset !important;
  color: #fff !important;
}

.number a {
  text-decoration: unset !important;
  color: #fff !important;
}

.email-footer a {
  text-decoration: unset !important;
  color: #fff !important;
}

.info-contact {
  margin-bottom: 20px;
}

.cam-layout h1 a:link {
  text-decoration: inherit;
  color: inherit;
}
.cam-layout h1 a:visited {
  text-decoration: inherit;
  color: inherit;
}
.cam-layout .user.index input[type=search] {
  text-align: center;
  font-weight: bold;
}
.cam-layout .user.index input[type=search]:focus {
  text-align: left;
}
.cam-layout .user.index input[type=search]:focus::placeholder {
  color: transparent;
}
.cam-layout .user.index p.or {
  margin-top: 10px;
  text-align: center;
}
.cam-layout .user.index #user-list table {
  background-color: white;
}
.cam-layout .user.view {
  width: 80%;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.cam-layout .user.view h3 {
  margin-top: 20px;
}
.cam-layout .user.view h3 .sub-header {
  font-size: small;
}
.cam-layout .user.view .row {
  margin-top: 10px;
}
.cam-layout .user.view .value {
  font-weight: bold;
}
.cam-layout .user.view button.copy-click {
  border-radius: 5px;
  font-weight: bold;
}
.cam-layout .user.view a.back, .cam-layout .user.view button.send {
  width: 300px;
  height: 100%;
}
.cam-layout .user.view input#phoneNumber.form-control-plaintext {
  outline: none;
  width: unset;
  font-weight: bold;
}
.cam-layout .user.create {
  width: 80%;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.cam-layout .user.create .row {
  margin-top: 10px;
}
.cam-layout .user.edit {
  width: 80%;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.cam-layout .user.edit .row {
  margin-top: 10px;
}
.cam-layout .user.send {
  width: 80%;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}

#profile_content .enable-authenticator.page p {
  color: white !important;
  text-align: left;
}
#profile_content .enable-authenticator.page p a {
  color: white;
}
#profile_content .enable-authenticator.page .alert-info a {
  color: blue;
}
#profile_content .enable-authenticator.page #qrCode {
  padding: 20px;
  text-align: center;
}
#profile_content .enable-authenticator.page #qrCode img {
  display: inline-block !important;
}

.two-factor-authentication.page .authenticator.action-links a, .two-factor-authentication.page .authenticator.action-links button {
  margin-bottom: 20px;
}

.login-with-2fa.page {
  margin-top: 40px;
}
.login-with-2fa.page #profile_content p {
  color: white !important;
}
.login-with-2fa.page #profile_content p a {
  color: white;
}
.login-with-2fa.page .recovery-code-info {
  margin-top: 20px;
}

.login-with-recovery-code.page {
  margin-top: 40px;
}
.login-with-recovery-code.page #profile_content p {
  color: white !important;
}
.login-with-recovery-code.page #profile_content p a {
  color: white;
}
.login-with-recovery-code.page .recovery-code-info {
  margin-top: 20px;
}

.help-popup-button {
  cursor: pointer;
}

.help-popup-content {
  display: none;
  text-align: left;
  margin-top: 5px;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

footer {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  background-image: url(/images/Bg-Image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  margin: 0px;
  overflow-x: hidden;
}
