﻿.noClick {
    pointer-events: none;
}

@media (min-width: 624px) {
    .signin-wrapper {
        max-width: 75% !important;
    }

    .signin-buttonsigin {
        width: 50% !important;
    }

    #ContentPlaceHolder1_btn_validateSpon {
        margin-top: 2rem !important;
    }
}

.cardCustom {
    background: linear-gradient(135deg, #f5f5f7 0%, #e8e8ed 100%);
    border-radius: 20px;
    padding: 15px 0px;
    margin: 20px 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5);
}

.country-code-btn {
    width: 90%;
    height: 55px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    margin-right: 10px;
}

    .country-code-btn:hover {
        border-color: #667eea;
    }

.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    width: 80%;
}

.country-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

    .country-option:hover {
        background-color: #f8f9fa;
    }

    .country-option.active {
        background-color: #667eea;
        color: white;
    }

.country-dial-code {
    font-weight: 600;
    margin-left: 10px;
}

.search-input {
    position: sticky;
    top: 0;
    background: white;
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    z-index: 1;
}

.dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}
