.dialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
}

.modal-popup {
    backdrop-filter: blur(8px);
    z-index:20;
}


.popup-buy-error {
    backdrop-filter: none !important;
}


.h-full-40 {
    height: calc(100% - 57px);
}

.setLang.active {
    border: 2px solid red;
}

.enter-otp {
    display: flex;
    gap: 10px;
}

.input-otp {
    max-width: 50px;
    border: 1px solid white;
    text-align: center;
}