﻿
.recaptcha-wrapper {
    transform: scale(0.9);
    transform-origin: center;
    display: inline-block;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.select2-search__field::placeholder {
    color: #9c9a9a;
}

.pcv-section, .pcv-info, .pcv-time {
    font-size: 9px !important;
    color: #636a79;
}

.border-radius-dropdown-phonenumber > .select2 > .selection > span {
    border-radius: 3px 0px 0px 3px !important;
    border-right: 0;
}

.text-alert-consent {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    align-items: center;
    letter-spacing: 0.3px;
    color: #232A3E;
}

.text-continue-sign {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    height: 45px;
    padding: 15px;
}

.text-alert-login {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4px;
    color: #232A3E;
}

.text-non-member {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #636A79;
}

.text-alert-failed-login {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    letter-spacing: 0.4px;
    color: #232A3E;
    margin-top: -3px;
}

.logo-merchant {
    width: 100px;
    height: 100px;
    margin-left: 30px;
}

.form-control, .select2-selection--single {
    height: 44px;
}

    .form-control:focus {
        border-color: #1565C0 !important;
    }

.modal-header, .modal-content {
    border-radius: 10px 10px 0px 0px;
}


h4 {
    font-size: 18px;
}

label {
    font-size: 14px;
}

p {
    font-size: 14px;
}

.success-modal-title {
    margin-top: 20px;
    color: #27AE60;
    font-size: 24px;
    letter-spacing: 0.04em;
}

.success-modal-desc1 {
    font-size: 16px;
    margin-top: -10px;
    letter-spacing: 0.04em;
}

.success-modal-desc2 {
    font-size: 16px;
    margin: 20px 5px 30px 5px;
    letter-spacing: 0.04em;
    padding: 0 30px 0 30px;
}

@media (min-width: 769px) {
    .ssopopup > .modal-dialog {
        width: 540px;
        margin: 30px auto;
    }

    .modal-content.custom-width {
        max-width: 400px !important;
    }
}

@media(max-width: 576px) {
    .panel {
        border-radius: 10px;
    }

    .modal-header {
        padding: 10px;
    }

        .modal-header h4 {
            font-size: 14px;
            margin-top: 10px !important;
            margin-left: 10px;
        }

    p {
        font-size: 12px
    }

    .ssopopup > .modal-dialog {
        margin-left: 6%;
        margin-right: 6%;
    }

    .success-modal-title {
        font-size: 18px;
    }

    .success-modal-desc1 {
        font-size: 14px;
    }

    .success-modal-desc2 {
        font-size: 14px;
        margin: 20px 0 20px 0;
        padding: 0;
    }

    .sticky-section {
        display: flex;
        position: sticky;
        bottom: 0px;
        justify-content: center;
        align-items: center;
        background-color: white;
        z-index: 105;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (min-width: 700px) {
    .panel {
        margin: auto;
        width: 60%;
        border-radius: 10px;
    }
}

.modal-header .close {
    top: 30%;
}

.modal-content {
    border-radius: 10px;
}

.popup-btn-link, .popup-btn-link:hover {
    border: 1px solid;
    width: 100%;
    border-radius: 3px;
}

@media (min-width: 300px) {
    .no-margin-top-xs {
        margin-top: 0px !important;
    }
}

.select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}

@media (max-width: 900px) {
    #modalSuccessPassword {
        margin-top: 50%;
    }
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.text-content-modal-propmpt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #232A3E;
}

.text-content-modal-propmpt-info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #636A79;
}

.text-btn-prompt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 14px 24px;
}

.benefits-card {
    background-image: url('/Content/img/info/Ornament3_v3.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    background-color: #C2AE83;
    padding: 14px;
    border-radius: 8px;
    color: #fff;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.benefits-list-row {
    display: flex;
    width: 100%;
}

.benefits-list-section {
    /*margin-right: -20px;*/
    min-height: 93px;
}

.benefits-hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

.benefits-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 8px;
}

.benefits-list-container {
    position: absolute;
    width: 100%;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

    .benefits-list li {
        transition: background-color 0.3s, color 0.3s;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .benefits-list li img {
            width: 18px;
            height: 18px;
            margin-right: 10px;
        }

.icon-hover {
    top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

    .icon-hover img {
        height: 65px;
    }

.benefits-list li.voucher:hover span,
.benefits-list li.points:hover span,
.benefits-list li.pointstovoucher:hover span,
.benefits-list li.service:hover span,
.benefits-list .hover {
    font-size: 14px;
}

.info-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

    .info-link:hover {
        text-decoration: none;
        color: inherit;
    }

.arrow-icon {
    font-size: 16px;
}

.modal.modal-bottom-scrollable .modal-dialog {
    transition: transform 0.4s ease-out;
    margin: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.modal.modal-bottom-scrollable.show .modal-dialog {
    transform: translateY(100);
}

.modal-bottom-scrollable .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 15px
}

@media (max-width: 768px) {

    .modal-bottom-scrollable .modal-content {
        width: 100%;
    }

    .modal-bottom-scrollable-topunset {
        top: unset;
    }
}

.slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #e1e8f2;
    height: 40px;
}

    .slider-btn i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .slider-btn:hover {
        transform: scale(1.1);
    }

ul.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

    ul.d-flex li {
        margin-right: 10px;
    }

.list-unstyled {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

list-unstyled {
    flex: 0 0 auto;
}

.slider-btn.active, .btn-points-benefit.active, .btn-login {
    font-weight: 700;
    color: white;
}

.tier-icon {
    color: white;
    margin-right: 5px;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-item {
    min-width: 100%;
    box-sizing: border-box;
}

.slider-navigation {
    text-align: center;
    margin-top: 10px;
}

.nav-dot {
    display: inline-block;
    width: 20px;
    height: 5px;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .nav-dot.active {
        background-color: #333;
    }

.voucher-card {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.icon-section {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .icon-section img {
        max-width: 100%;
        height: auto;
    }

.separator {
    border-left: 1px solid #ddd;
    height: 80px;
    margin: 0 10px;
}

.description-section {
    width: 75%;
    padding-left: 10px;
}

    .description-section h3 {
        margin: 0;
        font-size: 1.2em;
    }

    .description-section p {
        margin: 5px 0 0;
        color: #555;
        font-size: 0.9em;
    }

hr {
    margin-top: 0px;
}

.modal-bottom-scrollable .modal-header,
.modal-bottom-scrollable .modal-footer {
    padding: 0 20px 0 20px;
    position: sticky;
    top: 0;
    bottom: 0;
    z-index: 1051;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.modal-bottom-scrollable .modal-footer {
    bottom: 0;
}

#loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

#loading-text-sso {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1050;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-indicators li {
    position: relative !important;
    padding: 0 !important;
    margin: 0 5px !important;
    display: inline-block !important;
    width: 40px !important;
    height: 6px !important;
    background-color: #ccc !important;
    cursor: pointer !important;
}

    .carousel-indicators li .line-indicator {
        display: none !important;
    }

.carousel-indicators-custom-style {
    position: unset;
    bottom: 10px;
    z-index: 15;
    width: 90%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: auto;
}

.tier-description-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    cursor: pointer;
}

.margin-top-5 {
    margin-top: 5px;
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 576px) {
    .custom-modal-animation.modal {
        bottom: -2.5%;
    }

    .custom-modal-animation.unset-bottom {
        bottom: 0 !important;
    }
}

.custom-modal-animation.modal.fade .modal-dialog {
    animation: slideInUp 0.5s ease-out;
}

.custom-modal-animation.modal.fade.in .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

.custom-modal-animation.modal.fade .modal-dialog {
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    transform: translateY(100%);
    opacity: 0;
}

.custom-flex-container-items-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Xxs Devices */
@media only screen and (min-width : 320px) {
    .carousel-indicators li {
        width: 15% !important;
    }
}

/* Xs Devices */
@media only screen and (min-width : 480px) {
    .carousel-indicators li {
        width: 14.5% !important;
    }
}

/* Small Devices */
@media only screen and (min-width : 768px) {
    .carousel-indicators li {
        width: 15% !important;
    }
}
