.margin-bottom34 {
    margin-bottom: 34px;
}

.display-none {
    display: none;
}

.bgcolorwhite {
    background-color: #fff;
}

.min-height0 {
    min-height: 0;
}

.bgcolorWhisper {
    background-color: #ececec;
}

.colorwhite {
    color: #fff;
}

.colorGreen {
    color: #08c476;
}

.tisWhisper {
    background-color: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
}

.padding-bottom0 {
    padding-bottom: 0;
}

.padding-left0 {
    padding-left: 0;
}

.width205 {
    width: 205px;
}

.height100 {
    height: 100px;
}

.layouthidden {
    display: none;
    visibility: hidden;
}

.colorRed700 {
    color: red;
    font-weight: 700;
}

.fontweightbold {
    font-weight: bold;
}

.loginWidget {
    margin: auto;
    width: 16%;
    border: 3px solid green;
    padding: 95px;
}

/*CAMSPR-383*/

.popup-wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.popup-wrap.is-active {
    display: flex;
}

.popup-wrap__box {
    width: 100%;
    max-width: 1080px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    padding: 28px 26px 20px;
}

    .popup-wrap__box input[type="checkbox"] + label span {
        border-radius: 0;
    }

    .popup-wrap__box input {
        display: none;
    }

        .popup-wrap__box input[type="radio"]:checked + label span:after {
            content: "";
            display: block;
            border: 0;
            border-radius: 50%;
            height: 10px;
            width: 10px;
            position: absolute;
            top: 3px;
            left: 3px;
            background: #08C476 none repeat scroll 0 0;
        }

.popup-btns {
    border-top: 1px solid #868686;
    padding-top: 26px;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .popup-btns button.bg-green.disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .popup-btns button,
    .popup-btns input,
    .popup-btns a {
        font-weight: 400;
        line-height: normal;
        color: #234D96;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
        padding: 11px 25px;
        font-size: 18px;
        line-height: normal;
        text-transform: uppercase;
        border: none;
        font-weight: 900;
        display: flex;
        align-items: center;
    }

    .popup-btns .ion-android-arrow-dropright {
        margin-right: 0.5rem;
        transition: color .1s ease-in-out;
    }

    .popup-btns span .ion-android-arrow-dropright {
        color: #234D96;
    }

    .popup-btns button .ion-android-arrow-dropright {
        color: #fff;
    }

    .popup-btns .ion-android-arrow-dropright:before {
        vertical-align: middle;
        font-size: 2.1em;
        line-height: .8;
    }

    .popup-btns .bg-green {
        background: #08C476;
        border: 2px solid #08C476;
        border-radius: 30px;
        color: #fff;
        font-weight: 700;
    }

        .popup-btns .bg-green::before {
            border-left: 10px solid #08C476;
        }

.popup-close-btn {
    position: absolute;
    right: 26px;
    top: 19px;
    cursor: pointer;
}

.popup-wrap__box h3 {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 18px;
    padding-right: 15px;
    text-transform: uppercase;
}

.popup-wrap__box p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    font-weight: 400;
}

.checkbox-content input[type="checkbox"] + label,
.checkbox-content input[type="radio"] + label {
    padding-left: 26px;
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    font-weight: 400;
}

    .checkbox-content input[type="radio"] + label span {
        position: absolute;
        top: 5px;
        left: 0;
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -2px 7px 0 0;
        vertical-align: middle;
        border-radius: 50%;
        border: 2px solid #ccc;
        cursor: pointer;
    }

.button-cta-grey, .popup-btns button, .popup-btns input {
    margin-top: 10px;
}

.popup-btns :first-child {
    margin-top: 0;
}

.popup-btns .button-cta-grey {
    text-align: center;
}

    .popup-btns .button-cta-grey a {
        width: 100%;
    }

@media(min-width: 768px) {
    .popup-btns {
        justify-content: end;
        flex-direction: row;
        padding-top: 34px;
        margin-top: 36px;
    }

        .popup-btns button,
        .popup-btns input,
        .popup-btns a {
            margin-left: 26px;
            margin-top: 0;
        }

        .popup-btns :first-child {
            margin-left: 0;
        }

    .popup-wrap__box {
        padding: 26px 44px 20px;
    }
}

.popup-btns .bg-green.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.captcha-container {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
}

.recaptcha-error {
    color: #db4f60;
    position: absolute;
    top: 75px;
    right: 15px;
    font-weight: bold;
    font-size: 16px;
}