﻿*{
    margin:0;
    padding:0;
}
html {
    scroll-behavior: auto !important;
}
.profile-detail {
    background: #f8f9fa;
    padding-bottom: 50px;
}
.profile-leftpanel {
    width: 23%;
    margin-right: 2%;
}
.profile-navbox {
    background: #ffffff;
    padding: 20px 20px 65px 20px;
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
li.profile-menu-item {
    margin: 6px 0;
}
.profile-navbox h5 {
    border-bottom: solid 1px #e9eaeb;
}
.profile-navbox ul li a {
    display: flex !important;
    gap: 10px;
    align-items: center;
    border-bottom: none !important;
    padding: 12px 10px !important;
    border-radius: 10px;
    color: #2d3a5c !important;
    font-weight:600 !important;
}
.profile-navbox .profile-menu-item.active {
    background: #e6eefc;
    border-radius: 10px;
}
.profile-navbox ul li img {
    height: 18px;
}
.profile-navbox ul li a:hover {
    background: #e6eefc;
}
.profile-navbox .signout-list {
    color: #b91c1c !important;
}
.profile-tabcontent {
    background: #ffffff;
    padding: 0px 10px 30px 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
}
.profile-tabcontent .edit-btn {
    border: solid 1px #D1D5DB;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
    background: #ffffff;
    min-width: 110px;
    justify-content: center;
}
.profile-tabcontent .edit-btn:hover, .btn-cancel:hover {
    background: #f3f4f6;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #000;
    border-color: #000;
}
.edit-actions{
    display:none;
    margin:20px 10px 0px 10px;
}
.btn-cancel {
    border: solid 1px #D1D5DB;
    border-radius: 25px;
    padding: 10px 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
    background: #ffffff;
    justify-content: center;
    min-width: 120px;
}
.btn-save {
    border: solid 1px #D1D5DB;
    border-radius: 25px;
    padding: 10px 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-image: linear-gradient(to right, #25295d, #373e8e, #4a52be);
    justify-content: center;
    min-width: 120px;
    margin-left: 0px;
    border-color: #4f46e5;
    transition:none;
}
.btn-save:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #000000;
   
}
.profile-tabcontent .account-savings-info {
    background-image: linear-gradient(to right, #25295d, #373e8e, #4a52be);
    border: none;
    padding: 15px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}
.account-savings-info img{
    max-height:30px;
}
.profile-tabcontent .account-savings-info .savings-amount {
    color: #ffd700;
}
.account-savings-info div {
    font-size: 18px;
    color: white;
    font-weight: 600;
}
.tab-header {
    justify-content: space-between;
    padding: 15px 0px;
    border-bottom: solid 1px #e9eaeb;
    align-items: center;
    margin: 0 15px;
}
    .tab-header h1 {
        margin-bottom: 0;
        display: flex;
        gap: 10px;
        font-size: 18px !important;
        align-items: center;
    }
    .tab-header h1 img {
        height: 18px;
    }
    .user-detail-box {
        padding: 20px 20px;
        border: solid 1px #e9eaeb;
        border-radius: 15px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        height:100%;
        transition:0.3s all ease-out;
    }
.user-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: solid 1px #e6e7e8;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.user-card-header img {
    max-height: 40px;
}
.user-card-header h3 {
    font-size: 16px;
    margin-bottom:0;
}

.user-detail-box form input[type=email], .user-detail-box form input[type=tel], .user-detail-box form input[type=text] {
    border-radius: 8px;
    font-size: 16px;
    background: #ffffff;
    border-color: #e6e6e7;
    padding: 0 12px;
    font-weight: 500;
    color: #28313f;
}
.user-detail-box .form-group {
    margin-bottom: 15px;
    position: relative;
}

.info-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.info-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.edit-btn {
    background: #f0f4ff;
    border: 1px solid #c8d7ff;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
}

.info-view .info-block, .edit-block, .edit-view {
    margin-bottom: 18px;
    background: #f9fafb;
    padding: 5px 15px 10px 15px;
    border-radius: 10px;
    border: solid 1px #e3e6e9;
}

.info-view label {
    font-size: 12px;
    font-weight: 700;
    color: #7a7f9a;
}

.info-view p {
    padding: 0;
    border-radius: 10px;
    font-size: 16px;
    margin: 0px 0 0;
    font-weight: 500;
}

.edit-block label {
    font-size: 12px;
    font-weight: 700;
    color: #7a7f9a;
    margin-bottom: 4px;
}

.edit-actions {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}
.billing-detail-box {
    align-items: center;
    border-bottom: solid 1px #e6e7e8;
    /*display: flex;*/
    padding: 40px 20px;
    border: solid 1px #e9eaeb;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
    transition:0.3s all ease-in-out;
}
.billing-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    /* border-bottom: solid 1px #e6e7e8; */
    padding-bottom: 0;
    margin-bottom: 0;
}
.billing-card-header img {
    max-height: 40px;
}
.billing-card-header h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.billing-inner {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: solid 1px #e6e7e8;
    padding-bottom: 15px;
    justify-content: space-between;
}
.billing-inner .form-check-label {
    font-size: 16px;
    font-weight:600;
}
.company-details-group {
    padding: 20px;
    margin: 20px;
    background: #f9fafb;
    border-radius: 12px;
    transition: 0.3s all ease-in-out;
}
.company-details-group .title {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 5px;
}
.company-details-group .company-desc {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}
.section-height {
    height: fit-content;
}
.instruction-note {
    background: #eff6ff;
    border-radius: 15px;
    padding: 20px;
    border-left: solid 5px #3b82f6;
    display: flex;
    align-items: center;
    margin: 0 20px;
    color: #1e40af;
}
.instruction-note p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}
.instruction-note p b{
    font-weight:800;
}
.wallet-detail-card {
    background-image: linear-gradient(to right, #25295d, #373e8e, #4a52be);
    border: none;
    padding: 20px;
    border-radius: 15px;
    min-height: -webkit-fill-available;
}
.wallet-card-title{
    color:#ffffff;
    font-size:16px !important;
    font-weight:600;
    text-transform:uppercase;
}
.wallet-bal-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.wallet-bal-cardgrp{
    margin:15px 0;
}
.divider-line {
    border-bottom: solid 1px #e9eaeb;
    margin: 30px 15px;
}
.bg-grey-patch {
    background: #f8f9fa;
    border: solid 1px #e2e4e7;
}
.wallet-info {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.bg-grey-patch .wallet-card-title, .bg-grey-patch .wallet-bal-text {
    color:#000000;
}
.giftcard-grp {
    border: solid 1px #eaebec;
    border-radius:15px;
    padding:10px;
}
.giftcard-inner {
    display: grid;
    grid-template-columns: 0.16fr 1fr 0.18fr;
    margin: 0 0px 15px 0;
    font-size: 16px;
    align-items: center;
    font-weight: 500;
    color: #6f7683;
    gap:10px;
}
.giftcard-inner img {
    max-height: 70px;
}
.giftcard-inner h3 {
    font-size: 16px;
    font-weight:700;
}
.card-status.active {
    background: #d1fae5;
    border-radius: 25px;
    padding: 6px 10px;
    font-size: 14px;
    color: #0e654c;
    font-weight: 700;
    margin-right:10px;
}
.progress-bar {
    width: 100%;
    height: 10px;
    background: #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}
.giftcard-btn {
    background: linear-gradient(to right, #25295d, #373e8e, #4a52be);
    padding: 12px 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 14px;
    border: none;
    width: 100%;
    border:solid 1px #4f46e5;
}
.giftcard-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #000000;
}
.progress-bar .fill {
    width: 75%; /* percentage filled */
    height: 100%;
    background: #3d65d9;
}
.wallet-bal-info {
    color: #6f7683;
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0px;
}
.transaction-section {
    max-width:100%;
    margin: 20px auto;
}

.transaction-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #111827;
}

.transaction-section .transaction-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transaction-section .title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.transaction-section .date {
    font-size: 14px;
    color: #6b7280;
    margin: 4px 0 0;
    font-weight: 500;
}

.transaction-section .right {
    text-align: right;
    display: flex;
    gap: 10px;
    align-items: center;
}

.transaction-section .amount {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px;
}

.transaction-section .green {
    color: #26bf8d;
    font-size: 20px;
    font-weight: 700;
}
/* + amount */
.transaction-section .red {
    color: #ef4444;
    font-size: 20px;
    font-weight: 700;
}
/* - amount */

.transaction-section .status {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 20px;
    background: #d1fae5;
    color: #076047;
    font-weight: 600;
}

/* Pagination */
.transaction-section .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 25px 0 0;
}

.transaction-section .pagination .page {
    background: #f3f4f6;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
}

.transaction-section .pagination .active {
    background: #2d3a5c;
    color: #fff;
}
.transaction-section .pagination button {
    background: #f3f4f6;
    border: none;
    padding: 5px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    color: #2d3a5c;
    font-weight: 600;
    width: 45px;
    height: 40px;
    justify-content: center;
}

.order-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #eaecef;
    padding-bottom: 10px;
}

.order-info {
    font-size: 16px;
    font-weight: 500;
    color: #6b7280;
}
.order-id{
    font-weight:600;
}
.qty-info {
    color: #6b7280;
    font-weight:500;
}
.order-status {
    background: #d1fae5;
    color: #065f46;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.order-summary {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    border-bottom: solid 1px #eaecef;
    align-items: center;
    color: #1f2937;
}

.product-name {
    font-size: 15px;
    font-weight: 600;
}

.order-price {
    font-size: 17px;
    font-weight: bold;
}

.accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    justify-content:center;
}

.total-label {
    font-size: 16px;
    font-weight: 500;
    color: #2d3a5c;
}

.total-amount {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #2d3a5c;
}

.arrow-btn {
    background: none;
    border: none;
    cursor: pointer;
}
.arrow-btn img {
    height: 6px;
}
.accordion-content {
    display: none;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    background: #f9fafb;
    padding: 20px;
}

.print-btn {
    margin-top: 10px;
    padding: 8px 15px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #d1d5db;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
}
.print-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.total-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #eaecef;
    padding-bottom: 10px;
}

.order-details .section-title {
    font-size: 16px;
    font-weight: 800;
    margin: 0px 0 10px;
    border-bottom: solid 1px #e5e7eb;
    padding-bottom: 10px;
    color: #2d3a5c;
}

.order-details .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.order-details .label {
    font-weight: 600;
    color: #8b919c;
    font-size: 16px;
    margin-bottom: 10px;
}

.order-details .value {
    font-weight: 600;
    color: #1f2937;
    font-size: 16px;
}

.address-box
{
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}
.delivery-box {
    border-radius: 8px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    background: #fff;
    padding: 10px 15px;
    font-weight: 500;
}
.address-box p{
    margin-bottom: 8px;
}
.delivery-box p{
    margin-bottom:0;
}
.quantity-text {
    font-weight: 500;
    color: #797f8c;
}
.gift-card-item {
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}
.signout-item {
    border-top: solid 1px #e0e1e2;
    margin: 10px 0;
    padding-top: 15px;
}
.gift-card-item .left {
    display: flex;
    gap: 15px;
}

.gift-card-item .price {
    font-weight: 700;
}

.order-details .totals .label {
    font-weight: 500;
    margin-bottom: 5px;
}

.order-details .totals .value {
    font-weight: 600;
    text-align:right;
}

.grand-total .total-amount {
    font-size: 18px;
    font-weight: 700;
    color: #1d2d5b;
}

.order-details hr {
    border: none;
    border-bottom: solid 1px #797b81;
    margin: 15px 0;
}
.total-group-outer {
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 20px;
}
.total-group-outer .label {
    color: #1f2937;
    margin-bottom:0;
}
.arrow.rotate {
    transform: rotate(180deg);
}
.interests-container {
    margin: 20px;
}

.interests-container .main-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.interests-container .category-btn {
    padding: 10px 18px;
    border-radius: 20px;
    background: #f2f4f7;
    cursor: pointer;
    border: 1px solid #ddd;
    font-weight:600;
    font-size:14px;
}

.interests-container .category-btn.active {
    /*background: #3b82f6;*/
    background-image: linear-gradient(to right, #25295d, #373e8e, #4a52be);
    color: white;
}

.interests-container .subcategory-section {
    display: none; /* Hidden until clicked */
    margin-bottom: 35px;
}

.interests-container .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.interests-container .select-all-btn {
    background: #e9f5f2;
    border: none;
    padding: 6px 14px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.2s;
    color: #229879;
    font-weight: 600;
    outline: solid 1px #229879;
    font-size:14px;
}

    .interests-container .select-all-btn:hover, .interests-container .select-all-btn:focus {
        outline: solid 1px #229879;
        background: #e9f5f2;
        color: #229879;
    }

.interests-container .subcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.interests-container .pill {
    padding: 10px 18px;
    border-radius: 20px;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    cursor: pointer;
    transition: 0.2s;
    font-weight:600;
    font-size:14px;
}

.interests-container .pill.selected {
    background-image: linear-gradient(to right, #25295d, #373e8e, #4a52be);
    color: white;
    border: 1px solid #ddd;
}
.interests-container .section-header h3 {
    font-size: 18px;
    font-weight: 700;
}
.section-header h4 {
    font-size: 16px;
    font-weight: 700;
}
.clear-mode {
    background-color: #efe6e6 !important;
    color: #6a1216 !important;
    outline: solid 1px #6a1216 !important;
}
.main-category-group p {
    color: #969ba5;
    font-size: 16px;
    font-weight: 500;
}
.interests-container .divider-line {
    margin: 30px 0px;
}
.favourites-card-group{
    margin:20px 0px;
}
.buynow-btn {
    padding: 12px 58px;
    border-radius: 12px;
    background-image: linear-gradient(to right, #25295d, #373e8e, #4a52be);
    cursor: pointer;
    border: 1px solid #ddd;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
}

.favourite-box {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: solid 2px #e5e7eb;
    margin: 10px 0;
    transition: 0.3s all ease-in-out;
    position:relative;
}
    .favourite-box a{
        width:100%;
        position:relative;
    }
    .favorites-cardimg {
        background: #f3f4f6;
        padding: 30px 30px;
        border-radius: 12px 12px 0 0;
        width: 100%;
        min-height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.favorites-cardimg img {
    object-fit: contain;
    max-height: 70px;
}
.favorites-content {
    padding: 15px 0 20px 0;
    width: 100%;
}
.favorites-content h2 {
    border-bottom: solid 1px #e5e7eb;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 16px !important;
}
.favourite-box .favorite-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 7px;
    right: 7px;
    background-color: #e6eefc;
    border-radius: 4px;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    background-size: 80%;
    background-position: center;
    z-index: 9;
}
.favorite-icon.selected {
    background-image: url(//res.cloudinary.com/greatworkperks/image/upload/greatwork-perks/favorite-filled-icon_fn5tfb.png);
}
.tooltip-fav {
    transform: none;
    left: auto;
    right: 0px;
    bottom: -50px;
    z-index: 99999999;
    position: absolute;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 14px;
    box-shadow: none;
    filter: drop-shadow(2px 1px 2px #aaa);
}
    .tooltip-fav::after {
        content: "";
        position: absolute;
        top: -15px;
        right: 0;
        transform: translateX(-50%);
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
    }
/* Mobile (tap → focus) */
.favorite-icon:focus .tooltip-fav,
.favorite-icon:focus-within .tooltip-fav {
    opacity: 1;
    visibility: visible;
}
.currency-desc {
    font-size: 16px;
    color: #6b7280;
    font-weight:600;
}
.currency-selected-info {
    background: #ecfdf5;
    color: #065f46;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px;
    border-radius: 12px;
    border: solid 1px #065f46;
}
.currency-outer-group {
    margin: 20px 0px;
}
.currency-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 40px 0;
}

.currency-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    border: 2px solid #d1d5db;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #5f6060;
    font-weight: 600;
}
.currency-pill img {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

.currency-pill.active {
    background: #4f46e5;
    color: #fff;
    border-color: #4f46e5;
    background-image: linear-gradient(to right, #25295d, #373e8e, #4a52be);
}
.currency-pill.active:hover {
    color: #5f6060;
}
.currency-pill.active img {
    box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
}
.form-check-input:checked {
    background-color: #262a60;
    border-color: #262a60;
}
.currency-list-item {
    justify-content: space-between;
}
.currency-list-item div:nth-child(1) {
    gap: 10px;
    display: flex;
    align-items: center;
}
.currency-selected {
    background: #eef2ff;
    padding: 5px 12px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    color: #312e81;
}
.info-card .form-control {
    font-size: 16px;
    height: auto;
    font-weight: 500;
    padding: 10px 15px;
}
.category-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.back-to-top-btn {
    margin-top: 24px;
    padding: 10px 16px;
    background: #0d6efd;
    background-image: linear-gradient(to right, #25295d, #373e8e, #4a52be);
    color: #fff;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 35px;
    border-radius: 50%;
    right: 0;
    float: right;
    display: flex;
    justify-content: center;
    line-height: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.back-to-top-btn:hover {
    background-image: linear-gradient(to right,#4a52be, #373e8e, #25295d);
}
.no-fav-text p {
    padding: 10px 0 20px 0;
}
@media screen and (min-width:1024px) {
    .favourite-box:hover{
        transform: translateY(-4px);
    }
    .favourite-box:hover h2{
        text-decoration:underline;
        text-underline-offset:2px;
    }

    .currency-pill:hover, .btn-save:hover, .giftcard-btn:hover, .buynow-btn:hover {
        border-color: #4f46e5;
        background: #f5f6ff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .buynow-btn:hover {
        background-image: none;
        color: #000000;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

}
@media screen and (max-width:1700px){
    .profile-navbox h5, .tab-header h1, .wallet-bal-text, .transaction-section h2, .transaction-section .amount {
        font-size: 16px !important;
    }
    .profile-navbox ul li a, .account-savings-info div, .profile-tabcontent .edit-btn, .user-card-header h3, .info-view p, .billing-card-header h3, .billing-inner .form-check-label, .user-detail-box form input[type=email], .user-detail-box form input[type=tel], .user-detail-box form input[type=text],
    .instruction-note p, .wallet-card-title, .wallet-info, .giftcard-inner h3, .giftcard-inner, .wallet-bal-info, .transaction-section .title, .order-info, .interests-container .section-header h3, .favorites-content h2 {
        font-size: 14px !important;
    }
    .card-status.active, .transaction-section .date, .transaction-section .status, .order-status, .print-btn, .address-box, .interests-container .select-all-btn, .main-category-group p, .interests-container .category-btn, .interests-container .pill, .buynow-btn, .currency-pill {
        font-size: 12px;
    }
    .account-savings-info img {
        max-height: 20px;
    }
    .user-card-header img, .billing-card-header img {
        max-height: 30px;
    }
    .user-detail-box form input[type=email], .user-detail-box form input[type=tel], .user-detail-box form input[type=text]{
        height:38px;
    }
    .btn-cancel, .btn-save {
        font-size: 14px;
        padding: 10px 20px;
        min-height: fit-content;
        height: fit-content;
    }
    .profile-navbox ul li img {
        height: 18px;
        max-width: 17px;
        object-fit: contain;
        min-width: 17px;
    }
    .profile-navbox ul li a {
        padding: 10px 10px !important;
    }
    .company-details-group .title, .company-details-group .company-desc {
        font-size: 12px !important;
    }
    .sub-sectiontitle {
        font-size: 16px;
    }
    .giftcard-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
    .progress-bar {
        height: 6px;
    }
    .divider-line {
        margin: 20px 15px;
    }
    .transaction-section .pagination button {
        width: 35px;
        height: 35px;
    }
    .total-amount, .grand-total .total-amount {
        font-size: 16px;
    }
    .product-name, .order-price, .total-label, .order-details .section-title, .order-details .label, .order-details .value, .gift-card-item, .delivery-box, .section-header h4, .currency-desc, .currency-selected-info {
        font-size: 14px;
    }
    .accordion-toggle {
        margin-top: 10px;
    }
    .order-card {
        padding: 15px 15px 10px 15px;
    }
    .category-btn, .interests-container .pill {
        padding: 8px 15px;
    }
    .interests-container .divider-line {
        margin: 20px 0px;
    }
    .interests-container .subcategory-section {
        margin-bottom: 25px;
    }
    .favorites-cardimg img {
        max-height: 50px;
    }
    .favorites-cardimg {
        padding: 20px 20px;
    }
}
@media screen and (max-width:992px){
    .profile-leftpanel {
        width: 29%;
        margin-right: 2%;
    }
    .profile-tabcontent {
        max-width: 69%;
    }
    .buynow-btn {
        padding: 12px 20px;
    }
}
@media screen and (max-width: 767px) {
    .fx-insidepage__wrapper {
        margin-top: 0px !important;
    }
    .profile-tabcontent {
        /*display:none;*/
        max-width: 95%;
        margin: 0px 5px;
    }
    .profile-tabcontent .account-savings-info{
        border-radius:0;
    }
    .profile-tabcontent.active {
        display: block !important;
    }
    .profile-leftpanel {
        width: 100%;
        margin-right: 0%;
    }
    .profile-detail .container-fluid {
        max-width: 96%;
    }
    .wallet-detail-card{
        margin-bottom:15px;
        min-height:auto;
    }
    .giftcard-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .giftcard-inner img{
        max-height:100%;
        width:100%;
    }
    .giftcard-btn:hover{
        color:#ffffff;
    }
    .container-fluid {
        max-width: 96%;
    }
    .tab-header {
        margin: 0 5px;
    }
    .accordion-content{
        padding:20px 10px;
    }
    .interests-container {
        margin: 20px 5px;
    }
    .interests-container .select-all-btn {
        padding: 6px 10px;
        font-size: 10px;
    }
    .interests-container .section-header {
        margin-bottom: 5px;
    }
    .interests-container .section-header h3 {
        margin-bottom: 0;
    }
    .interests-container .category-btn {
        padding: 8px 10px;
    }
    .favourites-card-group {
        margin: 10px 0px;
    }
    .currency-pill {
        font-size: 10px;
        padding: 8px 10px;
        min-width: 98px;
    }
    .currency-container {
        gap: 10px;
        margin: 20px 0;
    }
    .currency-pill.active:hover {
        color: #ffffff;
    }
    .flex-fav {
        grid-template-columns: 1fr;
    }
    .favourite-box {
        margin: 10px -8px;
    }
    .section-header h2{
        font-size:16px;
    }
    .profile-navbox {
        padding: 20px 20px 20px 20px;
    }
    .user-detail-box {
        height: auto;
        margin-bottom: 15px;
    }
   /* .currency-details .profile-leftpanel, .favorite-detail .profile-leftpanel, .justforme-details .profile-leftpanel, .company-details .profile-leftpanel, .wallet-details .profile-leftpanel, .order-details.profile-leftpanel {
        display: none !important;
    }*/
}

