.page-content {
    padding: 10px 0;
}

.width-200 {
    width: 200px !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

tr.inspected {
    background-size: 400% 400% !important;
    animation: gradient 15s ease infinite;
    /*background: linear-gradient(-45deg, white, yellow, white, yellow, white, yellow);*/
    /*background: linear-gradient(-45deg, white, #bada55, white, #bada55, white, #bada55);*/
    background: linear-gradient(-45deg, white, #AED6D5, white, #AED6D5, white, #AED6D5);
}

#intl_search {
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
}

#intl_hr {
    width: 20%;
    margin: 3px auto;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 125, 121, 0.35), rgba(0, 0, 0, 0));
}

#intl_tagline {
    margin: 18px;
    font-size: 16px;
    color: #939c9c;
    font-weight: 500;
    letter-spacing: 1px;
}

#intl_search h4 {
    color: #161616;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}
#intl_search h5 {
    color: #161616;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

#intl_search h4 a {
    color: #979797;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}

#intl_search h4 a:hover {
    color: #979797 !important;
}

#intl_search .search_shapes {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.search_btns {
    padding: 20px;
    background-color: white;
    border: 1px solid #66666660;
}

#intl_search .search_shapes .shape_card {
    border: 1px solid #66666660;
    border-radius: 10px !important;
    /*box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;*/
    width: 9.6rem;
    height: 13.2rem;
    cursor: pointer;
    text-align: center;
}

#intl_search .search_pill {
    border: 1px solid #66666660;
    border-radius: 10px !important;
    color: #161616;
    padding: 10px 16px;
    cursor: pointer;
    letter-spacing: 1px;
    white-space: nowrap;
    font-weight: 500;
}

#intl_search .input_group {
    /*border-right: 1px solid #66666660;*/
    margin-right: 12px;
    padding-right: 10px;
    white-space: nowrap;
}
#intl_search .large_input {
    width: 200px !important;
}
#intl_search .medium_input {
    width: 125px !important;
}
#intl_search .firstInput,#intl_search .secondInput {
    float: left !important;
    width: 50% !important;
    min-width: 100px !important;
    padding:20px;
}
#intl_search .firstInput {
    border-right: 0 !important;
    margin-right:0px  !important;
    border-radius: 10px 0px 0px 10px !important;
}

#intl_search .secondInput {
    border-left: 0 !important;
    border-radius: 0px 10px 10px 0px !important;
}


#intl_search .input_group input {
    border: 1px solid #66666660;
    border-radius: 10px !important;
    color: #161616;
    padding: 10px 16px;
    letter-spacing: 1px;
    white-space: nowrap;
    font-weight: 500;
    margin-right: 5px;
    background-color: transparent;
    width: 150px;
}
#intl_search .srch-input{
    padding: 20px !important;
}
#intl_search .margin-in{
    margin-right: 10px !important;
}
#intl_search .extra_search_input {
    border: 1px solid #66666660;
    border-radius: 10px !important;
    color: #161616;
    padding: 10px 16px;
    letter-spacing: 1px;
    white-space: nowrap;
    font-weight: 500;
    margin-right: 5px;
    background-color: transparent;
    width: 300px;
}

#intl_search .search_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#intl_search .search_pill.selected:not(.types) {
    font-weight: bold;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

#intl_search .search_pill.types {
    font-size: 14px;
}

#intl_search .search_pill.types.selected {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

.absolute {
    position: absolute;
}

#intl_search .flex_pills {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.flex_pills img {
    width: 60px;
}

.grid_lab {
    width: 70px;
}

#intl_search .justify-center {
    justify-content: center;
}

#intl_search .justify-start {
    justify-content: flex-start;
}

#intl_search .search_shapes .shape_card.selected {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

/*.local_type {*/
/*    margin-top: -50px !important;*/
/*}*/

#intl_search .search_shapes .shape_card h5 {
    color: #161616;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 20px;
}

#intl_search .search_shapes img {
    width: 60px;
}

.intl_btn {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    letter-spacing: 1px;
    border-radius: 5px !important;
    font-size: 17px;
}

#table_view thead th, #table_view tbody td {
    color: #161616;
    vertical-align: middle;
}

#table_view thead th {
    background-color: rgb(249 250 251);
    border: 1px solid #66666660;
    letter-spacing: 1px;
    z-index: 900;
}

#table_view tbody td {
    border: 1px solid #66666660;
    letter-spacing: 1px;
    z-index: 1;
}

#table_view tbody td a {
    color: #161616;
}

#table_view tbody td a:hover {
    color: #161616 !important;
}

#table_view .checker {
    z-index: 1;
}

#list_bar p {
    color: #161616;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

#list_bar p input[type="checkbox"] {
    margin: 0;
    padding: 0;
}

#list_bar {
    border: 1px solid #66666660;
    margin-bottom: 10px;
    padding: 10px 10px;
}

#list_bar svg {
    color: #161616;
    height: 30px;
    width: 30px;
    margin-bottom: -5px !important;
}

/* #table_bar {
    overflow-x: auto;
    position: relative;
} */

.sort_arrows svg {
    color: #161616;
    height: 25px;
    width: 25px;
}

.grid_svg svg {
    color: #161616;
    height: 25px;
    width: 25px;
    margin-bottom: -5px !important;
}

.sort_div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.video_div {
    text-align: center;
}

#video_frame {
    background: rgb(249 250 251);
}


#diamondModal .modal-body *, #diamondModal .modal-header *, #videoModal .modal-header *, #enqModal .modal-header * {
    color: black;
    letter-spacing: 1px;
}

#enquiry_view label {
    color: black;
    text-align: right;
}

#enquiry_view .table.table-bordered thead > tr > th {
    color: black;
    background-color: rgb(249 250 251);
    border: 1px solid #66666660 !important;
    letter-spacing: 1px;
}

#enquiry_view .table.table-bordered tbody > tr > td {
    color: black;
    border: 1px solid #66666660 !important;
    letter-spacing: 1px;
}

#enquiry_view .table.table-bordered tbody > tr > td > a:not(.intl_btn), #enquiry_view .table.table-bordered tbody > tr > td > a:hover:not(.intl_btn) {
    color: black !important;
    letter-spacing: 1px;
}

#enquiry_view .table.table-bordered tbody > tr > td .svg-sm:hover {
    color: black !important;
}

#dlg_dia_comp_email_pdf .modal-body *, #dlg_dia_comp_email_pdf .modal-header * {
    color: black;
    letter-spacing: 1px;
}

.grid_svg {
    border: 1px solid #66666660;
    border-radius: 5px !important;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}

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

.grid_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid_img img {
    width: auto;
    height: 200px;
}

.flex_grid p {
    margin: 0;
}

.sort_column {
    cursor: pointer;
}

.placeholder {
    height: 200px;
    width: 200px;
    background-color: #e7e7e7;
    border-radius: 10px !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b5b5b5;
}

.placeholder h2 {
    font-size: 15px;
}

.toggle_view_icons {
    border: 1px solid #66666660;
    border-radius: 10px !important;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}

.img_only_pill {
    border: 1px solid #66666660;
    border-radius: 10px !important;
    display: inline-block;
    padding: 8px;
    cursor: pointer;
    color: #161616;
    letter-spacing: 1px;
    font-weight: bold;
}

.img_only_pill.selected {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -2px rgb(0 0 0 / 10%) !important;
}

.flex-toggle-views {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

#list_bar {
    display: grid;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr auto 1fr;
}

#list_bar > div {
    /*flex-grow: 1;*/
    /*flex-basis: 0;*/
}

.flex_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.toggle_view_icons.selected {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

#grid_bar {
    margin-top: 25px;
}

.lightboxOverlay {
    z-index: 10000;
}

.share_dropdown {
    display: inline-block;
}

.share_dropdown ul {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.share_dropdown ul li a, .share_dropdown ul li i {
    color: black !important;
}

.share_dropdown ul li:hover {
    overflow: hidden !important;
}

.share_dropdown ul li:hover a {
    color: black !important;
}

.compare_image {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
}


.more_field {
    display: none;
}

#diamond_actions {
    margin-bottom: 10px;
}

#action_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.incl_gst {
    color: #646464;
}

.svg-sm svg {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.location_btn, .compare_btn, .boost_btn {
    font-size: 14px;
    border: 1px solid #66666660;
    border-radius: 10px !important;
    color: #161616;
    padding: 5px 16px;
    cursor: pointer;
    letter-spacing: 1px;
    white-space: nowrap;
    font-weight: 500;
    margin: 5px;
    display: inline-block;
}

.location_btn.selected {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

.boost_btn.selected {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

.dia_card {
    border: 1px solid #c3c3c360;
    border-radius: 5px !important;
    color: #161616;
    padding: 16px 16px;
    letter-spacing: 1px;
    white-space: nowrap;
    font-weight: 500;
    height: 435px;
    position: relative !important;
    cursor: pointer;
}

.detail_card {
    border-radius: 5px !important;
    color: #161616;
    padding: 16px 16px;
    letter-spacing: 1px;
    white-space: nowrap;
    font-weight: 500;
    height: 435px;
    background-color: rgb(249 250 251);
    border: 1px solid #c3c3c360;
    position: absolute;
    z-index: 800;
    width: 24em;
    display: none;
}

.detail_card.right {
    top: 0;
    left: 23em;
    border-left: 0;
    border-radius: 0px !important;
}

.detail_card.left {
    top: 0;
    right: 23em;
    border-right: 0;
    border-radius: 0px !important;
}

.dia_card.right, .dia_card.checked.right {
    border-right: 0;
    border-radius: 0px !important;
}

.dia_card.left, .dia_card.checked.left {
    border-left: 0;
    border-radius: 0px !important;
}

.detail_card h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

.grid_item_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.grid_item_sec > div {
    width: 100%;
}

.flex_grid {
    display: grid;
    grid-template-columns: repeat(4, 23em);
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 1em;
    overflow-x: auto;
}

#interim_app {
    /*max-width: 1600px;*/
    margin: 0 auto;
    margin-bottom: 50px;
}

#sticky_bar {
    position: sticky;
    top: 71px;
    z-index: 99;
    padding-top: 10px;
}

.bg-transparent {
    background-color: transparent !important;
}

.flex_grid .grid_item {
    /*width: 27em;*/
    /*margin: 5px 5px;*/
    position: relative !important;
}

.dia_card {
    background-color: rgb(249 250 251);
    overflow: hidden;
    position: relative;
}

.video_360 svg {
    height: 30px;
    width: 30px;
}

#compare_sec {
    overflow-x: auto;
}

#compare_sec table #comp_head {
    letter-spacing: 1px;
}

#compare_sec table tbody tr:not(#comp_head) {
    letter-spacing: 1px;
    color: #161616;
}

#compare_sec, #compare_bar {
    max-width: 90%;
    margin: 0 auto;
}

#compare_bar {
    text-align: center;
}

#compare_sec tbody td a {
    color: #161616;
}

#compare_sec tbody td a:hover {
    color: #161616 !important;
}

.grid_item .checker, .grid-checkbox {
    position: absolute;
    right: 16px;
}

.checker {
    margin-right: 0 !important;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 250px;
    padding: 5px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.ribbon-top-right {
    top: -5px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

#diamond_type_filter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#diamond_type_filter .flex_pills {
    flex-direction: column;
}

.w-12 {
    width: 5rem;
}

.h-12 {
    height: 5rem;
}

.share_pill {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    background-color: rgb(249 250 251 / 1);
    padding: .5rem;
    border-radius: .5rem !important;
    gap: .5rem;
    color: black;
}

.share_actions {
    gap: .5rem;
}

.border-2 {
    border: 2px solid black;
}

.share_links {
    padding: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    border-radius: 0.5rem;
    border-top-width: 1px;
    border-color: #F3F4F6;
    box-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --ring-color: #D1D5DB;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid;
}

.link_item {
    display: flex;
    overflow: hidden;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.5rem;
}

.link_sec {
    display: flex;
    column-gap: 1rem;
}

.link_base {
    flex: 1 1 auto;
    min-width: 0;
}

.main_link {
    color: #111827;
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.copy_span_indi {
    color: #000000;
    font-size: 0.75rem;
    line-height: 1rem;
}

.copy_btn {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background-color: #ffffff;
    color: #111827;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    border-radius: 9999px;
    box-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-inset: inset;
    --ring-color: #D1D5DB;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid;
}

.copy_section {
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    background-color: #ffffff;
    color: #111827;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 0.375rem;
    box-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-inset: inset;
    --ring-color: #D1D5DB;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid;
}

.common_copy {
    margin-left: 0.5rem;
    color: #000000;
    font-size: 0.75rem;
    line-height: 1rem;
}

#dlg_share label, #dlg_share span {
    color: black;
    font-size: 18px;
    padding: 5px;
}

#dlg_share .d-inline-block {
    display: inline-block;
}

#dlg_share .d-none {
    display: none;
}

#share_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18rem;
}

.share-sk-chase {
    width: 60px;
    height: 60px;
    position: relative;
    animation: share-sk-chase 2.5s infinite linear both;
}

.share-sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: share-sk-chase-dot 2.0s infinite ease-in-out both;
}

.share-sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: black;
    border-radius: 100%;
    animation: share-sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.share-sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.share-sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.share-sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.share-sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.share-sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.share-sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.share-sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.share-sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.share-sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.share-sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.share-sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.share-sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes share-sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes share-sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes share-sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}


.flex_grid {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    overflow-x: scroll;
    max-width: 1440px;
}

.flex_grid .grid_item {
    width: 21%;
}

.detail_card.right {
    left: 100%;
    width: 105%;
}

.detail_card.left {
    right: 100%;
    width: 105%;
}

/* Media Queries */
@media (max-width: 1368px) {
    .flex_grid {
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .local_type{
        display: flex !important;
        flex-direction: row !important;
    }
    #diamond_type_filter .flex_pills {
        margin: 5px 0 !important;
    }
    #diamond_type_filter{
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 640px) {
    #list_bar {
        flex-direction: row;
    }

    #table_view thead th {
        /*position: sticky;*/
        top: 256px;
    }
}

@media (min-width: 768px) {
    .location_btn, .compare_btn {
        font-size: 18px;
        padding: 10px 16px;
    }

    #compare_bar {
        text-align: right;
    }

    #diamond_type_filter .flex_pills {
        flex-direction: row;
    }

    #intl_search .search_pill.types {
        font-size: 18px;
    }
}

@media (max-width: 550px) {
    #intl_search .search_shapes {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-color: lightgray #000 !important;
    }
    #intl_search .search_shapes .shape_card{
        padding: 7px;
        height: 13.5rem;
    }
    #intl_search .flex_pills {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-color: lightgray #000 !important;
    }
}