:root {
    --main-background-color-retail: #171717;
    --main-font-color-retail: #FFF;
    --main-font-hover-color-retail: #000;
    --main-background-btn-color-retail: #16F1FF;
    --main-border-color: #16F1FF;
    --main-jewellery-card-background-color: #262626;
    --main-natural-table-list: #406F72;
}

/*  */
.line-note {
    white-space: nowrap;
}

/*Navibar changes*/
td.avl-card.checked {
    background-color: #ffffff40;
}

td.checked {
    background-color: #ffffff40;
}

div.jew_card.checked {
    background-color: #ffffff40;
}

.price_col {
    background-color: #ffffff40;
}

.text-white {
    color: white;
}

#search_codes {
    font-weight: 50;
    font-family: 'Nunito' !important
}

.btn-disabled {
    color: black !important;
    pointer-events: none;
}

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

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #008587, #004c52, #002629, #adfaff, #00d1e0, #00becc, #001314, #c2fbff, #00727a);
    position: absolute;
    top: -2px;
    left: 8px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: 172px;
    height: 40px;
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    opacity: 1;
}

.notification_dot {
    background-color: white;
    height: 10px;
    width: 10px;
    border-radius: 50% !important;
    display: inline-block;
}

.front_custom_button:hover .notification_dot {
    background-color: black;
}

.front_custom_button:hover {
    color: black !important;
}

.front_custom_button:focus .notification_dot {
    background-color: black;
}

.front_labgrown_btn:hover {
    color: white !important;
    background-color: #16F1FF;

}

.front_labgrown_btn {
    border-radius: 5px !important;
}


.table .btn {
    margin-right: 0;
}

.lb-outerContainer {
    background-color: #00000030 !important;
}

.lightbox .lb-image {
    border: 4px solid #16F1FF;
}

.popovers:hover {
    background-color: #26a1ab !important;
}

.popovers.active {
    background-color: #26a1ab !important;
}

.modal-title, .table-val {
    color: #fff;
    font-weight: bolder;
}

.table-list td {
    color: #fff;
    font-weight: lighter;
}

.table-list th {
    color: #fff;
    font-weight: bold;
}

.table-list .encdata {
    color: black
}

label.control-label {
    color: white;
}

.prod_desc {
    color: white;
}

.table > tbody > tr.content > td {
    padding: 13px !important;
}

.new-arrival {
    background-color: #0A8D5A !important;
}

.upcoming {
    background-color: #5E541A !important;
}

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

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

.even.first {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.even.last {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.merged {
    border-bottom: none !important;
}

.modal-header {
    border-bottom: 1px solid #EFEFEF;
    background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(1px);
}

.fa-usd:before {
    content: "US\f155";
}

.fa-aud:before {
    content: "A\f155";
}

.fa-hkd:before {
    content: "H\f155";
}

.fa-cad:before {
    content: "C\f155";
}

/*Override CSS*/
body *:not(i) {
    font-family: 'Nunito' !important;
}

.nav-link {
    font-size: 14px !important;
}

.dia_tab {
    width: 270px !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
}

.dia_tab:hover {
    color: black !important;
}

.bg-list-header {
    letter-spacing: 2px !important;
}

.bg-list-header th {
    vertical-align: middle !important;
}

.vector_img {
    width: 20px !important;
}

.v-middle {
    vertical-align: middle !important;
}

.table-list td {
    font-size: 14px !important;
}

.table thead tr th {
    font-size: 16px !important;
}

.search {
    color: #fff;
    font-size: 20px !important;
}

.nowrap {
    white-space: nowrap;
}

.gap-up {
    margin-top: 20px;
}

.table tbody td {
    letter-spacing: 0.8px;
}

.title {
    font-weight: bold;
    font-size: clamp(1.4rem, 3vw, 2.5rem);
    letter-spacing: 1.5px !important;
}

.new_title {
    font-weight: 200;
    font-size: 30px !important;
}

a:hover {
    cursor: pointer;
    color: white !important;
}

.sub-link a:hover {
    color: black !important;
    cursor: pointer !important;
}

.search-font {
    font-size: 14px !important;
}

.btn {
    letter-spacing: 1px;
    font-weight: 500;
}

.btn-group-xs > .btn, .btn-xs {
    font-size: 14px !important;
}

.btn-group-justified {
    border-radius: 1px !important;
    overflow: hidden;
}

.table.table-bordered thead > tr > th {
    border-bottom: 1px solid #16F1FF;
}

.blank_line {
    border-left-style: hidden !important;
    border-right-style: hidden !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.footer_text {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.input_types {
    background-color: #0a717b !important;
    color: white !important;
}

/**/
.avl-card {
    padding: 13px 0 !important;
    width: 20%;
}

.avl-card hr {
    border-top: 1px solid #16F1FF;
}

.modal-title, .table-val {
    color: #fff;
    font-weight: bolder;
}

span.toggle_chk {
    background-color: #ffffff57;
    border-radius: 5px !important;
    /*overflow: hidden;*/
    padding: 4px 12px;
}

span.toggle_chk .checker {
    margin-left: 0px;
}

.empty_col {
    /*color: #ffffff57 !important;*/
}

.empty_border {
    border-right-style: hidden !important;
    border-left-style: hidden !important;
}

.border_bottom_hidden {
    border-bottom-style: hidden !important;
}

.location-card {
    background-color: #ffffff57;
    margin: 5px;
    padding: 5px 15px;
    border-radius: 5px !important;
    color: black;
}

.field {
    text-align: center !important;
}

.status-card {
    text-align: right;
}

.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.location-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    width: 200px;
    margin: 5px 5px;
}

.location-flex.overseas {
    justify-content: center;
}

.btn-theme {
    background-color: transparent;
    padding: 5px 15px;
    color: white;
    font-weight: bold;
    border: 1px solid #ffffff57;
}

.btn-theme:hover:not(.status) {
    color: white;
}

.btn-theme:hover {
    color: black;
}

.btn-theme:focus {
    color: white;
}

.btn-theme.status {
    background-color: #16F1FF;
    color: black;
}

.btn-theme.status:hover {
    background-color: #16F1FF;
    color: black !important;
}

.btn-theme.status:focus {
    background-color: #16F1FF;
    color: black !important;
}

.label_avl {
    padding: 0px 15px;
}

.detail_filter {
    display: block !important;
}

.dia_tab.active {
    color: black;
    background-color: #16F1FF;
}

.table-responsive {
    border: none !important;
}

.table-responsive > .table-bordered {
    border: 1px solid #16F1FF;
}

.filter-tabs {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.filter-tabs a {
    letter-spacing: 1px;
}

.control-label {
    color: black;
    font-weight: 600;
    letter-spacing: 1px;
}

.instruct {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
}

.custom_order_section select {
    letter-spacing: 2px;
}

.appointment_section select {
    letter-spacing: 2px;
}

.matching-pair-top {
    padding-top: 100px;
}

.jew-enq {
    background-color: #193a3c !important;
    border: 1px solid !important;
}

.dia-enq {
    background-color: #193a3c;
    border: 1px solid !important;
}

.dia_send_copy {
    color: white;
}

.seagreen {
    background-color: #16F1FF;
    color: black;
    font-weight: bold;
}

.dia-modal-title {
    color: white;
}

.front-inv-tab-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px
}

.misc_actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.nl-title-background {
    letter-spacing: 1px;
}

.d-none {
    display: none;
}

.misc_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.toggle_metalboxes span {
    letter-spacing: 1px;
}

.metal_checkbox_mob {
    display: none;
}

.navbar .dropdown-menu > li > a:focus, .navbar .dropdown-menu > li > a:hover {
    border-radius: 7px !important;
}

@media (max-width: 365px) {
    .line-note {
        white-space: wrap;
    }
}

@media (max-width: 500px) {
    .back_to_catalogue {
        text-align: center;
    }
}

@media (max-width: 700px) {
    #jew_table {
        table-layout: initial;
    }

    .select_all_btn {
        margin-top: 0px !important;
    }

    .misc_actions {
        flex-direction: column;
    }

    .misc_section {
        flex-direction: column;
    }

    .metal_checkbox_mob {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
        gap: 5px;
        overflow: auto;
    }

    .metal_checkbox_mob .toggle_chk {
        white-space: nowrap;
    }

    .metal_checkbox_desk {
        display: none !important;
    }

    .matching-pair-top {
        padding-top: 0px !important;
    }

    .jew-enq {
        width: 120%;
        height: 100%;
    }
}

.jew-enq-modal {
    width: 80% !important;
}

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

#jew_table td {
    width: 140px !important;
}

.dsm-title {
    font-size: 40px;
}

/**/

/*Navibar changes*/


@media (max-width: 900px) and (min-width: 350px) {

    .resp_tabs {
        font-size: 10px !important;
        width: 200px !important;
        text-align: center !important;
        border-radius: 5px !important;
        letter-spacing: 2px !important;
    }

    .table > tbody > tr > td {
        font-size: 10px !important;
    }

    .table thead tr th {
        font-size: 12px !important;
        vertical-align: middle !important;
    }

    .search {
        font-size: 16px !important;
    }

    .page-content {
        padding: 0px !important;
    }

    .blank_line {
        border-left-style: hidden !important;
        border-right-style: hidden !important;
    }

    .select_all_btn {
        margin-top: 0px !important;
    }

    .jew-enq-modal {
        overflow-y: initial !important;
    }

    .jew-enq-body {
        height: 80vh;
        overflow-y: auto;
    }

    .modal-dialog {
        justify-content: start !important;
    }

    .vector_img {
        width: 15px !important;
    }

    .dsm-title {
        font-size: 30px;
    }

    .brows_product {
        font-size: 14px !important;
        padding: 7px;
    }

    .divider {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .coming-soon-title {
        font-size: 40px !important;
    }

    .jew-enq {
        width: 120%;
    }

    .qty {
        width: 50px;
    }

    .glow-on-hover {
        position: relative;
        width: 180px;
        height: 40px;
    }
}

@media (max-width: 900px) {
    .front-inv-tab-row-mobile {
        display: flex !important;
        overflow-x: scroll !important;
    }
}

@media (max-width: 800px) and (min-width: 350px) {
    .btn-group-justified {
        font-size: 10px !important;
    }

    .table thead tr th {
        font-size: 12px !important;
        vertical-align: middle !important;
    }

    .btn-theme {
        font-size: 10px !important;
        padding-right: 10px;
        padding-left: 10px;
    }

    .stud_type {
        font-size: 10px !important;
    }

    .front_custom_button {
        font-size: 10px !important;
    }

    .location-card {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .filter-tabs {
        width: 95% !important;
        margin: 0 auto;
        margin-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .front-inv-tab-row {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .dia_tab {
        width: 200px !important;
        font-size: 10px !important;
        text-align: center !important;
        white-space: nowrap !important;
        margin: 3px !important;
    }

    .select_all_btn {
        margin-top: 0px !important;
    }

    .page-content {
        min-height: 900px !important;
    }

    .form-group {
        margin-bottom: 3px !important;
    }

    .sent-email {
        padding-top: 10px !important;
    }

    .jew-enq-modal {
        overflow-y: initial !important;
    }

    .pts {
        margin-left: 4px;
    }

    .order_by {
        margin-left: 8px;
    }

    /*.margin-top-10 {*/
    /*    padding-left: 25px !important;*/
    /*    padding-right: 25px !important;*/
    /*}*/
    .order_page {
        padding-left: 15px !important;
        padding-right: 10px !important;
    }

    .btn-block {
        width: 25% !important;
        margin-left: 140px !important;
    }

    .table-view {
        padding-top: 15px !important;
    }

    .jew-enq {
        width: 120%;
        height: 100%;
    }

    .qty {
        width: 50px;
    }

    .glow-on-hover {
        position: relative;
        width: 180px;
        height: 40px;
    }
}

.model_head {
    text-align: center;
    background-color: #158484;
    color: white;
}

.text-black {
    color: black;
}

.modal-dialog {
    margin-top: 2%;
    margin-bottom: 0;
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enquire_submit {
    background: #16F1FF;
    color: black;
    font-weight: bold;
    border: 1px solid #1C4747;
}

.input-sm {
    font-weight: bold;
    letter-spacing: 2px;
}

/*.page-content select {
    background-color: #0a717b !important;
    color: white !important;
}*/

.page-content option:hover {
    background-color: #16F1FF !important;
}

.page-content select option:focus {
    background-color: #16F1FF !important;
}

.mm_pts {
    margin-left: 5px;
}

.order_type {
    margin-left: 20px;
}

.welcome_text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.jew_welcome {
    max-width: 80%;
    margin: 0 auto;
}

.jew_welcome h1 {
    letter-spacing: 1px;
}

.image_card {
    /*border: 1px solid #ffffff57;*/
    /*margin: 10px;*/
    border-radius: 10px !important;
    overflow: hidden;
}

#dlg_product_details .modal-body * {
    font-size: 16px;
}

.jew_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 30px;
}

.jew_cards .image_card {
    width: 23%;
    background-color: #ffffff10;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border: 1px solid #16F1FF;
}

@media (max-width: 640px) {
    .jew_cards .image_card {
        width: 100% !important;
    }

    .glow-on-hover {
        position: relative;
        width: 180px;
        height: 40px;
    }
}

@media (min-width: 765px) and (max-width: 1024px) {
    .jew_cards .image_card {
        width: 45%;
    }

    .jew_cards .image_card img {
        height: 300px !important;
        width: 275px !important;
    }

    .metal_checkbox_mob {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
        gap: 5px;
        overflow: auto;
    }

    .metal_checkbox_mob .toggle_chk {
        white-space: nowrap;
    }

    .metal_checkbox_desk {
        display: none !important;
    }

    .jew-enq {
        width: 100%;
    }

    .qty {
        width: 30px;
    }

    .filter-tabs {
        width: 800px;
    }

    .glow-on-hover {
        position: relative;
        width: 180px;
        height: 40px;
    }
}

.jew_cards .image_card a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
}

.jew_cards .image_card a h3 {
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
}

.jew_cards .image_card img {
    height: 100%;
    width: 100%;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 30px;
    margin-left: 30px;
}

.divider::after,
.divider::before {
    content: "";
    border: 1px solid white;
    flex: 1;
}

.divider:not(:empty)::before {
    margin-right: 0.25em;
}

.divider:not(:empty)::after {
    margin-left: 0.25em;
}

.brows_product {
    font-size: 20px;
    border: 3px solid white;
    padding: 10px;
    background-color: #ffffff10;
    font-weight: bold;
}

.coming-soon-title {
    font-size: 50px;
}

#dia_det_section a {
    color: white;
}

#dia_det_section a:hover {
    color: white;
}

.view_icons span {
    border: 1px solid #16F1FF;
    display: inline-block;
    border-radius: 5px !important;
    overflow: hidden;
    padding: 3px;
    cursor: pointer;
}

.view_icons svg {
    height: 25px;
    width: 30px;
    margin-bottom: -5px;
}

.view_icons .active {
    background-color: #16F1FF;
}

.view_icons .active svg {
    stroke: black;
}

.jewellery_grid {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}

.jewellery_grid .jew_image {
    text-align: center;
    height: 250px;
}

.jewellery_catalog .jew_image {
    display: flex;
    justify-content: center;
}

/*.jewellery_catalog .jew_image {*/
/*    height: 195px;*/
/*}*/

.jewellery_catalog .switch_metal_type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.jewellery_grid .jew_content {
    text-align: left;
    margin-left: 10px;
    font-size: 13px;
}

.jewellery_catalog .jew_content {
    margin: 0px 8px;
}

.jewellery_grid .jew_content h4 {
    font-weight: 600;
    letter-spacing: 1px;
    color: #16F1FF;
}

.jewellery_grid .location_span svg {
    height: 25px;
    width: 25px;
}

.jewellery_grid .location_span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.jewellery_grid .jew_content {
    letter-spacing: 1px;
}

.jewellery_grid .jew_card {
    background-color: #00000050;
    border-radius: 5px !important;
    overflow: hidden;
    padding: 10px 10px 20px 10px;
    position: relative;
    height: 540px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    width: 280px;
    flex: 1 0 280px;
    min-width: 24%;
    max-width: 280px;
}

.dropdown-switches > li > a:focus, .dropdown-switches > li > a:hover {
    color: #0b94ea !important;
}

.dropdown-switches {
    min-width: 85px;
}

.jewellery_catalog .video_and_metal_div {
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-height: 50px;*/
}

.jewellery_catalog .jew_card {
    height: 400px;
}

.switch_metal_type img {
    cursor: pointer;
}

.jewellery_grid .jew_card .tdw_title {
    color: #16F1FF;
    font-weight: bold;
}

.jewellery_grid .card_footer {
    bottom: 20px;
    display: block;
    width: 100%;
    text-align: left;
    align-self: end;
}

.jewellery_catalog .card_footer {
    text-align-last: center;
    margin-top: 4px;
}

.jewellery_grid .jew_image_link {
    display: block;
}

.jewellery_container {
    max-width: 1400px;
    margin: 0 auto;
}

.jewellery_catalog .jew_view_all {
    color: #16F1FF;
    background: transparent;
    border: 2px solid;
    font-size: 16px;
    text-decoration: none;
    padding: 3px 13px;
    border-radius: 10px !important;
}

.jewellery_grid .jew_props {
    margin: 5px 0;
    letter-spacing: 1px;
    font-weight: 500;
}

.jewellery_catalog .jew_props {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 190px;
    white-space: nowrap;
}

.jewellery_catalog .desc_with_read_more {
    display: flex;
    align-items: center;
}

.jewellery_catalog .read_more_btn {
    font-size: 11px;
    text-decoration: none;
    font-weight: 600;
    color: #16F1FF;

}


.jewellery_grid .jew_props a {
    color: var(--dark-color);
}

.jewellery_grid .jew_props a:hover {
    color: var(--bg-text) !important;
}

.jewellery_grid .jew_price {
    /*margin: 15px;*/
    margin: 10px;
}

.jewellery_grid .jew_info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 18px;
}

#dia_video_dlg .modal-title {
    color: black;
}

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

.front_dropdown_btn ul.dropdown-menu {
    border-radius: 5px !important;
}

.front_dropdown_btn.pull-right > .dropdown-menu:after {
    right: 10px !important;
    left: auto !important;
}

.front_dropdown_btn.pull-right > .dropdown-menu:before {
    right: 9px !important;
    left: auto !important;
}

/*Ribbon start*/
.ribbon {
    width: 150px;
    height: 120px;
    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: #000;
    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;
    background-color: #16F1FF;*/

    position: absolute;
    display: block;
    width: 150px;
    padding: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #000;
    font-size: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #16F1FF;

}

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

.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: 32px;
    transform: rotate(-45deg);
}

.btn_view_details {
    border: 1px solid #16F1FF;
    font-size: 16px;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.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);
}

/*Ribbon end*/

/* Loader CSS Starts */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #00000050;
    pointer-events: none;
    z-index: 50000;
}

#loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:hover {
    cursor: pointer;
    color: white !important;
}

.img_vid:hover {
    color: black !important;
}

.img_vid {
    color: black !important;
}

/* Loader CSS Ends */

.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;
}

.h-8 {
    height: 30px;
}

.w-8 {
    width: 30px;
}

.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);
    }
}
