
    .shape-icon {
        display: inline-block;
        margin: 5px;
        text-align: center;
        cursor: pointer;
        border: 2px solid transparent;
        border-radius: 10px;
        padding: 5px;
        transition: 0.3s;
    }

    .shape-icon img {
        width: 25px;
        height: 25px;
        display: block;
        margin: auto;
        opacity: 0.7;
        transition: 0.3s;
    }

    .shape-icon input {
        display: none;
    }

    .shape-icon input:checked+img {
        border: 2px solid #003642;
        border-radius: 10px;
        opacity: 1;
    }

    .shape-icon span {
        display: block;
        font-size: 12px;
        color: #003642;
        margin-top: 5px;
        display: none;
    }

    .shape-icon input:checked~span {
        font-weight: bold;
        color: #005aab;
    }

    /* .row {
    display: flex;
    gap:3em;
    width: 100%;
}
.row .col-lg-6 {
    max-width:50%;
}
.flex {
    display: flex; */
    /* } */
    #colorMinLabel {
        position: absolute;
    }


    .range-labels {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        margin-bottom: 4px;
        color: #666;
    }

    .range-wrapper {
        position: relative;
    }

    .range-track {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        pointer-events: none;
    }

    input[type="range"] {
        width: 100%;
        accent-color: #0e3d4f;
    }



    .slider-wrapper {
        width: 100%;
        max-width: 100%;
        margin: 10px auto;
        font-family: sans-serif;
    }

    .sliders {
        display: flex;
        gap: 0px;
        flex-wrap: nowrap;
        align-items: center;
    }

    .range-slider {
        flex: 1;
        min-width: 0;
    }

    .slider-labels {
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
        font-size: 14px;
    }

    .slider-labels span {
        flex: 1;
        text-align: center;
    }


    #diamond-results table {
        width: 100%;
        border-collapse: collapse;
    }

    #diamond-results th,
    #diamond-results td {
        text-align: center;
        padding: 8px;
        /* border: 1px solid #ddd; */
    }
    .table-bordered>:not(caption)>* {
        border-width: 0 !important;
    }

    #diamond-results th {
        background-color: #63512d;
        font-weight: bold;
        color: #fff;
    }


    .irs--flat .irs-handle {
        top: 21px;
        width: 20px;
        height: 20px;
        border: 1px solid #63512d;
        background-color: #63512d;
        border-radius: 20px;
        box-shadow: none;
    }

    .irs--flat .irs-handle>i:first-child:focus-visible {
        background-color: #63512d;
    }

    .irs--flat .irs-handle>i:first-child:focus {
        background-color: #63512d;
    }

    .irs--flat .irs-handle:hover {
        background-color: #ffffff;
    }

    .irs--flat .irs-handle.state_hover>i:first-child,
    .irs--flat .irs-handle:hover>i:first-child {
        background-color: #fff;
    }

    /* .carat-slider-container .irs-grid-pol, .carat-slider-container .irs-grid-text {
        display: none;
    } */
    /* #diamond-results td:first-child { */
        /* text-align: left;
        padding-left: 2em; */
        /* border: none; */
    /* } */


    .carat-inputs {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        gap: 10px;
    }

    .carat-inputs input {
        width: 70px;
        padding: 5px;
        font-size: 14px;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .filter-btn,
    #reset-filters {
        padding: 5px 20px;
    }

    #search-button {
        height: 40px;
        padding: 5px 20px;
    }
/* Filter Button Styles */
/* Filter button styles */
.filter-btn {
    padding: 8px 16px;
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn-danger {
    padding: 8px 16px !important;
}
.filter-btn:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

/* Active state for filter buttons */
.filter-btn.active {
    background-color: #007bff;
    color: white;
    border-color: #0056b3;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.25);
}

.filter-btn.active:hover {
    background-color: #0056b3;
    border-color: #004085;
}

/* Loading overlay styles for diamond results section only */
#diamond-results {
    position: relative;
    min-height: 200px;
}

#results-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    min-height: 200px;
    border-radius: 4px;
}

.loading-content {
    text-align: center;
    color: #333;
    font-size: 16px;
}

.spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.carat-slider-container {
    margin-top: -1em;
}
.irs-hidden-input {
    opacity: 0;
}
#diamond-search {
    padding: 5px 10px !important;
}
#per-page-select {
    padding: .375rem 1.25rem;
}