        .anticon {
            display: inline-block;
            color: inherit;
            font-style: normal;
            line-height: 0;
            text-align: center;
            text-transform: none;
            vertical-align: -0.125em;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .anticon>* {
            line-height: 1;
        }

        .anticon svg {
            display: inline-block;
        }

        .anticon::before {
            display: none;
        }

        .anticon .anticon-icon {
            display: block;
        }

        .anticon[tabindex] {
            cursor: pointer;
        }

        .anticon-spin::before,
        .anticon-spin {
            display: inline-block;
            -webkit-animation: loadingCircle 1s infinite linear;
            animation: loadingCircle 1s infinite linear;
        }

        @-webkit-keyframes loadingCircle {
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        @keyframes loadingCircle {
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }


.hide {
    display: none !important;
}



#overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
}

#overlay-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}

.lds-spinner {
    color: white;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 6.4px;
    height: 17.6px;
    border-radius: 20%;
    background: currentColor;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.country-code-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #282d33;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    margin-top: 2px;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 280px;
    min-width: 110px;
}

.country-code-search {
    padding: 4px 8px;
    border-bottom: 1px solid #2a2a2a;
    background: #282d33;
    position: relative;
}

.country-code-search input {
    width: 100%;
    padding: 3px 4px 3px 24px;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    font-size: 13px;
    background: #282d33;
    color: #fff;
    outline: none;
    box-sizing: border-box;
    transition: none;
}

.country-code-search input:hover,
.country-code-search input:focus {
    border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.country-code-search::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 6.5C11.5 9.26142 9.26142 11.5 6.5 11.5C3.73858 11.5 1.5 9.26142 1.5 6.5C1.5 3.73858 3.73858 1.5 6.5 1.5C9.26142 1.5 11.5 3.73858 11.5 6.5ZM6.5 10C8.433 10 10 8.433 10 6.5C10 4.567 8.433 3 6.5 3C4.567 3 3 4.567 3 6.5C3 8.433 4.567 10 6.5 10Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.46967 9.46967C9.76256 9.17678 10.2374 9.17678 10.5303 9.46967L13.7803 12.7197C14.0732 13.0126 14.0732 13.4874 13.7803 13.7803C13.4874 14.0732 13.0126 14.0732 12.7197 13.7803L9.46967 10.5303C9.17678 10.2374 9.17678 9.76256 9.46967 9.46967Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.country-code-list {
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #282d33;
}

.country-code-item {
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2a2a2a;
    transition: background-color 0.15s;
    font-size: 13px;
    line-height: 1.5;
}

.country-code-item:last-child {
    border-bottom: none;
}

.country-code-item:hover,
.country-code-item.selected {
    background-color: #2a2a2a;
}

.country-code-item-name {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}

.country-code-item-value {
    font-size: 13px;
    font-weight: 400;
    color: #999;
    line-height: 1.5;
}

.country-code-item.selected .country-code-item-value {
    color: #ff3333;
}

.country-code-item.hidden {
    display: none;
}

.country-code-not-found {
    padding: 12px;
    text-align: center;
    color: #999;
    font-size: 13px;
    background: #282d33;
    border-top: 1px solid #2a2a2a;
    cursor: pointer;
    line-height: 1.5;
}

.country-code-not-found:hover {
    color: #fff;
}

/* Scrollbar styling */
.country-code-list::-webkit-scrollbar {
    width: 4px;
}

.country-code-list::-webkit-scrollbar-track {
    background: #282d33;
}

.country-code-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
}

.country-code-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25);
}
