.myaccount-dashboard {
}

.m-MyAccount_menu {
    display: none;
}

.myaccount-dashboard .one,
.myaccount-dashboard .two {
    width: 50%;
    padding: 15px 25px 0 25px;
    color: #000;
}

    .myaccount-dashboard .two .main_title span label {
        font-size: 13px;
        float: right;
        font-weight: 400;
    }

.myaccount-dashboard .main_title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: capitalize;
    text-align: left;
    color: #000;
}

    .myaccount-dashboard .main_title span {
        font-size: 13px;
        float: right;
        text-align: center;
    }

        .myaccount-dashboard .main_title span a {
            color: #000;
            background: #f7c61d;
            display: inline-block;
            width: 40px;
            line-height: 20px;
            padding: 2px 0;
        }

            .myaccount-dashboard .main_title span a:hover {
                background: #333;
                color: #fff;
            }

.myaccount-dashboard .text_title {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #1b468a;
}

    .myaccount-dashboard .text_title::after {
        content: '';
        position: absolute;
        width: 80px;
        height: 2px;
        background: #1b468a;
        bottom: 5px;
        left: 0;
    }

.myaccount-dashboard .text_holder {
    padding-bottom: 20px;
}

    .myaccount-dashboard .text_holder p {
        line-height: 22px;
    }

    .myaccount-dashboard .text_holder span.number {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 5px 0;
    }
	
	#PaymentPending, .order-history-table{Padding: 20px 10px; overflow-x: scroll;}

.myaccount-dashboard .dashboard_title {
    line-height: 40px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

    .myaccount-dashboard .dashboard_title a {
        color: #1b468a;
        text-decoration: underline;
        float: right;
    }

        .myaccount-dashboard .dashboard_title a:hover {
            color: #000;
        }

    .myaccount-dashboard .dashboard_title span.checkbox_text {
        float: right;
        width: 180px;
        font-weight: 400;
    }

        .myaccount-dashboard .dashboard_title span.checkbox_text .container_check {
            font-size: 13px;
            line-height: 39px;
        }

            .myaccount-dashboard .dashboard_title span.checkbox_text .container_check .checkmark {
                top: 10px;
            }

.user-dashboard {
    padding-bottom: 20px;
}

    .user-dashboard .leftbar {
        background: #f7f7f7;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        width: 250px;
        font-size: 16px;
        font-weight: 700;
        padding: 0;
    }

        .user-dashboard .leftbar ul li {
        }

            .user-dashboard .leftbar ul li img {
                display: inline-block;
                float: right;
                width: 25px;
                margin: 7px 0 0 0;
            }

            .user-dashboard .leftbar ul li:hover .fa-solid,
            .user-dashboard .leftbar a.select .fa-solid {
                padding: 0 10px 0 0;
            }

        .user-dashboard .leftbar a {
            display: block;
            width: 100%;
            line-height: 40px;
            color: #000;
            padding: 0 20px;
        }

            .user-dashboard .leftbar a.select {
                background: #e1e1e1;
                color: #1b468a;
            }

            .user-dashboard .leftbar a:hover {
                color: #1b468a;
            }

    .user-dashboard .fa-solid {
        font-size: 20px;
        float: right;
        line-height: 35px !important;
        display: inline-block;
        transition: 0.2s;
    }

    .user-dashboard .rightbar {
        width: 76%;
        margin-top:25px;
    }

.customer-details-address {
    margin-bottom: 30px;
}

    .customer-details-address .two {
        border-left: 1px solid #ddd;
    }

.myaccount_details {
    color: #000;
    line-height: 22px;
    font-size: 14px;
}

.last-order-details {
    border-radius: 12px;
    overflow: hidden;
}

    .order-table .grid_Header {
        background: #f7f7f7;
        color: #333;
    }

    .order-table table {
        text-align: center;
        border: 1px solid #dddddd;
        height: auto;
        width: 100%;
        border-collapse: collapse;
    }

        .order-table table tr {
            border-bottom: 1px solid #dddddd;
        }

        .order-table table th, .order-table table td {
            padding: 5px 0;
            border-color: #dddddd;
            text-align: center;
        }

        .order-table table tr {
            border-bottom: 1px solid #dddddd;
        }

        .order-table table a {
            color: #000;
            text-decoration: underline;
        }

/*
.profile_updates .form_holder.select input,
.profile_updates .form_holder.select select{border: 1px solid #1b468a;}
*/
.profile_updates .textbox {
    padding-bottom: 20px;
    font-size: 14px;
}

    .profile_updates .textbox input,
    .profile_updates .textbox select {
        margin-top: 10px;
        height: 40px;
        ;
    }

.profile_updates .textbox input::-webkit-outer-spin-button,
.profile_updates .textbox input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
.profile_updates .textbox input[type=number] {-moz-appearance: textfield;}

    .profile_updates .textbox select {
        background: url(/images/arrow-menu.png) no-repeat 95% 15px #fff;
    }

.profile_updates .btn_holder {
    padding: 10px 0 20px 0;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
}

    .profile_updates .btn_holder input,
    .profile_updates .btn_holder a {
        display: inline-block;
        width: 140px;
        padding: 0;
        height: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
    }

    .profile_updates .btn_holder input {
        float: none;
        display: inline-block;
    }

    .profile_updates .btn_holder a {
        background: #333;
        color: #fff;
        margin: 0 0 0 15px;
        line-height: 40px;
    }

.profile_updates .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
}

.profile_updates .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 10px 0 0 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.profile_updates .select2-container--default .select2-selection--single {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

    .profile_updates .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px;
        right: 11px;
    }

    .profile_updates .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
    }

    .profile_updates .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-left: -10px;
        margin-top: 0px;
    }

.profile_updates .textbox.no_padding {
    padding: 0 0 5px 0;
}

.profile_updates .textbox label.radio_design {
    margin: 10px 20px 0 0
}

.change_password {
    width: 500px;
}

    .change_password .textbox span {
        display: inline-block;
        width: 180px;
        float: left;
        line-height: 40px;
    }

    .change_password .textbox input {
        display: inline-block;
        width: 320px;
        float: left;
        margin: 0;
    }

    .change_password .btn_holder {
        width: 320px;
        float: right;
    }

        .change_password .btn_holder input,
        .change_password .btn_holder a {
            display: inline-block;
            width: 45%;
            line-height: 40px;
            height: auto;
            text-align: center;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            cursor: pointer;
            text-transform: uppercase;
        }

            .change_password .btn_holder input.save {
                background: #1b468a;
            }

            .change_password .btn_holder a.cancel {
                background: #333;
                color: #fff;
            }

.avatar-upload {
    width: auto;
    position: relative;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        z-index: 1;
        top: 83px;
        left: 83px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                background: #1b468a;
                border: 1px solid transparent;
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

        .avatar-upload .avatar-edit img {
            width: 18px;
            margin: 8px 0 0 9px;
        }

        .avatar-upload .avatar-edit .fa-solid {
            color: #fff;
            font-size: 18px;
            line-height: 30px;
            display: block;
            padding: 0 5px 0 0px;
        }

    .avatar-upload .avatar-preview {
        width: 120px;
        height: 120px;
        position: relative;
        border: 3px solid #dddddd;
        overflow: hidden;
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.autodelivery-content {
}

    .autodelivery-content .content_box {
        border-bottom: 1px solid #ddd;
        padding: 10px 20px;
    }

        .autodelivery-content .content_box:last-child {
            border-bottom: 0;
        }

        .autodelivery-content .content_box .reference_number {
            font-weight: 700;
            padding-bottom: 10px;
            display: inline-block;
            float: left;
            width: 100%;
        }

            .autodelivery-content .content_box .reference_number span {
                font-size: 15px;
                color: #1b468a;
                font-weight: 700;
            }

        .autodelivery-content .content_box .auto-order_details {
        }

            .autodelivery-content .content_box .auto-order_details .one,
            .myaccount-dashboard .dashboard_title .one {
                width: 50%;
                padding: 0;
                color: #424242;
            }

            .autodelivery-content .content_box .auto-order_details .two,
            .myaccount-dashboard .dashboard_title .two {
                width: 25%;
                padding: 0;
                color: #424242;
            }

            .autodelivery-content .content_box .auto-order_details .three,
            .myaccount-dashboard .dashboard_title .three {
                width: 25%;
                float: right;
                padding: 0;
                color: #424242;
            }

                .autodelivery-content .content_box .auto-order_details .two span,
                .autodelivery-content .content_box .auto-order_details .three span {
                    display: none;
                }

.profile_registered {
    margin-top: 30px;
}

.register_pet_table {
    padding: 10px;
}

    .register_pet_table .fa-solid {
        font-size: 15px;
        float: none;
        cursor: pointer;
    }

    .register_pet_table table {
        text-align: center;
        border: 1px solid #dddddd;
        background: #ffffff;
        border-collapse: collapse;
    }

        .register_pet_table table thead {
            background: #e8e8e8;
            color: #333333;
        }

        .register_pet_table table tr {
            border-bottom: 1px solid #dddddd;
        }

        .register_pet_table table th,
        .register_pet_table table td {
            padding: 5px 0;
            border-color: #dddddd;
            text-align: center;
        }

    .register_pet_table img.icon {
        width: 25px;
    }

    .register_pet_table img {
        width: 70px;
        margin: 0 auto;
    }




@media only screen and (max-width:1100px), (max-width:1180px) {
}

@media only screen and (max-width:1080px) {
    .user-dashboard .rightbar {
        width: 72%;
    }
}

@media only screen and (max-width:960px), (max-width:1079px) {
}

@media only screen and (max-width:768px), (max-width:959px) {
    .user-dashboard .leftbar {
        display: none;
    }

    .m-MyAccount_menu {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
        font-weight: 700;
        font-size: 16px;
    }

    .m-MyAccount_menu {
    }

        .m-MyAccount_menu ul li {
            width: 100%;
            border-bottom: 1px solid #dddddd;
        }

            .m-MyAccount_menu ul li img {
                display: inline-block;
                float: right;
                width: 25px;
                margin: 7px 0 0 0;
            }

            .m-MyAccount_menu ul li:hover .fa-solid {
                padding: 0;
            }

            .m-MyAccount_menu ul li a {
                display: block;
                float: left;
                width: 100%;
                padding: 0 3%;
                color: #42422;
                line-height: 35px;
            }

                .m-MyAccount_menu ul li a:hover {
                    background: #f7f7f7;
                }

        .m-MyAccount_menu a:hover {
            color: #1b468a;
            background: none;
        }
        /*.m-MyAccount_menu ul li a[data-option='on']{background:#1b468a;color:#fff;}*/
        .m-MyAccount_menu ul li a[data-option='on'] {
            background: #ccc;
            color: #000;
        }

        .m-MyAccount_menu ul li a[data-option='off'] {
            background: #f7c61d;
            color: #000;
        }

        .m-MyAccount_menu ul ul {
            display: none;
            border: 1px solid #dddddd;
            border-bottom: 0px;
        }

    .myaccount-dashboard .dashboard_title {
        padding: 0 15px;
    }

    .myaccount-dashboard .one, .myaccount-dashboard .two {
        padding: 15px 15px 0 15px;
    }


    .order-table {
        overflow: scroll hidden;
        height: auto;
    }

    .table_Scroll {
        width: max-content;
    }

        .order-table table {
            width: 800px;
        }

    .autodelivery-content .content_box .auto-order_details .one {
        width: 55%;
    }

    .autodelivery-content .content_box .auto-order_details .two {
        width: 22.5%;
    }

    .autodelivery-content .content_box .auto-order_details .three {
        width: 22.5%;
    }

    .myaccount-dashboard .dashboard_title .one {
        width: 55%;
    }

    .myaccount-dashboard .dashboard_title .two {
        width: 22.5%;
    }

    .myaccount-dashboard .dashboard_title .three {
        width: 22.5%;
    }

    .register_pet_table {
        width: 100%;
        height: 210px;
        overflow: scroll;
    }

        .register_pet_table table {
            width: 700px;
        }

    .user-dashboard .rightbar {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .autodelivery-content .content_box .auto-order_details .one {
        width: 100%;
        padding-bottom: 10px;
    }

    .autodelivery-content .content_box .auto-order_details .two {
        width: 100%;
        padding: 5px 0;
    }

    .autodelivery-content .content_box .auto-order_details .three {
        width: 100%;
        float: left;
        padding: 5px 0;
    }

        .autodelivery-content .content_box .auto-order_details .two span,
        .autodelivery-content .content_box .auto-order_details .three span {
            display: inline-block;
            width: 90px;
            float: left;
            padding: 0 10px 0 0;
            font-weight: bold;
            color: #000;
        }

    .myaccount-dashboard .dashboard_title .one {
        padding: 0;
        width: 100%;
    }

    .myaccount-dashboard .dashboard_title .two,
    .myaccount-dashboard .dashboard_title .three {
        display: none;
    }
}

@media only screen and (max-width:500px), (max-width:540px) {
    .myaccount-dashboard .one,
    .myaccount-dashboard .two {
        width: 100%;
    }

    .customer-details-address .two {
        border-top: 1px solid #ddd;
        border-left: 0;
    }

    .change_password {
        width: 100%;
    }

        .change_password .textbox {
            padding-bottom: 15px;
        }

            .change_password .textbox span {
                width: 180px;
            }

            .change_password .textbox input {
                width: 50%;
            }

        .change_password .btn_holder {
            width: 50%;
            float: left;
            margin: 0 0 0 180px;
        }
}

@media only screen and (max-width:400px), (max-width:490px) {
    .profile_updates .btn_holder input,
    .profile_updates .btn_holder a {
        width: 120px;
    }

    .change_password {
        width: 100%;
    }

        .change_password .textbox {
            padding-bottom: 15px;
        }

            .change_password .textbox span {
                width: 100%;
            }

            .change_password .textbox input {
                width: 100%;
            }

        .change_password .btn_holder {
            width: 100%;
            margin: 0;
        }
}

@media only screen and (max-width:375px), (max-width:390px) {
}

@media only screen and (max-width:360px), (max-width:370px) {
}

@media only screen and (max-width:300px), (max-width:350px) {
    .myaccount-dashboard .dashboard_title span.checkbox_text {
        float: left;
        margin-top: -8px;
    }
}

.page_pagination {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
}

    .page_pagination .fa-solid {
        display: inline-block;
        font-size: 14px;
        height: auto;
        line-height: 20px !important;
    }

    .page_pagination a {
        display: inline-block;
        margin: 0 1px;
        background: #f7f7f7;
        color: #000;
        padding: 0 10px;
        line-height: 28px;
        height: 30px;
    }

        .page_pagination a:hover {
            background: #333;
            color: #fff;
        }

        .page_pagination a.select {
            background: #1b468a;
            color: #fff;
        }


/* AUTOORDER*/


.danger_text {
    color: #ff0000;
}

.success_text {
    color: #fff;
    background: #389708;
    padding: 6px 8px;
    border-radius: 4px;
}

.order_table {
    width: 885px;
    border-radius: 0;
    margin-inline: auto;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    color: #374f72;
    margin-bottom: 15px;
}

.order_header {
    padding-block: 10px;
    padding-inline: 20px;
    background: #f4f5fb;
    border-bottom: 1px solid #e1e1e1;
}

.order_th {
    font-weight: 700;
}

.order_col2 {
    width: 11%;
}

.order_row {
    padding-block: 10px;
    padding-inline: 20px;
}

.order_flex {
    display: flex;
	flex-wrap: wrap;
}

.order_col {
    width: 20%;
}

.order_body .order_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
}

    .order_body .order_col:not(:last-child) {
        align-items: flex-start;
    }

.order_profile {
    display: flex;
    align-items: center;
    gap: 8px;
}

.order_img {
    width: 90px;
    height: 90px;
    display: flex;
}

    .order_img img {
        width: 100%;
        vertical-align: middle;
        object-fit: contain;
    }

.order_title {
    width: calc(100% - 90px);
    padding-right: 12px;
    font-size: 14px;
    line-height: 20px;
}

.order_td {
    text-align: left;
}

.order_update_btn a {
    font-weight: 500;
}
.order_can img {
width:25px; margin:0 auto; cursor:pointer;}
.order_action .order_btn  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}
.order_action .order_btn .PayNow{color: #1b468a; font-weight: 600;}

    .order_action:not(.order_action1) {
        flex-direction: column;
    }


.custom_date_input {
    padding: 8px 12px;
	height:36px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    font-weight: 500;
    border-radius: 5px;
    color: #374f72;
    outline: none;
    position: relative;
    background: url('/images/calendar.png') no-repeat 95% 8px;
    background-size: 18px;
}

    .custom_date_input:hover {
        border-color: #374f72;
    }

    .custom_date_input::-webkit-calendar-picker-indicator {
        opacity: 0;
        pointer-events: none;
    }
/*
    .custom_date_input:after {
        content: '';
        position: absolute;
        right: 6px;
        pointer-events: none;
        top: 50%;
        width: 30px;
        height: 30px;
        background: url('https://www.budgetpetworld.com/images/calendar.png') no-repeat 95% 12px;
        background-size: 20px;
        transform: translateY(-50%);
    }*/

.custom_select {
    width: 100%;
    padding: 8px 14px;
	height:36px;
    padding-right: 30px;
    font-size: 14px;
    color: #374f72;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    appearance: none;
    cursor: pointer;
    font-weight: 500;
    outline: none;
    appearance: none;
    background: url('https://www.budgetpetworld.com/images/arrow-menu.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}

    .custom_select:hover {
        border-color: #374f72;
    }

.ui-datepicker-header {
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ui-datepicker-prev {
    width: 50%;
}

.ui-datepicker-next {
    width: 50%;
    text-align: right;
}

.ui-datepicker-title {
    width: 100%;
    text-align: center;
}

#ui-datepicker-div {
    border: 1px solid #000000 !important;
    width: 196px;
    border-radius: 4px;
}

.ui-datepicker-calendar {
    background: #d3e1ff;
    width: 100%;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding: 8px 12px;
	height:36px;
    appearance: textfield;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    outline: none;
    font-weight: 500;
    /*color: #374f72;*/
}

    input[type="number"]:hover {
        border-color: #374f72;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        opacity: 1;
        padding-inline: 4px;
        height: 36px;
        top: 0;
        right: 0;
        position: absolute;
    }
	
	.ui-datepicker-calendar{
		background:#fff;
	}
	
#overlay_prompt {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#dlt_popup {
    top: 50%;
    left: 50%;
    width: 600px;
    position: absolute;
    padding: 20px;
    border-radius: 0;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.order_btn {
    cursor: pointer;
}

.order_edited span img{
	   width: 100%;
        max-width: 30px !important;
}

.order_edited span{
	    display: flex;
    justify-content: center;
}

.order_dlt img{
	    width: 100%;
        max-width: 30px !important;

.order_btn a.cancel{
	padding-left: 10px;
}

#SpnMsgCancelReason {
    color: red;
}

.popup_container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.popup_icon {
    width: 180px;
    border-radius: 50%;
    align-content: center;
    background: #f7c11d;
}

.popup_content {
    text-align: left;
}
    .popup_content .cancelReason,
    .popup_content .reasontext { margin-top:10px; margin-bottom:10px; border:1px solid #ccc;
    }
    .popup_content .reasontext {resize:none;
    }
        .popup_head {padding-bottom:10px;
            font-size: 40px;
            font-weight: 600;
            line-height: 46px;
            color: #374f72;
        }

.popup_desc {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.txt_msg {
    width: -webkit-fill-available;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #dde0e6;
}

    .txt_msg:focus {
        outline: none;
        border-color: #374f72;
    }

.popup_container button {
    color: #FFF;
  padding: 10px 16px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

#confirmBtn {
    margin-right: 5px;
       background: #1b468a;
}

#cancelBtn {
    background: #e14242;
}

@media (max-width: 991px) {
    .order_table_responsive {
        overflow-x: scroll;
    }
}

@media (max-width: 767px) {
    .popup_container {
        flex-direction: column;
    }

    #dlt_popup {
        width: 80%;
    }

    .popup_icon {
        width: 140px;
        height: 140px;
        padding: 10px;
    }

    .popup_content {
        text-align: center;
    }

    .popup_head {
        font-size: 32px;
        line-height: 38px;
    }
}


@media (max-width: 991px) {
    .order_table {width:100%; overflow:auto;
    }
    .order_table .ScrollContent {
        width: 900px;
    }
    .order_table_responsive {
        overflow-x: scroll;
    }
}
@media (max-width: 400px) {
    otherReason {
        text-align: left;
        padding-top: 10px;
    }
    .popup_icon {
        display: none;
    }
    #dlt_popup {
        width: 90%;
    }
}
/*
New*/

.table_Scroll table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--boxborder);
}

    .table_Scroll table tr {
        border-bottom: 1px solid #00000024;
    }

    .table_Scroll table td {
        padding: 14px 5px;
        font-size: 14px;
        text-align: left;
    }

        .table_Scroll table td a.red-text {
            color: var(--sitecolor);
        }

        .table_Scroll table td a.green-text {
            color: var(--shopbtn);
        }

.table_Scroll.first-order-table table td:last-child {
    text-align: right;
}

.table_Scroll.first-order-table table td span {
    display: block;
    font-weight: normal;
    padding-top: 8px;
}

.table_Scroll.first-order-table table td {
    font-weight: bold;
}

    .table_Scroll.first-order-table table td .clr-numb {
        color: var(--sitecolor);
    }

    .table_Scroll.first-order-table table td .clr-status {
        color: var(--shopbtn);
    }

    .table_Scroll.first-order-table table td .HomeShop_Btn {
        border: 0;
        cursor: pointer;
        padding: 0 30px;
        font-weight: 600;
        float: none;
    }

.table_Scroll table th {
    padding: 10px 5px;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    background: var(--BlueLighter);
}

.view-invoice-img-news img.orderHistIcon, .re-order-img-news img.orderHistIcon{
	width: 35px;
	margin: 0 auto;
}

.view-invoice-img {
    position: relative;
	
}

.view-invoice-img img {
    width: 28px;
    filter: brightness(0) invert(1);
}

.view-invoice-img a{
    background: #f7c11d;
    border-radius: 50%;
    width: 35px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content:center;
}

    .view-invoice-img span {
        color: #ff0000;
        font-size: 14px;
        font-weight: 700;
        display: none;
        position: absolute;
        left: 0;
    }

.view-invoice-img:hover span {
    display: block
}

.re-order-img{
    position:relative;
}

.re-order-img span {
    color: #ff0000;
    font-size: 14px;
    font-weight: 700;
    display: none;
    position: absolute;
    left: 0;
}

.re-order-img:hover span {
    display: block
}

.re-order-img a {
    background: #1b468a;
    border-radius: 50%;
    width: 35px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}

    .re-order-img img {
        width: 28px;
        filter: brightness(0) invert(1);
    }

.table_Scroll table td .dog-pic {
    width: 50px;
}

.table_Scroll table td svg {
    width: 25px;
    cursor: pointer;
}

.table_Scroll table td .cross-img {
    width: 20px;
    height: 20px;
    background: #f50633;
    padding: 3px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
}