﻿
.custom-reset-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-reset-box {
    background: #fff;
    padding: 25px;
    width: 350px;
    position: relative;
    border-radius: 10px;
    text-align: center;
}

.custom-reset-box input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 15px 0;
    border-radius: 5px;
}

.custom-reset-box button {
    width: 100%;
    padding: 12px;
    background: #0a7abf;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.custom-reset-box .close {
    background: none;
    color: #111;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
}