
body{
    font-family: 'assistant', sans-serif !important;
}

.range-slider {
    height: 2px;
    background: #e5e7eb;
    border-radius: 2px;
}

.shape-btn.selected {
    background-color: #EBF5FF;
    border: 2px solid #2563EB;
}

/* Add styles for range slider handles and tracks */
.range-slider .handle {
    width: 18px;
    height: 18px;
    background: white;
    border: 2px solid #2563EB;
    border-radius: 50%;
    cursor: pointer;
}
.search-diamonds-main-tool .diamond-shape-image {
    width: 70px;
    height: unset;
}
.search-diamonds-main-tool .noUi-connect {
    background-color: #264264;
}

.search-diamonds-main-tool .noUi-horizontal {
    height: 6px;
}

.search-diamonds-main-tool .noUi-handle.noUi-handle {
    border-radius: 100px;
    width: 28px;
    top: -14px;
    /* right: -21px; */
    cursor: pointer;
}

.search-diamonds-main-tool .bg-blue-600 {
    background-color: #264264;
}
.search-diamonds-main-tool .noUi-handle:after,.search-diamonds-main-tool .noUi-handle:before {
    left: 10px;
}

.search-diamonds-main-tool .noUi-handle:after {
    left: 15px;
}
.search-diamonds-main-tool .noUi-handle.noUi-handle-upper {
    /* right: -2px; */
}
.filter-step-value-title {
    position: relative;
}

.filter-step-value-title .slider-step-divider {
    position: absolute;
    width: 2px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 0px;
    top: -14px;
    left: 3px;
    z-index: 4;
}


.search-diamonds-main-tool .shape-btn {
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all .3s ease;
}
.search-diamonds-main-tool .bg-blue-50 {
    background-color: #f3f4f6;
    border: 1px solid #264264;
    font-weight: 700;
    border: 1px solid #D3D3D3;
    /* box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; */
}
.filter-step-value-title-txt {
    width: 40px;
    text-align: center;
    margin-left: -16px;
    margin-top: 9px;
    font-size: 13px;
    color: #b8b8b8;
    transition: all .3s ease;
    transform: scale(.95);
}
.advanced-toggle {
    margin-top: 20px;
    margin: 0 auto;
    margin-top: 20px;
}
.search-diamonds-main-tool {
    padding-top: 85px;
}
.search-diamonds-main-tool-filters{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.diamond-filter-title {
    font-size: 13px;
    font-weight: 300;
    min-height: 30px;
    align-items: center;
    display: flex;
    top: -1px;
    position: relative;
}

.range-value-title {display: none;}
.filter-step-value-title.active .filter-step-value-title-txt {
    font-weight: 500;
    color: #274264;
    transform: scale(1);
}
div#color-range {
    margin-top: 23px;
}
.flex.justify-between.px-1.mt-2.clarity-range-step-values {}

.clarity-range-step-values .slider-step-divider {
    /* background-color: white; */
    /* top: -23px; */
    /* z-index: 7; */
}

.clarity-range-step-values {
    z-index: 3;
    position: relative;
}
.carat-filter-structure .slider-step-divider {
    display: none;
}
.type-filter-button.diamond-type-active {
    background-color: #264264;
    color: white;
}

.diamond-type-active svg path {
    fill: white;
}

.type-filter-button {
    background-color: #f3f4f6;
    border: 1px solid #D3D3D3;
    display: flex;
    align-items: baseline;
    gap: 7px;
}
.diamond-filter-grid.gap-8 {
    gap: 15px 40px;
}
.diamond-filter-structure {
    color: #264264;
}


.diamond-priceTag-label.diamond-priceTag-label-5 {
    background-color: #d6ffe2;
    color: #1b6f34;
}
.diamond-priceTag-label.diamond-priceTag-label-4 {
    background-color: rgb(233, 246, 250);
    color: rgb(2 98 172);
}
.diamond-priceTag-label.diamond-priceTag-label-3 {
    background-color: rgb(253, 243, 227);
    color: rgb(245, 153, 0);
}
.diamond-priceTag-label.diamond-priceTag-label-2 {
    background-color: rgb(253, 243, 227);
    color: rgb(245, 153, 0);
}
.diamond-priceTag-label.diamond-priceTag-label-1 {
    background-color: rgb(253, 246, 247);
    color: rgb(224, 55, 73);
}
.diamond-priceTag-label {
    background-color: #edf0f3;
    color: rgb(39 66 100);
}
.diamond-results-structure table tbody[data-type="tableBody"] {
    text-transform:capitalize;   
}


.diamond-results-structure table td[data-type="diamondImage"]{
    /* max-width: 80px; */
    /* width: 12%; */
}
.diamond-results-structure table td[data-type="diamondImage"] img{
    border-radius:4px;
    max-height: 70px;
    height: unset;
    /* max-height: 100%; */
    min-width: 70px;
}
.diamond-results-structure table td[data-type="link"] a {
    background-color: #eff6ff;
    color: #2560eb;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: 4px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    font-weight: 400;
    width: 80px;
    box-sizing: border-box;
}


.diamond-results-structure table td[data-type="link"] a:hover {
    color: #2560eb;
    background-color: #e1edfc;
}
.diamond-results-structure table tbody tr {
    height: 79px;
    transition: all .3s ease;
    border-radius: 4px;
}
.loadingIcon {
    width: 60px;
    /* margin: 0 auto; */
    position: relative;
    /* top: -15px; */
    animation: starIconPulseScale .5s ease-in-out infinite;
    transform-origin: center;
}

.loadingWrapper {margin: 0 auto;padding-top: 50px;}

.loadingTitle {
    font-size: 50px;
    /* flex: 1; */
    color: #264264;
    font-weight: 200;
    display: none;
}
.loadingTitleStructure {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    justify-content: center;
}

@keyframes starIconPulseScale {
   0% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.1) rotate(0deg);
  }
  
  53.33% {
    transform: scale(1.1) rotate(90deg);
  }
  
  80% {
    transform: scale(1) rotate(90deg);
  }
  100% {
    transform: scale(1) rotate(90deg);
  }
}
.loadingSubTitle {
    font-size: 26px;
    font-weight: 200;
    margin-left: 10px;
    color: #254264;
    font-weight: 400;
    display: block;
    margin-top: 18px;
    text-transform: uppercase;
    display: none;
}

.loadingStructure {
    max-width: 500px;
    min-height: 500px;
    margin: 0 auto;
}
.diamond-results-structure .row-td-wrapper tbody tr:hover {background-color: #eff6ff57;}
.diamond-report-structure {
    display: flex;
    min-height: 500px;
    gap: 20px;
}

.diamond-report-sidebar {
    /* width: 500px; */
}
div#diamond-results {}

div#diamond-results {
    width: 100%;
    /* display: none; */
    /* max-width: 500px; */
}

.diamond-report-sidebar-wrapper {
    /* border: 1px solid #e5e7eb; */
    height: 100%;
    border-radius: 4px;
    background-color: white;
    width: 320px;
    position: relative;
}
.diamond-priceGapContent-label {
    font-size: 11px;
    position: absolute;
    margin-top: 6px;
    font-weight: 400;
    color: #1b6f34;
    margin-left: -6px;
}
.view-diamond-button-icon svg {
    height: unset;
    width: 20px;
}

.view-diamond-button-icon svg path {
    fill: #2560eb;
}

.view-diamond-button-icon {
    position: relative;
    top: 1px;
}
.main-tool-analysis-results-graph-change-value-title, .main-tool-analysis-results-price-range {
    font-size: 35px;
    font-weight: 700;
}


tr.diamond-item-result[data-price-tag="5"] td[data-type="link"] a {
    background-color: #2e7d32;
    color: white;
}

 .diamond-card[data-price-tag="5"] .view-diamond-button-structure svg path {
    /* fill: white; */
}
tr.diamond-item-result[data-price-tag="5"] td[data-type="link"] a svg path{
    fill: white;
}
tr.diamond-item-result[data-price-tag="5"] td[data-type="priceScore"] .text-yellow-400 path {
    fill: #1b6f34;
}
tr.diamond-item-result[data-price-tag="4"] td[data-type="priceScore"] .text-yellow-400 path {
    fill: rgb(2 98 172);
}
tr.diamond-item-result[data-price-tag="3"] td[data-type="priceScore"] .text-yellow-400 path {
    fill: rgb(245, 153, 0);
}
tr.diamond-item-result[data-price-tag="2"] td[data-type="priceScore"] .text-yellow-400 path {
    fill: rgb(245, 153, 0);
}
tr.diamond-item-result[data-price-tag="1"] td[data-type="priceScore"] .text-yellow-400 path {
    fill: rgb(224, 55, 73);
}


.diamond-results-table {
  border-collapse: separate;
  border-spacing: 0px; /* adds spacing between rows */
  width: 100%;
   /* removed vertical gap */
}

.diamond-results-table tr .row-wrapper {
  border-radius: 4px;
}
.diamond-results-table tr.diamond-item-result[data-price-tag="5"] .row-wrapper{
    background-color: #d6ffe247!important;
    border: 1px solid #c6f2d3;
}


.diamond-results-structure .row-th-wrapper  table tbody tr {
    height: 30px;
}

.diamond-results-table tr .row-th-wrapper {
    border: 1px solid #ececec;
    background-color: #fcfcfc;
}
tr.diamond-item-result[data-price-tag="5"] .row-wrapper {
    margin-top: 2px;
}
.row-wrapper th,.row-wrapper td {
    width: 10%;
    text-align: center;
    max-width: 75px;
}


.row-wrapper td[data-type="price"] {
    font-weight: 600;
}
*, ::after, ::before {
    box-sizing: content-box;
}
.diamond-results-table { display: table; }
.diamond-results-mobile { display: none; }

@media (max-width: 650px) {
    .main-tool-analysis-results-price-wrapper {
        display: none;
    }
    
    .main-tool-analysis-results-price-wrapper.main-tool-analysis-results-price-value-structure {
        display: block;
    }
    
    .poweredBy-Structure {
        display: none;
    }
    .main-tool-results-table-line {
        display: none!important;
    }
    .diamond-filter-structure {
        width: 100%;
    }
    
    .search-diamonds-main-tool-filters {
        box-sizing: border-box;
        overflow: hidden;
    }
    
    div#shapes-container {
        box-sizing: border-box;
        display: grid;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 3px;
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .shape-btn:nth-child(8){
        display:none;
        }
    
    
    .diamond-report-structure {
        flex-direction: column;
        gap: 0px;
    }
    .diamond-results-table { display: none; }
    .diamond-results-mobile { display: block; }
    
    .diamond-card {
        background: white;
        border-radius: 12px;
        /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
        margin: 8px 0;
        overflow: hidden;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
        height: 140px;
        background-color: #fefeff;
        border: 1px solid #ececec;
    }
    
    .diamond-card-image {
        height: 100%;
        /* background: #f8f9fa; */
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 20px;
    }
    
    .diamond-card-image img {
        max-width: 120px;
        object-fit: contain;
        border-radius: 4px;
    }
    
    .diamond-card-content {
        padding: 16px;
        width: 100%;
        /* height: 143px; */
    }
    
    .diamond-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4px;
    }
    
    .diamond-card-shape {
        font-weight: 600;
        font-size: 1.1em;
        text-transform: capitalize;
        font-weight: 400;
    }
    
    .diamond-price-tag {
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 0.9em;
        background: #f0f0f0;
        text-transform: capitalize;
    }
    
    .diamond-price-tag.best-deal {
        background: #e8f5e9;
        color: #2e7d32;
    }
    
    .diamond-card-details {
        margin: 0px 0;
    }
    .diamond-card-details .detail-item .label{
        font-weight:700;
    }
    .detail-item {
        display: flex;
        justify-content: start;
        margin: 0px 0;
        font-weight: 600;
        gap: 10px;
    }
    
    .diamond-card-price {
        text-align: center;
        margin: 16px 0;
    }
    
    .price {
        /* font-size: 1.4em; */
        font-weight: 700;
        font-size: 27px;
    }
    
    .price-gap {
        color: #2e7d32;
        font-size: 11px;
        position: absolute;
        width: 100px;
        right: 12px;
        margin-top: -3px;
        display: none;
    }
    
    .view-diamond-button {
        display: block;
        text-align: center;
        padding: 7px;
        background: #1a73e8;
        color: white;
        border-radius: 6px;
        text-decoration: none;
        margin-top: 12px;
        display: flex;
        width: 80px;
        align-items: center;
        justify-content: center;
        float: right;
        background-color: #eff6ff;
        color: #2560eb;
        width: 100%;
        box-sizing: border-box;
    }
    .diamond-priceTag-label {
        font-size: 15px;
        padding: 3px 8px 3px 10px;
    }
    .diamond-priceTag-label.diamond-priceTag-label-4{
            background-color: #eff6ff;
            color: #2560eb;
            font-weight: 500;
    }
    .diamond-report-sidebar-wrapper {
        width: 100%;
    }
}



.main-tool-analysis-results-graph-change-value-titleNum {
    font-weight: 500;
    background-color: #ffffff;
    color: rgb(37, 66, 100);
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    padding: 2px 10px 2px 10px;
    /* position: absolute; */
    /* top: 0px; */
    /* background-color: #e5ecfd; */
    color: #0362ac;
    font-size: 15px;
    padding: 0px 4px 0px 4px;
    border-radius: 2px;
    /* border: 1px solid #0362ac; */
    font-weight: 700;
    padding: 0px 10px 0px 10px;
    /* border: 1px solid #f2f2f2; */
    border-radius: 0px;
    height: 22px;
    border-right: unset;
}

span.main-tool-analysis-results-graph-change-icon svg {
    width: 15px;
    position: relative;
    top: 5px;
    display: none;
}
.main-tool-analysis-results-price-title-structure {
    border-bottom: unset;
    margin-bottom: 0px;
    /* position: relative; */
}

.main-tool-analysis-results-graph-change-structure {
    margin-top: 20px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
    position: absolute;
    top: -12px;
    right: 2px;
}

.main-tool-analysis-results-graph-change-value {
    position: relative;
    right: -1px;
}

.main-tool-analysis-results-graph-change-title {
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 0px;
    color: #6f7684;
}

.main-tool-analysis-results-price-title {
    font-size: 15px;
    font-weight: 600;
    /* text-align: center; */
    display: none;
}
.poweredBy-wrapper {
    display: flex;
    width: 100%;
    gap: 6px;
    justify-content: center;
    /* opacity: 0.7; */
}

.poweredBy-logo {
    width: 167px;
    opacity: 0.7;
}

.poweredBy-title {font-weight: 500;color: #677b92;}
.main-tool-analysis-results-params-structure {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 3px;
    color: #6f7684;
    margin-top: 12px;
}

.main-tool-analysis-results-params-type {
    display: inline-block;
    background-color: #d6ffe2;
    color: #1b6f34;
    font-size: 12px;
    padding: 0px 4px 0px 4px;
    border-radius: 2px;
    border: 1px solid rgba(22,163,74,.2);
    font-weight: 600;
    margin-top: 2px;
}

.main-tool-analysis-results-sidebar-rating-value {
    font-weight: 700;
    font-size: 35px;
    color: #264264;
}
.main-tool-results-side-bar-title {
    text-align: left;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
}
span.main-tool-analysis-results-params-label {
    display: inline-block;
    background-color: #fcfcfc;
    color: #6b7280;
    font-size: 12px;
    padding: 0px 4px 0px 4px;
    border-radius: 2px;
    border: 1px solid #6b72803b;
    font-weight: 600;
    margin-top: 2px;
    text-transform: capitalize;
}
.main-tool-analysis-results-params-labels {
    margin-bottom: 1px;
}

.main-tool-analysis-results-graph-structure {
    border-bottom: unset;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 13px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
}

.main-tool-analysis-results-price-wrapper {
    /* display: none; */
    border-bottom: unset;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
    border-bottom: unset;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 13px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
    margin: 20px;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}
.poweredBy-Structure {
    margin-top: 15px;
}

.main-tool-analysis-results-sidebar-rating-box {
    opacity: 0.5;
    /* font-weight: 600; */
    filter: blur(1px);
}

.main-tool-analysis-results-sidebar-rating-box-5 {
    opacity: 1;
    filter: blur(0px);
}
.main-tool-analysis-results-sidebar-row-title {
    /* background-color: #fcfcfc; */
    color: #264264;
    /* padding: 20px; */
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    /* border-top: 1px solid #ececec; */
    padding-top: 7px;
    /* display: none; */
    background: #fcfcfc;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 7px 0px 7px 20px;
    border-bottom: 1px solid #dbdcdf;
    font-weight: 700;
    box-sizing: border-box;
}
.main-tool-analysis-results-graph-change-structure .main-tool-analysis-results-graph-change-title {
    display: none;
}

.main-tool-analysis-results-graph-change-canvas {
    position: relative;
}
.main-tool-analysis-results-price-wrapper.main-tool-analysis-results-graph-structure {
    margin: 0px 20px 0px 20px;
    /* padding: 13px; */
    position: relative;
}

.main-tool-analysis-results-graph-subtitle {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    margin-top: 8px;
}
.main-tool-analysis-results-sidebar-rating-Description {
    font-size: 12px;
    /* color: red; */
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
    line-height: 19px;
}
.main-tool-analysis-results-price-wrapper.main-tool-analysis-results-price-value-structure {
    box-shadow: unset;
    border: unset;
    margin: unset;
    padding: 18px 20px 25px 20px;
}