﻿@media (min-width: 769px) {
    .custom-height-field {
        height: 105px !important;
    }
}

@media (max-width: 769px) {
    .no-padding-left-mobile {
        padding-left: 0 !important;
    }
}

.select2-search__field::placeholder {
    color: #9c9a9a;
}

.select2-container--below > .selection > .select2-selection > ul > li > input {
    padding-left: 10px !important;
}

.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) {
    .modal-dialog {
        width: 540px;
        margin: 30px auto;
    }
}

@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
    }

    .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;
    }
}

@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;
    }
}

@media (min-width: 400px) {
    .pcv-section, .pcv-info, .pcv-time {
        font-size: 10px;
        color: #636a79;
    }
}

.text-value-voucher {
    font-size: 10px !important;
}

.label-voucher-off {
    font-size: 9px !important;
}

.membership-img-right {
    padding-left:100px;
}

.section-service-signup {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media (max-width: 900px) {
    .membership-img-right {
        padding-left: 0px;
    }

    .type-voucher-text {
        font-size: 12px !important;
        margin-top: 15px;
        padding-left: 10px !important;
    }

    .validity-voucher-text {
        font-size: 8px !important;
        padding-left: 10px !important;
    }

    .voucher-wrapper-section {
        width: 310px;
    }

    .btn-view-term-and-condition {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .label-voucher-off {
        left: -3px !important;
    }

    .postal-custom-padding {
        padding: 0 !important;
    }
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.border-radius-dropdown-phonenumber > .select2 > .selection > span {
    border-radius: 3px 0px 0px 3px !important;
    border-right: 0;
}

.border-radius-dropdown-phonenumber > .select2 > .selection > span {
    border-radius: 3px 0px 0px 3px !important;
    border-right: 0;
}

.required-span-custom {
    font-weight: normal;
    position: relative;
    top: 3px;
}
