.fp-cart-item .price .price-old

/* Future E-Pin - Oritorius */
html[data-theme=dark] .fp-categories .fp-sc-item:hover {
    background-color: #262626;
}

html[data-theme=dark] .form-control,
html[data-theme=dark] .form-select {
    border-color: #282828;
    background-color: #1e1e1e;
}

html[data-theme=dark] .form-control:hover,
html[data-theme=dark] .form-control:focus,
html[data-theme=dark] .form-select:hover,
html[data-theme=dark] .form-select:focus {
    border-color: #373737;
}

html[data-theme=dark] .fp-input .icon {
    border-right-color: #282828;
}

html[data-theme=dark] .fp-input:hover .icon {
    border-right-color: #373737;
}

html[data-theme=dark] .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

html[data-theme=dark] .fp-color-selector {
    background-color: #282828;
}

html[data-theme=dark] .fp-color-selector .link:not(.active) {
    background-color: #303030;
}

html[data-theme=dark] .fp-color-selector .link:not(.active):hover {
    background-color: var(--bg-white);
}

html[data-theme=dark] .fp-seller-card .info {
    background-color: #262626;
}

html[data-theme=dark] .form-check-input {
    background-color: var(--bg-white);
    border-color: #333;
    box-shadow: none !important;
}

html[data-theme=dark] .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

html[data-theme=dark] .toast .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

html[data-theme=dark] .modal .modal-content {
    background-color: var(--bg-white) !important;
}

html[data-theme=dark] .input-group-text {
    border-color: #282828;
}

:root {
    --background: #F8F8F8;
    --text-color: #222222;
    --bg-white: #fff;
    --bg-white-2: #f7f7f7;
    --text-gray: #626262;
    --border: #EFEFEF;
    --bs-link-color: #0089FF;
    --bs-blue: #0089FF;
    --bs-border-color: #EFEFEF;
    --ck-border-radius: 8px;
    --ck-color-base-border: #d8d8d8;
    --ck-color-base-background: #fff;
}

html[data-theme=dark] {
    --background: #121212;
    --text-color: #f2f2f2;
    --bg-white: #181818;
    --bg-white-2: #1f1f1f;
    --text-gray: #828282;
    --border: #221f1f;
    --bs-link-color: #0089FF;
    --bs-blue: #0089FF;
    --bs-border-color: #221f1f;
    --ck-color-base-border: #282828;
    --ck-color-base-background: #1e1e1e;
    --ck-color-base-text: #fff;
}

html[data-theme=dark] body {
    color: #fff;
}

html,
body {
    background-color: var(--background) !important;
    font-family: "Euclid Circular A";
    color: var(--text-color);
    min-height: 100%;
    scroll-behavior: smooth;
}

html img,
body img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

html a,
body a {
    text-decoration: none;
}

html i,
body i {
    font-size: 20px;
}

@media (max-width: 992px) {
    body {
        padding-bottom: 62px;
    }
}

/* Header */
.fp-header {
    background-color: var(--bg-white);
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 130;
}

.fp-header .grid {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    position: relative;
    gap: 40px;
}

.fp-header .search {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    /* Tam mərkəzə gətirildi */
}

@media (max-width: 1400px) {
    .fp-header .grid {
        gap: 25px;
    }

    .fp-header .search {
        max-width: 400px;
    }
}

@media (max-width: 1200px) {
    .fp-header .grid {
        gap: 15px;
    }

    .fp-header .search {
        max-width: 320px;
    }
}

@media (max-width: 992px) {
    .fp-header .grid {
        grid-template-columns: 1fr;
        grid-gap: 22px;
    }

    .fp-header .search {
        max-width: none;
        width: 100%;
    }
}

.fp-header .btn-all-categories {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 44px;
}

@media (min-width: 992px) {
    .fp-header .btn-all-categories {
        display: none;
    }
}

.fp-header .fp-color-selector {
    position: absolute;
    right: 60px;
    top: 4px;
}

@media (min-width: 992px) {
    .fp-header .fp-color-selector {
        display: none;
    }
}

.fp-header .logo {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    color: var(--text-color);
    font-weight: 600;
}

.fp-header .logo img {
    height: 45px;
}

.fp-header .search {
    position: relative;
}

.fp-header .search .search-box {
    position: relative;
}

.fp-header .search .search-box .form-control {
    padding-left: 20px;
    height: 45px;
    padding-right: 46px;
}

.fp-header .search .search-box .form-control:focus {
    border-color: #0089FF;
    box-shadow: 0 0 0 2px rgba(0, 137, 255, 0.10), 0 0 10px rgba(0, 137, 255, 0.16) !important;
}

@media (max-width: 992px) {
    .fp-header .search .search-box .form-control {
        border-radius: 8px !important;
        font-size: 16px;
    }
}

.fp-header .search .search-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 24px;
    color: #A3A3A3;
    pointer-events: none;
}

.fp-header .search .search-box .search-action {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    pointer-events: auto;
}

.fp-header .search .search-box .search-action.is-clear {
    color: #0089FF;
    cursor: pointer;
}

.fp-header .search .search-box .search-action.is-clear:hover {
    background-color: rgba(0, 137, 255, 0.1);
    border-radius: 100%;
}

.fp-header .search .search-box .search-action i {
    font-size: 22px;
}

.fp-header .search .search-results {
    position: absolute;
    left: 0;
    top: calc(100% + 14px);
    background-color: var(--bg-white);
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid var(--border);
    width: 100%;
    z-index: 12;
    display: none;
    max-height: 350px;
    overflow-y: auto;
}

.fp-header .search .search-results .search-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px;
    position: relative;
    transition: 0.2s;
    border-radius: 8px;
    cursor: pointer;
    margin: 4px 0;
}

.fp-header .search .search-results .search-item:hover {
    background-color: var(--bg-white-2);
}

.fp-header .search .search-results .search-item.is-active {
    background-color: #ededed;
}

html[data-theme=dark] .fp-header .search .search-results .search-item.is-active {
    background-color: #303030;
}

.fp-header .search .search-results .search-result-section+.search-result-section {
    margin-top: 12px;
}

.fp-header .search .search-results .search-result-title {
    margin: 4px 0 8px;
    padding: 0 6px;
    color: var(--text-gray);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.fp-header .search .search-results .search-item .img {
    height: 60px;
    width: 60px;
    margin-right: 12px;
    border-radius: 6px;
    overflow: hidden;
}

.fp-header .search .search-results .search-item .search-category-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fp-header .search .search-results .search-item .search-category-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.fp-header .search .search-results .search-item .search-category-img i {
    color: #0d99ff;
    font-size: 26px;
}

.fp-header .search .search-results .search-item .content {
    color: var(--text-color);
    min-width: 0;
    padding-right: 34px;
}

.fp-header .search .search-results .search-item .content .product-name {
    font-weight: 500;
}

.fp-header .search .search-results .search-highlight {
    color: #0089FF;
    font-weight: 700;
}

.fp-header .search .search-results .search-category-item {
    min-height: auto;
    padding: 6px;
    overflow: hidden;
}

.fp-header .search .search-results .search-category-item .search-category-img {
    align-self: auto;
    flex: 0 0 60px;
    height: 60px;
    width: 60px;
    margin-right: 12px;
    border-radius: 6px;
    overflow: hidden;
    min-width: 60px;
}

.fp-header .search .search-results .search-category-item .folder-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin-right: 12px;
    border-radius: 8px;
    background-color: var(--bg-white-2);
    color: #0d99ff;
    font-size: 26px;
}

.fp-header .search .search-results .search-item .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 24px;
    opacity: 0.4;
    color: var(--text-color);
}

.fp-header .search .search-results .search-not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    text-align: center;
    color: var(--text-gray);
}

.fp-header .search .search-results .search-not-found i {
    font-size: 40px;
    margin-bottom: 10px;
    opacity: 0.3;
}

.fp-header .search .search-results .search-not-found p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.fp-header .right-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .fp-header .right-area {
        display: none;
    }
}

.fp-header .right-area .right-link {
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 30px;
    transition: 0.2s;
}

.fp-header .right-area .right-link:nth-child(2) {
    margin-left: 16px;
}

.fp-header .right-area .right-link:hover {
    opacity: 0.7;
}

.fp-header .right-area .right-link .icon {
    margin-right: 8px;
}

.fp-header .right-area .right-link .icon .header-profile-avatar {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.fp-header .right-area .right-link .icon i {
    font-size: 30px;
}

.fp-header .right-area .right-link .content .key {
    font-weight: 500;
    margin-bottom: -3px;
}

.fp-header .right-area .right-link .content .value {
    font-size: 13px;
}

.fp-header .right-area .right-link.notification,
.fp-header .right-area .right-link.wishlist-link {
    margin-left: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    justify-content: center;
    background: rgba(0, 137, 255, 0.08);
    color: #0089FF;
    border: 1px solid rgba(0, 137, 255, 0.12);
    display: flex;
    align-items: center;
    position: relative;
}

.fp-header .right-area .right-link.wishlist-link {
    margin-right: 12px;
}

.fp-header .right-area .right-link.notification:hover,
.fp-header .right-area .right-link.wishlist-link:hover {
    opacity: 1;
    background: rgba(0, 137, 255, 0.14);
    border-color: rgba(0, 137, 255, 0.24);
}

.fp-header .right-area .right-link.notification .icon,
.fp-header .right-area .right-link.wishlist-link .icon {
    margin-right: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.fp-header .right-area .right-link.notification .icon i,
.fp-header .right-area .right-link.wishlist-link .icon i {
    font-size: 24px;
}

.fp-header .right-area .right-link.notification .number {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background-color: #ff3b55;
    color: #fff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    font-weight: 800;
    pointer-events: none;
    box-shadow: 0 0 0 3px var(--bg-white);
}

.fp-nav-notification-menu {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 12px;
    display: none;
    width: 380px;
    max-width: calc(100vw - 28px);
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(24, 37, 58, 0.14);
}

html[data-theme=dark] .fp-nav-notification-menu {
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.fp-nnm-title {
    padding: 14px 16px;
    border-bottom: 1px solid var(--border);
    color: var(--text-color);
    font-size: 16px;
    font-weight: 800;
    text-align: left;
}

.fp-nnm-link {
    color: #0089FF;
    font-size: 14px;
    padding: 13px 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    border-top: 1px solid var(--border);
}

.fp-nnm-item {
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-gap: 12px;
    padding: 14px 16px !important;
    border-bottom: 1px solid var(--border);
    color: var(--text-color);
    transition: 0.2s;
}

.fp-nnm-item:last-child {
    border-bottom: 0;
}

.fp-nnm-item:hover {
    background-color: var(--bg-white-2);
    color: var(--text-color);
}

.fp-nnm-item.new .fp-nnm-item-img::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #ff3b55;
    position: absolute;
    right: -1px;
    top: -1px;
    border-radius: 100%;
    z-index: 2;
    box-shadow: 0 0 0 3px var(--bg-white);
}

.fp-nnm-item-img {
    position: relative;
}

.fp-nnm-item-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(0, 137, 255, 0.1);
    color: #0089FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fp-nnm-item-icon.order {
    background: rgba(0, 137, 255, 0.1);
    color: #0089FF;
}

.fp-nnm-item-icon.balance {
    background: rgba(25, 219, 145, 0.12);
    color: #19b978;
}

.fp-nnm-item-icon.danger {
    background: rgba(239, 68, 68, 0.12);
    color: #ef4444;
}

.fp-nnm-item-icon.system {
    background: rgba(255, 184, 0, 0.14);
    color: #d89a00;
}

.fp-nnm-item-icon i {
    font-size: 22px;
    line-height: 1;
}

.fp-nnm-item-title {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 5px;
}

.fp-nnm-item-text {
    color: var(--text-gray);
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 0;
    font-weight: 500;
}

.fp-nnm-item-date {
    color: var(--text-gray);
    font-size: 12px;
    font-weight: 600;
    opacity: 0.78;
    margin-top: 6px;
}

.mobile-notification {
    position: absolute !important;
    right: 60px;
    top: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-notification .right-link {
    color: #0089FF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0, 137, 255, 0.08);
    border: 1px solid rgba(0, 137, 255, 0.12);
    position: relative;
}

.mobile-notification .right-link:hover {
    opacity: 1;
    background: rgba(0, 137, 255, 0.14);
}

.mobile-notification .right-link .icon i {
    font-size: 23px;
}

.mobile-notification .right-link.notification .number,
.mobile-notification .right-link.wishlist-link .number {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background-color: #ff3b55;
    color: #fff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    font-weight: 800;
    pointer-events: none;
    box-shadow: 0 0 0 3px var(--bg-white);
}

@media (max-width: 992px) {
    .fp-nav-notification-menu {
        left: inherit;
        transform: inherit;
        right: -50px;
    }
}

/* Navbar */
.fp-navbar {
    background-color: var(--bg-white);
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
    z-index: 120;
    position: relative;
}

.fp-navbar-close {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 40px;
    width: 40px;
}

@media (min-width: 992px) {
    .fp-navbar {
        display: block !important;
    }

    .mobile-notification {
        display: none;
    }
}

.fp-navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.fp-navbar-overlay.open {
    display: block;
    opacity: 1;
}

@media (max-width: 992px) {
    .fp-navbar {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 260px;
        display: none;
        overflow-y: auto;
        padding-top: 60px;
        z-index: 9999;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    .fp-navbar.open {
        display: block;
        transform: translateX(0);
    }

}

.fp-navbar .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .fp-navbar .flex {
        display: block;
    }
}

.fp-navbar .list {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Category underline effect */
.fp-navbar .list li {
    margin-right: 2px;
}

.fp-navbar .list li .link {
    position: relative;
    padding-bottom: 8px;
    /* Space for the line */
    transition: all 0.3s ease;
}

.fp-navbar .list li .link:hover {
    color: #0089FF !important;
    transform: translateY(-2px);
}

.fp-navbar .list li .link::after {
    content: "";
    position: absolute;
    bottom: -11px;
    /* Shifted down */
    left: 5%;
    width: 95%;
    height: 2px;
    /* Increased to 2px */
    background-color: #0089FF;
    border-radius: 10px;
}

/* Ensure the dropdown menu is not constrained by its parent li on desktop */
@media (min-width: 992px) {
    .fp-navbar .list .fp-navbar-dropdown-item {
        position: static !important;
    }
}


/* Custom "All Categories" Link Styling */
.fp-navbar .list li .link.link-all-categories {
    background-color: transparent !important;
    padding: 4px 14px;
    height: 44px;
    display: flex;
    align-items: center;
    color: var(--text-color);
    font-weight: 500;
    font-size: 15px;
    transition: 0.2s;
}

.fp-navbar .list li .link.link-all-categories .all-cats-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    margin-right: 10px;
    color: var(--text-color);
    font-size: 38px;
    /* Set a large but reasonable size */
}

.fp-navbar .list li .link.link-all-categories i.ri-arrow-down-s-line {
    margin-left: 10px;
}


@media (max-width: 992px) {
    .fp-navbar .list {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .fp-navbar .list li {
        display: block;
        width: 100%;
    }
}

.fp-navbar .list li .link {
    height: 44px;
    padding: 4px 14px;
    margin-right: 4px;
    color: var(--text-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.fp-navbar .list li .link:hover {
    opacity: 1;
}

@media (max-width: 1400px) {
    .fp-navbar .list li .link {
        font-size: 15px;
        padding: 4px 10px;
    }
}

@media (max-width: 1200px) {
    .fp-navbar .list li .link {
        font-size: 14px;
        padding: 4px 8px;
    }
}

@media (max-width: 992px) {
    .fp-navbar .list li .link {
        font-size: 15px;
    }
}

.fp-navbar .list li .link.button {
    background-color: #0089FF;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    margin-right: 16px;
    padding: 4px 16px;
}

@media (max-width: 1400px) {
    .fp-navbar .list li .link.button {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .fp-navbar .list li .link.button {
        padding: 4px 12px;
    }
}

@media (max-width: 992px) {
    .fp-navbar .list li .link.button {
        display: none;
    }
}

.fp-navbar .list li .link.button i {
    margin-right: 6px;
}

.fp-navbar .link .icon-area {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    min-width: 32px;
    border-radius: 4px;
    padding: 3px;
    background-color: rgba(0, 137, 255, 0.1);
    margin-right: 6px;
}

.fp-navbar .link .icon-area img {
    border-radius: 4px;
}

.icon-area.link-pubg-mobile {
    background-color: rgba(255, 187, 0, 0.1) !important;
}

.icon-area.link-valorant {
    background-color: rgba(255, 67, 80, 0.1) !important;
}

.icon-area.link-roblox {
    background-color: rgba(160, 173, 188, 0.1) !important;
}

.icon-area.link-mobile-legends {
    background-color: rgba(255, 187, 0, 0.1) !important;
}

.icon-area.link-free-fire {
    background-color: rgba(255, 187, 0, 0.1) !important;
}

.fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu {
    display: none;
    background-color: var(--bg-white);
    position: absolute;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid var(--border);
    padding: 30px 0;
    left: 0;
    top: calc(100% + 1px);
}

@media (max-width: 992px) {
    .fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu {
        position: relative;
        top: inherit;
        width: 100%;
    }

    .fp-navbar .list .fp-navbar-dropdown-item-open {
        display: flex;
    }
}

.fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu .fp-navbar-dropdown-link {
    color: var(--text-color);
    display: block;
    font-size: 14px;
    transition: 0.2s;
    text-align: center;
    font-weight: 500;
    line-height: 18px;
}

.fp-navbar-dropdown-link .name {
    white-space: normal;
}

.fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu .fp-navbar-dropdown-link img {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    border-radius: 6px;
}

@media (max-width: 992px) {
    .fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu .fp-navbar-dropdown-link {
        text-align: center;
    }
}

.fp-navbar .list .fp-navbar-dropdown-item .fp-navbar-dropdown-menu .fp-navbar-dropdown-link:hover {
    transform: scale(1.03);
}

.fp-navbar .list .grid-dropdown {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-gap: 12px;
}

.fp-color-selector {
    background-color: #F2F2F2;
    padding: 5px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-color-selector .link {
    display: block;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A8A8A8;
    background-color: #DDDDDD;
    border-radius: 100%;
    transition: 0.2s;
}

.fp-color-selector .link i {
    font-size: 18px;
    transition: transform 0.35s ease;
}

.fp-color-selector .link.is-animating i {
    animation: themeIconRotate 0.6s cubic-bezier(0.4, 0, 0.2, 1);

}

.fp-color-selector .link:last-child {
    margin-left: 5px;
}

.fp-color-selector .link.active,
.fp-color-selector .link:hover {
    background-color: #0089FF;
    color: #fff;
}

/* Mobile Bar */
.fp-mobile-bar {
    background-color: var(--bg-white);
    border-top: 1px solid var(--border);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 62px;
    z-index: 999 !important;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
    .fp-mobile-bar {
        display: none;
    }
}

.fp-mobile-bar .grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.fp-mobile-bar .grid .link {
    text-align: center;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.fp-mobile-bar .grid .link .icon i {
    font-size: 24px;
}

.fp-mobile-bar .grid .link .text {
    font-size: 11px;
}

/* Slider Area */

.fp-slider-area .blur-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    filter: blur(50px);
}

.fp-slider-area {
    padding: 30px 0 24px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .fp-slider-area {
        padding: 20px 0;
    }
}

@media (max-width: 992px) {
    .fp-swiper-home {
        margin-bottom: 15px;
    }
}

.fp-swiper-home-item {
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.fp-swiper-home-item .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-swiper-home-item .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 400px;
    left: 40px;
    color: #fff;
    z-index: 3;
}

@media (max-width: 576px) {
    .fp-swiper-home-item .content {
        left: 24px;
    }
}

@media (max-width: 576px) {
    .fp-swiper-home-item .content .title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .fp-swiper-home-item .content p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .fp-swiper-home-item .content .btn {
        height: 38px;
        font-size: 13px;
        padding: 5px 16px;
    }
}

.autoplay-progress {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 3;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 1200px) {
    .autoplay-progress {
        left: 10px;
        bottom: 10px;
    }
}

@media (max-width: 576px) {
    .autoplay-progress {
        left: inherit;
        right: 10px;
    }
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

@media (max-width: 992px) {
    .fp-home-slider-mini-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
}

.fp-home-slider-mini {
    position: relative;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.fp-home-slider-mini .img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-home-slider-mini .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 190px;
    left: 30px;
    color: #fff;
    z-index: 3;
}

@media (max-width: 1200px) {
    .fp-home-slider-mini .content {
        left: 20px;
    }
}

@media (max-width: 576px) {
    .fp-home-slider-mini .content {
        left: 12px;
    }
}

.fp-home-slider-mini .content .title {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .fp-home-slider-mini .content .title {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.fp-home-slider-mini .content p {
    font-size: 14px;
}

@media (max-width: 576px) {
    .fp-home-slider-mini .content p {
        font-size: 10px;
        margin-bottom: 5px;
    }
}

@media (max-width: 576px) {
    .fp-home-slider-mini .content .btn {
        height: 24px;
        font-size: 10px;
        padding: 2px 10px;
    }
}

/* Categories */
.fp-categories {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}

.fp-categories .fp-sc-item {
    height: 70px;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

@media (max-width: 576px) {
    .fp-categories .fp-sc-item {
        height: 60px;
        padding: 5px 10px;
    }
}

.fp-categories .fp-sc-item:hover {
    background-color: var(--bg-white-2);
}

.fp-swiper-categories-prev,
.fp-swiper-categories-next,
.fp-swiper-testimonials-next,
.fp-swiper-testimonials-prev {
    background-color: var(--bg-white);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid var(--border);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.fp-swiper-testimonials-prev i,
.fp-swiper-testimonials-next i,
.fp-swiper-categories-prev i,
.fp-swiper-categories-next i {
    font-size: 28px;
}

.fp-swiper-categories-prev.swiper-button-disabled,
.fp-swiper-categories-next.swiper-button-disabled {
    display: none;
}

.fp-swiper-categories-prev:hover,
.fp-swiper-testimonials-prev:hover,
.fp-swiper-testimonials-next:hover,
.fp-swiper-categories-next:hover {
    opacity: 0.7;
}

.fp-swiper-prev,
.fp-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.fp-swiper-prev {
    left: 8px;
}

.fp-swiper-next {
    right: 8px;
}

/* Product */
.fp-product-item {
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    margin-bottom: 15px;
    position: relative;
}

.fp-product-item .img {
    display: block;
    overflow: hidden;
    position: relative;
}

.fp-product-item .img .img-aspect {
    width: 100%;
    height: 100%;
}

.fp-product-item .img img {
    transition: 0.2s;
    object-fit: cover;
}

.fp-product-item .img:hover img {
    transform: scale(1.05);
}

.fp-product-item .content {
    padding: 15px;
}

.fp-product-item .content .product-name {
    font-size: 15px;
    display: block;
    color: var(--text-color);
    font-weight: 500;
    transition: 0.2s;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.fp-product-item .content .product-name:hover {
    color: #0089FF;
}

.fp-product-item .price {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.fp-product-item .price .price-new {
    font-weight: 600;
    color: #15af15;
    background-color: #ffffff;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #15af15;
    box-shadow: 0 0 4px rgba(21, 175, 21, 0.3), 0 0 8px rgba(21, 175, 21, 0.2);
    animation: priceGlowSmall 2s ease-in-out infinite alternate;
    order: -1;
    font-size: 18px;
}

html[data-theme=dark] .fp-product-item .price .price-new {
    background-color: #313131;
    border-color: #15af15;
    box-shadow: 0 0 4px rgba(21, 175, 21, 0.4), 0 0 8px rgba(21, 175, 21, 0.3);
}

@keyframes priceGlowSmall {
    from {
        box-shadow: 0 0 4px rgba(21, 175, 21, 0.3), 0 0 8px rgba(21, 175, 21, 0.2);
    }

    to {
        box-shadow: 0 0 6px rgba(21, 175, 21, 0.4), 0 0 12px rgba(21, 175, 21, 0.3);
    }
}

.fp-product-item .price .price-old {
    font-weight: 600;
    text-decoration: line-through;
    color: #ff0000;
    font-size: 14px;
    margin-top: 2px;
    background-color: transparent;
    padding: 2px 8px;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    order: 1;
}

html[data-theme=dark] .fp-product-item .price .price-old {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.fp-product-item .seller {
    margin-top: 12px;
    background-color: var(--bg-white-2);
    color: var(--text-color);
    padding: 6px 12px;
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fp-product-item .seller .img-seller {
    height: 28px;
    width: 28px;
    min-width: 28px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 8px;
}

.fp-product-item .seller .seller-content .key {
    color: #656565;
    font-size: 12px;
    margin-bottom: -2px;
}

.fp-product-item .seller .seller-content .value {
    font-size: 13px;
}

.fp-product-item .seller .icon {
    color: #B4B4B4;
    right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 576px) {
    .fp-product-item .content {
        padding: 14px;
    }

    .fp-product-item .content .btn {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px;
        white-space: nowrap;
        letter-spacing: 0.2px;
        min-height: 42px;
        height: auto;
    }

    .fp-product-item .content .btn .icon {
        margin-right: 6px;
    }
}

@media (max-width: 320px) {
    .fp-product-item .content {
        padding: 10px;
    }

    .fp-product-item .content .product-name {
        font-size: 13px;
        height: auto;
        min-height: 20px;
        line-height: 1.3;
    }

    .fp-product-item .price {
        margin-top: 6px;
        gap: 3px;
    }

    .fp-product-item .price .price-new {
        font-size: 15px;
        padding: 3px 10px;
    }

    .fp-product-item .price .price-old {
        font-size: 12px;
        padding: 2px 6px;
    }

    .fp-product-item .content .btn {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 11px;
        min-height: 38px;
        width: 100%;
    }

    .fp-product-item .seller {
        padding: 5px 10px;
        margin-top: 8px;
    }

    .fp-product-item .seller .img-seller {
        height: 24px;
        width: 24px;
        min-width: 24px;
    }

    .fp-product-item .seller .seller-content .key {
        font-size: 11px;
    }

    .fp-product-item .seller .seller-content .value {
        font-size: 12px;
    }
}

.row-products {
    margin-right: calc(-0.3 * var(--bs-gutter-x));
    margin-left: calc(-0.3 * var(--bs-gutter-x));
}

.row-products>* {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
}

@media (max-width: 320px) {
    .row-products {
        margin-right: calc(-0.2 * var(--bs-gutter-x));
        margin-left: calc(-0.2 * var(--bs-gutter-x));
    }

    .row-products>* {
        padding-right: calc(var(--bs-gutter-x) * 0.2);
        padding-left: calc(var(--bs-gutter-x) * 0.2);
    }
}

.fp-card-comments {
    margin-top: 30px;
}

.fp-card-comments .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.fp-comment-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}

.fp-comment-item .user {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fp-comment-item .user .name {
    font-weight: 500;
    font-size: 15px;
}

.fp-comment-item .content .text {
    color: var(--text-gray);
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 8px;
}

.fp-comment-item .content .date {
    font-size: 13px;
    color: var(--text-gray);
}

.fp-stars {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fp-stars i {
    color: #FFB901;
    margin-left: 1px;
    font-size: 18px;
}

.fp-comments-total {
    background-color: var(--bg-white-2);
    border: 1px solid var(--border);
    padding: 9px 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.fp-comments-total .text {
    font-size: 18px;
}

@media (max-width: 768px) {
    .fp-comments-total .text {
        font-size: 15px;
    }
}

.fp-comments-total .fp-stars i {
    font-size: 20px;
}

.fp-review-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.fp-review-pagination .review-page-btn {
    width: 36px;
    height: 36px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--bg-white);
    color: var(--text-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.fp-review-pagination .review-page-btn:hover {
    border-color: var(--bs-blue);
    color: var(--bs-blue);
}

.fp-review-pagination .review-page-btn.active {
    background: var(--bs-blue);
    border-color: var(--bs-blue);
    color: #fff;
}

.fp-review-pagination .review-page-btn:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.fp-review-pagination .review-page-btn.is-arrow {
    font-size: 18px;
}

.fp-review-pagination .review-page-ellipsis {
    min-width: 20px;
    color: var(--text-gray);
    text-align: center;
    font-weight: 600;
}

/* Product Info */
.fp-product-card {
    margin-bottom: 25px;
}

.fp-product-card .img-cover {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.fp-product-card .img-cover .img-aspect {
    border-radius: 10px;
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 992px) {
    .fp-product-card .img-cover {
        margin-bottom: 20px;
    }
}

.fp-product-card .content .product-name {
    font-size: 24px;
}

.fp-product-card .content .text {
    font-size: 14px;
    color: var(--text-gray);
}

.fp-product-card .content .link-more {
    color: #0089FF;
    font-size: 15px;
}

.fp-product-card .content .link-more i {
    position: relative;
    top: 2px;
    left: -2px;
    font-size: 22px;
}

.fp-product-card .action-area {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .fp-product-card .action-area {
        margin-bottom: 20px;
    }
}

.fp-product-card .action-area .price {
    background-color: transparent;
    height: 50px;
    text-align: left;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    color: #15af15;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 10px;
}

.fp-product-card .action-area .price .price-new {
    color: #15af15;
    font-weight: 700;
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #15af15;
    box-shadow: 0 0 3px rgba(21, 175, 21, 0.3), 0 0 6px rgba(21, 175, 21, 0.2);
    animation: priceGlow 5s ease-in-out infinite alternate;
    display: inline-block;
    order: 2;
    font-size: 20px;
}

html[data-theme=dark] .fp-product-card .action-area .price .price-new {
    background-color: #313131;
    border-color: #15af15;
    box-shadow: 0 0 4px rgba(21, 175, 21, 0.4), 0 0 8px rgba(21, 175, 21, 0.3);
}

@keyframes priceGlow {
    from {
        box-shadow: 0 0 5px rgba(21, 175, 21, 0.3), 0 0 10px rgba(21, 175, 21, 0.2);
    }

    to {
        box-shadow: 0 0 8px rgba(21, 175, 21, 0.4), 0 0 15px rgba(21, 175, 21, 0.3);
    }
}

.fp-product-card .action-area .price .price-old {
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
    color: #ff0000;
    background-color: #ffffff;
    padding: 6px 14px;
    border-radius: 4px;
    border: 1px solid #ff0000;
    box-shadow: 0 0 3px rgba(255, 0, 0, 0.3), 0 0 6px rgba(255, 0, 0, 0.2);
    position: relative;
    white-space: nowrap;
    order: 1;
}

html[data-theme=dark] .fp-product-card .action-area .price .price-old {
    background-color: #313131;
    border-color: #ff0000;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.4), 0 0 8px rgba(255, 0, 0, 0.3);
}

.fp-product-card .action-area .fp-quantity .form-control {
    font-size: 16px;
}

.fp-product-card .action-area .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
    padding-top: 10px;
}

.fp-product-card .action-area .grid .btn {
    height: 50px;
    font-size: 16px;
}

@media (max-width: 992px) {
    .fp-product-card .action-area .grid .btn {
        font-size: 14px;
        padding: 4px 12px;
    }
}

.fp-product-card .action-area .grid .btn .icon {
    font-size: 20px;
}

.fp-product-card .action-area .grid .fp-quantity {
    height: 50px;
}

.fp-product-card .action-area .product-availability-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.fp-product-card .action-area .product-availability-icon .availability-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
}

.fp-product-card .action-area .product-availability-icon .availability-available {
    color: #15af15;
    font-size: 24px;
}

.fp-product-card .action-area .product-availability-icon .availability-unavailable {
    color: #ff0000;
    font-size: 24px;
}

@media (max-width: 768px) {
    .fp-product-card .action-area .product-availability-icon .availability-label {
        font-size: 14px;
    }

    .fp-product-card .action-area .product-availability-icon .availability-available,
    .fp-product-card .action-area .product-availability-icon .availability-unavailable {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .fp-product-card .action-area .product-availability-icon .availability-label {
        font-size: 14px;
    }

    .fp-product-card .action-area .product-availability-icon .availability-available,
    .fp-product-card .action-area .product-availability-icon .availability-unavailable {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .fp-product-card .action-area .product-availability-icon .availability-label {
        font-size: 14px;
    }

    .fp-product-card .action-area .product-availability-icon .availability-available,
    .fp-product-card .action-area .product-availability-icon .availability-unavailable {
        font-size: 16px;
    }
}

.fp-seller-card {
    background-color: var(--bg-white-2);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 25px 20px 20px 20px;
    text-align: center;
}

@media (max-width: 1200px) {
    .fp-seller-card {
        padding: 20px 15px 15px 15px;
    }
}

.fp-seller-card .img-profile {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 15px;
}

.fp-seller-card .name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.fp-seller-card .info {
    height: 44px;
    border-radius: 8px;
    margin-bottom: 3px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.fp-seller-card .info .icon {
    font-size: 18px;
    margin-right: 5px;
}

.fp-seller-card .btn {
    margin: 3px 0;
    width: 100%;
}

.fp-tabs-nav {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-tabs-nav .link {
    font-size: 18px;
    color: var(--text-gray);
    position: relative;
    padding: 10px;
    margin: 0 5px;
    transition: 0.2s;
}

.fp-tabs-nav .link::after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 26px;
    background-color: var(--text-color);
    border-radius: 20px;
    bottom: 0;
    transition: 0.2s;
}

.fp-tabs-nav .link.active {
    color: var(--text-color);
    font-weight: 500;
}

.fp-tabs-nav .link.active::after {
    opacity: 1;
}

.fp-tabs-nav .link:hover {
    color: var(--text-color);
    font-weight: 500;
}

@media (max-width: 768px) {
    .fp-tabs-nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 5px;
        margin-bottom: 20px;
        gap: 0;
    }

    .fp-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .fp-tabs-nav .link {
        font-size: 14px;
        padding: 8px 12px;
        margin: 0 3px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .fp-tabs-nav .link::after {
        width: 20px;
        height: 2px;
    }
}

@media (max-width: 576px) {
    .fp-tabs-nav {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 5px;
    }

    .fp-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .fp-tabs-nav .link {
        font-size: 13px;
        padding: 6px 10px;
        margin: 0 2px;
        flex-shrink: 0;
    }

    .fp-tabs-nav .link::after {
        width: 18px;
        height: 2px;
    }
}

@media (min-width: 300px) and (max-width: 375px) {
    .fp-tabs-nav {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .fp-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .fp-tabs-nav .link {
        font-size: 12px;
        padding: 5px 8px;
        margin: 0 1px;
        flex-shrink: 0;
    }

    .fp-tabs-nav .link::after {
        width: 16px;
        height: 2px;
    }
}

.fp-tabs .fp-tabs-content:not(.active) {
    display: none;
}

.fp-product-context {
    font-size: 15px;
    color: var(--text-gray);
}

/* Cart */
.fp-cart-card {
    margin-bottom: 20px;
}

.fp-cart-card .fp-card-body {
    padding: 20px !important;
}

.fp-cart-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
    grid-gap: 36px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 16px;
    padding-bottom: 12px;
}

@media (max-width: 1200px) {
    .fp-cart-grid {
        display: none;
    }
}

.fp-cart-grid .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fp-cart-grid .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fp-cart-grid .column .title {
    font-size: 14px;
    color: var(--text-gray);
}

.fp-cart-grid .column.price {
    margin-right: 24px;
}

.fp-cart-grid .column.qty {
    margin-left: 40px;
}

.fp-cart-item {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
    grid-gap: 36px;
    align-items: center;
}

@media (max-width: 1200px) {
    .fp-cart-item {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

.fp-cart-item:not(:last-child) {
    border-bottom: 1px solid var(--border);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.fp-cart-item .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fp-cart-item .img {
    border-radius: 6px;
    overflow: hidden;
    width: 85px;
    height: 85px;
    min-width: 85px;
}

.fp-cart-item .context {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 12px;
}

.fp-cart-item .context .content {
    padding-left: 14px;
}

@media (max-width: 768px) {
    .fp-cart-item .context .content {
        padding-left: 10px;
    }
}

.fp-cart-item .context .content .product-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    transition: 0.2s;
}

.fp-cart-item .context .content .product-name:hover {
    color: #0089FF;
}

@media (max-width: 768px) {
    .fp-cart-item .context .content .product-name {
        font-size: 15px;
    }
}

.fp-cart-item .price {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    color: #15af15;

}

@media (max-width: 768px) {
    .fp-cart-item .price {
        font-size: 16px;
    }
}

.fp-cart-item .price .text-total {
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 400;
}

@media (min-width: 1200px) {
    .fp-cart-item .price .text-total {
        display: none;
    }
}

.fp-cart-item .price .price-old {
    font-size: 15px;
    font-weight: 400;
    color: #ff0000;
    text-decoration: line-through;
    background-color: transparent;
    padding: 3px 10px;

}

.fp-cart-item .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .fp-cart-item .right {
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .fp-cart-item .right {
        display: grid;
        grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.5fr) minmax(0, 0.1fr);
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .fp-cart-item .right .price {
        margin: 0 30px;
    }
}

@media (max-width: 768px) {
    .fp-cart-item .right .price {
        margin: 0;
        font-size: 18px;
    }
}

.fp-cart-item .right .btn-primary {
    margin-left: 14px;
    padding: 4px 14px;
    font-size: 15px;
}

@media (max-width: 1400px) {
    .fp-cart-item .right .btn-primary {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 1200px) {
    .fp-cart-item .right .btn-primary {
        margin-left: 0;
        margin-top: 4px;
    }
}

.fp-cart-item .right .fp-quantity {
    margin-left: 33px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .fp-cart-item .right .fp-quantity .fp-quantity-btn {
        min-width: auto;
    }
}

@media (min-width: 768px) {
    .fp-cart-item .right .fp-quantity .form-control {
        width: 44px;
    }
}

.fp-cart-item .right .btn-opacity-danger {
    width: 44px;
}

.fp-cart-summary .title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.fp-cart-summary .total {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 12px 5px;
    text-align: center;
    margin-bottom: 15px;
}

.fp-cart-summary .total .value {
    color: #0089FF;
    margin-top: 2px;
    font-size: 24px;
}

.fp-cart-summary .btn-area .btn {
    width: 100%;
    margin-bottom: 8px;
    padding: 4px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.fp-cart-summary .btn-area .btn span {
    font-size: 14px;
}

.input-coupon {
    display: flex;
    margin-bottom: 15px;
    align-items: stretch;
}

.input-coupon .form-control {
    flex: 1;
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 0;
}

.input-coupon .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    white-space: nowrap;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-coupon .input-group-text {
    background: #fff !important;
    border: 1px solid #ced4da !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    text-decoration: none !important;
    color: #ef4444 !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    cursor: pointer;
}

.input-coupon .input-group-text i {
    font-size: 16px;
}

.input-coupon .form-control:disabled {
    background-color: #fff !important;
    opacity: 1;
    cursor: not-allowed;
}

html[data-theme=dark] .input-coupon .form-control:disabled {
    background-color: #1f1f23 !important;
}

.input-coupon .btn-opacity-danger {
    background-color: #ef4444 !important;
    color: #fff !important;
    border-color: #ef4444 !important;
    opacity: 1 !important;
}

.input-coupon .btn-opacity-danger:hover {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
}

.fp-card-marketplace-user {
    text-align: center;
}

.fp-card-marketplace-user .fp-card-body {
    padding: 25px 18px 18px 18px !important;
}

.fp-card-marketplace-user .img-profile {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 12px;
}

.fp-card-marketplace-user .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.fp-card-marketplace-user .fp-stars {
    margin-bottom: 20px;
}

.fp-card-marketplace-user .fp-info-item {
    text-align: left;
    padding: 10px 20px;
    background-color: var(--bg-white-2);
    margin-bottom: 2px;
}

.fp-card-marketplace-user .fp-info-item:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fp-card-marketplace-user .fp-info-item:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fp-card-marketplace-user .fp-info-item .key {
    font-size: 13px !important;
    margin-bottom: 3px;
}

.fp-card-marketplace-user .fp-info-item .value {
    font-size: 18px !important;
}

.fp-card-marketplace-user .fp-info-item .icon i {
    font-size: 32px;
}

/* 404 */
.gp-vcenter {
    min-height: auto !important;
    padding: 50px 0;
}

.gp-vcenter a {
    font-size: 24px !important;
    color: var(--text-color) !important;
    font-weight: 500 !important;
}

/* Blog */
.fp-blog-card {
    overflow: hidden;
    margin-bottom: 24px;
}

.fp-blog-card .img {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

.fp-blog-card .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-blog-card .img img {
    transition: 0.3s;
}

.fp-blog-card .img:hover img {
    transform: scale(1.04);
}

.fp-blog-card .content {
    padding: 20px;
}

.fp-blog-card .content .title {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    transition: 0.2s;
}

.fp-blog-card .content .title:hover {
    color: #0089FF;
}

.fp-blog-card .content p {
    font-size: 15px;
    line-height: 24px;
    color: var(--text-gray);
}

.fp-blog-card .content .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fp-blog-card .content .flex .link {
    font-weight: 500;
    transition: 0.2s;
}

.fp-blog-card .content .flex .date i {
    margin-right: 3px;
}

.fp-section-blog-page {
    background-color: var(--bg-white);
    padding: 30px 0;
}

@media (max-width: 768px) {
    .fp-section-blog-page {
        padding: 20px 0;
    }
}

.fp-section-blog-page .container {
    max-width: 900px;
}

.fp-section-blog-page .fp-breadcrumb {
    margin-bottom: 20px;
}

.fp-section-blog-page .blog-title {
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .fp-section-blog-page .blog-title {
        text-align: left;
        font-size: 36px;
    }
}

.fp-section-blog-page .info-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .fp-section-blog-page .info-list {
        justify-content: flex-start;
    }
}

.fp-section-blog-page .info-list .text {
    font-size: 15px;
    margin: 0 10px;
    color: var(--text-gray);
}

@media (min-width: 992px) {
    .fp-section-blog-page .info-list .text {
        margin: 0;
        margin-right: 20px;
    }
}

.fp-section-blog-page .info-list .text i {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.fp-section-blog-page .img-cover {
    margin: 20px 0;
}

@media (min-width: 992px) {
    .fp-section-blog-page .img-cover {
        float: right;
        width: 400px;
        margin: 0 0 20px 30px;
        position: relative;
        z-index: 2;
    }
}

.fp-section-blog-page .img-cover .img-blog {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.fp-section-blog-page .fp-blog-content {
    display: flow-root;
}

.fp-section-blog-page .fp-blog-content p {
    line-height: 26px;
    margin-bottom: 20px;
}

/* Client */
.fp-client-menu {
    margin-bottom: 20px;
}

.fp-client-menu .user-info {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid var(--border);
}

.fp-client-menu .user-info .icon {
    height: 50px;
    min-width: 50px;
    width: 50px;
    background-color: #0089FF;
    border-radius: 100%;
    margin-right: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-client-menu .user-info .icon i {
    font-size: 24px;
}

.fp-client-menu .user-info .icon img.icon-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.fp-client-menu .user-info .icon img.profile-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}

.fp-client-menu .user-info .content {
    width: calc(100% - 62px);
}

.fp-client-menu .user-info .content .mail {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fp-client-menu .user-info .content .money {
    font-size: 13px;
    color: var(--text-gray);
}

.fp-client-menu .content-menu {
    padding: 20px;
}

.fp-client-mobile-quick {
    display: none;
}

.fp-client-menu .content-menu .list-menu li {
    display: block;
}

.fp-client-menu .content-menu .list-menu .link {
    height: 44px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 6px;
    padding: 4px 15px;
    transition: all 0.3s ease;
    margin: 4px 0;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.fp-client-menu .content-menu .list-menu .link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background-color: #0089FF;
    transition: height 0.3s ease;
    border-radius: 0 4px 4px 0;
    z-index: 2;
}

.fp-client-menu .content-menu .list-menu .link:hover::before,
.fp-client-menu .content-menu .list-menu .link.active::before {
    height: 100%;
}

.fp-client-menu .content-menu .list-menu .link:hover {
    transform: translateX(5px);
}

.fp-client-menu .content-menu .list-menu .link.toggle-client-menu {
    background-color: #0089FF;
    color: #fff;
}

.fp-client-menu .content-menu .list-menu .link.toggle-client-menu:hover,
.fp-client-menu .content-menu .list-menu .link.toggle-client-menu:focus {
    background-color: #0089FF;
    color: #fff;
}

@media (min-width: 992px) {
    .fp-client-menu .content-menu .list-menu .link.toggle-client-menu {
        display: none;
    }
}

@media (max-width: 1200px) {
    .fp-client-menu .content-menu .list-menu .link {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 992px) {
    .fp-client-mobile-quick {
        display: block;
        margin: 0 0 18px;
        padding: 4px 0 16px;
        border-bottom: 1px solid var(--border);
    }

    .fp-client-mobile-quick-title {
        color: var(--text-gray);
        font-size: 13px;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 14px;
        text-transform: uppercase;
    }

    .fp-client-mobile-quick-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .fp-client-mobile-quick-item {
        border: 0;
        background: transparent;
        color: var(--text-color);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        min-width: 0;
        padding: 0;
        text-align: center;
        font-family: inherit;
    }

    .fp-client-mobile-quick-item:hover,
    .fp-client-mobile-quick-item:focus {
        color: #0089FF;
    }

    .fp-client-mobile-quick-item .quick-icon {
        width: 48px;
        height: 48px;
        border: 2px solid var(--border);
        border-radius: 50%;
        color: var(--text-gray);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .fp-client-mobile-quick-item.fp-mobile-theme-toggle .quick-icon {
        position: relative;
        overflow: hidden;
        transition: all 0.35s ease;
    }

    .fp-client-mobile-quick-item.fp-mobile-theme-toggle .quick-icon::before {
        content: "";
        position: absolute;
        inset: 8px;
        border-radius: 50%;
        background: var(--border);
        transform: scale(0);
        opacity: 0;
        transition: transform 0.35s ease, opacity 0.35s ease;
    }

    .fp-client-mobile-quick-item.fp-mobile-theme-toggle .quick-icon i {
        position: relative;
        z-index: 1;
        transition: transform 0.35s ease;
    }

    .fp-client-mobile-quick-item.fp-mobile-theme-toggle.is-dark .quick-icon {
        /* No specific background/border for dark mode as per request */
    }

    .fp-client-mobile-quick-item.fp-mobile-theme-toggle.is-dark .quick-icon::before {
        transform: scale(1);
        opacity: 0.1;
    }

    .fp-client-mobile-quick-item.fp-mobile-theme-toggle.is-animating .quick-icon i {
        animation: themeIconRotate 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .fp-client-mobile-quick-item:hover .quick-icon,
    .fp-client-mobile-quick-item:focus .quick-icon {
        border-color: #0089FF;
        color: #0089FF;
        background: rgba(0, 137, 255, 0.08);
    }

    .fp-client-mobile-quick-item.fp-mobile-theme-toggle:hover .quick-icon,
    .fp-client-mobile-quick-item.fp-mobile-theme-toggle:focus .quick-icon {
        /* Same as other icons */
        border-color: #0089FF;
        color: #0089FF;
        background: rgba(0, 137, 255, 0.08);
    }

    .fp-client-mobile-quick-item.fp-mobile-theme-toggle.is-dark:hover .quick-icon,
    .fp-client-mobile-quick-item.fp-mobile-theme-toggle.is-dark:focus .quick-icon {
        /* Same as other icons */
        border-color: #0089FF;
        color: #0089FF;
        background: rgba(0, 137, 255, 0.08);
    }

    .fp-client-mobile-quick-item .quick-icon i {
        font-size: 22px;
    }

    .fp-client-mobile-quick-item .quick-text {
        color: currentColor;
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    @keyframes themeIconRotate {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .fp-client-menu .content-menu .list-menu .link.mobile-none {
        display: flex;
        height: 0;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateX(-30px);
        transition: all 0.3s ease;
        pointer-events: none;
        border: none;
    }

    .fp-client-menu .content-menu .list-menu .link.mobile-none.mobile-show {
        height: 44px;
        margin: 4px 0;
        padding-top: 4px;
        padding-bottom: 4px;
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(2) .link.mobile-show {
        transition-delay: 0.05s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(3) .link.mobile-show {
        transition-delay: 0.1s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(4) .link.mobile-show {
        transition-delay: 0.15s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(5) .link.mobile-show {
        transition-delay: 0.2s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(6) .link.mobile-show {
        transition-delay: 0.25s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(7) .link.mobile-show {
        transition-delay: 0.3s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(8) .link.mobile-show {
        transition-delay: 0.35s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(9) .link.mobile-show {
        transition-delay: 0.4s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(10) .link.mobile-show {
        transition-delay: 0.45s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(11) .link.mobile-show {
        transition-delay: 0.5s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(12) .link.mobile-show {
        transition-delay: 0.55s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(13) .link.mobile-show {
        transition-delay: 0.6s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(14) .link.mobile-show {
        transition-delay: 0.65s;
    }

    .fp-client-menu .content-menu .list-menu li:nth-child(15) .link.mobile-show {
        transition-delay: 0.7s;
    }
}

.fp-client-menu .content-menu .list-menu .link.toggle-client-menu .ri-close-line {
    font-size: 24px;
    position: relative;
    right: 2px;
    top: 1px;
}

.fp-client-menu .content-menu .list-menu .link .icon {
    margin-right: 8px;
    width: 22px;
}

.fp-client-menu .content-menu .list-menu .link.active,
.fp-client-menu .content-menu .list-menu .link:hover {
    color: #0089FF;
    background-color: rgba(0, 137, 255, 0.1);
}

.fp-card-client .fp-cc-head {
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
}

@media (max-width: 768px) {
    .fp-card-client .fp-cc-head {
        padding: 20px 18px;
    }
}

.fp-card-client .fp-cc-head .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.fp-card-client .fp-cc-body {
    padding: 24px;
}

.fp-profile-overview .fp-cc-body {
    padding-top: 28px;
}

.fp-profile-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--bg-white);
}

.fp-profile-identity {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.fp-profile-photo {
    width: 92px;
    height: 92px;
    border: 2px solid #0089FF;
    border-radius: 50%;
    padding: 3px;
    flex: 0 0 auto;
    background: #fff;
}

.fp-profile-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.fp-profile-copy {
    min-width: 0;
}

.fp-profile-kicker {
    display: block;
    color: #0089FF;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

.fp-profile-copy h2 {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 10px;
    word-break: break-word;
}

.fp-profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fp-profile-meta span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text-gray);
    background: var(--bg-color);
    padding: 6px 12px;
    font-size: 13px;
    line-height: 18px;
}

.fp-profile-settings-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--text-color);
    background: rgba(0, 137, 255, 0.08);
    border: 1px solid rgba(0, 137, 255, 0.16);
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    font-family: inherit;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fp-profile-settings-link:hover {
    color: #0089FF;
    background: rgba(0, 137, 255, 0.13);
}

.fp-profile-section {
    margin-top: 28px;
}

.fp-section-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.fp-section-title-row h3 {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.fp-avatar-save-btn {
    min-height: 42px;
    flex: 0 0 auto;
}

.fp-badge-placeholder {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px dashed var(--border);
    border-radius: 8px;
    padding: 18px;
    color: var(--text-gray);
    background: var(--bg-white);
}

.fp-badge-placeholder .badge-slot {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0089FF;
    flex: 0 0 auto;
}

.fp-badge-placeholder .badge-slot i {
    font-size: 20px;
}

#profileAvatarModal .modal-body {
    max-height: min(70vh, 720px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
}

#profileAvatarModal .fp-profile-avatar-filter {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--bg-white);
    padding: 20px 24px 12px;
    margin: 0 -24px 26px;
    border-bottom: 1px solid var(--border);
}

.fp-profile-avatar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
    gap: 14px;
}

.fp-profile-avatar-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.fp-profile-avatar-filter button {
    min-height: 42px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background-color: var(--bg-white);
    color: var(--text-color);
    padding: 8px 18px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.fp-profile-avatar-filter button.active,
.fp-profile-avatar-filter button:hover {
    border-color: #0089FF;
    background-color: #0089FF;
    color: #fff;
}

.fp-profile-avatar-section {
    margin-bottom: 26px;
}

.fp-profile-avatar-section[hidden] {
    display: none;
}

.fp-profile-avatar-section .avatar-section-title {
    border: none;
    background: transparent;
    color: var(--text-color);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 14px;
    padding: 0;
}

.fp-profile-avatar-section.collapsed .fp-profile-avatar-grid {
    display: none;
}

.fp-profile-avatar-section.collapsed .avatar-section-title i {
    transform: rotate(180deg);
}

.fp-profile-avatar-option {
    cursor: pointer;
    margin: 0;
}

.fp-profile-avatar-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fp-profile-avatar-option .avatar-preview {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 2px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    display: block;
    background-color: var(--bg-color);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fp-profile-avatar-option .avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fp-profile-avatar-option .avatar-name {
    display: block;
    margin-top: 8px;
    color: var(--text-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fp-profile-avatar-option:hover .avatar-preview,
.fp-profile-avatar-option input:focus-visible+.avatar-preview {
    border-color: #0089FF;
    transform: translateY(-2px);
}

.fp-profile-avatar-option input:checked+.avatar-preview {
    border-color: #0089FF;
    box-shadow: 0 0 0 3px rgba(0, 137, 255, 0.14);
}

.fp-profile-avatar-empty {
    border: 1px dashed var(--border);
    border-radius: 8px;
    padding: 28px;
    text-align: center;
    color: var(--text-gray);
    margin-top: 24px;
}

.fp-profile-avatar-empty i {
    color: #0089FF;
    display: block;
    font-size: 32px;
    margin-bottom: 8px;
}

.fp-profile-avatar-empty div {
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .fp-card-client .fp-cc-body {
        padding: 18px;
    }
}

.fp-client-shortcut {
    padding: 20px 24px;
    color: var(--text-color);
    background-color: var(--bg-white) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    border-radius: 16px;
    border: 1px solid var(--border);
    opacity: 0;
    animation: slideUpFadeIn 0.6s ease forwards;
}

.fp-client-shortcut:nth-child(1) {
    animation-delay: 0.4s;
}

.fp-client-shortcut:nth-child(2) {
    animation-delay: 0.5s;
}

.fp-client-shortcut:nth-child(3) {
    animation-delay: 0.6s;
}

.fp-client-shortcut:nth-child(4) {
    animation-delay: 0.7s;
}

.fp-client-shortcut:hover {
    transform: translateY(-5px);
    color: var(--text-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.fp-client-shortcut .left {
    display: flex;
    align-items: center;
}

.fp-client-shortcut .left .shortcut-icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border);
    margin-right: 16px;
}

.fp-client-shortcut .left .shortcut-icon i {
    font-size: 20px;
    margin-right: 0;
    color: var(--text-color);
}

.fp-client-shortcut .left .title {
    font-weight: 500;
}

.fp-client-shortcut .shortcut-arrow {
    width: 36px;
    height: 36px;
    background-color: rgba(0, 137, 255, 0.08);
    /* Mavi tonu */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-blue);
    transition: all 0.3s ease;
}

.fp-client-shortcut .shortcut-arrow i {
    font-size: 16px;
}

.fp-client-shortcut:hover .shortcut-arrow {
    background-color: rgba(0, 137, 255, 0.15);
}

html[data-theme=dark] .fp-client-shortcut .left .shortcut-icon {
    background-color: #222;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

html[data-theme=dark] .fp-client-shortcut .shortcut-arrow {
    background-color: rgba(0, 137, 255, 0.15);
}

/* Special styling for the last shortcut card */
.fp-client-shortcut:last-child {
    margin-bottom: 0;
}

/* Dashboard Stat Cards */
.fp-stat-card {
    background-color: var(--bg-white);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    border: 1px solid var(--border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    animation: slideUpFadeIn 0.6s ease forwards;
}

.fp-stat-card:nth-child(1) {
    animation-delay: 0.1s;
}

.fp-stat-card:nth-child(2) {
    animation-delay: 0.2s;
}

.fp-stat-card:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes slideUpFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Universal slide-up animation for client page cards */
.col-lg-9 .fp-card-client,
.fp-order-item,
.fp-balance-method,
.fp-reference-card,
.fp-ticket-item {
    opacity: 0;
    animation: slideUpFadeIn 0.6s ease forwards;
    animation-delay: 0.1s;
}

.fp-order-item:nth-child(1),
.fp-balance-method:nth-child(1),
.fp-reference-card:nth-child(1),
.fp-ticket-item:nth-child(1) {
    animation-delay: 0.1s;
}

.fp-order-item:nth-child(2),
.fp-balance-method:nth-child(2),
.fp-reference-card:nth-child(2),
.fp-ticket-item:nth-child(2) {
    animation-delay: 0.2s;
}

.fp-order-item:nth-child(3),
.fp-balance-method:nth-child(3),
.fp-reference-card:nth-child(3),
.fp-ticket-item:nth-child(3) {
    animation-delay: 0.3s;
}

.fp-order-item:nth-child(4),
.fp-balance-method:nth-child(4),
.fp-reference-card:nth-child(4),
.fp-ticket-item:nth-child(4) {
    animation-delay: 0.4s;
}

.fp-order-item:nth-child(5),
.fp-balance-method:nth-child(5),
.fp-reference-card:nth-child(5),
.fp-ticket-item:nth-child(5) {
    animation-delay: 0.5s;
}

.fp-order-item:nth-child(n+6),
.fp-balance-method:nth-child(n+6),
.fp-reference-card:nth-child(n+6),
.fp-ticket-item:nth-child(n+6) {
    animation-delay: 0.6s;
}

.fp-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.fp-stat-card .stat-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border);
}

.fp-stat-card .stat-icon i {
    font-size: 28px;
    color: var(--text-color);
}

.fp-stat-card .stat-info {
    display: flex;
    flex-direction: column;
}

.fp-stat-card .stat-label {
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 400;
    margin-bottom: 4px;
}

.fp-stat-card .stat-value {
    font-size: 22px;
    font-weight: 500;
    color: var(--text-color);
}

.fp-stat-card .stat-arrow {
    position: absolute;
    right: 24px;
    width: 44px;
    height: 44px;
    background-color: rgba(0, 137, 255, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-blue);
    transition: all 0.3s ease;
}

.fp-stat-card .stat-arrow:hover {
    background-color: rgba(0, 137, 255, 0.15);
    color: var(--bs-blue);
}

.fp-stat-card .stat-arrow i {
    font-size: 20px;
}

html[data-theme=dark] .fp-stat-card .stat-icon {
    background-color: #222;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

html[data-theme=dark] .fp-stat-card .stat-arrow {
    background-color: rgba(0, 137, 255, 0.15);
}

.fp-dashboard-notifications {
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 20px;
    opacity: 0;
    animation: slideUpFadeIn 0.6s ease forwards;
    animation-delay: 0.25s;
}

.fp-dn-head,
.fp-dn-tools,
.fp-dn-item,
.fp-dn-item-top {
    display: flex;
    align-items: center;
}

.fp-dn-head {
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.fp-dn-title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.fp-dn-title-icon,
.fp-dn-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    background: rgba(0, 137, 255, 0.08);
    color: var(--bs-blue);
}

.fp-dn-title-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
}

.fp-dn-title-icon i {
    font-size: 21px;
}

.fp-dn-title h5 {
    margin: 0;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
}

.fp-dn-title span {
    display: block;
    margin-top: 3px;
    color: var(--text-gray);
    font-size: 13px;
}

.fp-dn-mark {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--bs-blue);
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}

.fp-dn-mark:hover {
    color: var(--bs-blue);
}

.fp-dn-tools {
    gap: 12px;
    margin-bottom: 14px;
}

.fp-dn-filter {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.02);
}

.fp-dn-filter button {
    border: 0;
    background: transparent;
    color: var(--text-gray);
    border-radius: 9px;
    padding: 8px 12px;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
}

.fp-dn-filter button.active {
    background: var(--bg-white);
    color: var(--text-color);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.fp-dn-search {
    flex: 1;
    min-width: 180px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid var(--border);
    border-radius: 12px;
    height: 42px;
    color: var(--text-gray);
}

.fp-dn-search input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--text-color);
    font-size: 14px;
}

.fp-dn-list {
    display: grid;
    gap: 10px;
    max-height: 430px;
    overflow: auto;
    padding-right: 4px;
}

.fp-notification-center-page .fp-dn-list {
    max-height: none;
}

.fp-dn-item {
    position: relative;
    gap: 12px;
    padding: 13px 14px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.012);
    color: var(--text-color);
    transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.fp-dn-item:hover {
    color: var(--text-color);
    border-color: rgba(0, 137, 255, 0.24);
    background: rgba(0, 137, 255, 0.04);
    transform: translateY(-1px);
}

.fp-dn-item.new {
    border-color: rgba(0, 137, 255, 0.24);
    background: rgba(0, 137, 255, 0.055);
}

.fp-dn-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.fp-dn-icon i {
    font-size: 19px;
}

.fp-dn-icon.order {
    color: #0f766e;
    background: rgba(20, 184, 166, 0.11);
}

.fp-dn-icon.balance {
    color: #19b978;
    background: rgba(25, 219, 145, 0.12);
}

.fp-dn-icon.danger {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.12);
}

.fp-dn-icon.system {
    color: #4f46e5;
    background: rgba(79, 70, 229, 0.11);
}

.fp-dn-content {
    flex: 1;
    min-width: 0;
}

.fp-dn-item-top {
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 4px;
}

.fp-dn-item-top strong {
    min-width: 0;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fp-dn-item-top time {
    flex: 0 0 auto;
    color: var(--text-gray);
    font-size: 12px;
}

.fp-dn-content p {
    margin: 0;
    color: var(--text-gray);
    font-size: 13px;
    line-height: 1.45;
}

.fp-dn-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bs-blue);
    box-shadow: 0 0 0 4px rgba(0, 137, 255, 0.12);
}

.fp-dn-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 110px;
    color: var(--text-gray);
    border: 1px dashed var(--border);
    border-radius: 14px;
}

.fp-dn-empty i {
    font-size: 22px;
}

html[data-theme=dark] .fp-dashboard-notifications,
html[data-theme=dark] .fp-dn-filter button.active {
    background: var(--bg-white);
}

html[data-theme=dark] .fp-dn-filter,
html[data-theme=dark] .fp-dn-item {
    background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 576px) {
    .fp-profile-overview .fp-cc-body {
        padding-top: 18px;
    }

    .fp-profile-hero {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }

    .fp-profile-identity {
        align-items: flex-start;
        width: 100%;
        gap: 14px;
    }

    .fp-profile-photo {
        width: 72px;
        height: 72px;
    }

    .fp-profile-copy h2 {
        font-size: 19px;
    }

    .fp-profile-meta {
        gap: 6px;
    }

    .fp-profile-meta span {
        min-height: 30px;
        font-size: 12px;
        padding: 5px 9px;
    }

    .fp-profile-settings-link {
        width: 100%;
    }

    .fp-section-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .fp-section-title-row h3 {
        font-size: 18px;
    }

    .fp-avatar-save-btn {
        width: 100%;
    }

    .fp-badge-placeholder {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 14px;
    }

    .fp-badge-placeholder span {
        flex-basis: 100%;
        font-size: 13px;
    }

    .fp-stat-card {
        padding: 16px;
        gap: 12px;
        border-radius: 12px;
        margin-bottom: 0;
    }

    .fp-stat-card .stat-icon {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .fp-stat-card .stat-icon i {
        font-size: 22px;
    }

    .fp-stat-card .stat-label {
        font-size: 12px;
    }

    .fp-stat-card .stat-value {
        font-size: 18px;
    }

    .fp-stat-card .stat-arrow {
        right: 12px;
        width: 34px;
        height: 34px;
        border-radius: 8px;
    }

    .fp-stat-card .stat-arrow i {
        font-size: 16px;
    }

    .fp-client-shortcut {
        padding: 14px 18px;
        border-radius: 12px;
    }

    .fp-client-shortcut .left .shortcut-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        margin-right: 12px;
    }

    .fp-client-shortcut .left .shortcut-icon i {
        font-size: 18px;
    }

    .fp-client-shortcut .left .title {
        font-size: 14px;
    }

    .fp-client-shortcut .shortcut-arrow {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .fp-client-shortcut .shortcut-arrow i {
        font-size: 14px;
    }

    .fp-dashboard-notifications {
        padding: 16px;
        border-radius: 12px;
    }

    .fp-dn-head,
    .fp-dn-tools,
    .fp-dn-item-top {
        align-items: stretch;
        flex-direction: column;
    }

    .fp-dn-mark {
        justify-content: center;
        width: 100%;
        padding: 10px 12px;
        border: 1px solid var(--border);
        border-radius: 10px;
    }

    .fp-dn-filter {
        width: 100%;
        overflow-x: auto;
    }

    .fp-dn-filter button {
        flex: 1;
    }

    .fp-dn-search {
        width: 100%;
    }

    .fp-dn-item {
        align-items: flex-start;
    }

    .fp-dn-item-top time {
        font-size: 11px;
    }
}

.fp-order-item {
    overflow: hidden;
}

.fp-order-item:not(:last-child) {
    margin-bottom: 16px;
}

.fp-order-item .head {
    padding: 18px;
    display: grid;
    grid-template-columns: minmax(0, 0.3fr) minmax(0, 0.2fr) minmax(0, 0.2fr);
    grid-gap: 10px;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}

@media (max-width: 768px) {
    .fp-order-item .head {
        grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.25fr) minmax(0, 0.25fr);
    }
}

@media (max-width: 576px) {
    .fp-order-item .head {
        grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.3fr);
    }
}

.fp-order-item .head:hover {
    background-color: var(--bg-white-2);
}

.fp-order-item .head:hover .icon-right {
    background-color: var(--bg-white) !important;
}

.fp-order-item .head .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fp-order-item .head .name .imgs {
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fp-order-item .head .name .imgs .img-product {
    height: 40px;
    width: 40px;
    min-width: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.fp-order-item .head .name .imgs .more {
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-color: var(--bg-white-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 100%;
    border: 1px solid var(--border);
    margin-left: -20px;
    position: relative;
    z-index: 1;
}

.fp-order-item .head .name .text {
    font-weight: 500;
    font-size: 15px;
}

.fp-order-item .head .icon-right {
    transition: 0.2s;
    background-color: var(--bg-white-2);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-order-item .head .icon-right i {
    font-size: 24px;
}

.fp-order-item .area {
    text-align: center;
}

.fp-order-item .area .title-mini {
    font-size: 14px;
    color: var(--text-gray);
}

.fp-order-item .area .text {
    font-weight: 500;
}

@media (max-width: 576px) {
    .fp-order-item .area.date {
        text-align: left;
    }
}

.fp-order-item .body {
    padding: 18px;
    display: none;
}

.fp-order-alt-item {
    display: grid;
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.2fr) minmax(0, 0.2fr) minmax(0, 0.17fr);
    align-items: center;
    background-color: var(--bg-white-2);
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 10px;
    grid-gap: 8px;
}

@media (max-width: 1200px) {
    .fp-order-alt-item {
        padding: 14px;
        grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.25fr) minmax(0, 0.25fr);
    }
}

@media (max-width: 768px) {
    .fp-order-alt-item {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

.fp-order-alt-item:last-child {
    margin-bottom: 0;
}

.fp-order-alt-item .area-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fp-order-alt-item .area-product .img-product {
    margin-right: 8px;
    height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 8px;
    object-fit: cover;
}

@media (max-width: 1400px) {
    .fp-order-alt-item .area-product .text {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .fp-order-alt-item .actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 8px;
        margin-top: 8px;
    }
}

.fp-order-alt-item .actions .btn {
    width: 100%;
    height: 34px;
    padding: 2px 12px;
    margin-bottom: 4px;
    white-space: nowrap;
}

.fp-info-item {
    margin-bottom: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fp-info-item .content .key {
    font-size: 17px;
}

.fp-info-item .content .value {
    font-size: 26px;
    font-weight: 500;
}

.fp-info-item .icon i {
    font-size: 38px;
    color: #0089FF;
}

.row-16 {
    --bs-gutter-x: 16px;
}

.fp-card-ticket .fp-cc-head .date {
    color: var(--text-gray);
    margin-top: 6px;
    font-size: 15px;
}

.fp-ticket-item {
    padding: 15px 20px 10px 20px;
    border-width: 2px !important;
}

.fp-ticket-item:not(:last-child) {
    margin-bottom: 20px;
}

.fp-ticket-item.answer {
    padding: 20px;
}

.fp-ticket-item.admin {
    border-color: #0089FF !important;
}

.fp-ticket-item .text {
    margin-bottom: 0;
    font-weight: 300;
}

.fp-ticket-item .info {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid var(--border);
}

.fp-ticket-item .info .date {
    color: var(--text-gray);
    font-size: 14px;
}

.fp-ticket-item .info .date i {
    font-size: 16px;
}

.fp-ticket-textarea {
    display: grid;
    grid-template-columns: 1fr 60px;
    margin-bottom: 20px;
}

.fp-ticket-textarea .form-control {
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fp-ticket-textarea .btn {
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fp-ticket-textarea .btn i {
    font-size: 24px;
}

/* Cart */
.fp-auth-card {
    max-width: 480px;
    margin: 30px auto 0 auto;
    border-radius: 12px !important;
}

.fp-auth-card .fp-card-body {
    padding: 45px !important;
}

.fp-auth-card .title {
    font-size: 32px;
    text-transform: uppercase;
}

.fp-auth-card .text {
    font-size: 15px;
    color: var(--text-gray);
    margin-bottom: 30px;
}

.fp-auth-card .link {
    font-size: 14px;
    color: var(--text-gray);
    text-decoration: underline;
    display: inline-block;
}

.fp-auth-card .btn {
    height: 55px;
    font-size: 17px;
}

.fp-auth-card .text-alt {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: var(--text-gray);
}

.fp-input {
    position: relative;
    height: 55px;
}

.fp-input .form-control {
    height: 100%;
    padding-left: 65px;
}

.fp-input .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: var(--text-gray);
    border-right: 1px solid var(--border);
    padding-right: 15px;
    transition: 0.2s;
}

.fp-input:hover .icon {
    border-right-color: #d8d8d8;
}

.fp-balance-add .payment-method {
    max-width: 180px;
    border-width: 2px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fp-balance-add .payment-method .text {
    font-size: 11px;
    margin-top: 3px;
    color: var(--text-gray);
}

.fp-balance-add .total-amount {
    height: 100%;
    width: 100%;
    background-color: var(--bg-white-2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .fp-balance-add .total-amount {
        margin-top: 15px;
        height: auto;
        padding: 10px;
    }
}

.fp-balance-add .total-amount .value {
    font-size: 48px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .fp-balance-add .total-amount .value {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .fp-balance-add .form-havale {
        margin-bottom: 30px;
    }
}

.fp-bank-item {
    margin-bottom: 12px;
}

.fp-bank-item .head {
    background-color: var(--bg-white-2);
    padding: 6px 12px;
    font-weight: 500;
    border-bottom: 1px solid var(--border);
}

.fp-bank-item ul li {
    padding: 6px 12px;
    font-size: 15px;
}

.fp-bank-item ul li:not(:last-child) {
    border-bottom: 1px solid var(--border);
}

/* Swiper Two */
.fp-swiper-two-area {
    margin: 10px 0 25px 0;
}

.fp-swiper-two-prev,
.fp-swiper-two-next {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.fp-swiper-two-prev i,
.fp-swiper-two-next i {
    font-size: 24px;
}

.fp-swiper-two-prev {
    left: -10px;
}

@media (max-width: 576px) {
    .fp-swiper-two-prev {
        left: 5px;
    }
}

.fp-swiper-two-next {
    right: -10px;
}

@media (max-width: 576px) {
    .fp-swiper-two-next {
        right: 5px;
    }
}

.fp-st-item {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

.fp-st-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-st-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 65%);
    z-index: 2;
}

.fp-st-item .img-cover {
    z-index: 1;
}

.fp-st-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: #fff;
    z-index: 3;
    max-width: 80%;
}

@media (max-width: 1400px) {
    .fp-st-item .content {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .fp-st-item .content {
        padding: 20px;
    }
}

.fp-st-item .content .title {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .fp-st-item .content .title {
        font-size: 16px;
    }
}

.fp-st-item .content p {
    font-size: 15px;
}

@media (max-width: 992px) {
    .fp-st-item .content p {
        font-size: 13px;
        line-height: 18px;
    }
}

/* Products */
.fp-products-category-info {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.fp-products-category-info .img-products {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.fp-products-category-info .content {
    text-align: center;
    padding: 20px;
}

.fp-products-category-info .content .title {
    font-size: 20px;
}

.fp-products-category-info .content p {
    font-size: 14px;
    line-height: 22px;
    color: var(--text-gray);
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .fp-products-category-info {
        flex-direction: row !important;
        align-items: center !important;
        gap: 15px;
        padding: 15px !important;
        overflow: visible !important;
    }

    .fp-products-category-info .img-products {
        width: 130px !important;
        max-width: 130px !important;
        min-width: 130px !important;
        height: auto !important;
        max-height: 130px !important;
        object-fit: contain;

        flex-shrink: 0 !important;
        display: block !important;
    }

    .fp-products-category-info .content {
        text-align: center !important;
        padding: 0 !important;
        flex: 1;
        min-width: 0;
    }

    .fp-products-category-info .content .title {
        font-size: 16px;
        margin-bottom: 6px;
        margin-top: 0;
    }

    .fp-products-category-info .content p {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .fp-products-category-info {
        gap: 12px;
        padding: 12px !important;
    }

    .fp-products-category-info .img-products {
        width: 110px !important;
        max-width: 110px !important;
        min-width: 110px !important;
        height: auto !important;
        max-height: 110px !important;
        object-fit: contain;
    }

    .fp-products-category-info .content .title {
        font-size: 14px;
    }

    .fp-products-category-info .content p {
        font-size: 10px;
        line-height: 14px;
    }
}

.fp-product-horizontal {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    padding: 12px;
    display: grid;
    grid-template-columns: minmax(0, 0.41fr) minmax(0, 0.13fr) minmax(0, 0.28fr) minmax(0, 0.4fr);
    grid-gap: 12px;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 12px;
}

@media (max-width: 1200px) {
    .fp-product-horizontal {
        grid-template-columns: minmax(0, 0.41fr) minmax(0, 0.13fr) minmax(0, 0.28fr) minmax(0, 0.4fr);
    }
}

@media (max-width: 1024px) {
    .fp-product-horizontal {
        grid-template-columns: minmax(0, 0.41fr) minmax(0, 0.13fr) minmax(0, 0.28fr) minmax(0, 0.4fr);
        grid-gap: 12px;
    }
}

@media (max-width: 992px) {
    .fp-product-horizontal {
        grid-template-columns: minmax(0, 0.41fr) minmax(0, 0.13fr) minmax(0, 0.28fr) minmax(0, 0.4fr);
        grid-gap: 10px;
    }
}

@media (max-width: 768px) {
    .fp-product-horizontal {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .fp-product-horizontal .left {
        order: 1;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .fp-product-horizontal .left .img {
        order: 1;
        width: 100%;
        max-width: 200px;
        height: auto;
        aspect-ratio: 1;
        min-width: auto;
        border-radius: 4px;
        overflow: hidden;
    }

    .fp-product-horizontal .left .img .img-product {
        height: 100%;
        object-fit: contain;
        border-radius: 4px;
    }

    .fp-product-horizontal .left .content {
        order: 2;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .fp-product-horizontal .left .price {
        display: none;
    }

    .fp-product-horizontal .right {
        order: 4;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
        margin-top: 0;
    }

    .fp-product-horizontal .right .fp-quantity {
        width: 100%;
    }

    .fp-product-horizontal .right .btn-primary,
    .fp-product-horizontal .right .btn-secondary {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .fp-product-horizontal {
        padding: 8px;
        grid-gap: 8px;
    }
}

/* Related products horizontal - for product detail page */
.fp-related-products {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fp-product-horizontal-related {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    padding: 12px;
    display: grid;
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.15fr) minmax(0, 0.3fr) minmax(0, 0.4fr);
    grid-gap: 12px;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 12px;
}

@media (max-width: 1200px) {
    .fp-product-horizontal-related {
        grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.15fr) minmax(0, 0.3fr) minmax(0, 0.4fr);
    }
}

@media (max-width: 1024px) {
    .fp-product-horizontal-related {
        grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.15fr) minmax(0, 0.3fr) minmax(0, 0.4fr);
        grid-gap: 12px;
    }
}

@media (max-width: 992px) {
    .fp-product-horizontal-related {
        grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.15fr) minmax(0, 0.3fr) minmax(0, 0.4fr);
        grid-gap: 10px;
    }
}

@media (max-width: 768px) {
    .fp-product-horizontal-related {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .fp-product-horizontal-related .left {
        order: 1;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .fp-product-horizontal-related .left .img {
        order: 1;
        height: 150px;
        min-width: 150px;
        border-radius: 4px;
        overflow: hidden;
    }

    .fp-product-horizontal-related .left .content {
        order: 2;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .fp-product-horizontal-related .price-availability-wrapper {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .fp-product-horizontal-related .price-availability-wrapper .stock-bonus-wrapper {
        order: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .fp-product-horizontal-related .price-availability-wrapper .price {
        order: 2;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .fp-product-horizontal-related .right {
        order: 3;
    }
}

@media (max-width: 576px) {
    .fp-product-horizontal-related {
        padding: 10px;
        grid-gap: 10px;
    }
}

@media (max-width: 480px) {
    .fp-product-horizontal-related {
        padding: 8px;
        grid-gap: 8px;
    }
}

@media (max-width: 320px) {
    .fp-product-horizontal-related {
        padding: 6px;
        grid-gap: 6px;
    }
}

.fp-product-horizontal .left,
.fp-product-horizontal-related .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    overflow: hidden;
    min-width: 0;
    flex: 0 1 auto;
}

.fp-product-horizontal .left .price,
.fp-product-horizontal-related .left .price {
    font-size: 18px;
}

.fp-product-horizontal .left .price .price-old,
.fp-product-horizontal-related .left .price .price-old {
    display: none;
}

@media (min-width: 768px) {

    .fp-product-horizontal .left .price,
    .fp-product-horizontal-related .left .price {
        display: none;
    }
}

@media (max-width: 768px) {

    .fp-product-horizontal .left .price,
    .fp-product-horizontal-related .left .price {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .fp-product-horizontal .left .price .price-new,
    .fp-product-horizontal-related .left .price .price-new {
        font-size: 16px;
        font-weight: 700;
        color: #15af15;
        order: 1;
        text-align: center;
    }

    .fp-product-horizontal .left .price .price-old,
    .fp-product-horizontal-related .left .price .price-old {
        display: block;
        font-size: 12px;
        font-weight: 600;
        text-decoration: line-through;
        color: #ff0000;
        margin-left: 0;
        order: 2;
        text-align: center;
    }
}

.fp-product-horizontal .img,
.fp-product-horizontal-related .img {
    border-radius: 4px;
    overflow: hidden;
    width: 85px;
    height: 85px;
    min-width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-product-horizontal .img .img-product,
.fp-product-horizontal-related .img .img-product {
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}

.fp-product-horizontal .content,
.fp-product-horizontal-related .content {
    padding-left: 14px;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

@media (max-width: 768px) {

    .fp-product-horizontal .content,
    .fp-product-horizontal-related .content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 576px) {

    .fp-product-horizontal .content,
    .fp-product-horizontal-related .content {
        padding-left: 8px;
        padding-right: 8px;
    }

    .fp-product-horizontal .content .product-name,
    .fp-product-horizontal-related .content .product-name {
        font-size: 14px;
    }

    .fp-product-horizontal .img,
    .fp-product-horizontal-related .img {
        width: 75px;
        height: 75px;
        min-width: 75px;
        border-radius: 4px;
        overflow: hidden;
    }
}

@media (max-width: 480px) {

    .fp-product-horizontal .content,
    .fp-product-horizontal-related .content {
        padding-left: 7px;
        padding-right: 7px;
    }

    .fp-product-horizontal .content .product-name,
    .fp-product-horizontal-related .content .product-name {
        font-size: 13px;
    }

    .fp-product-horizontal .img,
    .fp-product-horizontal-related .img {
        width: 70px;
        height: 70px;
        min-width: 70px;
        border-radius: 4px;
        overflow: hidden;
    }

    .fp-product-horizontal .price,
    .fp-product-horizontal-related .price {
        font-size: 18px;
    }

    .fp-product-horizontal .price .price-new,
    .fp-product-horizontal-related .price .price-new {
        font-size: 17px;
        padding: 3px 10px;
    }

    .fp-product-horizontal .price .price-old,
    .fp-product-horizontal-related .price .price-old {
        font-size: 12px;
        padding: 2px 5px;
    }

    .fp-product-horizontal .right .btn-primary,
    .fp-product-horizontal .right .btn-secondary,
    .fp-product-horizontal-related .right .btn-primary,
    .fp-product-horizontal-related .right .btn-secondary {
        padding: 4px 10px;
        font-size: 12px;
    }
}

@media (max-width: 320px) {

    .fp-product-horizontal .content,
    .fp-product-horizontal-related .content {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fp-product-horizontal .content .product-name,
    .fp-product-horizontal-related .content .product-name {
        font-size: 13px;
    }

    .fp-product-horizontal .img,
    .fp-product-horizontal-related .img {
        width: 70px;
        height: 70px;
        min-width: 70px;
        border-radius: 4px;
        overflow: hidden;
    }

    .fp-product-horizontal .price,
    .fp-product-horizontal-related .price {
        font-size: 16px;
    }

    .fp-product-horizontal .price .price-new,
    .fp-product-horizontal-related .price .price-new {
        font-size: 16px;
        padding: 3px 8px;
    }

    .fp-product-horizontal .price .price-old,
    .fp-product-horizontal-related .price .price-old {
        font-size: 11px;
        padding: 2px 4px;
    }

    .fp-product-horizontal .right .btn-primary,
    .fp-product-horizontal .right .btn-secondary,
    .fp-product-horizontal-related .right .btn-primary,
    .fp-product-horizontal-related .right .btn-secondary {
        padding: 3px 8px;
        font-size: 11px;
    }

    .fp-product-horizontal .right .fp-quantity .form-control,
    .fp-product-horizontal-related .right .fp-quantity .form-control {
        width: 40px;
        font-size: 13px;
    }
}

.fp-product-horizontal .content .product-name,
.fp-product-horizontal-related .content .product-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    transition: 0.2s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.fp-product-horizontal .content .product-name:hover,
.fp-product-horizontal-related .content .product-name:hover {
    color: #0089FF;
}

.fp-product-horizontal .content .text,
.fp-product-horizontal-related .content .text {
    color: var(--text-gray);
    font-size: 12px;
}

@media (max-width: 768px) {

    .fp-product-horizontal .content .text,
    .fp-product-horizontal-related .content .text {
        display: none;
    }
}

.fp-product-horizontal .content .text i,
.fp-product-horizontal-related .content .text i {
    font-size: 18px;
    position: relative;
    top: 1px;
}

.fp-product-horizontal .price-availability-wrapper,
.fp-product-horizontal-related .price-availability-wrapper {
    display: contents;
}

.fp-product-horizontal .price-availability-wrapper .stock-bonus-wrapper,
.fp-product-horizontal-related .price-availability-wrapper .stock-bonus-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 768px) {

    .fp-product-horizontal .price-availability-wrapper,
    .fp-product-horizontal-related .price-availability-wrapper {
        order: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .fp-product-horizontal .price-availability-wrapper .stock-bonus-wrapper,
    .fp-product-horizontal-related .price-availability-wrapper .stock-bonus-wrapper {
        order: 1;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points {
        order: 2;
    }

    .fp-product-horizontal .price-availability-wrapper .price,
    .fp-product-horizontal-related .price-availability-wrapper .price {
        order: 3;
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 0;
        width: 100%;
        margin-right: 0;
        flex-wrap: nowrap;
        padding-top: 8px;
        padding-bottom: 16px;
    }

    .fp-product-horizontal .price-availability-wrapper .price .price-new,
    .fp-product-horizontal .price-availability-wrapper .price .price-old,
    .fp-product-horizontal-related .price-availability-wrapper .price .price-new,
    .fp-product-horizontal-related .price-availability-wrapper .price .price-old {
        display: inline-block !important;
        white-space: nowrap;
        flex-shrink: 0;
    }
}

.fp-product-horizontal .price-availability-wrapper .product-availability-icon,
.fp-product-horizontal-related .price-availability-wrapper .product-availability-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: auto;
    max-width: 50px;
    min-width: 40px;
    flex-shrink: 0;
}

.fp-product-horizontal .product-availability-icon .availability-label,
.fp-product-horizontal-related .product-availability-icon .availability-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
}

.fp-product-horizontal .product-availability-icon .availability-available,
.fp-product-horizontal-related .product-availability-icon .availability-available {
    color: #15af15;
    font-size: 24px;
}

.fp-product-horizontal .product-availability-icon .availability-unavailable,
.fp-product-horizontal-related .product-availability-icon .availability-unavailable {
    color: #ff0000;
    font-size: 24px;
}

@media (max-width: 768px) {

    .fp-product-horizontal .product-availability-icon,
    .fp-product-horizontal-related .product-availability-icon {
        max-width: 50px;
        min-width: 45px;
    }

    .fp-product-horizontal .product-availability-icon .availability-label,
    .fp-product-horizontal-related .product-availability-icon .availability-label {
        display: block !important;
        font-size: 14px;
    }

    .fp-product-horizontal .product-availability-icon .availability-available,
    .fp-product-horizontal-related .product-availability-icon .availability-available,
    .fp-product-horizontal .product-availability-icon .availability-unavailable,
    .fp-product-horizontal-related .product-availability-icon .availability-unavailable {
        font-size: 24px;
    }
}

@media (max-width: 480px) {

    .fp-product-horizontal .product-availability-icon,
    .fp-product-horizontal-related .product-availability-icon {
        max-width: 45px;
        min-width: 40px;
    }

    .fp-product-horizontal .product-availability-icon .availability-label,
    .fp-product-horizontal-related .product-availability-icon .availability-label {
        display: block !important;
        font-size: 13px;
    }

    .fp-product-horizontal .product-availability-icon .availability-available,
    .fp-product-horizontal-related .product-availability-icon .availability-available,
    .fp-product-horizontal .product-availability-icon .availability-unavailable,
    .fp-product-horizontal-related .product-availability-icon .availability-unavailable {
        font-size: 22px;
    }
}

@media (max-width: 320px) {

    .fp-product-horizontal .product-availability-icon,
    .fp-product-horizontal-related .product-availability-icon {
        max-width: 40px;
        min-width: 35px;
    }

    .fp-product-horizontal .product-availability-icon .availability-label,
    .fp-product-horizontal-related .product-availability-icon .availability-label {
        display: block !important;
        font-size: 12px;
    }

    .fp-product-horizontal .product-availability-icon .availability-available,
    .fp-product-horizontal-related .product-availability-icon .availability-available,
    .fp-product-horizontal .product-availability-icon .availability-unavailable,
    .fp-product-horizontal-related .product-availability-icon .availability-unavailable {
        font-size: 20px;
    }
}

.fp-product-horizontal .price-availability-wrapper .product-bonus-points,
.fp-product-horizontal-related .price-availability-wrapper .product-bonus-points {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: auto;
    max-width: 50px;
    min-width: 40px;
    margin: 0;
    flex-shrink: 0;
}

.fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-label,
.fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
}

.fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-icon-value,
.fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-icon-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-icon-value i,
.fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-icon-value i {
    font-size: 24px;
    color: #FFA500;
}

.fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-icon-value .bonus-value,
.fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-icon-value .bonus-value {
    font-size: 14px;
    font-weight: 600;
    color: #FFA500;
}

@media (max-width: 768px) {
    .fp-product-horizontal .price-availability-wrapper .product-bonus-points {
        order: 2;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points {
        max-width: 50px;
        min-width: 45px;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-label,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-label {
        display: block !important;
        font-size: 14px;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-icon-value i,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-icon-value i {
        font-size: 24px;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-icon-value .bonus-value,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-icon-value .bonus-value {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points {
        max-width: 45px;
        min-width: 40px;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-label,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-label {
        display: block !important;
        font-size: 13px;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-icon-value i,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-icon-value i {
        font-size: 22px;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-icon-value .bonus-value,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-icon-value .bonus-value {
        font-size: 13px;
    }
}

@media (max-width: 320px) {

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points {
        max-width: 40px;
        min-width: 35px;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-label,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-label {
        display: block !important;
        font-size: 12px;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-icon-value i,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-icon-value i {
        font-size: 20px;
    }

    .fp-product-horizontal .price-availability-wrapper .product-bonus-points .bonus-icon-value .bonus-value,
    .fp-product-horizontal-related .price-availability-wrapper .product-bonus-points .bonus-icon-value .bonus-value {
        font-size: 12px;
    }
}

.fp-product-horizontal .price-availability-wrapper .price,
.fp-product-horizontal-related .price-availability-wrapper .price {
    background-color: transparent;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
    max-width: 100%;
    flex-shrink: 0;
    gap: 10px;
    max-width: 100%;
    flex-wrap: nowrap;
}

.fp-product-horizontal .price .price-new,
.fp-product-horizontal-related .price .price-new {
    align-items: center;
    justify-content: center;
    color: #15af15;
    font-weight: 700;
    background-color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #15af15;
    box-shadow: 0 0 3px rgba(21, 175, 21, 0.3), 0 0 6px rgba(21, 175, 21, 0.2);
    animation: priceGlow 5s ease-in-out infinite alternate;
    display: inline-block;
    order: 1;
    font-size: 18px;
}

html[data-theme=dark] .fp-product-horizontal .price .price-new,
html[data-theme=dark] .fp-product-horizontal-related .price .price-new {
    background-color: #313131;
    border-color: #15af15;
    box-shadow: 0 0 4px rgba(21, 175, 21, 0.4), 0 0 8px rgba(21, 175, 21, 0.3);
}

.fp-product-horizontal .price .price-old,
.fp-product-horizontal-related .price .price-old {
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
    color: #ff0000;
    background-color: #ffffff;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #ff0000;
    box-shadow: 0 0 3px rgba(255, 0, 0, 0.3), 0 0 6px rgba(255, 0, 0, 0.2);
    position: relative;
    white-space: nowrap;
    order: 2;
    display: inline-block;
}

html[data-theme=dark] .fp-product-horizontal .price .price-old,
html[data-theme=dark] .fp-product-horizontal-related .price .price-old {
    background-color: #313131;
    border-color: #ff0000;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.4), 0 0 8px rgba(255, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .fp-product-horizontal-related .price {
        display: none;
    }
}

.fp-product-horizontal .right,
.fp-product-horizontal-related .right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 1200px) {

    .fp-product-horizontal .right,
    .fp-product-horizontal-related .right {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}

@media (max-width: 1024px) {

    .fp-product-horizontal .right,
    .fp-product-horizontal-related .right {
        gap: 6px;
    }

    .fp-product-horizontal .right .btn-primary,
    .fp-product-horizontal .right .btn-secondary,
    .fp-product-horizontal-related .right .btn-primary,
    .fp-product-horizontal-related .right .btn-secondary {
        padding: 4px 12px;
        font-size: 13px;
    }

    .fp-product-horizontal .content .product-name,
    .fp-product-horizontal-related .content .product-name {
        font-size: 15px;
    }

    .fp-product-horizontal .price,
    .fp-product-horizontal-related .price {
        font-size: 20px;
    }

    .fp-product-horizontal .price .price-new,
    .fp-product-horizontal-related .price .price-new {
        font-size: 19px;
        padding: 3px 10px;
    }

    .fp-product-horizontal .price .price-old,
    .fp-product-horizontal-related .price .price-old {
        font-size: 12px;
        padding: 2px 5px;
    }
}

@media (max-width: 768px) {

    .fp-product-horizontal .right,
    .fp-product-horizontal-related .right {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 8px;
    }
}

.fp-product-horizontal .right .btn-primary,
.fp-product-horizontal-related .right .btn-primary {
    margin-left: 0;
    padding: 4px 14px;
    font-size: 15px;
}

.fp-product-horizontal .right .btn-secondary,
.fp-product-horizontal-related .right .btn-secondary {
    margin-left: 0;
    padding: 4px 14px;
    font-size: 15px;
}

@media (max-width: 1400px) {

    .fp-product-horizontal .right .btn-primary,
    .fp-product-horizontal-related .right .btn-primary {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 1200px) {

    .fp-product-horizontal .right .btn-primary,
    .fp-product-horizontal-related .right .btn-primary {
        margin-left: 0;
        margin-top: 0;
    }

    .fp-product-horizontal .right .btn-secondary,
    .fp-product-horizontal-related .right .btn-secondary {
        margin-left: 0;
        margin-top: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .fp-product-horizontal .right .fp-quantity .fp-quantity-btn,
    .fp-product-horizontal-related .right .fp-quantity .fp-quantity-btn {
        min-width: auto;
    }
}

@media (min-width: 768px) {

    .fp-product-horizontal .right .fp-quantity .form-control,
    .fp-product-horizontal-related .right .fp-quantity .form-control {
        width: 50px;
    }
}

.fp-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: inline-flex;
    border: 1px solid rgba(0, 137, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
    height: 44px;
}

.fp-quantity .fp-quantity-btn {
    background-color: rgba(0, 137, 255, 0.1);
    height: 100%;
    width: 38px;
    min-width: 38px;
    flex-shrink: 0;
    display: block;
    color: #0089FF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.fp-quantity .fp-quantity-btn:hover {
    background-color: #0089FF;
    color: #fff;
}

.fp-quantity .form-control {
    pointer-events: none;
    border-radius: 0;
    border: 0;
    text-align: center;
    width: auto;
    min-width: 50px;
    flex: 1;
    height: 100%;
    padding: 4px 6px;
    -moz-appearance: textfield;
    appearance: textfield;
}

.fp-quantity .form-control::-webkit-outer-spin-button,
.fp-quantity .form-control::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

/* Blogs */
.fp-blogs-section {
    padding: 30px 0 40px 0;
    background-color: var(--bg-white);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-top: 30px;
}

@media (max-width: 992px) {
    .fp-blogs-section {
        padding: 30px 0 25px 0;
    }
}

.fp-blog-item {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 8px;
    overflow: hidden;
}

.fp-blog-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .fp-blog-item {
        margin-bottom: 24px;
    }
}

.fp-blog-item .img-cover {
    z-index: 1;
}

.fp-blog-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 40%);
    z-index: 2;
}

.fp-blog-item .date {
    background-color: var(--bg-white);
    border-radius: 6px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    flex-direction: column;
}

.fp-blog-item .date .day {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.fp-blog-item .date .month {
    font-size: 11px;
    text-transform: uppercase;
}

.fp-blog-item .content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 300px;
    max-width: 100%;
    color: #fff;
    text-align: center;
    z-index: 3;
}

@media (max-width: 1200px) {
    .fp-blog-item .content {
        bottom: 0;
    }
}

.fp-blog-item .content .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .fp-blog-item .content .title {
        font-size: 16px;
        line-height: 22px;
    }
}

.fp-blog-item .content .btn-link {
    text-decoration: none;
    opacity: 0.7;
    font-weight: 300;
}

.fp-blog-item .content .btn-link:hover {
    opacity: 1;
}

/* Streamers */
.fp-streamer-item {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 20px;
}

.fp-streamer-item .img {
    text-align: center;
    position: relative;
    height: 120px;
    width: 120px;
    margin: auto auto 16px auto;
}

.fp-streamer-item .img .img-profile {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    object-fit: cover;
}

.fp-streamer-item .img .icon {
    background-color: #6441a5;
    color: #fff;
    height: 34px;
    width: 34px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.fp-streamer-item .content {
    text-align: center;
}

.fp-streamer-item .content .streamer-name {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.fp-streamer-item .content .link {
    background-color: rgba(100, 65, 165, 0.1);
    color: #6441a5;
    padding: 3px 8px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 30px;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fp-swiper-streamers-prev,
.fp-swiper-streamers-next {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.fp-swiper-streamers-prev i,
.fp-swiper-streamers-next i {
    font-size: 24px;
}

.fp-swiper-streamers-prev {
    left: -20px;
}

@media (max-width: 576px) {
    .fp-swiper-streamers-prev {
        left: 5px;
    }
}

.fp-swiper-streamers-next {
    right: -20px;
}

@media (max-width: 576px) {
    .fp-swiper-streamers-next {
        right: 5px;
    }
}

/* Categories */
.fp-categories-search {
    margin-bottom: 24px;
}

.fp-categories-search .form-control {
    height: 50px;
}

.fp-categories-search .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none;
}

.fp-categories-letter {
    font-size: 24px;
    padding: 8px 20px;
    margin-bottom: 15px;
}

.fp-categories-item {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: 0.2s;
}

.fp-categories-item:hover {
    transform: translateY(-5px);
}

.fp-categories-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.fp-categories-item .img {
    padding-bottom: 135%;
    position: relative;
    z-index: 1;
}

.fp-categories-item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-categories-item .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #fff;
    padding: 10px;
    text-align: center;
}

/* Footer */
.fp-footer {
    background-color: var(--bg-white);
    padding-top: 40px;
}

@media (max-width: 1200px) {
    .fp-footer {
        padding-top: 20px;
    }
}

.fp-footer .fp-footer-features {
    border-bottom: 1px solid var(--border);
    padding-bottom: 40px;
}

@media (max-width: 1200px) {
    .fp-footer .fp-footer-features {
        padding-bottom: 20px;
    }
}

.fp-footer .footer-body {
    padding: 30px 0;
}

.fp-footer .footer-content {
    padding: 10px 0;
}

.fp-footer .img-logo {
    height: 50px;
    display: block;
    margin-bottom: 20px;
}

.fp-footer .text-desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-gray);
}

.fp-footer .follow-area .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.fp-footer .text-copyright {
    text-align: center;
    color: var(--text-gray);
    font-size: 14px;
}

.fp-footer .footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.fp-footer .footer-title i {
    color: var(--bs-blue);
}

.fp-footer .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background: var(--bs-blue);
    border-radius: 1px;
}

.fp-footer .footer-list li a {
    color: var(--text-color);
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 300;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fp-footer .footer-list li a::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--bs-blue);
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5rem;
    opacity: 0.7;
    transition: all 0.3s ease;
    flex-shrink: 0;
    ;
}

.fp-footer .footer-list li a:hover {
    color: #0089FF;
}

.list-social li a {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 12px;
    background-color: rgba(0, 137, 255, 0.1);
    color: #0089FF;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.list-social li a:hover {
    transform: translateY(-3px);
    background: #0089FF;
    color: white;
    border-color: #0089FF;
    box-shadow: 0 8px 25px rgba(0, 137, 255, 0.3);
}

.list-social li a i {
    font-size: 22px;
}

.fp-feature-item {
    background-color: var(--bg-white-2);
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fp-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(0, 137, 255, 0.20), 0 0 30px rgba(0, 137, 255, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
}

.fp-feature-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-blue);
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 10px;
    margin: 0 auto 16px auto;
}

.fp-feature-item .icon i {
    font-size: 38px;
}

.fp-feature-item .fp-fi-content .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
}

.fp-feature-item .fp-fi-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--text-gray);
}

html[data-theme=dark] .fp-feature-item {
    background-color: var(--bg-white-2) !important;
}

html[data-theme=dark] .fp-feature-item .fp-fi-content .title {
    color: var(--text-color);
}

/* General */
/* Section */
.fp-section {
    padding: 20px 0;
}

.fp-section-head {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fp-section-head .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .fp-section-head .title {
        font-size: 18px;
    }
}

.fp-section-page {
    padding: 25px 0;
}

@media (max-width: 992px) {
    .fp-section-page {
        padding: 15px 0 25px 0;
    }
}

.fp-section-page-head {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.fp-section-page-head .title {
    text-transform: uppercase;
    font-size: 40px;
}

.fp-breadcrumb {
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .fp-breadcrumb {
        margin-bottom: 15px;
    }
}

.fp-breadcrumb .list li::after {
    content: "/";
    display: inline-block;
    margin: 0 3px 0 4px;
    color: var(--text-gray);
}

.fp-breadcrumb .list li:last-child::after {
    display: none;
}

.fp-breadcrumb .list li .link {
    font-size: 13px;
    color: var(--text-gray);
    transition: 0.2s;
}

.fp-breadcrumb .list li .link:hover {
    color: #0089FF;
}

.fp-breadcrumb .list li .link.active {
    pointer-events: none;
}

.fp-card {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 8px;
}

.fp-card .fp-card-tabs {
    padding-left: 24px;
    border-bottom: 1px solid var(--border);
}

.fp-card .fp-card-tabs .list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    height: 60px;
    overflow-y: hidden;
}

.fp-card .fp-card-tabs .list .link {
    color: var(--text-color);
    height: 60px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    position: relative;
    top: 1px;
    margin-right: 0;
    font-weight: 500;
    transition: 0.2s;
    margin-right: 3px;
    white-space: nowrap;
}

.fp-card .fp-card-tabs .list .link.active,
.fp-card .fp-card-tabs .list .link:hover {
    border-bottom-color: #0089FF;
}

.fp-card .fp-card-body {
    padding: 25px;
}

.fp-table-border {
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    overflow-x: auto;
}

.table {
    overflow: hidden;
    margin-bottom: 0;
}

.table thead th {
    background-color: var(--bg-white-2);
    white-space: nowrap;
}

.table th {
    font-weight: 500;
    vertical-align: middle;
    font-size: 14px;
    color: var(--text-gray);
}

.table th:not(:first-child) {
    text-align: center;
}

.table th:last-child {
    text-align: right;
}

.table td {
    vertical-align: middle;
    font-size: 15px;
    color: var(--text-color);
}

.table td:not(:first-child) {
    text-align: center;
}

.table td:last-child {
    text-align: right;
}

.table td .btn {
    height: 34px;
}

.form-control[type=file] {
    color: transparent;
    height: 44px;
    padding-left: 12px;
}

.form-control[type=file]::-webkit-file-upload-button {
    height: 44px;
    background-color: #0089FF !important;
    color: #fff !important;
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::-webkit-file-upload-button:focus {
    background-color: #0089FF !important;
    color: #fff !important;
}

/* Client Subscription */
.fp-card-subscription {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}

.fp-cc-head .title {
    margin-bottom: 15px;
}

.fp-cc-body .table {
    margin-bottom: 0;
}

.subscription-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: var(--bg-white);
}

.subscription-card .head {
    padding: 20px 20px 15px 20px;
    border-radius: 8px 8px 0 0;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.subscription-card .head .icon {
    background-color: #0089FF;
    color: #fff;
    height: 70px;
    width: 70px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 12px;
}

.subscription-card .head .icon i {
    font-size: 30px;
}

.subscription-card .head .title {
    font-size: 20px;
}

.subscription-card .head .price {
    font-size: 18px;
}

.subscription-card .head .price span {
    font-size: 15px;
    opacity: 0.7;
}

.subscription-card .active-badge {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 8px 0 8px;
    font-weight: 400;
    background-color: #11de87;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 5px 10px;
}

.subscription-card h6 {
    font-weight: 500 !important;
}

.subscription-card .body {
    padding: 10px 20px 0 20px;
}

.subscription-card ul {
    list-style: none;
    padding: 0;
}

.subscription-card ul li {
    color: #666;
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
}

.subscription-card ul li:last-child {
    border-bottom: 0;
}

.subscription-card .p-20 {
    padding: 0 20px 20px 20px;
}

/* General */
@media (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 320px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.mb-16 {
    margin-bottom: 16px;
}

.fw-medium {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.text-blue {
    color: #0089FF;
}

.list-inline li {
    display: inline-block;
}

.btn {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 5px 20px;
    transition: 0.2s;
    border-radius: 8px;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 15px;
}

.btn .icon {
    font-size: 18px;
}

.btn .icon.icon-left {
    margin-right: 5px;
}

.btn .icon.icon-right {
    margin-left: 5px;
}

.btn.btn-sm {
    height: 38px;
    font-size: 13px;
    padding: 5px 14px;
}

.btn.btn-sm .icon {
    font-size: 18px;
}

.btn.btn-sm .icon.icon-left {
    margin-right: 4px;
}

.btn.btn-sm .icon.icon-right {
    margin-left: 4px;
}

.btn.btn-primary {
    background-color: #0089FF;
    border-color: #0089FF;
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #0069c3;
    border-color: #0069c3;
}

.btn.btn-opacity-primary {
    background-color: rgba(0, 137, 255, 0.1);
    border-color: rgba(0, 137, 255, 0) !important;
    color: #0089FF;
}

.btn.btn-opacity-primary:hover {
    background-color: #0089FF;
    border-color: #0089FF;
    color: #fff;
}

.btn.btn-success {
    background-color: #19DB91;
    border-color: #19DB91;
}

.btn.btn-success:hover {
    background-color: #10c781;
    border-color: #10c781;
}

.btn.btn-opacity-success {
    background-color: rgba(25, 219, 145, 0.15);
    border-color: rgba(25, 219, 145, 0) !important;
    color: #19DB91;
}

.btn.btn-opacity-success:hover {
    background-color: #19DB91;
    border-color: #19DB91;
    color: #fff;
}

.btn.btn-opacity-danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.btn.btn-opacity-danger:hover {
    background-color: #dc3545;
    color: #fff;
}

.btn.btn-twitch {
    background-color: #6441a5;
    border-color: #6441a5 !important;
    color: #fff;
}

.btn.btn-twitch:hover {
    background-color: #502d8f;
    border-color: #502d8f !important;
    color: #fff;
}

.btn.btn-white {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    transition: 0.2s;
    color: var(--text-color);
}

.btn.btn-white:hover {
    opacity: 0.7;
}

.btn.btn-link {
    transition: 0.2s;
}

.btn.btn-link:hover {
    opacity: 0.7;
}

.bg-success {
    background-color: #19DB91 !important;
}

.bg-primary {
    background-color: #0089FF !important;
}

.form-control,
.form-select {
    border-color: #e9e9e9;
    min-height: 44px;
    padding: 5px 16px;
    box-shadow: none !important;
    background-color: #fff;
    border-radius: 8px;
    border-width: 1px;
    font-size: 15px;
    color: var(--text-color) !important;
    transition: 0.2s;
}

.form-control:hover,
.form-control:focus,
.form-select:hover,
.form-select:focus {
    border-color: #d8d8d8;
}

.form-control::placeholder {
    color: var(--text-gray);
}

.form-select {
    cursor: pointer;
}

form label {
    font-size: 15px;
    color: var(--text-gray);
    margin-bottom: 4px;
}

.input-group-text {
    border-color: #e9e9e9;
    background-color: var(--bg-white-2);
    color: var(--text-color);
}

.fs-15 {
    font-size: 15px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 8px;
}

.badge {
    font-weight: 500;
    border-radius: 50px;
}

.modal .modal-header .modal-title {
    font-size: 18px !important;
    font-weight: 500;
}

.modal .modal-content {
    /*border: 1px solid var(--border);*/
}

.mb-24 {
    margin-bottom: 24px;
}

/* Ana Konteyner Stilleri */
.fp-wallet-container {
    padding: 0 0 40px;
}

/* Bakiye Kartları */
.fp-balance-cards {
    margin-bottom: 30px;
}

.fp-balance-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    padding: 20px;
    display: flex;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fp-balance-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.fp-balance-card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}

.available-balance {
    border-left: 5px solid #0089FF;
}

.available-balance:before {
    background: #0089FF;
    transform: translate(50%, -50%);
}

.withdrawable-balance {
    border-left: 5px solid #0066CC;
}

.withdrawable-balance:before {
    background: #0066CC;
    transform: translate(50%, -50%);
}

.balance-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 15px;
    z-index: 1;
}

.available-balance .balance-icon {
    background: rgba(0, 137, 255, 0.15);
    color: #0089FF;
}

.withdrawable-balance .balance-icon {
    background: rgba(0, 102, 204, 0.15);
    color: #0066CC;
}

.balance-icon i {
    font-size: 24px;
}

.balance-info {
    flex: 1;
    z-index: 1;
}

.balance-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.balance-amount {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 12px;
}

.balance-actions {
    display: flex;
    gap: 10px;
}

.balance-action-btn {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.available-balance .balance-action-btn {
    background: #0089FF;
}

.withdrawable-balance .balance-action-btn {
    background: #0066CC;
}

.balance-action-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    color: #fff;
}

.balance-action-btn i {
    margin-right: 5px;
}

.fp-wallet-container .fp-card-balance {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    height: 100%;
}

.fp-wallet-container .fp-card-balance-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.fp-wallet-container .fp-card-balance-header h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.fp-wallet-container .fp-card-balance-header .view-all {
    font-size: 13px;
    color: #0089FF;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.fp-wallet-container .fp-card-balance-body {
    padding: 20px;
}

/* Boş durum gösterimleri için CSS */
.fp-wallet-container .empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.fp-wallet-container .empty-state .empty-state-icon i {
    font-size: 48px;
    color: #dee2e6;
    margin-bottom: 15px;
}

.fp-wallet-container .empty-state p {
    color: #adb5bd;
    margin: 0;
}

/* Sekme Stillleri */
.fp-wallet-container .wallet-tabs-card {
    margin-bottom: 30px;
}

.fp-wallet-container .tab-header {
    padding: 0;
    border-bottom: none;
}

.fp-wallet-container .wallet-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.fp-wallet-container .wallet-tab-item {
    padding: 16px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    color: #6c757d;
}

.fp-wallet-container .wallet-tab-item i {
    margin-right: 8px;
    font-size: 18px;
}

.fp-wallet-container .wallet-tab-item:hover {
    color: #0089FF;
}

.fp-wallet-container .wallet-tab-item.active {
    color: #0089FF;
    border-bottom: 3px solid #0089FF;
    font-weight: 500;
}

.fp-wallet-container .tab-content {
    display: none;
    padding: 10px;
}

.fp-wallet-container .tab-content.active {
    display: block;
}

/* Form Stilleri */
.fp-wallet-container .section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.fp-wallet-container .form-label {
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

.fp-wallet-container .form-control,
.fp-wallet-container .form-select {
    height: 48px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

.fp-wallet-container .form-control:focus,
.fp-wallet-container .form-select:focus {
    border-color: #0089FF;
    box-shadow: 0 0 0 0.25rem rgba(0, 137, 255, 0.25);
}

.fp-wallet-container .textarea.form-control {
    height: auto;
}

.fp-wallet-container .input-with-icon {
    position: relative;
}

.fp-wallet-container .input-icon-left {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.fp-wallet-container .input-with-icon .form-control {
    padding-left: 45px;
}

.fp-wallet-container .input-icon-right {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.fp-wallet-container .btn {
    height: 48px;
    padding: 10px 24px;
    border-radius: 10px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fp-wallet-container .btn-lg {
    height: 56px;
    font-size: 16px;
}

.fp-wallet-container .btn-primary {
    background: #0089FF;
    border-color: #0089FF;
}

.fp-wallet-container .btn-primary:hover {
    background: #0066CC;
    border-color: #0066CC;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 137, 255, 0.3);
}

/* Ödeme Özeti */
.fp-wallet-container .payment-summary {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
}

.fp-wallet-container .summary-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #495057;
}

.fp-wallet-container .summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    color: #6c757d;
}

.fp-wallet-container .summary-total {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px dashed #dee2e6;
    margin-top: 10px;
    font-weight: 600;
}

.fp-wallet-container .total-value {
    color: #0089FF;
    font-size: 18px;
}

.fp-wallet-container .payment-security {
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: rgba(25, 135, 84, 0.1);
    border-radius: 8px;
    color: #198754;
    font-size: 13px;
}

.fp-wallet-container .payment-security i {
    margin-right: 8px;
    font-size: 18px;
}

/* Ödeme Yöntemleri */
.fp-wallet-container .payment-methods {
    display: flex;
    gap: 15px;
}

.fp-wallet-container .payment-method-card {
    flex: 1;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fp-wallet-container .payment-method-card img {
    height: 36px;
    margin-bottom: 10px;
}

.fp-wallet-container .method-icon {
    font-size: 36px;
    color: #0089FF;
    margin-bottom: 10px;
}

.fp-wallet-container .method-name {
    font-weight: 600;
    margin-bottom: 8px;
}

.fp-wallet-container .method-info {
    font-size: 12px;
    color: #6c757d;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 4px;
}

.fp-wallet-container .payment-method-card.active {
    border-color: #0089FF;
    box-shadow: 0 5px 15px rgba(0, 137, 255, 0.2);
}

/* Banka Hesapları */
.fp-wallet-container .bank-accounts-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 400px;
    overflow-y: auto;
}

.fp-wallet-container .bank-account-card {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
}

.fp-wallet-container .bank-info {
    padding: 15px;
}

.fp-wallet-container .info-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.fp-wallet-container .info-row:last-child {
    margin-bottom: 0;
}

.fp-wallet-container .info-label {
    font-weight: 500;
    width: 100px;
    color: #6c757d;
}

.fp-wallet-container .copy-btn {
    border: none;
    color: #0089FF;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 137, 255, 0.1);
    transition: all 0.2s ease;
}

.fp-wallet-container .copy-btn:hover {
    background: rgba(0, 137, 255, 0.2);
}

.fp-wallet-container .bank-note {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    padding: 10px 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.fp-wallet-container .bank-note i {
    margin-right: 8px;
}

/* Bilgi Kartları */
.fp-wallet-container .info-card {
    height: 100%;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
}

.fp-wallet-container .info-card-header {
    padding: 15px;
    background: #e9ecef;
    display: flex;
    align-items: center;
}

.fp-wallet-container .info-card-header i {
    margin-right: 10px;
    font-size: 18px;
    color: #0089FF;
}

.fp-wallet-container .info-card-header h5 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.fp-wallet-container .info-card-body {
    padding: 15px;
}

.fp-wallet-container .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fp-wallet-container .info-list li {
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    border-bottom: 1px dashed #dee2e6;
}

.fp-wallet-container .info-list li:last-child {
    border-bottom: none;
}

.fp-wallet-container .info-list li i {
    color: #0089FF;
    margin-right: 8px;
    font-size: 16px;
    margin-top: 1px;
}

.fp-wallet-container .balance-reminder {
    margin-top: 15px;
    background: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fp-wallet-container .balance-reminder strong {
    color: #0089FF;
    font-size: 16px;
}

/* Tablo Stilleri */
.fp-wallet-container .transaction-history-table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.fp-wallet-container .custom-table {
    margin-bottom: 0;
}

.fp-wallet-container .custom-table th {
    background: #f8f9fa;
    font-weight: 600;
    border-top: none;
    padding: 15px;
    color: #495057;
}

.fp-wallet-container .custom-table td {
    padding: 15px;
    vertical-align: middle;
}

.fp-wallet-container .payment-badge,
.fp-wallet-container .status-badge {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.fp-wallet-container .payment-badge.havale {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.fp-wallet-container .payment-badge.card {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.fp-wallet-container .status-badge.pending {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.fp-wallet-container .status-badge.completed {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.fp-wallet-container .status-badge.rejected {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.fp-wallet-container .td.amount {
    font-weight: 600;
}

.fp-wallet-container .td.iban {
    letter-spacing: 1px;
    font-family: monospace;
    font-size: 13px;
}

.fp-wallet-container .empty-table {
    padding: 50px;
    text-align: center;
}

/* Durum badge'leri için stiller */
.fp-wallet-container .status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 4px;
}

.fp-wallet-container .pending {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
}

.fp-wallet-container .completed {
    background: rgba(25, 135, 84, 0.15);
    color: #198754;
}

.fp-wallet-container .canceled {
    background: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

/* Filtreleme Alanı Stilleri */
.fp-wallet-container .filter-section {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
}

.fp-wallet-container .filter-form .form-group {
    margin-bottom: 0;
}

/* İşlem Tip Badge'leri */
.fp-wallet-container .transaction-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.fp-wallet-container .transaction-badge.deposit {
    background: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.fp-wallet-container .transaction-badge.withdrawal {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.fp-wallet-container .transaction-badge.transfer-in {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.fp-wallet-container .transaction-badge.transfer-out {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.fp-wallet-container .transaction-badge.balance-transfer {
    background: rgba(128, 0, 128, 0.1);
    color: #800080;
}

.fp-wallet-container .transaction-badge.purchase {
    background: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

.fp-wallet-container .transaction-badge.other {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

/* Duyarlı Tasarım İçin Ek Stiller */
@media (max-width: 991.98px) {
    .fp-balance-card {
        margin-bottom: 15px;
    }

    .fp-wallet-container .wallet-tabs {
        flex-wrap: nowrap;
    }

    .fp-wallet-container .wallet-tab-item {
        padding: 15px;
        font-size: 14px;
    }

    .fp-wallet-container .payment-methods {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .fp-wallet-container .wallet-tabs {
        overflow-x: auto;
    }
}

/* Bakiyeler Arası Transfer Yönü Seçimi Stilleri */
.transfer-direction-selector {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.direction-option {
    flex: 1;
}

.direction-option input[type="radio"] {
    display: none;
}

.direction-card {
    display: block;
    width: 100%;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.direction-option input[type="radio"]:checked+.direction-card {
    border-color: #0089FF;
    box-shadow: 0 0 0 1px #0089FF, 0 4px 12px rgba(0, 137, 255, 0.2);
}

.direction-card-inner {
    width: 100%;
}

.balance-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.balance-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 34%;
    text-align: center;
}

.balance-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e9f5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.balance-icon-circle i {
    font-size: 24px;
    color: #0089FF;
}

.balance-icon-wrapper span {
    font-size: 12px;
    line-height: 1.2;
    color: #6c757d;
}

.direction-arrow {
    position: relative;
    width: 32%;
    height: 24px;
    display: flex;
    align-items: center;
}

.arrow-body {
    flex: 1;
    height: 2px;
    background-color: #0089FF;
}

.arrow-head {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #0089FF;
    margin-left: -1px;
}

.commission-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff3b30;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 12px;
    white-space: nowrap;
}

.commission-badge.free {
    background-color: #34c759;
}

/* Transfer Görselleştirme Stilleri */
.transfer-visualization {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #e9ecef;
}

.balance-visualization {
    width: 45%;
    text-align: center;
    padding: 10px;
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.balance-vis-label {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 5px;
}

.balance-vis-amount {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
}

.transfer-vis-arrow {
    width: 10%;
    text-align: center;
}

.transfer-vis-arrow i {
    font-size: 24px;
    color: #0089FF;
}

/* Mobil Cihazlar İçin Uyumluluk */
@media (max-width: 576px) {
    .transfer-direction-selector {
        flex-direction: column;
    }

    .balance-icon-circle {
        width: 40px;
        height: 40px;
    }

    .balance-icon-circle i {
        font-size: 20px;
    }
}

/* Bakiye Görselleştirmesi İçin Ek Stiller */
.balance-visualization {
    transition: all 0.3s ease;
}

.balance-visualization.active-source {
    border-color: transparent;
    box-shadow: none;
}

.balance-visualization.active-target {
    border-color: transparent;
    box-shadow: none;
}

.balance-visualization.insufficient {
    border-color: transparent;
    box-shadow: none;
}

.balance-visualization.has-transfer .balance-vis-amount {
    font-size: 14px;
}

.balance-vis-amount .current {
    color: #6c757d;
    text-decoration: line-through;
    font-weight: normal;
}

.balance-vis-amount .arrow {
    margin: 0 4px;
    color: #0089FF;
}

.balance-vis-amount .new {
    color: #0089FF;
    font-weight: 700;
}

.active-source .balance-vis-amount .new {
    color: #ff3b30;
}

.active-target .balance-vis-amount .new {
    color: #34c759;
}

.insufficient .balance-vis-amount .new {
    color: #ff3b30;
}

/* Animasyon Efektleri */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.direction-option input[type="radio"]:checked+.direction-card {
    animation: pulse 0.5s;
}

/* Komisyon Badge Efektleri */
.commission-badge {
    transition: all 0.3s ease;
}

.direction-option:hover .commission-badge {
    transform: translateX(-50%) translateY(-5px);
}

/* Mobil Cihazlar İçin Ek Düzenlemeler */
@media (max-width: 768px) {
    .transfer-visualization {
        flex-direction: column;
        gap: 15px;
    }

    .balance-visualization {
        width: 100%;
    }

    .transfer-vis-arrow {
        width: 100%;
        height: 20px;
    }

    .transfer-vis-arrow i {
        transform: rotate(90deg);
    }
}

/* Ön Onaylı Kredi Stilleri */
.pre-approved-credit-card {
    background: linear-gradient(135deg, #0066CC, #0089FF);
    border-radius: 16px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.25);
    transition: all 0.3s ease;
}

.pre-approved-credit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 102, 204, 0.35);
}

.credit-card-header {
    display: flex;
    align-items: center;
    padding: 25px 25px 15px;
}

.credit-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.credit-icon i {
    font-size: 24px;
    color: #fff;
}

.credit-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.credit-title p {
    margin: 5px 0 0;
    opacity: 0.8;
    font-size: 14px;
}

.credit-card-body {
    padding: 5px 25px 25px;
}

.credit-limit {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.credit-limit-label {
    display: block;
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 8px;
}

.credit-limit-amount {
    font-size: 32px;
    font-weight: 700;
}

.credit-features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.credit-feature-item {
    text-align: center;
    width: 30%;
}

.credit-feature-item i {
    font-size: 24px;
    margin-bottom: 8px;
}

.credit-feature-item span {
    font-size: 12px;
    opacity: 0.9;
    display: block;
    line-height: 1.3;
}

.credit-cta {
    text-align: center;
}

.btn-credit-primary {
    background: #fff;
    color: #0066CC;
    font-weight: 600;
    border-radius: 10px;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-credit-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #0089FF;
}

/* Kredi Başvuru Formu */
.credit-application-form {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.form-check-label {
    font-size: 14px;
}

/* Kredi Detayları Kartı */
.credit-details-card {
    background: var(--bg-white);
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    height: 100%;
}

.credit-details-header {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.credit-details-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
}

.credit-details-header h5 i {
    color: #0089FF;
    margin-right: 8px;
}

.credit-details-body {
    padding: 20px;
}

.credit-details-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #f0f0f0;
}

.credit-details-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.details-label {
    font-size: 14px;
    color: #6c757d;
}

.details-value {
    font-weight: 600;
    color: #212529;
}

.credit-details-item.highlight {
    background: #f8f9fa;
    padding: 12px;
    margin: 15px -12px;
    border-radius: 8px;
    border-left: 3px solid #0089FF;
}

.credit-details-item.highlight .details-value {
    color: #0089FF;
}

.credit-details-footer {
    padding: 15px 20px;
    border-top: 1px solid #f0f0f0;
}

.credit-note {
    display: flex;
    align-items: flex-start;
    padding: 10px 12px;
    background: rgba(255, 193, 7, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
}

.credit-note i {
    color: #FFB901;
    margin-right: 10px;
    margin-top: 2px;
}

.credit-note p {
    font-size: 13px;
    margin: 0;
    color: #6c757d;
}

@media (max-width: 768px) {
    .credit-features {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .credit-feature-item {
        width: 80%;
    }
}

/* Vade Bilgisi Kutusu Stilleri */
.vade-info-box {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 15px;
}

.vade-info-icon {
    width: 40px;
    height: 40px;
    background: #e9f5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.vade-info-icon i {
    font-size: 20px;
    color: #0089FF;
}

.vade-info-text {
    flex: 1;
}

.vade-info-label {
    display: block;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 4px;
}

.vade-info-value {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}

/* Aktif Kredi Stilleri */
.active-credit-card {
    background: var(--bg-white);
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.3s ease;
    border-left: 5px solid #0089FF;
    position: relative;
}

.active-credit-header {
    background: linear-gradient(135deg, #0089FF, #0066CC);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    position: relative;
}

.credit-icon.warning {
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 24px;
    color: var(--bg-white);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.credit-title {
    flex: 1;
}

.credit-title h4 {
    color: var(--bg-white);
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.credit-title p {
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 0 0;
    font-size: 14px;
}

.credit-urgency-badge {
    background: #fff;
    color: #0089FF;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.active-credit-body {
    padding: 20px 25px;
}

.credit-amount-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.credit-amount-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 8px;
}

.credit-amount-value {
    font-size: 32px;
    font-weight: 800;
    color: #0089FF;
    margin-bottom: 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.credit-payment-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #198754;
    background: rgba(25, 135, 84, 0.1);
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.credit-payment-date i {
    margin-right: 8px;
    font-size: 16px;
}

.credit-payment-date strong {
    font-weight: 700;
}

.credit-progress-bar {
    margin-top: 5px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 8px;
    color: #6c757d;
}

.progress {
    height: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.credit-countdown-container {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.countdown-label {
    font-size: 16px;
    color: #343a40;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.countdown-item {
    text-align: center;
}

.countdown-value {
    background: linear-gradient(to bottom, #0089FF, #0066CC);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    box-shadow: 0 4px 8px rgba(0, 137, 255, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.countdown-unit {
    font-size: 12px;
    color: #6c757d;
    font-weight: 500;
}

.countdown-separator {
    margin: 0 8px;
    font-size: 28px;
    font-weight: 700;
    color: #adb5bd;
    align-self: flex-start;
    padding-top: 15px;
}

.credit-payment-action {
    text-align: center;
    margin-top: auto;
}

.payment-tip {
    background: rgba(255, 193, 7, 0.15);
    color: #996600;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 15px;
    border-left: 3px solid #ffc107;
}

.credit-pay-btn {
    min-width: 240px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 137, 255, 0.3);
    transition: all 0.3s ease;
    background: #0089FF;
    border-color: #0089FF;
}

.credit-pay-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 137, 255, 0.4);
    background: #0066CC;
    border-color: #0066CC;
}

@media (max-width: 768px) {
    .countdown-timer {
        flex-wrap: wrap;
    }

    .countdown-item {
        margin-bottom: 10px;
    }

    .countdown-value {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .credit-amount-value {
        font-size: 24px;
    }

    .credit-pay-btn {
        width: 100%;
    }
}

/* Kredi Detay Kartı Stilleri */
.active-credit-detail-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.active-credit-detail-card .card-header {
    background: #f8f9fa;
    padding: 18px 20px;
    border-bottom: 1px solid #e9ecef;
}

.active-credit-detail-card .card-body {
    padding: 20px;
}

.credit-info-list {
    margin-bottom: 20px;
}

.credit-info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e9ecef;
}

.credit-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-label {
    color: #6c757d;
    font-size: 14px;
}

.info-value {
    font-weight: 600;
    color: #212529;
}

.credit-payment-instruction {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
}

.instruction-header {
    background: rgba(0, 137, 255, 0.1);
    padding: 12px 15px;
    display: flex;
    align-items: center;
    color: #0089FF;
    font-weight: 600;
}

.instruction-header i {
    margin-right: 8px;
    font-size: 18px;
}

.instruction-body {
    padding: 15px;
}

.instruction-body p {
    margin-bottom: 10px;
    font-size: 14px;
}

.instruction-body ul {
    margin: 0;
    padding-left: 25px;
}

.instruction-body ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .countdown-timer {
        flex-wrap: wrap;
    }

    .countdown-item {
        margin-bottom: 10px;
    }
}

/* İşlem Detay Modal Stilleri */
.transaction-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.transaction-date {
    font-size: 14px;
    color: #6c757d;
}

.transaction-detail-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.detail-label {
    flex: 0 0 40%;
    font-weight: 500;
    color: #495057;
}

.detail-value {
    flex: 0 0 60%;
}

.transaction-detail-btn {
    white-space: nowrap;
    transition: all 0.2s;
}

.transaction-detail-btn:hover {
    transform: translateY(-2px);
}

/* Tablo içindeki Badge Stilleri */
.transaction-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.transaction-badge.deposit {
    background-color: #28a745;
}

.transaction-badge.withdrawal {
    background-color: #dc3545;
}

.transaction-badge.transfer-in {
    background-color: #17a2b8;
}

.transaction-badge.transfer-out {
    background-color: #fd7e14;
}

.transaction-badge.balance-transfer {
    background-color: #6610f2;
}

.transaction-badge.purchase {
    background-color: #6c757d;
}

.transaction-badge.other {
    background-color: #6c757d;
}

.status-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.status-badge.pending {
    background-color: #ffc107;
    color: #212529;
}

.status-badge.completed {
    background-color: #28a745;
}

.status-badge.rejected {
    background-color: #dc3545;
}

/* Tutar Renkleri */
.amount.positive {
    color: #28a745;
}

.amount.negative {
    color: #dc3545;
}

.positive {
    color: #28a745;
}

.negative {
    color: #dc3545;
}

/* Balance Type Sekmeleri */
.balance-type-tabs .nav-link {
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
    color: #6c757d;
    border: 1px solid #e9ecef;
    border-bottom: none;
    margin-right: 5px;
}

.balance-type-tabs .nav-link.active {
    color: #0089FF;
    background-color: #fff;
    border-bottom: 2px solid #0089FF;
}

.balance-type-indicator {
    display: block;
    font-size: 10px;
    color: #6c757d;
    line-height: 1;
    margin-top: 5px;
}

.transaction-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.transaction-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    gap: 15px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-group label {
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 500;
    color: #495057;
    min-width: 80px;
}

.filter-group select {
    min-width: 140px;
}

/* Banka Hesabım Alanı */
.bank-card {
    width: 100%;
    max-width: 440px;
    height: 200px;
    perspective: 1000px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.bank-card:hover {
    transform: rotateX(5deg) rotateY(5deg) scale(1.02);
}

.bank-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.bank-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background: linear-gradient(135deg, #0089ff, #004e92);
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Banka özel renkleri */
.bank-card.is-bank .bank-card-front {
    background: linear-gradient(135deg, #0057b8, #002a59);
}

.bank-card.akbank .bank-card-front {
    background: linear-gradient(135deg, #ff0000, #990000);
}

.bank-card.denizbank .bank-card-front {
    background: linear-gradient(135deg, #009cde, #005685);
}

.bank-card.garanti .bank-card-front {
    background: linear-gradient(135deg, #00954d, #00562d);
}

.bank-card.finansbank .bank-card-front {
    background: linear-gradient(135deg, #640774, #3c044a);
}

.bank-card.yapikredi .bank-card-front {
    background: linear-gradient(135deg, #1f4e9e, #12306b);
}

.bank-card.ziraat .bank-card-front {
    background: linear-gradient(135deg, #db2929, #881818);
}

.bank-card.papara .bank-card-front {
    background: linear-gradient(135deg, #5422c6, #2e126c);
}

.bank-card.ininal .bank-card-front {
    background: linear-gradient(135deg, #00aeef, #006b92);
}

.bank-card.pep .bank-card-front {
    background: linear-gradient(135deg, #ffbb00, #cf9700);
}

.bank-card.default .bank-card-front {
    background: linear-gradient(135deg, #0089ff, #004e92);
}

.bank-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.bank-name-wrapper {
    display: flex;
    align-items: center;
    background: none;
}

.bank-icon {
    font-size: 24px;
    margin-right: 8px;
    color: white;
}

.bank-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.chip-icon {
    position: relative;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
}

.chip {
    width: 35px;
    height: 25px;
    background: linear-gradient(135deg, #b8b8b8, #e0e0e0);
    border-radius: 4px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.chip::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    width: 55px;
    height: 1px;
    background: rgba(0, 0, 0, 0.3);
}

.chip::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 50%;
    width: 1px;
    height: 12px;
    background: rgba(0, 0, 0, 0.3);
}

.card-network-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    opacity: 0.8;
}

.bank-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iban-number {
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: monospace;
    word-spacing: 4px;
}

.account-holder {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bank-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.bank-label {
    font-size: 10px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive ajustments */
@media (max-width: 768px) {
    .transaction-filters {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group {
        width: 100%;
    }
}

/*# sourceMappingURL=style.css.map */

/* Bakiye Geçmişi - Gelişmiş Filtreler Paneli */
.financial-history-container {
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.financial-history-header {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.transaction-summary-cards {
    margin-top: 1.5rem;
}

.transaction-summary-card {
    display: flex;
    align-items: center;
    padding: 1.25rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background-color: #fff;
    height: 100%;
}

.transaction-summary-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.transaction-summary-card.total-income {
    border-left: 4px solid #28a745;
}

.transaction-summary-card.total-expense {
    border-left: 4px solid #dc3545;
}

.transaction-summary-card.pending-transactions {
    border-left: 4px solid #ffc107;
}

.transaction-summary-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
}

.transaction-summary-card.total-income .transaction-summary-icon {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.transaction-summary-card.total-expense .transaction-summary-icon {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.transaction-summary-card.pending-transactions .transaction-summary-icon {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.transaction-summary-icon i {
    font-size: 1.75rem;
}

.transaction-summary-info {
    flex: 1;
}

.transaction-summary-title {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.transaction-summary-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.25rem;
}

.transaction-summary-desc {
    font-size: 0.75rem;
    color: #6c757d;
}

/* Gelişmiş Filtreleme Paneli */
.advanced-filter-panel {
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.filter-header {
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-header:hover {
    background-color: #f1f3f5;
}

.filter-header-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
    color: #343a40;
}

.filter-header-title i {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: #0066cc;
}

.filter-toggle-icon {
    font-size: 1.25rem;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.filter-header[aria-expanded="true"] .filter-toggle-icon {
    transform: rotate(180deg);
}

.filter-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.balance-vis-new-amount {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.old-balance-strikethrough {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9rem;
}

.new-balance-value {
    color: #0089FF;
    font-weight: bold;
    font-size: 1.15rem;
    margin-top: 2px;
}

.new-balance-value span::before {
    content: "→ ";
    font-size: 1rem;
    opacity: 0.7;
}

/* Hızlı Filtre Etiketleri */
.quick-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.filter-tag {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.filter-tag:hover {
    background-color: #e9ecef;
}

.filter-tag.active {
    background-color: #0066cc;
    color: #fff;
    border-color: #0066cc;
}

.filter-tag i {
    margin-right: 0.5rem;
}

/* İşlem Geçmişi Tablosu */
.transaction-history-table-wrapper {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.transaction-history-table-container {
    overflow-x: auto;
}

.transaction-history-table {
    width: 100%;
    margin-bottom: 0;
}

.transaction-history-table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #495057;
    padding: 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.transaction-history-table tbody td {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.transaction-icon {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.transaction-icon.deposit {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.transaction-icon.withdrawal {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.transaction-icon.transfer-in {
    background-color: rgba(0, 123, 255, 0.1);
    color: #0d6efd;
}

.transaction-icon.transfer-out {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.transaction-icon.balance-transfer {
    background-color: rgba(111, 66, 193, 0.1);
    color: #6f42c1;
}

.transaction-icon.purchase {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

.transaction-icon.other {
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

.transaction-info {
    display: flex;
    flex-direction: column;
}

.transaction-type {
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.25rem;
}

.transaction-metadata {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #6c757d;
}

.balance-type-indicator {
    padding: 0.125rem 0.5rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    font-size: 0.7rem;
}

.transaction-description-preview {
    font-style: italic;
    color: #6c757d;
}

.transaction-date {
    display: flex;
    flex-direction: column;
}

.transaction-date .date {
    font-weight: 600;
    color: #343a40;
}

.transaction-date .time {
    font-size: 0.75rem;
    color: #6c757d;
}

.amount {
    font-weight: 600;
    white-space: nowrap;
}

.amount.positive {
    color: #28a745;
}

.amount.negative {
    color: #dc3545;
}

.balance-after {
    font-weight: 600;
    color: #0066cc;
    white-space: nowrap;
}

.status-container {
    display: flex;
    flex-direction: column;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge.pending {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.status-badge.completed {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.status-badge.rejected {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.estimated-completion {
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Boş Durum */
.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
}

.empty-state-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 102, 204, 0.1);
    color: #0066cc;
    border-radius: 50%;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.empty-state h4 {
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.75rem;
}

.empty-state p {
    color: #6c757d;
    margin-bottom: 1.5rem;
    max-width: 400px;
}

.empty-state .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.fp-wallet-container .empty-state .btn i,
.empty-state .btn i {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: currentColor;
    font-size: 20px;
    line-height: 1;
}

/* Sayfalama */
.transaction-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.transaction-stats {
    font-size: 0.875rem;
    color: #6c757d;
}

.pagination {
    margin-bottom: 0;
}

.page-link {
    color: #0066cc;
    border-color: rgba(0, 0, 0, 0.05);
}

.page-item.active .page-link {
    background-color: #0066cc;
    border-color: #0066cc;
}

/* İnput Icon */
.input-with-icon {
    position: relative;
    display: flex;
    align-items: stretch;
}

.input-icon-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #6c757d;
}

.input-with-icon .form-control {
    padding-left: 35px;
}

.input-with-icon .input-icon-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 0.875rem;
}

/* Cari Hesap Limiti CSS Stilleri */
.no-credit-info-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.no-credit-info-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.no-credit-info-card .icon-circle {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f5f7fa, #e4eaf5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 2px solid #eaeaea;
}

.no-credit-info-card .icon-circle i {
    font-size: 42px;
    color: #5468ff;
}

.no-credit-info-card h4 {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.credit-info-content {
    max-width: 600px;
    color: #666;
    line-height: 1.6;
}

.credit-info-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
    padding: 15px;
    background-color: rgba(84, 104, 255, 0.05);
    border-radius: 10px;
}

.credit-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.step-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.step-icon i {
    font-size: 24px;
    color: #5468ff;
}

.step-text {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.step-arrow {
    margin: 0 10px;
    color: #5468ff;
    font-size: 20px;
}

@media (max-width: 767px) {
    .credit-info-steps {
        flex-direction: column;
        gap: 15px;
    }

    .step-arrow {
        transform: rotate(90deg);
    }
}

.pending-balance-badge {
    display: inline-flex;
    align-items: center;
    background-color: #fff8e1;
    color: #f9a825;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(249, 168, 37, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.pending-balance-badge:hover {
    background-color: #ffecb3;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.pending-balance-badge i {
    margin-right: 5px;
    font-size: 14px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

/* Bayilik Stilleri */
/* Bayilik bilgileri kartı */
.dealer-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 8px;
}

/* İnfo kutuları */
.fp-info-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.05);
    position: relative;
    overflow: hidden;
}

html[data-theme="dark"] .fp-info-item {
    background-color: var(--bs-dark);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 0, 0, 0.2);
}

.fp-info-item .content {
    flex: 1;
}

.fp-info-item .key {
    color: #6e7891;
    font-size: 13px;
    margin-bottom: 5px;
}

.fp-info-item .value {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

html[data-theme="dark"] .fp-info-item .value {
    color: #f8f9fa;
}

.fp-info-item .icon {
    width: 50px;
    height: 50px;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--bs-primary);
}

/* Timeline stilleri */
.dealer-timeline {
    position: relative;
}

.timeline-icon .badge {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Avantaj kartları */
.dealer-advantage-card {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.05);
    transition: all 0.3s ease;
}

html[data-theme="dark"] .dealer-advantage-card {
    background-color: var(--bs-dark);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 0, 0, 0.2);
}

.dealer-advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.advantage-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 50%;
}

/* Zaman çizelgesi stilleri */
.timeline-step {
    text-align: center;
    position: relative;
}

.timeline-line {
    height: 3px;
    background-color: #e9ecef;
    width: 80px;
    margin: 0 5px;
}

.inner-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(var(--bs-warning-rgb), 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0);
    }
}

/* Reklam alanı stilleri */
.dealer-promo-banner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

html[data-theme="dark"] .dealer-promo-banner {
    background-color: var(--bs-dark);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.dealer-promo-banner .promo-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    padding: 20px;
}

html[data-theme="dark"] .dealer-promo-banner .promo-image {
    background-color: rgba(0, 0, 0, 0.2);
}

.dealer-promo-banner .promo-content {
    position: relative;
    z-index: 2;
}

.dealer-promo-banner .promo-features {
    margin-left: 10px;
}

.dealer-promo-banner .feature-item {
    font-size: 14px;
}

/* Reklam başlığı (API Entegrasyonu) stilleri */
.dealer-promo-banner .promo-title {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
}

html[data-theme="dark"] .dealer-promo-banner .promo-title {
    color: #f8f9fa;
}

@media (max-width: 767.98px) {
    .dealer-promo-banner .promo-image {
        height: 180px;
    }
}

/* Streamer Step Style */
.step {
    display: none;
}

/* Balance Karanlık Mod Stilleri */
html[data-theme=dark] .fp-wallet-container .fp-card-balance,
html[data-theme=dark] .fp-wallet-container .balance-icon-circle,
html[data-theme=dark] .fp-balance-card,
html[data-theme=dark] .fp-wallet-container .payment-method-card,
html[data-theme=dark] .fp-wallet-container .info-card,
html[data-theme=dark] .fp-wallet-container .bank-account-card {
    background-color: #1e1e1e;
    border-color: #333;
}

html[data-theme=dark] .fp-wallet-container .wallet-tabs {
    border-bottom-color: #333;
}

html[data-theme=dark] .fp-balance-card:before {
    opacity: 0.05;
}

html[data-theme=dark] .fp-wallet-container .wallet-tab-item {
    color: #aaa;
}

html[data-theme=dark] .fp-wallet-container .wallet-tab-item.active {
    color: #0089FF;
    border-bottom-color: #0089FF;
}

html[data-theme=dark] .fp-wallet-container .balance-label,
html[data-theme=dark] .fp-wallet-container .info-label,
html[data-theme=dark] .fp-wallet-container .summary-item,
html[data-theme=dark] .fp-wallet-container .method-info,
html[data-theme=dark] .fp-wallet-container .transaction-date .time,
html[data-theme=dark] .fp-wallet-container .transaction-metadata,
html[data-theme=dark] .fp-wallet-container .estimated-completion {
    color: #888;
}

html[data-theme=dark] .fp-wallet-container .balance-amount,
html[data-theme=dark] .fp-wallet-container .total-value,
html[data-theme=dark] .fp-wallet-container .section-title,
html[data-theme=dark] .fp-wallet-container .transaction-type,
html[data-theme=dark] .fp-wallet-container .transaction-date .date,
html[data-theme=dark] .fp-wallet-container .method-name,
html[data-theme=dark] .fp-wallet-container .info-card-header h5,
html[data-theme=dark] .fp-wallet-container .payment-summary .summary-title,
html[data-theme=dark] .fp-wallet-container .info-value,
html[data-theme=dark] .fp-wallet-container .bank-name {
    color: #eee;
}

html[data-theme=dark] .fp-wallet-container .payment-summary,
html[data-theme=dark] .fp-wallet-container .transfer-visualization,
html[data-theme=dark] .fp-wallet-container .balance-visualization,
html[data-theme=dark] .fp-wallet-container .filter-header,
html[data-theme=dark] .fp-wallet-container .advanced-filter-panel,
html[data-theme=dark] .fp-wallet-container .vade-info-box,
html[data-theme=dark] .fp-wallet-container .balance-reminder {
    background-color: #262626;
    border-color: #333;
}

html[data-theme=dark] .fp-wallet-container .filter-tag {
    background-color: #262626;
    border-color: #444;
    color: #ddd;
}

html[data-theme=dark] .fp-wallet-container .filter-tag.active {
    background-color: #0066cc;
    color: #fff;
}

html[data-theme=dark] .fp-wallet-container .transaction-history-table thead th {
    background-color: #262626;
    color: #bbb;
}

html[data-theme=dark] .fp-wallet-container .transaction-history-table td {
    border-color: #333;
}

html[data-theme=dark] .fp-wallet-container .transaction-history-table-wrapper {
    background-color: #1e1e1e;
    border-color: #333;
}

html[data-theme=dark] .fp-wallet-container .new-balance-value {
    color: #0089FF;
}

html[data-theme=dark] .fp-wallet-container .old-balance-strikethrough {
    color: #666;
}

html[data-theme=dark] .fp-wallet-container .empty-state-icon {
    background-color: rgba(0, 102, 204, 0.2);
    color: #0089FF;
}

html[data-theme=dark] .fp-wallet-container .empty-state h4 {
    color: #eee;
}

html[data-theme=dark] .fp-wallet-container .empty-state p {
    color: #999;
}

html[data-theme=dark] .direction-card {
    background-color: #262626;
    border-color: #444;
}

html[data-theme=dark] .direction-option input[type="radio"]:checked+.direction-card {
    border-color: #0089FF;
    box-shadow: 0 0 0 1px #0089FF, 0 4px 12px rgba(0, 137, 255, 0.2);
}

html[data-theme=dark] .bank-card-front {
    background: linear-gradient(135deg, #1e1e1e, #333);
}

html[data-theme=dark] .bank-info {
    background-color: #262626;
}

html[data-theme=dark] .credit-countdown-container,
html[data-theme=dark] .credit-amount-box,
html[data-theme=dark] .active-credit-card,
html[data-theme=dark] .credit-details-card,
html[data-theme=dark] .pre-approved-credit-card {
    background-color: #1e1e1e;
    border-color: #333;
}

html[data-theme=dark] .active-credit-header {
    background: linear-gradient(135deg, #0088FF, #005cb3);
}

html[data-theme=dark] .credit-payment-date,
html[data-theme=dark] .payment-tip {
    background-color: rgba(25, 135, 84, 0.1);
    color: #2ecc71;
}

html[data-theme=dark] .countdown-value {
    background: linear-gradient(135deg, #0088FF, #005cb3);
    color: #fff;
}

html[data-theme=dark] .countdown-unit {
    color: #aaa;
}

html[data-theme=dark] .summary-total,
html[data-theme=dark] .credit-details-item {
    border-color: #333;
}

html[data-theme=dark] .modal-content {
    background-color: #1e1e1e !important;
    color: #eee;
}

html[data-theme=dark] .modal-header,
html[data-theme=dark] .modal-footer {
    border-color: #333;
}

html[data-theme=dark] .transaction-detail-header {
    border-color: #333;
}

html[data-theme=dark] .transaction-detail-item {
    border-color: rgba(255, 255, 255, 0.1);
}

html[data-theme=dark] .detail-label {
    color: #bbb;
}

/* Bakiye tipi ve filtre etiketleri */
html[data-theme=dark] .balance-type-indicator {
    background-color: #333;
    color: #aaa;
}

html[data-theme=dark] .transaction-icon.deposit,
html[data-theme=dark] .transaction-icon.transfer-in,
html[data-theme=dark] .transaction-icon.transfer-out,
html[data-theme=dark] .transaction-icon.withdrawal,
html[data-theme=dark] .transaction-icon.balance-transfer,
html[data-theme=dark] .transaction-icon.purchase,
html[data-theme=dark] .transaction-icon.other {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Pagination stilleri */
html[data-theme=dark] .page-link {
    background-color: #262626;
    border-color: #333;
    color: #ddd;
}

html[data-theme=dark] .page-item.active .page-link {
    background-color: #0089FF;
    border-color: #0089FF;
}

html[data-theme=dark] .page-item.disabled .page-link {
    background-color: #1e1e1e;
    border-color: #333;
    color: #666;
}

/* Havale/EFT Sekmesi için düzeltmeler */
.fp-wallet-container .bank-account-card .bank-name {
    color: #333;
    font-weight: 600;
}

html[data-theme=dark] .fp-wallet-container .bank-account-card .bank-name {
    color: #fff;
}

/* Bakiye transferi kısmındaki input alanları ve form elemanları */
html[data-theme=dark] .fp-wallet-container .form-control,
html[data-theme=dark] .fp-wallet-container .form-select,
html[data-theme=dark] .fp-wallet-container .input-group-text,
html[data-theme=dark] .fp-wallet-container .input-with-icon {
    background-color: #1e1e1e;
    border-color: #333;
    color: #eee;
}

/* Info card ve transfer bilgileri için düzeltmeler */
html[data-theme=dark] .fp-wallet-container .info-card.transfer-info,
html[data-theme=dark] .fp-wallet-container .info-card.withdraw-info,
html[data-theme=dark] .fp-wallet-container .info-card.transfer-between-info {
    background-color: #262626;
    border-color: #333;
}

/* Bakiye kartları için ek stiller */
html[data-theme=dark] .fp-balance-cards .fp-balance-card.available-balance,
html[data-theme=dark] .fp-balance-cards .fp-balance-card.withdrawable-balance {
    background-color: #1e1e1e;
    border-color: #333;
}

/* Bakiye geçmişi sayfası için ek stiller */
html[data-theme=dark] .fp-wallet-container .financial-history-container,
html[data-theme=dark] .fp-wallet-container .financial-history-header,
html[data-theme=dark] .fp-wallet-container .transaction-summary-cards,
html[data-theme=dark] .fp-wallet-container .transaction-summary-card,
html[data-theme=dark] .fp-wallet-container .transaction-pagination,
html[data-theme=dark] .balance-type-filter .btn-outline-primary {
    background-color: #1e1e1e;
    color: #eee;
    border-color: #333;
}

html[data-theme=dark] .fp-wallet-container .filter-header,
html[data-theme=dark] .fp-wallet-container .filter-body {
    background-color: #262626;
    border-color: #333;
}

/* Cari hesap limiti sayfası için ek stiller */
html[data-theme=dark] #credit-form,
html[data-theme=dark] .credit-terms-checkbox,
html[data-theme=dark] .credit-note,
html[data-theme=dark] .credit-info-list,
html[data-theme=dark] .credit-info-item,
html[data-theme=dark] .credit-payment-instruction,
html[data-theme=dark] .payment-history,
html[data-theme=dark] .fp-wallet-container .active-credit-detail-card .card-header,
html[data-theme=dark] .fp-wallet-container .active-credit-detail-card .card-body {
    background-color: #1e1e1e;
    border-color: #333;
    color: #eee;
}

html[data-theme=dark] .fp-wallet-container table {
    color: #ddd;
}

html[data-theme=dark] .fp-wallet-container .table-sm thead th,
html[data-theme=dark] .fp-wallet-container .custom-table thead th {
    background-color: #262626;
    border-color: #333;
    color: #aaa;
}

html[data-theme=dark] .fp-wallet-container .table-sm tbody td,
html[data-theme=dark] .fp-wallet-container .custom-table tbody td {
    border-color: #333;
}

/* Modal ek stilleri */
html[data-theme=dark] #creditPaymentModal .modal-content,
html[data-theme=dark] #transactionDetailModal .modal-content,
html[data-theme=dark] #modal-banka-hesabi .modal-content {
    background-color: #1e1e1e;
    color: #eee;
}

html[data-theme=dark] .modal .form-text {
    color: #aaa;
}

html[data-theme=dark] .modal .alert-info {
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.25);
    color: #5d9cec;
}

html[data-theme=dark] .modal .payment-summary {
    background-color: #262626;
    border-color: #333;
}

/* Form elemanlarına hover durumları */
html[data-theme=dark] .fp-wallet-container .form-control:focus,
html[data-theme=dark] .fp-wallet-container .form-select:focus {
    border-color: #0089FF;
    box-shadow: 0 0 0 0.25rem rgba(0, 137, 255, 0.25);
    background-color: #262626;
}

/* Daha spesifik düzeltmeler - Azn kutuları, bilgi kartları ve tablolar için */
html[data-theme=dark] .fp-wallet-container .input-with-icon .input-icon-right,
html[data-theme=dark] .fp-wallet-container .input-with-icon .input-icon-left,
html[data-theme=dark] .fp-wallet-container .input-with-icon .form-control,
html[data-theme=dark] .fp-wallet-container .input-group .input-group-text,
html[data-theme=dark] .fp-wallet-container .input-group .form-control {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #eee !important;
}

/* Bakiye Kartları Kesin Düzeltme */
html[data-theme=dark] .fp-balance-cards .row,
html[data-theme=dark] .fp-balance-cards .col-md-6,
html[data-theme=dark] .fp-balance-cards .fp-balance-card,
html[data-theme=dark] .fp-balance-cards .available-balance,
html[data-theme=dark] .fp-balance-cards .withdrawable-balance {
    background-color: transparent !important;
}

html[data-theme=dark] .fp-balance-card {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

html[data-theme=dark] .available-balance:before,
html[data-theme=dark] .withdrawable-balance:before {
    opacity: 0.05;
}

/* Bilgi ve Transfer Kartları Spesifik Düzeltme */
html[data-theme=dark] .info-card,
html[data-theme=dark] .info-card.transfer-info,
html[data-theme=dark] .info-card.withdraw-info,
html[data-theme=dark] .info-card.transfer-between-info,
html[data-theme=dark] .transfer-between-info,
html[data-theme=dark] .withdraw-info,
html[data-theme=dark] .transfer-info {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

html[data-theme=dark] .info-card-header,
html[data-theme=dark] .info-card-body {
    background-color: #1e1e1e !important;
}

/* Bakiye Geçmişi Düzeltmeler */
html[data-theme=dark] .financial-history-container,
html[data-theme=dark] .financial-history-header,
html[data-theme=dark] .transaction-history-table-wrapper,
html[data-theme=dark] .transaction-history-table-container,
html[data-theme=dark] .transaction-history-table {
    background-color: #1e1e1e !important;
    color: #eee !important;
    border-color: #333 !important;
}

html[data-theme=dark] .balance-type-filter .btn.btn-outline-primary {
    background-color: transparent !important;
    color: #0089FF !important;
    border-color: #0089FF !important;
}

html[data-theme=dark] .balance-type-filter .btn.btn-primary {
    background-color: #0089FF !important;
    color: #fff !important;
    border-color: #0089FF !important;
}

html[data-theme=dark] .advanced-filter-panel,
html[data-theme=dark] .filter-header,
html[data-theme=dark] .filter-body,
html[data-theme=dark] .quick-filter-tags {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

html[data-theme=dark] .filter-tag {
    background-color: #262626 !important;
    border-color: #444 !important;
    color: #ddd !important;
}

html[data-theme=dark] .filter-tag.active {
    background-color: #0066cc !important;
    color: #fff !important;
}

/* Kredi/Cari Hesap Sayfası Düzeltmeleri */
html[data-theme=dark] #credit-form,
html[data-theme=dark] .credit-application-form,
html[data-theme=dark] .active-credit-detail-card,
html[data-theme=dark] .no-credit-info-card,
html[data-theme=dark] .credit-details-card {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #eee !important;
}

html[data-theme=dark] .active-credit-detail-card .card-header,
html[data-theme=dark] .active-credit-detail-card .card-body,
html[data-theme=dark] .no-credit-info-card .card-body {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

html[data-theme=dark] .credit-info-list,
html[data-theme=dark] .credit-info-item,
html[data-theme=dark] .credit-payment-instruction,
html[data-theme=dark] .credit-info-content {
    border-color: #333 !important;
}

/* Tablo düzeltmeleri */
html[data-theme=dark] .table,
html[data-theme=dark] .table thead th,
html[data-theme=dark] .table tbody td,
html[data-theme=dark] .custom-table,
html[data-theme=dark] .custom-table thead th,
html[data-theme=dark] .custom-table tbody td {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #ddd !important;
}

html[data-theme=dark] .table thead th,
html[data-theme=dark] .custom-table thead th {
    background-color: #262626 !important;
    color: #bbb !important;
}

/* Form Grupları ve Formlar */
html[data-theme=dark] .form-group,
html[data-theme=dark] .form-label,
html[data-theme=dark] .form-check-label {
    color: #ddd !important;
}

/* Genel Arka Plan Düzeltmesi */
html[data-theme=dark] .fp-wallet-container,
html[data-theme=dark] .fp-wallet-container .container-fluid,
html[data-theme=dark] .fp-wallet-container .row,
html[data-theme=dark] .fp-wallet-container .col-lg-9,
html[data-theme=dark] .fp-wallet-container .col-lg-7,
html[data-theme=dark] .fp-wallet-container .col-lg-5 {
    background-color: transparent !important;
}

html[data-theme=dark] .modal-body,
html[data-theme=dark] .modal-header,
html[data-theme=dark] .modal-footer,
html[data-theme=dark] .modal-content {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #eee !important;
}

html[data-theme=dark] .modal-body,
html[data-theme=dark] .modal-header,
html[data-theme=dark] .modal-footer,
html[data-theme=dark] .modal-content {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #eee !important;
}

/* Bakiyeler arası transfer düzeltmeleri */
html[data-theme=dark] .balance-vis-amount,
html[data-theme=dark] .balance-amount,
html[data-theme=dark] .balance-visualization .balance-vis-amount {
    color: #fff !important;
}

html[data-theme=dark] .transfer-visualization {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    padding: 20px;
}

html[data-theme=dark] .balance-visualization {
    background-color: #262626 !important;
    border-color: #333 !important;
}

/* Gelişmiş filtreler ve başlıklar */
html[data-theme=dark] .filter-header-title,
html[data-theme=dark] .filter-header-title span,
html[data-theme=dark] .filter-header i,
html[data-theme=dark] .filter-toggle-icon i {
    color: #fff !important;
}

/* Cari hesap limiti sayfası */
html[data-theme=dark] .no-credit-info-card,
html[data-theme=dark] .no-credit-info-card .card-body,
html[data-theme=dark] .no-credit-info-card .d-flex {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
}

html[data-theme=dark] .no-credit-info-card h4,
html[data-theme=dark] .no-credit-info-card p {
    color: #fff !important;
}

html[data-theme=dark] .credit-info-steps {
    background-color: rgba(0, 137, 255, 0.1) !important;
    border-radius: 8px;
    padding: 15px;
}

html[data-theme=dark] .step-icon,
html[data-theme=dark] .icon-circle {
    background-color: #333 !important;
}

html[data-theme=dark] .icon-circle i {
    color: #0089FF !important;
}

/* Tablo ve işlem geçmişi */
html[data-theme=dark] .transaction-history-table th,
html[data-theme=dark] .transaction-history-table td {
    background-color: #1e1e1e !important;
    color: #eee !important;
    border-color: #333 !important;
}

html[data-theme=dark] .transaction-history-table thead th {
    background-color: #262626 !important;
}

html[data-theme=dark] .transaction-icon {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Custom File Upload Styles */
.custom-file-upload {
    width: 100%;
}

.file-upload-area {
    position: relative;
    border: 2px dashed #e0e0e0;
    border-radius: 12px;
    text-align: center;
    background-color: #fafafa;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.file-upload-area:hover {
    border-color: #0089FF;
    background-color: #f8f9ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 137, 255, 0.1);
}

.file-upload-area.dragover {
    border-color: #0089FF;
    background-color: #f0f7ff;
    transform: scale(1.02);
}

.file-upload-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.file-upload-icon {
    font-size: 48px;
    color: #0089FF;
    margin-bottom: 10px;
}

.file-upload-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.file-upload-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.file-upload-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-preview {
    margin-top: 15px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.file-preview-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.preview-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.file-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.file-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    word-break: break-all;
}

.file-size {
    font-size: 12px;
    color: #666;
}

.remove-file-btn {
    width: 30px;
    height: 30px;
    border: none;
    background-color: #ff4757;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
}

.remove-file-btn:hover {
    background-color: #ff3742;
    transform: scale(1.1);
}

.remove-file-btn i {
    font-size: 16px;
}

/* Dark theme support */
html[data-theme=dark] .file-upload-area {
    border-color: #333;
    background-color: #1e1e1e;
}

html[data-theme=dark] .file-upload-area:hover {
    border-color: #0089FF;
    background-color: #1a1a2e;
}

html[data-theme=dark] .file-upload-area.dragover {
    background-color: #1a1a2e;
}

html[data-theme=dark] .file-upload-title {
    color: #fff;
}

html[data-theme=dark] .file-upload-subtitle {
    color: #aaa;
}

html[data-theme=dark] .file-preview {
    background-color: #262626;
    border-color: #333;
}

html[data-theme=dark] .file-name {
    color: #fff;
}

html[data-theme=dark] .file-size {
    color: #aaa;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .file-upload-area {
        padding: 20px 15px;
    }

    .file-upload-icon {
        font-size: 36px;
    }

    .file-upload-title {
        font-size: 14px;
    }

    .file-upload-subtitle {
        font-size: 12px;
    }

    .file-preview-content {
        padding: 12px;
        gap: 12px;
    }

    .preview-img {
        width: 50px;
        height: 50px;
    }
}



.fp-mobile-topnav {
    background-color: var(--bg-white-2);
    padding: 10px 0;
}

.fp-mobile-topnav .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.fp-mobile-topnav .flex>* {
    flex: 1;
}

.fp-mobile-topnav .flex .btn {
    gap: 8px;
    height: 38px;
    background-color: rgba(0, 137, 255, 0.08);
    color: #0089ff;
    border: none;
}

.fp-mobile-topnav .flex .btn .mobile-profile-avatar {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.fp-mobile-topnav .flex .btn.btn-secondary {
    background-color: #0089FF;
    color: #fff;
}

.fp-mobile-topnav .flex .btn.btn-secondary:only-child {
    background-color: rgba(0, 137, 255, 0.10);
    color: #0089ff;
}


.fp-topnav {
    background-color: var(--bg-white-2);
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}

.fp-topnav .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.fp-topnav .flex-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.fp-topnav .flex-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.fp-topnav .link-topnav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: var(--text-color);
    font-size: 14px;
    border-right: 1px solid var(--border);
    padding-right: 12px;
    transition: 0.2s;
}

.fp-topnav .link-topnav:last-child {
    border-right: 0;
}

.fp-topnav .link-topnav i {
    font-size: 18px;
}

.fp-topnav .link-topnav:hover {
    color: var(--bs-blue);
}

.fp-testimonials {
    padding: 40px 0 0 0;
}

.fp-testimonials .head-area {
    background-color: var(--bg-white);
    border: 1px solid var(--border);
    padding: 40px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 0.3fr 0.7fr;
    align-items: center;
    margin-bottom: 12px;
}

.fp-testimonials .head-area .logo {
    height: 80px;
    margin: auto;
    display: block;
    object-fit: contain;
}

.fp-testimonials .head-area .content {
    text-align: center;
    padding: 0 40px;
}

.fp-testimonials .head-area .stars {
    color: #FFB901;
    margin-bottom: 10px;
}

.fp-testimonials .head-area p {
    font-weight: 300;
    font-size: 18px;
}

.fp-testimonials-item {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 20px 20px 10px 20px;
    border-radius: 12px;
    height: 100%;
    color: #1f2937;
}

html[data-theme=dark] .fp-testimonials-item {
    background-color: #181818;
    border-color: #282828;
    color: #f2f2f2;
}

.fp-testimonials-item .img-profile-wrapper {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0089FF, #0066CC);
    padding: 2px;
    flex-shrink: 0;
}

.fp-testimonials-item .img-profile-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
}

html[data-theme=dark] .fp-testimonials-item .img-profile-inner {
    background-color: #181818;
}

.fp-testimonials-item .img-profile {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.fp-testimonials-item .comment-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fp-testimonials-item .comment-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.fp-testimonials-item .comment-header .user-info {
    flex: 1;
}

.fp-testimonials-item .comment-header .user-info .user-name {
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 4px;
    line-height: 1.3;
}

html[data-theme=dark] .fp-testimonials-item .comment-header .user-info .user-name {
    color: #f2f2f2;
}

.fp-testimonials-item .comment-header .user-info .comment-date {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.3;
}

html[data-theme=dark] .fp-testimonials-item .comment-header .user-info .comment-date {
    color: #b0b0b0;
}

.fp-testimonials-item .comment-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.fp-testimonials-item .comment-rating .stars {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2px;
}

.fp-testimonials-item .comment-rating .stars i {
    font-size: 18px;
    flex-shrink: 0;
}

.fp-testimonials-item .comment-rating .stars i.ri-star-fill {
    color: #FFB901;
}

.fp-testimonials-item .comment-rating .stars i.ri-star-line {
    color: #d1d5db;
}

html[data-theme=dark] .fp-testimonials-item .comment-rating .stars i.ri-star-line {
    color: #4a4a4a;
}

.fp-testimonials-item .comment-rating .product-link {
    color: #6b7280;
    font-size: 14px;
    line-height: 18px;
}

html[data-theme=dark] .fp-testimonials-item .comment-rating .product-link {
    color: #b0b0b0;
}

.fp-testimonials-item .comment-content {
    margin-top: 5px;
    color: #374151;
    font-size: 15px;
    line-height: 1.6;
}

html[data-theme=dark] .fp-testimonials-item .comment-content {
    color: #f2f2f2;
}

.fp-testimonials-item .time {
    color: var(--text-gray);
    font-size: 14px;
}

.fp-testimonials-slider-wrapper {
    width: 100%;
    position: relative;
}

.fp-swiper-testimonials {
    padding-bottom: 50px;
    overflow: hidden;
    width: 100%;
}

.fp-swiper-testimonials .swiper-wrapper {
    align-items: stretch;
}

.fp-swiper-testimonials .swiper-slide {
    height: auto !important;
    display: flex;
    box-sizing: border-box;
}

.fp-swiper-testimonials .swiper-slide .fp-testimonials-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 100%;
    box-sizing: border-box;
}


.footer-contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.footer-contact-item .icon {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 137, 255, 0.1);
    color: var(--bs-blue);
}

.footer-contact-item .ctx-title {
    font-weight: 600;
    font-size: 14px;
    color: var(--text-color);
}


.fp-footer .footer-alt {
    border-top: 1px solid var(--border);
    padding: 20px 0;
}

.fp-footer .footer-alt .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-footer .footer-alt .payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.fp-footer .footer-alt .payment-methods img {
    height: 32px;
    width: auto;
    border-radius: 6px;
    transition: all 0.3s ease;
    margin-left: 10px;
    filter: grayscale(50%) opacity(0.8);
}

.fp-footer .footer-alt .payment-methods img:hover {
    transform: scale(1.1);
    filter: grayscale(0%) opacity(1);
}


.fp-navbar .in-mobile li a {
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border-bottom: 1px solid var(--border);
    height: 55px;
}


@media (min-width: 992px) {
    .fp-mobile-topnav {
        display: none;
    }

    .fp-navbar .in-mobile {
        display: none;
    }

    .fp-navbar-close {
        display: none;
    }
}



@media (max-width: 992px) {
    .fp-navbar .in-mobile {
        display: block;
    }

    .fp-navbar .not-mobile {
        display: none;
    }

    .fp-topnav {
        display: none;
    }

    .fp-navbar .list li .link {
        justify-content: flex-start;
        margin: 0;
        height: 55px;
        border-bottom: 1px solid var(--border);
    }

    .fp-navbar .fp-color-selector {
        margin-top: 20px;
    }

    .fp-navbar .fp-color-selector .link {
        flex: 1;
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .fp-testimonials .head-area {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .fp-testimonials .head-area .content {
        padding: 0;
    }

    .fp-slider-area .blur-image {
        height: 320px;

    }
}

@media (max-width: 768px) {
    .autoplay-progress {
        display: none !important;
    }

    .container.mb-4.mt-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .feature-col {
        padding: 5px !important;
    }

    .fp-feature-item {
        padding: 15px !important;
        height: auto !important;
        aspect-ratio: 1 / 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0 !important;
    }

    .fp-feature-item .icon {
        height: 50px !important;
        width: 50px !important;
        margin-bottom: 10px !important;
    }

    .fp-feature-item .icon i {
        font-size: 26px !important;
    }

    .fp-feature-item .fp-fi-content .title {
        font-size: 14px !important;
        margin-bottom: 4px !important;
    }

    .fp-feature-item .fp-fi-content p {
        font-size: 11px !important;
        line-height: 14px !important;
        margin-bottom: 0 !important;
    }
}

.feature-col {
    padding: 15px;
}


.fpn-bank-account {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.fpn-bank-account .img-bank {
    width: 270px;
    min-width: 270px;
    border-radius: 8px;
}

.fpn-bank-account .fpn-ba-content {
    flex: 1;
}

.fpn-bank-account .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fpn-bank-account .title {
    font-weight: 600;
    font-size: 15px;
}

.fpn-bank-account .text {
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-blue);
}

@media (max-width: 768px) {
    .fpn-bank-account {
        flex-direction: column;
    }
}

/* Modern Toast System */
#toastArea {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.modern-toast {
    width: 380px;
    max-width: calc(100vw - 40px);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    pointer-events: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(120%);
    opacity: 0;
}

.modern-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-content {
    display: flex;
    align-items: flex-start;
    padding: 16px 20px;
    position: relative;
}

.toast-icon {
    font-size: 28px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

.toast-details {
    flex: 1;
}

.toast-title {
    font-weight: 700;
    font-size: 15px;
    color: #111827;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.toast-message {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
    font-weight: 400;
}

.toast-close-btn {
    background: rgba(0, 0, 0, 0.03);
    border: none;
    color: #9ca3af;
    cursor: pointer;
    font-size: 20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: 12px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-close-btn:hover {
    background: rgba(0, 0, 0, 0.08);
    color: #4b5563;
    transform: rotate(90deg);
}

.toast-progress-container {
    height: 4px;
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
}

.toast-progress-bar {
    height: 100%;
    transition: width 1s linear;
}

/* Dark Mode Support */
html[data-theme=dark] .modern-toast {
    background: rgba(24, 24, 27, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
}

html[data-theme=dark] .toast-title {
    color: #f9fafb;
}

html[data-theme=dark] .toast-message {
    color: #d1d5db;
}

html[data-theme=dark] .toast-close-btn {
    background: rgba(255, 255, 255, 0.05);
    color: #6b7280;
}

html[data-theme=dark] .toast-close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f3f4f6;
}

html[data-theme=dark] .toast-progress-container {
    background: rgba(255, 255, 255, 0.05);
}

/* Telegram Chat Widget */
@keyframes pulse-telegram {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(0, 136, 204, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 136, 204, 0);
    }
}

.tg-chat-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

.custom-chat-widget {
    background: linear-gradient(135deg, #0088cc 0%, #00a2ed 100%);
    color: #fff !important;
    min-width: 60px;
    height: 60px;
    padding: 0 20px 0 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 32px;
    box-shadow: 0 10px 25px rgba(0, 136, 204, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: pulse-telegram 2s infinite;
    position: relative;
}

.custom-chat-widget:hover {
    transform: scale(1.1) translateY(-5px);
}

.bot-text {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
}

.notification-dot {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: #ff0000;
    border-radius: 50%;
    border: 2px solid transparent;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    z-index: 2;
}

.custom-chat-widget i {
    font-size: 30px;
    transition: transform 0.4s ease;
}

/* Popup Window Styles */
.tg-chat-popup {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 350px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px) scale(0.95);
    transform-origin: bottom right;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
}

.tg-chat-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.tg-chat-header {
    background: #0088cc;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tg-chat-header-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tg-chat-avatar {
    position: relative;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
}

.tg-chat-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.online-indicator {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #4cd964;
    border: 2px solid #0088cc;
    border-radius: 50%;
}

.tg-chat-user-details {
    display: flex;
    flex-direction: column;
}

.tg-chat-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

.tg-chat-status {
    font-size: 13px;
    opacity: 0.9;
}

.tg-chat-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg-chat-close:hover {
    opacity: 1;
}

.tg-chat-body {
    padding: 25px 20px;
    background-color: #e5ddd5;
    background-size: cover;
    background-blend-mode: overlay;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tg-chat-message {
    background: #fff;
    padding: 15px;
    border-radius: 18px 18px 18px 4px;
    max-width: 85%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    animation: slideInLeft 0.3s ease-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.tg-chat-message-text {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.tg-chat-message-time {
    font-size: 11px;
    color: #999;
    text-align: right;
    margin-top: 5px;
}

.tg-chat-button {
    background: #0088cc;
    color: #fff !important;
    padding: 14px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    font-size: 17px;
    box-shadow: 0 8px 20px rgba(0, 136, 204, 0.3);
    transition: all 0.3s ease;
}

.tg-chat-button i {
    font-size: 24px;
}

.tg-chat-button:hover {
    background: #00a2ed;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 136, 204, 0.4);
}

.tg-chat-footer {
    padding: 12px 15px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: #999;
    border-top: 1px solid #eee;
}

.tg-brand i {
    font-size: 14px;
    margin-right: 4px;
}

.tg-remove-brand {
    cursor: pointer;
    font-weight: 500;
}

.tg-remove-brand:hover {
    color: #0088cc;
}

@media (max-width: 768px) {
    .tg-chat-container {
        bottom: 80px;
        right: 15px;
    }

    .tg-chat-popup {
        width: 280px;
        bottom: 65px;
        right: 0;
    }

    .tg-chat-header {
        padding: 12px 15px;
    }

    .tg-chat-avatar {
        width: 40px;
        height: 40px;
    }

    .online-indicator {
        width: 10px;
        height: 10px;
        border-width: 1.5px;
    }

    .tg-chat-name {
        font-size: 15px;
    }

    .tg-chat-status {
        font-size: 11px;
    }

    .tg-chat-body {
        padding: 15px;
        gap: 15px;
    }

    .tg-chat-message {
        padding: 10px 12px;
        max-width: 90%;
    }

    .tg-chat-message-text {
        font-size: 13px;
    }

    .tg-chat-button {
        padding: 10px 20px;
        font-size: 15px;
        gap: 8px;
    }

    .tg-chat-button i {
        font-size: 20px;
    }

    .custom-chat-widget {
        height: 50px;
        padding: 0 15px 0 12px;
        font-size: 28px;
        gap: 6px;
        border-radius: 25px;
    }

    .custom-chat-widget i {
        font-size: 24px;
    }

    .bot-text {
        font-size: 13px;
    }

    .notification-dot {
        top: 8px;
        right: 8px;
        width: 10px;
        height: 10px;
    }
}

.btn-wishlist {
    position: absolute;
    top: -50px;
    /* Tam gizli */
    right: 15px;
    left: auto;
    width: 36px;
    height: 48px;
    background: #0089FF !important;
    border: none !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* Smooth və sabit keçid */
    padding: 0;
    padding-bottom: 8px;
    opacity: 0;
}

.btn-wishlist i {
    color: #fff !important;
    /* Standart halda dolu ağ ürək */
    font-size: 22px;
    transition: all 0.3s ease;
    -webkit-text-fill-color: currentColor;
}

.btn-wishlist.active {
    top: 0;
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .fp-product-item:hover .btn-wishlist {
        top: 0;
        opacity: 1;
    }

    .btn-wishlist:hover i {
        transform: scale(1.15);
    }
}

@media (hover: none),
(pointer: coarse) {
    .fp-product-item .btn-wishlist {
        top: 0;
        opacity: 1;
        transition: none;
    }

    .fp-product-item .img:hover img {
        transform: none;
    }
}

.btn-wishlist.active i {
    color: #ff4757 !important;
    /* Bəyənildikdə dolu qırmızı ürək */
}

/* Məhsul daxili səhifəsi üçün bookmark stili */
.btn-wishlist-single {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 44px;
    height: 60px;
    background: #0089FF !important;
    border: none !important;
    border-top-left-radius: 8px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: all 0.4s ease;
    padding-bottom: 10px;
    overflow: hidden;
}

.btn-wishlist-single i {
    color: #fff !important;
    /* Dolu ağ ürək */
    font-size: 24px;
    -webkit-text-fill-color: currentColor;
}

.btn-wishlist-single.active i {
    color: #ff4757 !important;
    /* Dolu qırmızı ürək */
}

html[data-theme=dark] .btn-wishlist,
html[data-theme=dark] .btn-wishlist-single {
    background: #0089FF !important;
}

/* Wishlist Badge Stili */
.wishlist-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-link .number {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff3b55;
    color: white;
    font-size: 11px;
    font-weight: 800;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-shadow: 0 0 0 3px var(--bg-white);
    z-index: 5;
    line-height: 1;
    pointer-events: none;
}

html[data-theme=dark] .wishlist-link .number {
    box-shadow: 0 0 0 3px #1a1a1a;
}
