.open_title {
        display: block;
    }

    .account_container, .logged_in_container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .auth_title {
        margin-top: 0px;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 25px;
        font-weight: 600;
        color: #000;
    }

    .login .auth_input, .register .auth_input, .account_details .auth_input, .my_bill_address .auth_input, .my_del_address .auth_input, .datepicker .auth_input {
        width: 80%;
        padding: 5px 25px 5px 25px;
        margin: 0px 0px 10px 10px;
        background-color:#f6f7f9;
        border: 1px solid #d8dadd;
        font-size: 16px;
        line-height: 30px;
        color: #888;
    }

    .account_details .auth_input_date {
        width: 25%;
        padding: 5px 5px 5px 5px;
        margin: 0px 0px 10px 10px;
        background-color:#f6f7f9;
        border: 1px solid #d8dadd;
        font-size: 16px;
        line-height: 30px;
        color: #888;
    }

    .login .auth_label, .register .auth_label, .account_details .auth_label, .my_bill_address .auth_label, .my_del_address .auth_label {
        display: block;
        margin-bottom: 15px;
        color: gray;
        margin-top: 0px;
        margin-left: 10px;
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 30px;
        font-weight: 700;
    }

    .login .auth_button, .register .auth_button {
        width: 40%;
        line-height: 25px;
        background-color: #009900;
        color: white;
        font-weight: 600;
        font-size: 1.2em;
        padding: 10px 0px 10px 0px;
        margin: 20px 0px 30px 0px;
        border-radius: 5px;
        border: 1px solid #009900;
        cursor: pointer;
    }

    .pw_forgot_Form-popup .pw_res_btn, .pw_forgot_Form-popup .pw_res_cancel {
        width: 120px;
        line-height: 25px;
        background-color: #009900;
        color: white;
        font-weight: 600;
        font-size: 0.8em;
        padding: 10px 0px 10px 0px;
        margin: 20px 12px 30px 12px;
        border-radius: 5px;
        border: 1px solid #009900;
        cursor: pointer;
    }

    .pw_forgot_Form-popup .pw_res_cancel {
        background-color: #C00000;
        border: 1px solid #C00000;
    }

    .pw_forgot_Form-popup .auth_input {
        width: 230px;
    }

    .login .auth_forgot, .login .msg  {
        color: #C00000;
        text-align: center;
        font-weight: 500;
        cursor: pointer;
    }

    .register .auth_disclaim {
        color: gray;
        text-align: left;
        font-weight: 500;
        font-size: 14px;
    }

    .register .auth_disclaim span {
        color: #C00000;
        text-align: center;
        font-weight: 500;
    }

    ::placeholder {
        color: #C00000;
        opacity: 1; /* Firefox */
    }

    ::-ms-input-placeholder { /* Edge 12-18 */
        color: #C00000;
    }

    .body_section {
        font-weight: 600;
        width: 95%;
        height: auto;
        border-radius: 5px;
        color: #888;
        vertical-align: top;
        margin: 10px auto 0px auto;
        padding: 20px;
    }

    .account_nav_cont {
        width: 300px;
    }

    .account_nav_cont .account_nav_list {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    .account_nav_cont ul {
        list-style-type: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 200px;
    }

    .account_nav_list li {
        width: 100%;
        list-style-type: none;
        display: block;
        color: #888;
        padding: 14px 14px 14px 14px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
    }

    li:hover {
        color: #007ccd;
        background-color: #f1f9ff;
        cursor: pointer;
    }

    .body_section .account_nav_cont  {
        font-weight: 600;
        width: 100%;
        max-width: 300px;
        height: auto;
        border-radius: 5px;
        color: #888;
        vertical-align: top;
        margin: 10px auto;
        padding: 20px 0px 20px 20px;
    }

    .body_section .addresses,
    .body_section .account_details,
    .body_section .preferences,
    .body_section .take_control,
    .body_section .my_del_address,
    .body_section .my_bill_address
    {
        font-weight: 600;
        height: auto;
        color: #888;
        vertical-align: top;
        margin: 10px auto;
    }

    .logout {
        color: #C00000;
    }

    .logout a {
        display: block;
        color: #C00000;
        text-align: left;
        padding: 0;
        text-decoration: none;
    }   

    .addresses, .account_details, .preferences, .take_control, .my_bill_address, .my_del_address {
        display: none;
    }

    .dashboard {
        display: block;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.2;
    }

    .addresses {
        flex-wrap: wrap;
        width: 100%;
    }

    .address_title {
        font-weight: 400;
        margin: 0px 0px 0px 20px;
    }

    .addresses .billing_add {
        text-align: left;
        height: 80%;   
        padding: 10px 10px 10px 10px;
        margin: 10px 10px 10px 10px;
        float: left;
    }

    .addresses .billing_add, 
    .addresses .delivery_add {
        /*border: 1px solid #888;*/
        width:40%;
        text-align: left;
        min-width: 200px;
        vertical-align: top;
    } 

    .addresses .delivery_add {
        height: 100%;
        padding: 10px 10px 10px 10px;
        margin: 10px 10px 10px 10px;
        float: right;
    }

    .address_header {
        font-size: 28px;
        line-height: 34px;
        font-weight: 400;
    }

    .address_edit {
        color: #C00000;
        text-decoration: none;
        cursor: pointer;
    }

    .address_details {
        font-size: 17px;
        font-weight: 400;
        line-height: 25px;
        margin: 0px 0px 30px 0px;
    }

    .account_details .auth_button, .toggle_container .auth_button, .cap_container .auth_button, .my_bill_address .auth_button, .my_del_address .auth_button {
        width: 30%;
        line-height: 30px;
        background-color: gainsboro;
        color: white;
        font-weight: 600;
        font-size: 20px;
        
        padding: 10px 0px 10px 0px;
        margin: 20px 0px 30px 10px;
        border-radius: 5px;
        border: 1px solid gainsboro;
        cursor: pointer;
    }

    .preferences .toggle_container {
        width: 100%;
        height: 75px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    .toggle_email {
        float: left;
        position: absolute;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    .switch_title {
        float: left;
        white-space: nowrap;
        position: absolute;
        /*display: inline-block;*/
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
        margin: 3px 0px 0px 50px;
        padding: 0px 0px 0px 20px;
        width: 60px;
    }

    .preferences_title {
        font-weight: 400;
        font-size: 24px;
        line-height: 1.5;
        margin: 0px 0px 0px 20px;
    }

    .preference_subtitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        margin: 0px 0px 5px 0px;
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

    .switch input { 
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before,
    .slider .number {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider .number {
        background: none;
        font-size: 16px;
        font-weight: 800;
        left: 6px;
        top: 4px;
        color: white;
    }

    input:checked + .slider {
        background-color: #009900;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #009900;
    }

    input:checked + .slider:before,
    input:checked + .slider .number {
        color: #009900;
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .account_container {
        max-width: 500px;
        display: grid;
        grid-template-areas:
            "login";
        grid-template-columns: 2fr;
        gap: 0px;
        padding: 0px 0px 0px 0px;
    }     
    
    .body_section .login, .body_section .register {
        font-weight: 600;
        /*border: 2px solid gainsboro;
        border-radius: 5px;*/
        color: #888;
        vertical-align: top;
        margin: 10px 20px 10px 20px;
        padding: 10px 10px 10px 10px;
    }

    .body_section > div.login {
        grid-area: login;
        text-align: center;
        width: 90%;
        padding: 10px;
        height: 300px;
    }

    .body_section > div.register {
        grid-area: register;
        text-align: center;
        width: 90%;
        padding: 10px;
        height: 300px;
    }

    .logged_in_container {
        display: none;
        grid-template-areas:
            "account_nav_cont accountholder_container";
        grid-template-columns: 2fr 4fr;
        gap: 0px;
        padding: 0px 0px 0px 0px;
    }

    .body_section .account_nav_cont, .body_section .accountholder_container {
        font-weight: 600;
        /*border: 2px solid gainsboro;*/
        border-radius: 5px;
        color: #888;
        vertical-align: top;
        margin: 10px 20px 10px 20px;
        padding: 10px 10px 10px 10px;
    }

    .body_section > div.account_nav_cont {
        grid-area: account_nav_cont;
        text-align: center;
        width: 90%;
        padding: 10px;
        height: 300px;
    }

    .body_section > div.accountholder_container {
        grid-area: accountholder_container;
        text-align: center;
        width: 90%;
        padding: 10px;
        height: 300px;
    }

    .addresses {
        grid-template-areas:
            "address_title address_title"
            "billing_add delivery_add";
        grid-template-columns: 2fr 2fr;
        gap: 0px;
        padding: 0px 0px 0px 0px;
    }

    .addresses > div.address_title {
        grid-area: address_title;
        text-align: center;
        width: 100%;
        padding: 10px;
        height: 50px;
    }

    .addresses > div.billing_add {
        grid-area: billing_add;
        width: 40%;
        padding: 10px;
    }

    .addresses > div.delivery_add {
        grid-area: delivery_add;
        width: 40%;
        padding: 10px;
    }

    @media only screen and (max-width: 830px) {

        .account_container {
            grid-template-areas:
            "login" 
            "register";
            grid-template-columns: 2fr;
        }

        .addresses {
            width: 95%;
            margin: 0px 0px 0px 0px;
            display: none;
            grid-template-areas:
                "address_title"
                "billing_add"
                "delivery_add";
            grid-template-columns: 2fr;
            gap: 0px;
            padding: 0px 0px 0px 0px;
            text-align: center;
        }

        .logged_in_container {
            display: grid;
            grid-template-areas:
                "account_nav_cont"
                "accountholder_container";
            grid-template-columns: 2fr;
            gap: 0px;
            padding: 0px 0px 0px 0px;
        }

        .addresses > div.billing_add {
            grid-area: billing_add;
            width: 95%;
            margin: 10px 0px 10px 0px;
            padding: 10px 10px 10px 10px;
        }

        .addresses > div.delivery_add {
            grid-area: billing_add;
            width: 95%;
            margin: 10px 0px 10px 0px;
            padding: 10px 10px 10px 10px;
        }

        .addresses > div.address_title {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

        .account_details .auth_input_date {
            width: 40%;
        }

        .account_details .auth_input, .my_bill_address .auth_input, .my_del_address .auth_input, .my_bill_address .auth_button, .my_del_address .auth_button {
            width: 80%;
            padding: 5px 25px 5px 25px;
            margin: 0px 0px 10px 10px;
            background-color:#f6f7f9;
            border: 1px solid #d8dadd;
            font-size: 16px;
            line-height: 30px;
            color: #888;
        }

        .account_details .auth_button, .toggle_container .auth_button, .my_bill_address .auth_button, .my_del_address .auth_button {
            width: 50%;
            line-height: 30px;
            background-color: gainsboro;
            color: white;
            font-weight: 600;
            font-size: 20px;  
            padding: 10px 0px 10px 0px;
            margin: 20px 0px 30px 10px;
            border-radius: 5px;
            border: 1px solid gainsboro;
            cursor: pointer;
        }
    }

    .toggle_container span {
        position: absolute;
        margin-left: 5px;
        width: auto;
        float: left;
        white-space: nowrap;
        position: absolute;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
        width: 60px;
    }

    .control_title {
        font-weight: bold;
        font-size: 24px;
        line-height: 1.5;
        margin: 0px 0px 15px 20px;
    }

    .control_subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 1;
        margin: 0px 0px 25px 20px;
    }

    .capcontainer {
        width: 100%;
    }

    .range-wrap, .range-wrap-2 {
        width: 95%;
        position: relative;
        margin: 0 auto 3rem;
    }
    
    .range {
        width: 100%;
    }
    
    .bubble {
        background: #C00000;
        font-size: 15px;
        color: white;
        padding: 4px 12px;
        position: absolute;
        border-radius: 4px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bubble::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 2px;
        background: #2196F3;
        top: -1px;
        left: 50%;
    }

    .range-wrap .lower, .range-wrap-2 .lower {
        float:left;
        font-size: 12px;
    }
    
    .range-wrap .upper, .range-wrap-2 .upper {
        float: right;
        font-size: 12px;
    }

    .range-wrap datalist, .range-wrap-2 datalist {
        display: flex;
        justify-content: space-between;
        color: #888;
        width: 100%;
        text-align: center;
        font-size: 2vw;
    }

    .No_address {
        font-size: 18px;
        font-weight: 400;
        padding-top: 20px;
    }

    .tab {
        margin: 10px 0px 0px 0px;
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
    }

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

    .tab button:hover {
        background-color: #ddd;
    }

    .tab button.active {
        background-color: #ccc;
    }

    .tabcontent {
        display: none;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-top: none;
    }

    .purchase_title {
        font-size: 24px;
        padding: 10px 0px 10px 0px;
        font-weight: 500;
    }

    .purchase_detail {
        display: grid;
        grid-template-columns: 2fr 4fr 1fr;
        grid-gap: 5px;
        font-size: 16px;
        overflow-y: scroll;
        padding: 0px 0px 10px 0px;
        max-height: 300px;
    }

    .pdh {
        font-weight: 600;
        padding: 0px 0px 5px 0px;
    }

    .dashboard .user_name {
        color: #C00000;
    }

    .purchase_history {
        max-height: auto;
    }   

    #message {
        display: none;
        color: #000;
        padding: 20px;
        margin-top: 10px;
    }

    .valid {
        color: green;
    }

    .valid:before {
        content: "✔ ";
    }

    .invalid {
        color: red;
    }

    .invalid:before {
        content: "✖ ";
    }

    .option_ios {
        display: none;
    }

    @supports (font: -apple-system-body) { 

    .option_ios {
            display: block;
        } 
    }

    @media only screen and (max-width: 430px) {
        .purchase_detail {
            font-size: 0.6em;
        }
    } 

    #pw_forgot_Form {
        display: none;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border: 3px solid #f1f1f1;
        z-index: 9;
    }

    .form-container {
        width: 300px;
        max-width: calc(100vw - 100px);
        padding: 10px;
        background-color: white;
    }

    .pw_forgot_Form-popup .pop_title {
        font-size: 1.2em;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

    #unameExists , #emailExists, #upd_un_msg, #upd_em_msg {
        color:#C00000;
        font-weight: 500;
        font-size: 0.8em;
        padding-left: 20px;
    }

