﻿.account-container {
    margin-top: 24px;
    margin-bottom: 24px;
}

    .account-container .breadcrumb {
        margin-bottom: 48px;
    }

.profile-menu .card, .dashboard .card, .my-order .card, .payments .card, .profile .card, .my-address .card {
    border-radius: 16px;
    border: 1.5px solid var(--light-pink);
}

.profile-menu .card-header {
    background-color: unset;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 48px;
    color: var(--secondary);
}

    .profile-menu .card-header h6 {
        margin-bottom: 16px;
    }

    .profile-menu .card-header p {
        margin-bottom: 0;
    }


.profile-menu .card-body {
    padding: 24px;
}

    .profile-menu .card-body a svg {
        margin-left: 8px;
        margin-right: 0;
        stroke: var(--secondary) !important;
    }

        .profile-menu .card-body a svg path, .profile-menu svg path {
            stroke: var(--secondary) !important;
        }

    .profile-menu .card-body a {
        font-size: 16px;
        font-weight: 400;
        color: var(--secondary);
        display: block;
        margin-bottom: 16px;
        padding: 12px 16px;
    }

        .profile-menu .card-body a.active {
            background-color: var(--s-tertiary);
            color: var(--tertiary);
            border-radius: 8px;
        }

            .profile-menu .card-body a.active svg path {
                stroke: var(--tertiary) !important;
            }

            .profile-menu .card-body a.active svg {
                stroke: var(--tertiary) !important;
            }

.card-fill {
    background-color: var(--gray-0);
}

    .card-fill .card-body {
        padding: 16px;
    }

    .card-fill h5 {
        color: var(--secondary);
        border-right: 4px solid var(--tertiary);
        border-radius: 4px;
        padding-right: 12px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 24px;
    }

.product-list a {
    color: var(--secondary);
}

.product-list svg {
    margin-right: 0;
} 
.orders-sent, .orders-pend, .orders-refund, .orders-cancel {
    border-radius: var(--radius);
    padding: 8px 12px;
    margin-left: 16px;
}

    .orders-sent svg, .orders-pend svg, .orders-refund svg, .orders-cancel svg {
        margin-right: 0;
    }

.orders-sent {
    background-color: var(--s-success);
}

.orders-pend {
    background-color: var(--s-warning);
}

.orders-refund {
    background-color: var(--s-neutral50);
}

.orders-cancel {
    background-color: var(--s-error);
}
.my-order .text-muted {
    font-size: 14px;
}
.empty-card {
    min-height: 300px;
}
.payments h5 , .profile h5 {
    margin-left: 24px;
    font-size: 18px;
    display: inline-block;
}

.payments .card-body, .profile .card-body , .my-address .card-body {
    padding: 24px;
}
.payments .empty-card .card-body {
    margin: auto;
    text-align: center;
}

.payments .card-body svg{
    width: 108px;
    height: 108px; 
    margin-top: 10%;
    margin-right: 0;
}
.profile .input-field-label {
    font-size: 16px;
    font-weight: 500;
}
.profile .orange-btn-outline {
    font-size: 16px;
    font-weight: 600;
    width: 30%;
    float: left;
}
.my-address svg {
    margin-right: 0;
    margin-left: 8px;
}
.my-address .orange-btn-outline:hover {
    background-color: var(--s-error);
}
.my-address .orange-btn-outline {
    max-width: 156px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    text-align: center;
}
.my-address svg path {
    stroke: var(--secondary);
}
.my-address .address-item .card-body {
    padding: 24px;
}
.address-details {
    margin-right: 32px;
    color: var(--gray-2);
}


.tab-container {
    padding: 0 50px;
    margin: 0 auto;
}

.profile-tab-img {
    width: 100%;
    max-height: 280px;
}
.profile-nav {
    cursor: pointer;
}
.profile-heading svg path {
    stroke: var(--secondary);
}
.orange-btn-outline svg path {
    stroke: var(--tertiary);
}



.profile-tab-img img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
}

.profile-tab-card {
    width: 100%;
    padding: 0 25px;
    margin-top: -90px;
}

.profile-tab-content {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    border: 3px solid #EAEAEA;
    padding: 30px;
}

.account-content-header h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.profile-tab-body {
    width: 90%;
    margin: 0 auto;
}

/*------------address page------------------------------*/
.address-tab-content {
    padding: 25px 50px;
    background-color: #ECF0F1;
    border: 3px solid #EAEAEA;
    border-radius: 20px;
}

.address-item-container {
    padding-bottom: 15px;
    border-bottom: 2px solid #EAEAEA;
    display: flex;
    flex-direction: column;
}

.address-title {
    font-size: 23px;
    color: #2C3E50;
    font-weight: 600;
}

.loaction-icon {
    width: 21px;
    height: 25px;
}

.loaction-name {
    color: #636C75;
    font-size: 20px;
    font-weight: 600;
}

.user-icon {
    color: #636C75;
    font-size: 20px;
}

.postcode-icon {
    width: 25px;
    height: 25px;
}

.address-edit-btn-container {
    width: 120px;
}
/*-----------------order page----------------*/
.order-tab-container {
    padding: 0 30px;
    margin-top: -130px;
}

.order-tab-content {
    padding: 25px 50px;
    background-color: #ECF0F1;
    border: 3px solid #EAEAEA;
    border-radius: 20px;
    overflow: auto;
}

.order-itme-btn-container {
    width: 130px;
}

.table-header-item {
    font-size: 23px;
    font-weight: 600;
    color: #2C3E50;
    flex: 1;
}

.table-header {
    padding: 0px 24px;
}

.table-body-row {
    background-color: #FCFCFC;
    border: 2px solid #EAEAEA;
    border-radius: 12px;
    padding: 13px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-body-item {
    flex: 1;
    color: #2C3E50;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.order-card-mobile {
    background-color: #fff;
    border: 2px solid #EAEAEA;
    border-radius: 12px;
    padding: 16px;
}

.scrollable-orders {
    max-height: calc(100vh - 500px);
}

/*----------------------sidebar----------------------*/
.account-sidebar-conteiner {
    position: relative;
    height: 100vh;
}

.account-sidebar {
    z-index: 20;
    height: 100%;
    width: 25%;
    max-width: 400px;
    background-color: #2C3E50;
    margin-top: -120px;
    position: fixed;
    padding-top: 100px;
    box-sizing: border-box;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.account-sidebar-item {
    color: #FCFCFC;
    font-size: 23px;
    font-weight: 600;
    margin-top: 50px;
    list-style: none;
}

.max-h-100vh {
    max-height: 100vh;
}

.scrollable-address {
    max-height: calc(100vh - 350px);
}

.account-tab-button-mobile {
    position: relative;
    z-index: 10;
    padding: 12px 25px;
    background-color: #EAEAEA;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    outline: none;
}

.account-tab-buttongroup-mobile {
    padding: 20px 25px;
    background-color: #EAEAEA;
    color: #2C3E50;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    outline: none;
    position: relative;
    z-index: 10;
}

.buttons-container {
    background-color: #EAEAEA;
    padding: 12px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    outline: none;
}


.outline-none {
    outline: none;
}

.tab-btn {
    border: none;
    outline: none;
    position: relative;
}

    .tab-btn:hover {
        background-color: transparent;
        cursor: pointer;
    }

.mt-minus-120 {
    margin-top: -120px;
}

.order-card {
    padding: 10px 25px;
    background-color: #FCFCFC;
    border-radius: 7px;
    margin-top: 20px;
}

.dashboard-title {
    color: #2C3E50 !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-bottom: 35px !important;
}
.dashboard-content .product-list img {
    margin: auto !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

/* Phones */
@media (max-width: 1023px) {
    .account-container {
        padding-bottom: 108px;
    }
    .account-container .breadcrumb {
        margin-bottom: 24px; 
    }

    .profile-menu .card {
        border-radius: 16px;
        border: none !important;
    }

    .profile-menu .card-header {
        padding: 16px !important;
    }

    .profile-menu .card-body {
        padding: 16px;
    }

    .orders-sent, .orders-pend, .orders-refund, .orders-cancel {
        display: none;
    }
    .orders-sent-title, .orders-pend-title, .orders-refund-title, .orders-cancel-title {
        font-size: 13px;
    }

    .orders-sent-title.active {
        color: var(--success);
    }

    .orders-pend-title.active {
        color: var(--warning);
    }

    .orders-refund-title.active {
        color: var(--neutral50);
    }

    .orders-cancel-title.active {
        color: var(--error);
    }
    .profile .orange-btn-outline {
        width: 60%;
    }
    .my-address .orange-btn-outline {
        max-width: 128px;
    }
    .my-address .address-list {
        background-color: unset;
        border-radius: 0 !important;
        border: none !important;
    }
    .my-address .address-list .card-body {
        padding: 0;
    }
        .my-address .address-list .card-body .address-item {
            padding: 0;
            background-color: unset;
            border-radius: 0 !important;
            border: none !important;
        }
    .address-details {
        margin-right: 0;
    }
    .profile-heading {
        border: none !important;
        border-bottom: 1px solid var(--light-pink) !important;
        background-color: unset;
        border-radius: 0 !important;
    }
        .profile-heading .card-body {
            padding-left: 0 !important;
            padding-right: 0 !important;
            padding-top: 0 !important;
        }
    .dashboard-content {
        background-color: unset;
        border-radius: 0 !important;
        border: none !important;
    }
        .dashboard-content .card-body {
            padding: 0;
        }
        .dashboard-content .card-fill {
            background-color: unset;
            border-radius: 0 !important;
            border: none !important;
            padding-top: 24px !important;
            border-bottom: 1px solid var(--light-pink) !important;
        }
    .my-order .card, .payments .card, .profile .card{
        background-color: unset;
        border-radius: 0 !important;
        border: none !important;
        border-bottom: 1px solid var(--light-pink) !important;
    }
    .profile-heading svg {
        width: 24px !important;
        height: 24px !important;
    }
    .profile .profile-heading svg path {
        stroke: var(--secondary)
    }
    .profile h5 {
        margin: auto;
    }
    .profile .card-body {
        padding: 0;
    }
    .profile-heading .card-body {
        padding-bottom: 16px!important;
    } 
}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
}
