.account {
    padding: 40px 15px;
}

.account_head {
    font-weight: 100;
    font-size: 32px;
    color: #5a5c5a;
}

.my_helth p {
    color: #5a5c5a;
}


.my_helth .mini_head {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.helth_link_box {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px;
    margin: 15px 0;
}


.helth_link_box a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}


.helth_link_box div {
    display: flex;
    align-items: center;
    width: auto;
}

.helth_link_box div p {
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
}

.helth_img {
    width: 35px !important;
    height: 35px;
    background-color: #ff9a34;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.helth_link_box div>.helth_img svg {
    width: 25px;
}


.helth_link_box div>i {
    color: #fff;
    font-size: 20px;
}


.pet_profile {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: flex;
    margin-top: 20px;
    border-radius: 5px;
}

.pet_profile .pet_img {
    width: 40%;
    height: 258px;
}

.pet_profile .pet_img img {
    width: 100%;
    height: 100%;
}

.pet_profile .pet_content {
    text-align: center;
    width: 60%;
    display: flex;
    padding: 30px 50px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.pet_profile .pet_content p {
    font-size: 14px;
    font-weight: 100;
    color: #5a5c5a;
}

.pet_profile .pet_content h4 {
    font-weight: bold;
    font-size: 25px;
}

/* Pet-Box */

.pet {
    margin-top: 10px;
}

.my-pet,
.pet-box {
    width: 100%;
    height: auto;
    /* border: 2px solid #878787; */
    border-radius: 6px;
    overflow: hidden;
}

.my-pet .pet-box {
    position: relative;
}

.pet .pet-box {
    /* border: 2px solid #686868; */
    border-radius: 11px;
    position: relative;
}

.my-pet .pet-banner,
.pet .pet-banner {
    width: 100%;
    height: 155px;
}

.my-pet .pet-banner img,
.pet .pet-banner img {
    width: 100%;
    object-fit: cover;
    max-height: 100%;
}

.pet-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.my-pet .pet-img,
.pet .pet-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    bottom: 9%;
    background: #ffe6ce;
    outline: none;
    left: 7%;
}

.my-pet .pet-name,
.pet .pet-name {
    position: relative;
    height: 50px;
    width: 100%;
}

.pet-name h5 {
    font-size: 14px;
    position: absolute;
    font-weight: 500;
    left: 38%;
    margin: 0;
    color: #000;
    top: 50%;
    overflow: hidden;
    width: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transform: translateY(-50%);

    /* font-size: 19px;
    font-weight: 600;
    left: 38%;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    top: 50%;
    margin: 14px; */
}

/* ---------- */

.setting {
    padding: 0 20px;
}

.setting a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.setting_box {
    display: flex;
    padding: 13px 0;
    align-items: center;
    border-bottom: 1px solid #ddd;

    justify-content: space-between;
}

.border_top {
    border-top: 1px solid #ddd;
}

.setting_box p {
    font-size: 14px;
    margin-bottom: 2px !important;
    color: #212529;
}

.setting_box h5 {
    font-size: 14px;
    font-weight: bold;
    color: #212529;
}

.setting_box .fa-chevron-right {
    color: rgb(153, 153, 153);
    ;
}

@media(max-width:991px) {
    .setting {
        margin-top: 30px;
    }
}

@media(max-width:768px) {

    .account_head {
        font-size: 25px;
    }

    .my_helth p {
        font-size: 14px;
    }

    .my_helth {
        margin-bottom: 20px;
    }

    .pet_profile {
        flex-direction: column;
    }

    .pet_profile .pet_content,
    .pet_profile .pet_img {
        width: 100%;
    }

}


@media(max-width:520px) {
    .helth_link_box div p {
        font-size: 14px;
    }

    .helth_link_box {
        padding: 15px 5px;

    }

    .helth_img {

        margin-right: 9px;

    }

    .helth_link_box div>i {
        font-size: 13px;
        margin: 0px 5px;
    }

    .pet_profile .pet_content {
        padding: 30px 10px;
    }

    .setting {
        padding: 0;
    }

    .account_head p {
        margin-bottom: 0;
    }
}

/* my order page css =========== */

.my_order h1 {
    font-weight: bold;
    margin: 20px 0;
        font-size: calc(1.3rem + .6vw);
}
.my_order table .action .common_box {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}
.my_order table .action a:hover {
    text-decoration: none !important;
}
.my_order table tr td {
    font-size: 14px;
    padding: 10px 12px;
}
.my_order table tr td.order-total{
    padding: 5px 12px;
}
.my_order table tr th, .my_order table tr td{
    white-space: unset !important;
}
.orange {
    border: 1px solid #ff9a34;
}

.orange:hover {
    background-color: #ff9a34;
}

.orange:hover i {
    color: #fff;
}

.orange i {
    color: #ff9a34;
}

.blue:hover {
    background-color: #3d5aff;
}

.blue:hover i {
    color: #fff;
}
.blue {
    border: 1px solid #3d5aff;
}
.blue i {
    color: #3d5aff;
}
.green {
    border: 1px solid #00972e;
}

.green:hover {
    background-color: #00972e;
}

.green:hover i {
    color: #fff;
}

.green i {
    color: #00972e;
}

table tr td {
    vertical-align: middle;
}

.my_order table .action {
    display: flex;
    gap: 15px;
    justify-content: space-between;

}
.my_order table thead tr th {
    border: none !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D));
    background: -moz-linear-gradient(center top, #8C8C8C 5%, #7D7D7D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
}

.my_order table tr th,
.my_order table tr td {
    white-space: nowrap;
}

.order_table {
    overflow-x: auto !important;
}

.border_none {

    border: none !important;
}
.order_table tr td span {
    padding: 4px;
}
.order_table tr td span.rounded-pill {
    font-weight: normal !important;
    padding: 3px 8px;
    font-size: 12px;
}

.order_table tr td a:hover {
    color: #000;
    text-decoration: underline !important;
}
.totle_order {
    width: 31.2%;
    margin-left: auto;
}
.totle_order tr td {
    text-align: end;
    border-left: 1px solid #DBDBDB;
    font-size: 12px;
    font-weight: normal;
}


/* setting page css  */
.setting_form {

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.setting_form input:focus {
    border-color: #ff9a34;
    box-shadow: none;
}
.setting_form .btn-primary {
    margin-top: 30px;
}
.setting_form strong {
    font-weight: 400;
}
.setting_form input,
.setting_form .form-label {
    font-size: 14px !important;
}
.setting_update {
    margin-bottom: 80px;
    margin-top: 20px;
}
.setting_update .setting_form {
    margin-top: 15px;
    height: 100%;
}
.setting_form input {
    padding: 10px 38px 10px 10px !important;
}
.setting_form .is-invalid input {
    padding: 10px 55px 10px 10px !important;
}
.setting_form .btn-primary {
    margin-bottom: 25px;
}
@media (min-width: 993px) and (max-width: 1199px) {
    .setting_form .w-auto#telephone, .setting_form .w-auto#verify_otp {
        width: 130px !important;
    }
}
@media(max-width:768px) {
    .section-title {
        margin-bottom: 15px;
        font-size: 28px;
    }
}

@media(max-width:420px) {
    .section-title {
        margin-bottom: 15px;
        font-size: 28px !important;
    }
    .setting_form .btn-primary {
        width: 100% !important;
    }
    .setting_form .btn-primary.verifyBtn {
        width: auto !important;
    }
    .setting_form .w-auto#telephone, .setting_form .w-auto#verify_otp {
        width: 165px !important;
    }

}
.address_book.noAddress {
    max-width: 600px;
    margin: auto;
}
.address_book .card {
    padding: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.address_book .card.active_adress {
    border: 2px solid #ff9a34 !important;
}


.address_book .card a ul li {
    color: #000 !important;
}


.address_book .card a {
    display: flex;
    justify-content: space-between;
}

.address_book .primary_text {
    position: absolute;
    right: 14px;
    top: 7px;
}

.address_book .primary_text span {
    color: #ff9a34 !important;
}

@media(max-width:575px) {
    .address_book ul li {
        font-size: 15px;
    }
}

.noAddress h3 {
    font-weight: bold;
    text-transform: capitalize;
}

.noAddress .card svg {
    width: 200px;
    margin: 30px auto;
}




/* order table pagination  */


.order_pagination nav .pagination .page-item:first-child .page-link,
.order_pagination nav .pagination .page-item:last-child .page-link {
    font-size: 36px !important;
    align-items: center;
    background-color: #ff9a34;
    display: flex;
    color: #fff !important;
    justify-content: center;

}

.order_pagination nav .pagination .page-item .page-link:focus {
    box-shadow: none !important;
}

.order_pagination nav .pagination .page-item.disabled {
    cursor: no-drop;
}


.order_pagination nav .pagination .page-item.disabled .page-link {
    background-color: #ff9a3438 !important;

}

.order_pagination nav .pagination .page-item.active .page-link {
    background-color: #ff9a34;
    color: #fff;
}

.order_pagination nav .pagination .page-item .page-link,
.order_pagination nav .pagination .page-item span {
    border-radius: 50%;
    border: none;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 1.9;
    background-color: #ff9a3438;

}

.order_pagination nav .pagination .page-item a:hover,
.order_pagination nav .pagination .page-item span:hover {
    background-color: #ff9a34 !important;
    color: #fff;
}


/* order detail page css  */


.customer_detail {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
    height: 100%;
}

.customer_detail div {
    padding: 10px;
}

.customer_detail div p {
    margin: 5px 0;
    padding: 7px;
    font-size: 15px;
}

.order_heading {
    width: 100%;
    padding: 10px;
    background-color: #ff980045;
}

.customer_detail table tr td {
    padding: 7px 12px;
    font-size: 14px;
}

.customer_detail table {
    border: 1px solid #9999991a;
}

.tableDataWidht {
    width: 180px;
    font-weight: 500;
}



/* order time line css */

.order_id {
    display: flex;
    gap: 15px;
    align-items: center;
}

.my_order {
    width: 100%;
    overflow: auto;
}

.order_history_box {
    max-width: 700px;
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
}

.main_line {
    position: relative;
}

.order_view .my_order table tr td {
    font-size: 14px;
}

.my_order table tr td a {
    color: #000;
}

.my_order table tr td a.review {
    color: var(--bs-link-color);
}

.order_line_box {
    display: flex;
    margin-bottom: 25px;
}

.order_line_box .line {
    width: 13%;
}

.order_line_box .order_cntent {
    background-color: #f3f6f9;
    padding: 10px 25px;
    width: 87%;
    position: relative;
    border-radius: 10px;
}

.order_line_box .order_cntent::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -6px;
    top: 18%;
    background-color: #f3f6f9;
    transform: rotate(45deg);
}

.order_line_box .order_cntent p {
    margin: 0;
    font-size: 14px;
}


.order_line_box .order_cntent small {
    padding: 3px 6px;

    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}

.status_pending {
    background-color: #ffbc4b;
}

.status_complate {
    background-color: #28a745ad;
}

.order_line_box .line .circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ff9a34;
    border-radius: 50%;
    z-index: 99;
    margin: auto;
    background-color: #ff9a34;
}

.order_line_box .line .circle i {
    font-size: 25px;
    color: #fff;
}

.order_line_box:last-child .line {
    background-color: #fff;
}

.status_box {
    display: flex;
    gap: 15px;
    align-items: baseline;
}

.order_line_box .line .circle::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ff9a34;
    top: 0;
    animation: 2s all;
    z-index: -1;
}


@media(max-width:768px) {
    .order_line_box {
        gap: 15px;
    }

    .order_view .col-md-6 {
        margin-bottom: 25px;
    }
}

@media(max-width:575px) {
    .order_cntent h6 {
        font-size: 15px;
        margin: 0;
    }

    .order_line_box .order_cntent small {
        margin: 5px 0;
        width: fit-content;
    }

    .status_box {
        gap: 0;
        align-items: start;
        flex-direction: column;
        margin: 0px 0px 10px 0;
    }

    .order_line_box .order_cntent::before {
        top: 10%;

    }

    .order_line_box .line .circle i {
        font-size: 21px;
    }

    .order_id {
        gap: 0;
        align-items: start;
        flex-direction: column;
    }
}



@media(max-width:420px) {
    .order_line_box .order_cntent {
        padding: 10px 20px;
    }

    .order_line_box {
        gap: 20px;
    }

    .my_order {
        margin: 0 !important;
    }
}



/* order return modal css  */


.order_return_modal .modal-header {
    padding: 7px 16px;
}

.order_return_modal .modal-body {
    padding: 16px;
}

.order_return_modal .modal-body textarea {
    font-size: 14px;
    border-radius: 5px !important;
}

.order_return_modal .modal-body textarea:focus {
    border-color: #ff9a34;
}

.order_return_modal .btn-close {
    box-shadow: none !important;
}


.order_return_modal .modal-body .order_select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.return_order_loader {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: #fff9; */
    background-color: #0000002e;
    align-items: center;
    justify-content: center;
    height: 100vh;
    z-index: 99;
    overflow: hidden;
}

.return_order_loader .spinner-border {
    color: #ff9a34;
}

.address_Edit_btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}



.pet_head h1 {
    font-size: calc(1.3rem + .6vw) !important;
    font-size: 28px;
    font-weight: bold;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 8px;
    height: 58px;
    /*padding: 17px 8px;*/
    border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1a1a1a;
    line-height: 43px !important;
}