.auth {
    padding-block: 8rem;
}

.auth .title {
    font-size: 2rem;
}

.auth .canvas-wrapper .canvas-body {
    padding: 0rem;
}

#header {
    border-bottom: 1px solid var(--line);
}

header#header {
    position: fixed;
    top: 0px !important;
}

div#wrapper {
    padding-top: 88px !important;
}

.flat-spacing-3 .swiper-wrapper {
    justify-content: center;
    margin-left: 10px;
}

.form-login .bot a.tf-btn:hover {
    color: var(--dark) !important;
}

.form-login .bot a.tf-btn.btn-out-line-dark2:hover {
    color: white !important;
}

.box-content .box-title-slider h2 {
    color: white;
}

.box-content .box-title-slider p {
    color: white;
}

.product-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(335px, 1fr)); */
    gap: 1rem;
}


.product-grid {
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width:768px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:1025px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.filter-group-check .list-item img {
    max-width: 100px;
}


.category .menu-tab-line .tab-link {
    color: var(--primary);
    /* text-decoration: underline; */
}

li.cate-item {
    display: flex;
    gap: 5px;
    align-items: center;
}

.filter-color-box .color-text{
    display: block;
}

.widget-facet .filter-color-box{
    padding-right: 0px;
    padding-left: 0px;
}

.filter-color-box{
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4, 1fr);
}

.filter-color-box .color-item{
    width: 100%;
    height: auto;
    border-radius: 0px;
    padding: 0rem;
}

.filter-color-box .color-item img{
    max-width: 60px;
    display: block;
    border-radius: 0.25rem;
    margin: auto;
    padding: 0.15rem;
}

.filter-color-box .color-text{
    font-size: 11px;
    text-align: center;
}

.filter-color-box .color-item.is-active{
    outline: 0px !important;
}

.filter-color-box .color-item.is-active img{
    border: 2px solid var(--secondary);;
}

#productGrid .p-4.text-center.text-danger{
    width: 100%;
    min-height: 50dvh;
}

#productGrid:has(.p-4.text-center.text-danger){
    grid-template-columns: auto;
}




#inner_area {
    padding-block: 3rem;
}

#inner_area .title {
    margin-bottom: 2rem;
}

#inner_area_content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-2);
}

#inner_area_content b {
    color: var(--dark-2);
}

/* Product layout */
.product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.product-image-section {
    flex: 1;
    min-width: 300px;
}

.product-details-section {
    flex: 1;
    min-width: 300px;
}

.upload-thumbs .thumb .thumb-x{
    padding: 0px;
}

/* Main image */
.main-image-container {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid var(--line);
}

.main-image {
    width: 100%;
    /* max-width: 500px; */
    /* max-height: 410px; */
    height: auto;
    margin: 0 auto;
    display: block;
    /* aspect-ratio: 1; */
}

/* Stone color selector */
.option-section {
    margin-bottom: 25px;
}

.option-title {
    font-size: 16px;
    color: var(--dark-2);
    margin-bottom: 12px;
    font-weight: 600;
}

.stone-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.stone-color-item {
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s;
}

.stone-color-item:hover {
    transform: translateY(-5px);
}

.stone-color-item img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: 2px solid transparent;
    padding: 3px;
    object-fit: cover;
}

.stone-color-item.active img {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px var(--secondary-3);
}

.stone-color-name {
    font-size: 12px;
    margin-top: 5px;
    color: var(--text-2);
    font-weight: 500;
}

/* Layout type selector */
.layout-types {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
}

.layout-item {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s;
    border: 1px solid var(--line);
}

.layout-item:hover {
    border-color: var(--line-3);
}

.layout-item.active {
    border-color: var(--primary);
    box-shadow: 0 0 10px rgba(75, 77, 237, 0.2);
}

.layout-item img {
    width: 150px;
    height: 80px;
    object-fit: cover;
    display: block;
}

/* Product details */
.details-card {
    background-color: var(--line);
    border-radius: 10px;
    padding: 25px;
    border: 1px solid var(--line);
}

.details-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.details-table tr {
    border-bottom: 1px solid var(--line);
}

.details-table tr:last-child {
    border-bottom: none;
}

.details-table td {
    padding: 12px 0;
}

.details-table td:first-child {
    font-weight: 600;
    color: var(--dark-2);
    width: 50%;
}

.details-table td:last-child {
    color: var(--text-2);
}

.price-highlight {
    font-size: 3rem;
    color: var(--primary);
    font-weight: 700;
    margin: 10px 0 2rem;
    display: block;
    line-height: 1;
}

/* Action buttons */
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

/* Price table */
.price-table-section {
    margin-top: 30px;
}

.price-table-title {
    color: var(--dark);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}

.price-table-subtitle {
    color: var(--text-3);
    font-size: 14px;
    margin-bottom: 25px;
    font-style: italic;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.price-table th {
    background-color: var(--dark);
    color: var(--white);
    padding: 16px 12px;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.price-table th:last-child {
    border-right: none;
}

.price-table td {
    padding: 16px 12px;
    text-align: center;
    border-bottom: 1px solid var(--line-2);
    border-right: 1px solid var(--line-2);
}

.price-table td:first-child {
    font-weight: 600;
    color: var(--dark-2);
    background-color: var(--surface-3);
}

.price-table td:last-child {
    border-right: none;
}

.price-table tr:last-child td {
    border-bottom: none;
}

.salePrice {
    color: var(--dark);
    font-weight: 700;
    font-size: 18px;
}

/* Contact info */
.contact-info {
    margin-top: 30px;
    padding: 20px;
    background-color: var(--primary);
    border-radius: 10px;
    border-left: 5px solid var(--dark);
    font-size: 16px;
}

.contact-info b {
    color: var(--dark-2);
}

/* Responsive styles */
@media (max-width: 768px) {
    .product-container {
        flex-direction: column;
    }

    .layout-types {
        justify-content: center;
    }

    .action-buttons {
        flex-direction: column;
    }

    .price-table {
        display: block;
        overflow-x: auto;
    }
}

/* Animation for selection */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(75, 77, 237, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(75, 77, 237, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(75, 77, 237, 0);
    }
}

.stone-color-item.active img,
.layout-item.active {
    animation: pulse 0.5s;
}








.filter-color-box .bg-dark {
    background-image: url(https://www.headstonedeals.com/designs/stone/thumb/4.png);
}

.filter-color-box .bg-grey-4 {
    background-image: url(https://www.headstonedeals.com/designs/stone/thumb/1.png);
}

.filter-color-box .bg-light-pink-4 {
    background-image: url(https://www.headstonedeals.com/designs/stone/thumb/7.png);
}

.filter-color-box .bg-white {
    background-image: url(https://www.headstonedeals.com/designs/stone/thumb/5.png);
}

.filter-color-box .bg-dark-green {
    background-image: url(https://www.headstonedeals.com/designs/stone/thumb/12.png);
}



.main-image-container {
    display: grid;
    align-items: center;
    gap: 2rem;
    grid-template-columns: auto auto;
}


/* gravestone tool css  */

.preview-frame {
    display: grid;
    align-items: center;
    gap: 4rem;
    grid-template-columns: auto 200px;
}

.gravestone-customizer .slider-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
}

.gravestone-customizer .ui-slider {
    height: 8px;
    border-radius: 4px;
    background-color: var(--line);
    border: none;
}

.gravestone-customizer .ui-slider-range {
    background-color: var(--secondary);
}

.gravestone-customizer .ui-slider-handle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--secondary);
    border: 3px solid var(--white);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    top: -8px;
}

.gravestone-customizer .color-options {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.gravestone-customizer .color-option {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid transparent;
    transition: transform 0.2s;
}

.gravestone-customizer .color-option:hover {
    transform: scale(1.1);
}

.gravestone-customizer .color-option.selected {
    border-color: var(--dark-2);
    transform: scale(1.1);
}

.gravestone-customizer .apply-all {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gravestone-customizer .font-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--line);
    border-radius: 6px;
    font-size: 16px;
    background-color: var(--white);
}

/* Picture upload */
.gravestone-customizer .upload-area {
    border: 2px dashed var(--line-3);
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s;
    margin-top: 15px;
}

.gravestone-customizer .upload-area:hover {
    border-color: var(--secondary);
}

.gravestone-customizer .upload-icon {
    font-size: 48px;
    color: var(--text-3);
    margin-bottom: 15px;
}

.gravestone-customizer .upload-text {
    font-weight: 600;
    color: var(--dark-2);
    margin-bottom: 5px;
}

.gravestone-customizer .upload-note {
    font-size: 14px;
    color: var(--text-3);
}

.gravestone-customizer .upload-input {
    display: none;
}

/* Preview area */
.gravestone-customizer .preview-container {
    text-align: center;
}

.gravestone-customizer .preview-title {
    font-size: 22px;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.4;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary);
}

.gravestone-customizer .design-area {
    width: 480px;
    height: 259px;
    margin: 0 auto 20px;
    position: relative;
    background-color: var(--surface-2);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--line);
}

.gravestone-customizer .stone-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.gravestone-customizer .layout-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.gravestone-customizer .text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.gravestone-customizer .engraving-text {
    position: absolute;
    cursor: move;
    pointer-events: all;
    user-select: none;
    /*padding: 5px;
   border: 1px dashed transparent;
    transition: border-color 0.2s;*/
}

.gravestone-customizer .engraving-text:hover {
    border-color: var(--secondary-3);
}

.gravestone-customizer .engraving-text.selected {
    border-color: var(--secondary);
    background-color: rgba(75, 77, 237, 0.05);
}

/* Layout options */
.gravestone-customizer .layout-options {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    gap: 15px;
    /* margin-top: 20px; */
    max-width: 120px;
}

.gravestone-customizer .layout-option {
    /* width: 100px; */
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    border: 3px solid;
    transition: all 0.3s;
    border-color: var(--line);
    box-shadow: 0 5px 15px rgba(75, 77, 237, 0.2);
}

.gravestone-customizer .layout-option:hover {
    transform: translateY(-5px);
}

.gravestone-customizer .layout-option.active {
    border-color: var(--dark);
    box-shadow: 0 5px 15px rgba(75, 77, 237, 0.2);
}

.gravestone-customizer .layout-option img {
    width: auto;
    height: 40px;
    object-fit: cover;
    display: block;
}

/* Action buttons */
.gravestone-customizer .action-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.gravestone-customizer .btn {
    padding: 14px 28px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.gravestone-customizer .btn-preview {
    background-color: var(--primary);
    color: var(--dark);
}

.gravestone-customizer .btn-preview:hover {
    background-color: var(--yellow);
    transform: translateY(-2px);
}

.gravestone-customizer .btn-save {
    background-color: var(--dark);
    color: var(--white);
}

.gravestone-customizer .btn-save:hover {
    background-color: var(--dark-2);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(75, 77, 237, 0.2);
}

.gravestone-customizer .design-number {
    margin-left: auto;
    font-size: 16px;
    color: var(--dark-2);
    font-weight: 600;
    margin-bottom: 2rem;
}

/* Design browser */
.gravestone-customizer .design-browser {
    margin-top: 30px;
    padding: 20px;
    background-color: var(--surface-2);
    border-radius: 8px;
    border: 1px solid var(--line);
}

.gravestone-customizer .browser-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.gravestone-customizer .nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: var(--text-3);
    transition: color 0.3s;
    padding: 5px 15px;
}

.gravestone-customizer .nav-btn:hover {
    color: var(--secondary);
}

.gravestone-customizer .designs-scroll {
    display: grid;
    grid-template-columns: repeat(8, 20%);
    gap: 15px;
    overflow: scroll;
    padding: 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--bg-scrollbar-thumb) var(--bg-scrollbar-track);
}

.gravestone-customizer .designs-scroll::-webkit-scrollbar {
    height: 8px;
}

.gravestone-customizer .designs-scroll::-webkit-scrollbar-track {
    background: var(--bg-scrollbar-track);
    border-radius: 4px;
}

.gravestone-customizer .designs-scroll::-webkit-scrollbar-thumb {
    background: var(--bg-scrollbar-thumb);
    border-radius: 4px;
}

.gravestone-customizer .design-thumb {
    /* min-width: 200px; */
    /* height: 100px; */
    /* width: 120px; */
    background-color: var(--white);
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--dark-2);
    padding-top: 1rem;
}

.gravestone-customizer .design-thumb:hover {
    border-color: var(--secondary-3);
    transform: translateY(-3px);
}

.gravestone-customizer .design-thumb.active {
    border-color: var(--secondary);
    background-color: var(--secondary-4);
}

/* Preview overlay */
.gravestone-customizer .preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--backdrop);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none;
}

.gravestone-customizer .preview-content {
    background-color: var(--white);
    border-radius: 12px;
    padding: 30px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gravestone-customizer .preview-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--text-3);
    cursor: pointer;
    transition: color 0.3s;
}

.gravestone-customizer .preview-close:hover {
    color: var(--red);
}

/* Responsive styles */
@media (max-width: 1200px) {
    .gravestone-customizer .main-layout {
        flex-direction: column;
    }

    .gravestone-customizer .customization-panel,
    .gravestone-customizer .preview-panel {
        min-width: 100%;
    }

    .gravestone-customizer .design-area {
        width: 100%;
        max-width: 480px;
    }
}

@media (max-width: 768px) {
    .gravestone-customizer .form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .gravestone-customizer .form-label {
        min-width: 100%;
    }

    .gravestone-customizer .action-buttons {
        flex-wrap: wrap;
    }

    .gravestone-customizer .btn {
        width: 100%;
    }

    .gravestone-customizer .design-number {
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

    body {
        padding: 10px;
    }

    .gravestone-customizer .customization-panel,
    .gravestone-customizer .preview-panel {
        padding: 15px;
    }
}

/* Animation for step transitions */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gravestone-customizer .step-content.active {
    animation: fadeIn 0.3s ease-out;
}

/* Custom styling for selected elements */
.gravestone-customizer .selected-text-info {
    background-color: var(--success-4);
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 15px;
    border-left: 4px solid var(--success);
    font-size: 14px;
}





/* ===============================
   PRICE TABLE (Unified)
================================ */

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-1);
}

.price-table th {
    background-color: var(--dark);
    color: var(--white);
    padding: 15px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.price-table th:last-child {
    border-right: none;
}

.price-table td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid var(--line);
    border-right: 1px solid var(--line-2);
    color: var(--text-2);
}

.price-table td:first-child {
    font-weight: 600;
    color: var(--dark-2);
    background-color: var(--surface-3);
}

.price-table td:last-child {
    border-right: none;
}

.price-table tr:last-child td {
    border-bottom: none;
}

.price-table tr:nth-child(even) {
    background: var(--surface);
}

.price-table tr:hover {
    background: var(--primary-4);
}


/* ===============================
   PRICE TABLE SECTION
================================ */

.price-table-section {
    margin-top: 30px;
}

.price-table-title {
    color: var(--dark);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}

.price-table-subtitle {
    color: var(--text-3);
    font-size: 14px;
    margin-bottom: 25px;
    font-style: italic;
}


/* ===============================
   PRICE LIST PAGE
================================ */

.price-list-container {
    padding: 20px;
    background: var(--white);
}

.price-list-header {
    margin-bottom: 30px;
}

.price-list-header h1 {
    color: var(--dark);
    font-size: 32px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--primary);
    padding-bottom: 10px;
}

.price-list-intro {
    background: var(--surface-2);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 4px solid var(--primary);
}

.price-list-intro p {
    margin-bottom: 15px;
    color: var(--text-2);
    line-height: 1.6;
}

.price-list-intro b {
    color: var(--dark);
}


/* ===============================
   PRODUCT SECTION
================================ */

.product-section {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line);
}

.product-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
}

.product-header h2 {
    color: var(--dark);
    font-size: 24px;
    margin: 0;
    line-height: 1.2;
}

.product-header a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

.product-header a:hover {
    color: var(--primary);
}

.product-description {
    color: var(--text);
    margin-bottom: 25px;
    line-height: 1.6;
}

.product-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media (min-width: 768px) {
    .product-content {
        flex-direction: row;
    }
}

.product-image {
    flex: 1;
    min-width: 0;
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: var(--shadow-1);
}

.product-image a {
    display: block;
    position: relative;
    text-decoration: none;
}

.product-image .image-link {
    display: inline-block;
    margin-top: 10px;
    color: var(--dark);
    font-weight: 500;
    padding: 8px 15px;
    background: var(--primary);
    border-radius: 4px;
    transition: all 0.3s;
}

.product-image .image-link:hover {
    background: var(--dark);
    color: var(--white);
}


/* ===============================
   PRICE TABLE CONTAINER
================================ */

.price-table-container {
    flex: 2;
    min-width: 0;
    overflow-x: auto;
}


/* ===============================
   PRICE HELPERS
================================ */

.sale-price {
    color: var(--dark);
    font-weight: 600;
    font-size: 16px;
}

.size-info {
    font-weight: 600;
    color: var(--dark);
}

.size-details {
    font-size: 12px;
    color: var(--text-3);
    display: block;
    margin-top: 5px;
}


/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 767px) {
    .price-list-header h1 {
        font-size: 24px;
    }

    .product-header h2 {
        font-size: 20px;
    }

    .price-table th,
    .price-table td {
        padding: 10px 8px;
        font-size: 13px;
    }

    .sale-price {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .price-list-container {
        padding: 30px 40px;
    }
}





/* Account Basic Information Box */
.box-account-info {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 20px 24px;
    max-width: 49%;
}

/* Section Title */
.box-account-info .title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 16px;
}

/* Info List */
.box-account-info .list-infor {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each Row */
.box-account-info .list-infor li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #e5e5e5;
}

/* Remove border from last item */
.box-account-info .list-infor li:last-child {
    border-bottom: none;
}

/* Labels */
.box-account-info .list-infor .label {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

/* Values */
.box-account-info .list-infor .value {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    text-align: right;
}

/* Responsive */
@media (min-width: 992px) and (max-width: 1400px) {
    .tf-btn {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .box-account-info {
        padding: 16px;
    }

    .box-account-info .list-infor li {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .box-account-info .list-infor .value {
        text-align: left;
    }
}