body {
    background-color: #FAFAFA !important;
    font-family: 'Inter', sans-serif !important;
    color: #16242C !important;
}

.registration-container {
    max-width: 780px;
    margin: 10px auto 25px;
    box-sizing: border-box;
}

.order-summary-container {
    max-width: 280px !important;
    min-width: 280px !important;
    border-radius: 17px !important;
}

.launch-col {
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.progress-row {
    margin-bottom: 10px;
}

.consent-phone {
    font-size: 12px;
    /*color: rgb(93, 93, 93);*/
}
.consent-phone.is-invalid-over {
    color: rgb(220, 53, 69);
}
.consent-phone input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 1rem;
    height: 1rem;
    border: 1px solid #E3E5E5;
    border-radius: 3px;
    line-height: 1;
    background: transparent;
    color: #fff;
    font-size: 1rem!important;
    flex-shrink: 0;
}
.consent-phone.is-invalid-over input[type='checkbox'] {
    border: 1px solid rgb(220, 53, 69);
}
.consent-phone input[type='checkbox']:before {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: pre;
    content: " ";
    font-size: 1rem!important;
}
.consent-phone input[type='checkbox']:checked {
    background-color: #818da8;
}
.consent-phone input[type='checkbox']:checked:before {
    content: "✓";
}

@media (max-width: 767.98px) {
    .registration-container {
        max-width: 100%;
        min-width: auto;
    }
    .order-summary-container {
        max-width: 100% !important;
        border-radius: 8px !important;
    }

    .launch-col {
        margin-right: 0px;
    }

    .progress-row {
        margin-bottom: 8px;
    }

    .dropdown-toggle::after {
        right: 12px;
    }
}

.phone-input-container {
    position: relative;
    margin: 0px;
}

.country-selector {
    background: white;
    border: 0.65px solid #E3E5E5;
    border-right: none;
    border-radius: 6px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    min-width: 60px;
    height: 30px;
    font-size: 12px;
}

.country-selector:hover {
    background-color: #f8f9fa;
}

.country-flag {
    width: 20px;
    /* height: 15px; */
    background-size: cover;
    background-position: center;
    border-radius: 2px;
}

.flag-ru {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjE1IiBmaWxsPSIjRTZFN0U4Ii8+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSI1IiBmaWxsPSIjRTZFN0U4Ii8+CjxyZWN0IHk9IjUiIHdpZHRoPSIyMCIgaGVpZ2h0PSI1IiBmaWxsPSIjMDA1MkZGIi8+CjxyZWN0IHk9IjEwIiB3aWR0aD0iMjAiIGhlaWdodD0iNSIgZmlsbD0iI0ZGMDAwMCIvPgo8L3N2Zz4K');
}

.flag-us {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjE1IiBmaWxsPSIjRjAwIi8+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIxLjE1IiBmaWxsPSIjRkZGIi8+CjxyZWN0IHk9IjIuMyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjEuMTUiIGZpbGw9IiNGRkYiLz4KPHJlY3QgeT0iNC42IiB3aWR0aD0iMjAiIGhlaWdodD0iMS4xNSIgZmlsbD0iI0ZGRiIvPgo8cmVjdCB5PSI2LjkiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxLjE1IiBmaWxsPSIjRkZGIi8+CjxyZWN0IHk9IjkuMiIgd2lkdGg9IjIwIiBoZWlnaHQ9IjEuMTUiIGZpbGw9IiNGRkYiLz4KPHJlY3QgeT0iMTEuNSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjEuMTUiIGZpbGw9IiNGRkYiLz4KPHJlY3QgeT0iMTMuOCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjEuMTUiIGZpbGw9IiNGRkYiLz4KPHJlY3Qgd2lkdGg9IjguNSIgaGVpZ2h0PSI4LjUiIGZpbGw9IiMwMDI4NjgiLz4KPC9zdmc+');
}

.phone-input {
    font-size: 12px !important;
    border-radius: 0 0.375rem 0.375rem 0;
    border-left: none !important;
    padding-left: 0.75rem;
}

.phone-input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.country-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.country-dropdown.show {
    display: block;
}

.country-option {
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
}

.country-option img.flag, #selectedFlag img.flag {
    width: 20px;
    height: 15px;
    object-fit: cover;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.05);
}

.country-option:hover {
    background-color: #f8f9fa;
}

.country-option.active {
    background-color: #e9ecef;
}

#selectedCode {
    font-size: 8px;
}

.dropdown-arrow {
    height: 6.5px;
    margin-left: auto;
    transition: transform 0.2s;
}

.dropdown-arrow.rotated {
    transform: rotate(180deg);
}

@media (max-width: 767.98px) {
    .country-selector {
        height: 36px;
    }
}

.launch-card {
    max-width: 514px;
    background: white;
    border-radius: 17px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 20px 15px 20px 15px;
}

.launch-card-title {
    font-weight: 700;
    font-size: 18px;
}

.launch-card input, .launch-card input::placeholder {
    font-size: 12px;
}

.form-select,
.form-control {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.65px solid #E3E5E5;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
}

.form-select:focus,
.form-control:focus {
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}

.info-icon {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    cursor: pointer;
}

.txt-12-400 {
    font-size: 12px;
    font-weight: 400;
    color: #16242C;
}

.txt-10-400 {
    font-size: 10px;
    font-weight: 400;
}

.txt-9-400 {
    font-size: 9px !important;
    font-weight: 400 !important;
}

.txt-12-400 {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.txt-8-400 {
    font-size: 8px;
    font-weight: 400;
}

.txt-11-400 {
    font-size: 11px !important;
    font-weight: 400 !important;
}

.notification-bar {
    background: rgba(52, 58, 64, 0.9);
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-bar .btn-close {
    filter: invert(1);
    opacity: 0.7;
}

.notification-bar .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 4px 12px;
    font-size: 13px;
}

.info-icon-wrapper {
    display: flex;
    align-items: center;
}

.custom-black-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #ccc;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.custom-black-checkbox:checked {
    background-color: #16242C;
    border-color: #16242C;
}

.custom-black-checkbox:checked::after {
    content: "";
    position: absolute;
    top: 0px  !important;
    left: 4px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
}

@media (max-width: 767.98px) {
    .dropdown-toggle {
        height: 36px;
        padding: 12px;
    }

    .launch-card {
        border-radius: 8px;
    }

    .launch-card-title {
        font-size: 16px;
    }

    .form-select,
    .form-control {
        height: 36px;
    }

    .dropdown-toggle::after {
        right: 12px;
    }
}

.small-text {
    font-size: 9px !important;
    color: rgb(220, 53, 69);
}

.color-red {
    border: 1px solid #dc3545 !important;
}
