@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

/* layout */
.column-left {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px;
    background: #213e62;
}
.column-right {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
}
.column-error {
    text-align: center;
    padding: 70px;
    border-radius: 10px;
}
.h1-wrapper {
    /*background: #213e62;*/
}
html, body {
    height: 100vh;
    font-family: 'Roboto Condensed', sans-serif;
}
.gradient-custom {
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,0.01) 0%, rgba(135,205,255,1) 99%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,0.01) 0%, rgba(135,205,255,1) 99%);
    background: radial-gradient(circle, rgba(255,255,255,0.01) 0%, rgba(135,205,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#87cdff",GradientType=1);
}

/* content */
.column-left .text {
    display: block;
    font-size: 22px;
}
.column-left .price {
    font-size: 35px;
    font-weight: 700;
    margin-top: 50px;
    white-space: nowrap;
    display: inline-block;
    margin-right: 20px;
}
.column-left .price-old {
    text-decoration: line-through;
    font-size: 25px;
    font-weight: 40;
    color: #bcb9b9;
}
.iti__country-list {
    z-index: 200!important;
}
.pay-logo img {
    opacity: 0.5;
    width: 100%;
    max-width: 211px;
}
.pay-logo p {
    display: flex;
    flex-wrap: wrap;
}
.pay-logo a {
    font-size: 14px;
    color: #bcb9b9;
    text-decoration: none;
    border-bottom: 1px dashed #bcb9b9;
    white-space: nowrap;
    margin-right: 10px;
}
.copyright {
    font-size: 13px;
    margin-top: 10px;
}
.old-price {
    text-decoration: line-through;
}
.personal-data {
    font-size: 12px;
    color: #82757D;
    margin-top: 10px;
}
.input-group .btn-secondary {
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}
.form-text {
    width: 100%;
}

/* validation */
.code-valid input {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.code-valid input:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%);
}
.code-valid .valid-feedback {
    display: block;
}
.code-invalid input {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.code-invalid input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
}
.code-invalid .invalid-feedback {
    display: block;
}

/* modal */
.modal-dialog img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.btn-check:checked+.btn-secondary {
    background-color: #198754;
    border-color: #198754;
}
.btn-check:checked+.btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(60,153,110,.5);
}
label.btn-secondary {
    text-align: left;
}
/* responsive */
@media (min-width: 769px) {
    .col-sm-9 {
        margin-top: 4%;
    }
}
@media (max-width: 768px) {
    .column-left {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
    }
    .column-right {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
    }
    .column-left .text {
        font-size: 18px;
    }
    .column-left .price {
        font-size: 25px;
        margin-top: 0;
    }
    .column-left .price-old {
        font-size: 20px;
        margin-left: 10px;
    }
}
@media (max-width: 576px) {
    .column-left,
    .column-right {
        border-radius: 0;
    }
    label {
        display: inline;
    }
    .column-left {
        position: sticky;
        top: 0;
        z-index: 100;
        box-shadow: none!important;
    }
    p {
        margin-bottom: 0;
    }
    .pay-logo img {
        margin-top: 10px;
        width: 40%;
    }
    .column-left .text {
        font-size: 18px;
    }
    .column-left .price {
        font-size: 25px;
    }
    .column-left .price-old {
        font-size: 20px;
        margin-left: 10px;
    }
}