@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #F6F6F6;
}

body *:focus {
    outline: none;
}

.loading {
    display: none!important;
}

h1,h2,h3,h4,h5 {
    font-family: 'Montserrat', sans-serif;
    color:  #3A3838;
    margin: 0;
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    text-align: left;
}

h2 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 132%;
    text-align: left;
}

h3 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.2px;
}

h4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 146%;
}

h5 {
    font-size: 1.25rem;
}

.error {
    color: #D81435;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: normal;
}

.hidden {
    display: none!important;
}

.form-card-description {
    color: #000;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #3A3838;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 156%;
    letter-spacing: 0.25px;
    margin: 0;
}


.link {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.25px;
    cursor: pointer;
}

.link.link-blue {
    text-decoration-line: underline;
    color: #4877F5;
    font-weight: bold;
}

.txt-red {
    color:  #DF3321;
}


input {
    background: #F8F9FE;
    border: 2px solid #E5E6ED;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    padding: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #3A3838;
    font-weight: 600;
    line-height: 156%;
    letter-spacing: 0.25px;
    margin-bottom: 10px;
}

input::placeholder {
    font-size: 15px;
    color: #A2A2A2;
}

input:focus, input:active {
    background: #FFFFFF;
    border: 2px solid #5181FD;
    box-shadow: 0px 0px 0px 4px #ecf1f4;
    border-radius: 4px;
    outline: none;
}

.btn {
    border: none;
    border-radius: 4px;
    padding: 8px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    cursor: pointer;
}

button:focus {
    outline: none;
}

.btn.btn-md {
    width: 100%;
}

.btn.btn-white {
    background: #FFFFFF;
    color: #DF3321;
    box-shadow: 0px 100px 80px rgba(239, 239, 239, 0.07), 0px 41.78px 33.42px rgba(239, 239, 239, 0.0503), 0px 22.34px 17.87px rgba(239, 239, 239, 0.0417), 0px 12.52px 10.02px rgba(251, 78, 78, 0.035), 0px 6.65px 5.32px rgba(251, 78, 78, 0.0283), 0px 2.77px 2.21px rgba(251, 78, 78, 0.0197);
}

.btn.btn-white:hover {
    background: #FF7E7E;
    color: #FFFFFF;
}

.btn.btn-red {
    background:  #FB4E4E;
    color: #FFFFFF;
}

.btn.btn-red:disabled {
    background: #FF7E7E;
    cursor: default;
    pointer-events: none;
}

.btn.btn-red:hover {
    background:  #DF3321;
}

.btn.btn-icon {
    width: 53px;
    height: 53px;
    background: #CC1A1A;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn {
    width: auto;
    min-width: 315px;
    margin: 10px auto;
    text-decoration: none;
}

.resend {
    margin: 0 auto 25px;
    border: none;
    background: none;
}


#attributeList ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.container {
    display: flex;
    min-height: 100vh;
}

.img-bg {
    flex: 1 1 50%;
    background-image: url("../img/Image-home.png");
    background-size: cover;
    background-position: right;
    padding: 32px;
}

.img-bg * {
    color: #FFF;
}

.lang-buttons {
    display: flex;
    margin-bottom: 30px;
}

.lang-buttons p {
    color: #FFF;
}

.lang-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    margin-right: .5rem;
    cursor: pointer;
    border: none;
}

.lang-btn.active {
    font-weight: 600;
    border-bottom: 1px solid #FFFFFF;
}

.lang-btn.active * , .lang-btn:hover *{
    font-weight: 600;
}

.lang-buttons-underline {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.lang-buttons-underline .lang-btn {
    border-radius: 0;
}

.lang-buttons-underline p{
    color: #7D7D7D;
}

.lang-buttons-underline .active {
    border-bottom: 1px solid #DF3321;
    background: transparent;
}

.info-container {
    max-width: 433px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
}

.info-container-mobile {
    display: none;
}

h1.title {
    margin-top: 30px;
}

h4.title {
    margin-bottom: 5px;
}

.description{
    margin-top: 8px;
}

.gray-bg {
    flex: 1 1 50%;
    padding: 16px;
    position: relative;
}

.form-container {
    max-width: 433px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
}

.form-card{
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 16px 24px rgba(48, 49, 51, 0.1);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}

.form-card h3 {
    margin-bottom: 6px;
}

.account-label {
    margin-bottom: 10px;
    text-align: center;
    color: #000000;
}

.buttons-mobile {
    display: none;
}

.lang-buttons-underline {
    display: none;
}

.msg-info {
    display: flex;
    flex-direction: column;
    min-height: 30px;
    background: #d7f2ff;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 10px;
    border-style: solid;
    border-color: #72cdfa;
}

.msg-info-close {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.msg-info-close-icon {
    height: 18px;
    cursor: pointer;
}

.msg-success {
    display: flex;
    min-height: 30px;
    background: #DDFCF0;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 10px;
}

.msg-success p{
    font-weight: 600;
    text-align: center;
}

.msg-success img {
    margin-right: 10px;
}

#requestEmailDescription {
    margin-bottom: 20px;
}

#email_info {
    margin-bottom: 8px;
}

#enterCodeLabel {
    margin: 16px 0 8px 0;
}

#spamFolderLabel {
    margin-bottom: 16px;
}

#VerificationCode{
    margin-bottom: 8px;
}

#email_ver_but_resend{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.changeClaims{
    margin: 8px 0 16px 0;
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}

#email{
    margin: 0;
}

#enterNewPassword {
    margin-bottom: 16px;
}

#validatePassword {
    margin-top: 6px;
    font-weight: 600;
}

.validate-subtitle {
    color: #7D7D7D;
    margin: 10px 0;
}

.validate-success {
    color: #4FD1BA;
    background-image: url("https://development-my.tricolor.com/assets/img/icons/success.png");
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-position: center left;
    padding-left: 24px;
    display: block;
}

.Password .error.itemLevel.show {
    display: none;
}

.buttons {
    margin: 0;
}

.sendCode {
    margin: 16px 0 0 0;
}

.sendNewCode  {
    width: 100%;
    margin: 16px 0 0 0;
}

.logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.back-link-hidden {
    display: none;
}

.logo-img {
    max-height: 30px;
    max-width: 150px;
    margin-right: auto;
    object-fit: contain;
}

.display-mobile {
    display: none;
}

.field-icon {
    float: right;
    margin-top: -47px;
    position: relative;
    z-index: 2;
    margin-right: 15px;
    cursor: pointer;
}

#password, #newPassword {
    padding-right: 45px;
}

/*mobile*/
@media only screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
    .btn {
        padding: 16px;
    }
    .container {
        display: flex;
        flex-direction: column;
    }

    a.btn {
        min-width: 100px;
        margin: 0;
    }

    .lang-buttons {
        margin-top: 24px;
    }

    .display-mobile{
        display: flex;
    }

    .desktop-only{
        display: none;
    }

    .back-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        width: 100%;
    }

    h1.title {
        font-size: 36px;
        margin-top: auto;
    }

    .account-label {
        color: #000;
    }

    .info-container {
       margin: 0;
       height: 60vh;
       justify-content: flex-start;
       max-width: 100%;
    }

    .lang-buttons-underline {
        display: flex;
    }
}

/* loading screen */
#verifying_blurb {
    display: none;
}

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

#simplemodal-data::before {
    content: "";
    display: block;
    background: url(https://development-my.tricolor.com/assets/img/icons/spinner.svg) no-repeat;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    -webkit-animation: spin 1.1s infinite linear;
    animation: spin 1.1s infinite linear;
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 90%;
  max-width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 25%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-hidden.tooltip:hover .tooltiptext {
    visibility: hidden;
}

.login-disclaimer {
  color: #FB4E4E;
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px;
}
