#common-maintenance {
    position: fixed;
    top: 0;
    max-width: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#common-maintenance h1 {
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 20px;
    color: #000;
}

#common-maintenance h1 a {
    color: #000;
}

 .my_confirm_button,.btn-sbmt3 {
    padding:10px 22px;
    color:white;
    font-weight:500;
    border:none;
    border-radius:12px;
    background:radial-gradient(circle at center,#FF385C 0%,#E61E4D 27.5%,#E31C5F 40%,#D70466 57.5%,#BD1E59 75%,#BD1E59 100%);
    background-size: 200% 200%;
    transition: background-position .4s ease-out;
}

.checkout_page_register_account_checkbox_input:has(input:checked) {
    background: #000;
}

:is(.account_order, .account_pass, .account_head) h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 20px;
}

.account_order table {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 600px;
}

.account_order table tbody tr {
    cursor: pointer;
}

.account_order table thead tr {
    border-bottom: 1px solid #000;
}

.account_order table thead tr td {
    color: #000;
    font-weight: 600;
}

.account_order table td {
    white-space: nowrap;
}

.account_rewards td {
    padding: 13px 10px;
}

.account_pass input {
    padding: 15px 20px;
    border-radius: 7px;
    outline: none;
    width: 100%;
    border: none;
    background: #efefef !important;
    transition: .3s;
}
