.cus-alert-box {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 500;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 0rem);
    max-height: 100%;
    padding: 1rem 1rem 1rem 1rem;
    background: rgba(0, 0, 0, 0.5);
}

.cus-alert-menu-box {
    position: relative;
    padding: 1rem 1rem 1rem 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 28rem;
    height: 100%;
}

.cus-alert-menu-box-relative {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: 0.5rem;
    width: 100%;
    position: relative;
}

.cus-alert-menu-box-content {
    padding: 1.25rem 2rem 0rem 2.5rem;
}

.cus-bx-menu-btn {
    color: #0a0a0a; 
    background-color: white; 
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #00aaff;
    border-radius: 6px;
    cursor: pointer;
    opacity: 1; 
    transition: opacity 0.3s;
    -webkit-appearance: none;
}

.cus-bx-menu-btn-div {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}