#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: #c30c4c;
}
#common-maintenance h1 a{
    color: #c30c4c;
}
.account_head .my_confirm_button{
    padding: 13px 45px;
}
.checkout_page_register_account_checkbox_input:has(input:checked){
    background: #c30c4c;
}
/*order list*/
.account_order h1,.account_pass h1,.account_head h1{
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 20px;
    color: #c30c4c;
}
.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 #c30c4c;
}
.account_order table thead tr td{
    color: #c30c4c;
    font-weight: 600;
}
.account_order table td {
    white-space: nowrap;
}
.account_rewards td{
    padding: 13px 10px;
}
/*order list end*/
/* change pass*/
.account_pass input{
    padding: 15px 20px;
    border-radius: 7px;
    outline: none;
    width: 100%;
    border: none;
    background: #efefef !important;
    transition: .3s;
}
/*change pass end*/
