/*!* Google Icon Font *!*/
/*@import "http://fonts.googleapis.com/icon?family=Material+Icons";*/
/*@import "http://fonts.googleapis.com/icon?family=Material+Icons";*/
/*@import "http://propeller.in/components/icons/css/google-icons.css";*/

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&display=swap');

.btn {
    background: #F29446 !important;
    border-radius: 6px;
}

.title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: #374664;
}

.card {
    margin: 0 auto;
    width: 348px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 2px 2px 30px rgba(136, 148, 171, 0.2);
    border-radius: 14px;
}

.greeting {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 43px;
    color: #374664;

}

.enterPassword {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #505D68;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

#verificationCode {
    display: block;
    width: 89.2%;
    margin: 5rem auto 0;
}
#verificationCodeLabel {
    left: 1.3rem;
}

#verificationCodeButton {
    display: block;
    width: 89.2%;
    margin: 5rem auto 0;
}

#login {

    background: #FFFFFF;

    border: 1px solid #DDDDDD;

    box-sizing: border-box;

    border-radius: 6px;
}

#password {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
}

.check-input {
    width: 16px;
    height: 16px;

    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 6px;
}

.check-label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 190%;

    color: #787F84 !important;
}

.forgotPass {

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #F29446;
}

.version {
    flex: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: right;

    color: #787F84;
}

.carousel-inner {
    height: 100%;
}

.owl-carousel .owl-dots {
    margin-top: 50px !important;
}

.owl-carousel .owl-item img {
    /*margin: auto auto auto 200px;*/
    /*margin: 0 80px 80px 200px;*/
}

.insuranceARX {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #505D68;
    margin-top: 10px;
}

.axonText {
    /*top: 70px;*/
    color: #001737;
}

.right-screen {
    height: 100vh;
    width: 100%;
    flex: 7;
}

.login-col {
    padding: 0;
}

.right-screen .right_text_block {
    text-align: center !important;
    align-items: center !important;
    /*padding-top: 70px;*/
    /*padding-bottom: 91px;*/

}

.phone-circle img {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background: #F29446;
    box-shadow: 2px 2px 7px #E5E5E5;
}

.help-box-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 60px;
    height: 60px;
    background: #F29446;
    border-radius: 2em;
    box-shadow: 0 0 10px #939393;
    transition: transform 0.5s, visibility 0.5s, opacity 0.5s;
    z-index: 1;
}

.help-box-trigger i {
    color: #ffffff;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 50px;
}

.help-box-trigger.help-box-open-trigger i {
    font-size: 34px;
}

.help-box-trigger .help-box-open-trigger {
    visibility: visible;
    opacity: 1;
    border-radius: 50%;
    box-sizing: content-box;
}

.help-box-trigger .help-box-open-trigger .menu-is-open {
    visibility: hidden;
    opacity: 0;
    transform: rotateZ(360deg);
}

.help-box-trigger .help-box-close-trigger {
    visibility: hidden;
    opacity: 0;
    background: transparent;
}

.help-box-trigger .help-box-close-trigger i {
    font-size: 40px;
}

.help-box-trigger .help-box-close-trigger .menu-is-open {
    visibility: visible;
    opacity: 1;
    transform: rotateZ(360deg);
}

.help-box-trigger .help-box-close-trigger .menu-is-open {
    box-shadow: none;
}

#help-box ul .is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
}

#help-box ul {
    /* mobile first */
    border: 5px solid #ffffff;
    color: #ffffff;
    position: fixed;
    width: 90%;
    max-width: 400px;
    right: 5%;
    bottom: 20px;
    border-radius: 2em;
    background: #00aeef;
    visibility: hidden;
    margin-bottom: 0;
    padding-left: 10px;
    box-shadow: 0 0 10px #939393;

    /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
    overflow: hidden;

    z-index: 1;

    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    transform: scale(0);
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
}

#help-box ul li {
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0.5em;
    font-size: 1.1em;
    display: block;
}

#help-box ul li a {
    color: #ffffff;
}

#help-box ul li i {
    margin-right: 5px;
}

#help-box ul li span {
    font-weight: 400;
}

h3.title.py-4 {
    font-size: 30px !important;
    line-height: 1.2 !important;
    padding: 24px 0 7px 0 !important;
    margin: 0 !important;
}

h3.title-auth.py-4 {
    font-size: 30px !important;
    line-height: 1.2 !important;
    padding: 24px 0 7px 0 !important;
    margin: 0 !important;
}

#buttonLogin {
    display: block;
    width: 100%;
}

/*popover properties*/

.popover .popover-body {
    padding: 1rem .75rem !important;
    align-items: center;
    justify-content: center;
}

.popover .popover-body h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 128%;
    color: #505D68;
    white-space: nowrap;
}

.popover .popover-body img {
    padding-right: 10px;
}

.popover-header {
    position: relative;
    padding: 0.5rem 1rem 0.5rem 0.75rem !important;
    background-color: white !important;
    border-bottom: none;
}

.btn-close {
    width: 0.75rem;
    height: 0.75rem;
    padding: 0;
}

.popover-header .btn-close {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    filter: invert(70%) grayscale(100%) brightness(80%);
}

.help-call {
    margin-block-end: 0;
}

.popover {
    box-shadow: 2px 2px 7px #E5E5E5;
    border: 0;
}

/* Icon when the collapsible content is shown */
.accordion-phone:after {
    content: "\25b2";
    margin-left: 15px;
    transform: rotate(90deg);
}

.accordion-phone.is-active:after {
    content: "\25bc";
    transform: rotate(0deg);
}

.accordion-email:after {
    content: "\25b2";
    margin-left: 30px;
    transform: rotate(90deg);
}

/* Icon when the collapsible content is hidden */
.accordion-email.is-active:after {
    content: "\25bc";
    transform: rotate(0deg);
}

.is-hidden {
    display: none;
}

.accordion-phone {
    color: gray;
    height: 1.5em;
    margin: 10px;
}

.accordion-email {
    color: gray;
    height: 1.5em;
    margin: 10px;
}

.option-content {
    margin: 10px;
}

.call {
    margin: 10px;
    background: #FFFFFF !important;
    box-shadow: 2px 2px 7px #E5E5E5;
    border-radius: 6px;
}


.accordion_content {
    padding: 10px 10px 0;
    margin-bottom: 0;

    border-top: 1px solid #e9e9e9;
}

.accordion_item p:last-child {
    color: #9a9b9f;
    font-size: 14px;
    line-height: 20px;
}

p.phone {
    color: #7C8BA9;
}

.md-form.md-outline input[type="text"]:focus:not([readonly]),
.md-form.md-outline input[type="password"]:focus:not([readonly]) {
    border-color: #374664;
    -webkit-box-shadow: inset 0 0 0 1px #374664;
    box-shadow: inset 0 0 0 1px #374664;
}

.md-form.md-outline input[type="text"]:focus:not([readonly]) + label,
.md-form.md-outline input[type="password"]:focus:not([readonly]) + label {
    color: #374664;
}

.md-form.md-outline input[type="text"]:hover:not([readonly]),
.md-form.md-outline input[type="password"]:hover:not([readonly]) {
    border-color: #374664;
    -webkit-box-shadow: inset 0 0 0 1px #374664;
    box-shadow: inset 0 0 0 1px #374664;
}

.md-form.md-outline input[type="text"]:hover:not([readonly]) + label,
.md-form.md-outline input[type="password"]:hover:not([readonly]) + label {
    color: #374664;
}

.errorBorderClass {
    border: .1rem #FF6767 !important;
    -webkit-box-shadow: inset 0 0 0 1px #FF6767 !important;
    box-shadow: inset 0 0 0 1px #FF6767 !important;
}

.errorLabelClass {
    color: #FF6767 !important;
}

.with-error {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #FF6767;
}

.verification-code-error {
    width: 89.2%;
    margin: 0 auto;
    text-align: left;
}

.alert-danger {
    background: rgba(255, 103, 103, 0.04);
    border: 1px solid #FF6767;
    border-radius: 6px;
}

.text-center {
    padding-bottom: 30px;
}

.title-auth {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: #001737;
}

.subTitle {
    width: 76%;
}

#inputUsernameRecovery {
    margin-top: 5rem;
}

.recoveryPassBtn {
    display: block;
    width: 100%;
    margin-bottom: 3rem !important;
}

.confirmPassword {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #505D68;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
}

#globalError {
    display: none;
    padding: .3rem;
}

.form-check {
    padding-left: 0;
}

/*Custom checkbox*/

.checkbox {
    width: 100%;
    margin: 15px auto;
    position: relative;
    display: block;
}

.checkbox label {
    position: relative;
    min-height: 24px;
    display: block;
    /* padding-left: 40px; */
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.checkbox label span {
    /* float: left; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
}

.checkbox label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #374664;
    border-left: 2px solid #374664;
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    position: absolute;
    top: 12px;
    left: 10px;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.checkbox input[type="checkbox"]:checked ~ label:before {
    border: .1rem solid;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    transform: rotate(-45deg) scale(1);
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}

.credentials-error {
    margin: .3rem;
}

.enterBtn {
    margin-top: 0 !important;
    margin-bottom: 3rem !important;
}

.resendCode {
    display: none;
    color: #F29446;
}

.template-page {
    display: flex;
    flex-direction: row;
}

.template-page .main-view {
    flex: 5;
}

.template-page .banner-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 7
}

.template-page .banner-view .banner-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.template-page .banner-view .banner-title .banner-title__logo {
}

.template-page .banner-view .banner-title .banner-title__description {
    width: 70%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #505D68;
    margin-top: 10px;
}

.template-page .banner-view .banner-carousel {
    width: 600px;
}

.template-page .banner-view .banner-carousel .item {
    display: flex;
    justify-content: center;
}

.template-page .banner-view .banner-carousel .item img {
    width: 75%;
}

.login-box, .recovery-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100vh;
    /*width: 100%;*/
    /*flex: 5;*/
    background: #FAFBFC;
    box-shadow: 4px 0px 10px rgba(86, 89, 135, 0.1);
    /*align-items: center;*/
    /*margin: 0 auto !important;*/
}

.login-box .login-box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.login-box .login-box-title .greeting {
    text-align: center;
}

.box-card {
    width: 348px;
    background: #FFFFFF;
    box-shadow: 2px 2px 30px rgba(136, 148, 171, 0.2);
    border-radius: 14px;
}

input {
    transition: -webkit-box-shadow 0s !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* Mobile-first base */
.template-page {
    display: flex;
    flex-direction: row;
}

.template-page .main-view { flex: 1; }
.template-page .banner-view { display: none; }

.login-box, .recovery-box {
    display: grid;
    grid-template-rows: 2fr 7fr;
    grid-template-columns: 1fr;
    justify-content: start;
    background: #FAFBFC;
    box-shadow: 4px 0px 10px rgba(86, 89, 135, 0.1);
    padding: 0 1rem; /* ensure content doesn’t hit screen edges */
}

.box-card {
    width: 100%;
    max-width: 368px;
    align-self: start;
    justify-self: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 30px rgba(136, 148, 171, 0.2);
    border-radius: 14px;
    padding: 1.5rem;
}

/* Phones: <=575px */
@media (max-width: 575.98px) {
    .box-card {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 1rem;
    }
}

/* Tablets: >=768px */
@media (min-width: 768px) {
    .login-box, .recovery-box {
        padding: 0 3rem;
        grid-template-rows: 1fr 7fr;
    }
    .box-card {
        padding: 2rem;
        max-width: 520px;
    }
}

/* Desktops: >=992px */
@media (min-width: 992px) {
    .template-page .main-view { flex: 5; }
    .template-page .banner-view {
        display: flex;
        flex: 7;
        flex-direction: column;
        align-items: center;
    }
    .login-box, .recovery-box {
        padding: 0 4rem;
        grid-template-rows: 1fr 5fr;
    }
    .box-card {
        width: 368px;
        padding: 0; /* if card design requires tight look on desktop */
    }
}



