.bsui .text-bg-black {
    color: #fff !important;
    background-color: #000 !important
}

.bsui .card {
    border-radius: 0;
}

.bsui .geodir-post .card {
    display:block!important;
}

.bsui a.badge {
    margin-right: 2px;
    text-transform: uppercase;
}

.listing-card.highlighted {
    border: 2px solid #007bff;
    background-color: #f0f8ff;
}

ul.sales-card li {
    list-style:none;
    margin:0;
}

ul.sales-card {
    margin:0;
    padding:0;
}

header.tm-header {
    z-index:999;
}

h2.geodir-entry-title.h5 {
    margin-bottom:0;
}

.geodir-post .card.highlighted {
    border:3px solid red;
    background-color:#fff;
}

.map-popup {
    /* display:none!important; */
}

.gm-style-iw-t {
    /* display: none; */
}

.custom-address-wrapper {
    display: flex;
    gap: 3px;
}

.geodir_post_meta_title {
    text-wrap:nowrap;
}

/* .post-type-archive-gd_place aside#tm-sidebar {
    width: 40%;
} */

.geodir-archive .tm-page {
    border: none;
}

.force-align-left {
    align-items:flex-start!important;
}

.geodir-tags a:hover {
    color:#fff;
}

.gradient-blue {
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(33, 31, 73, 1)), color-stop(100%, rgba(59, 81, 163, 1)));
    background: -webkit-linear-gradient(left, rgba(33, 31, 73, 1) 0%, rgba(59, 81, 163, 1) 100%);
    background: -o-linear-gradient(left, rgba(33, 31, 73, 1) 0%, rgba(59, 81, 163, 1) 100%);
    background: -ms-linear-gradient(left, rgba(33, 31, 73, 1) 0%, rgba(59, 81, 163, 1) 100%);
    background: linear-gradient(to right, rgba(33,31,73,1) 0%, rgba(59,81,163,1) 100%)
}

.chamsys-text-primary {
    color: #06013d!important;
}
.magicq-text-primary {
    color: #0047bb!important;
}
.magicq-text-secondary {
    color: #d1d3d4!important;
}
.quickq-text-primary {
    color: #3ab5e6!important;
}
.quickq-text-secondary {
    color: #333132!important;
}
.chamsys-background-primary {
    background-color: #06013d!important;
}
.magicq-background-primary {
    background-color: #0047bb!important;
}
.magicq-background-secondary {
    background-color: #d1d3d4!important;
}
.quickq-background-primary {
    background-color: #3ab5e6!important;
}
.quickq-background-secondary {
    background-color: #333132!important;
}

p.quickq-background-primary.uk-badge.uk-text-white,
p.magicq-background-primary.uk-badge.uk-text-white {
    color: white!important;
}

.event-card.magicq {
    border-left:5px solid #0047bb
}
.event-card.quickq {
    border-left:5px solid #3ab5e6
}
.event-card.magicq .uk-badge {
    color: #fff!important;
}

#inperson-training .uk-tab::before {
    content: unset;
}

#inperson-training li.magicq-tab.uk-active {
    background: #0047bb;
}

#inperson-training li.quickq-tab.uk-active {
    background: #3ab5e6;
}

#inperson-training .uk-tab {
    margin-left: 0;
}

#inperson-training li.magicq-tab.uk-active a,
#inperson-training li.quickq-tab.uk-active a {
    color: white;
    border: none;
}

#inperson-training .uk-tab li {
    padding-left:0;
}

#inperson-training .uk-tab li a {
    border: none;
}

/* Online Training Styles */

li.online-event {
    display: flex;
    height:120px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:1rem!important;
    border:none!important;
    text-align: center;
    margin: unset !important;
    margin-bottom: 1rem !important;
    color:#fff;
    line-height:1.5;
}

li.online-event.magicq {
    background: #0047bb;
}

li.magicq button {
    color:#fff;
}

li.online-event.quickq {
    background: #3ab5e6;
}

li.quickq button {
    color:#fff;
}

li.online-event:not(.uk-background-muted):hover {
    background: #333132;
}

button.event-button {
    display: contents;
    font-weight: bold;
}

button.event-button li.online-event span {
    font-weight:normal;
}

li.online-event:not(.uk-background-muted):hover, 
li.online-event button:not(.uk-background-muted):hover {
    cursor: pointer;
}

.week-day h2 {
    text-align: center;
    background: #333132;
    color: white;
    font-size:1rem;
    padding:1rem;
}

.training-calendar {
    gap: 1rem;
}

.week-day {
    flex-grow: 1;
}

.week-day:first-of-type {
    margin-left:0
}

.week-day:last-of-type {
    margin-right:0
}

/* li.online-event.scheduled {
    background-color: #06013d
}

li.online-event.scheduled.quickq {
    box-shadow: inset 0px 0px 0px 5px #3ab5e6;
}


li.online-event.scheduled.magicq {
    box-shadow: inset 0px 0px 0px 5px #0047bb;
}

li.online-event.scheduled:hover {
    box-shadow:none;
} */

@media (max-width:959px) {
    .week-day {
        margin:0!important;
    }
}

/* Custom Button Styles */
.uk-button-magicq {
    background-color: #0047bb;
    color: #fff;
    border: 2px solid transparent
}
.uk-button-magicq:hover {
    background-color: transparent;
    color: #0047bb;
    border-color: #0047bb
}
.uk-button-quickq {
    background-color: #3ab5e6;
    color: #fff;
    border: 2px solid transparent
}
.uk-button-quickq:hover {
    background-color: transparent;
    color: #3ab5e6;
    border-color: #3ab5e6
}

.uk-button-magicq:disabled,
.uk-button-quickq:disabled {
    background-color: #f8f8f8;
    color: #868686;
    border: 2px solid transparent;
    background-image: none;
    box-shadow: none;
}

/* Custom Section Styles */
.uk-section-magicq {
    background-color: #0047bb;
}
.uk-section-quickq {
    background-color: #3ab5e6;
}
.uk-section-magicq h1,
.uk-section-quickq h1,
.uk-section-magicq p,
.uk-section-quickq p {
    color:#fff;
}

/* Remove styling from fieldsets in quickq/magicq download element */

fieldset.stable-releases, 
fieldset.beta-releases {
    border: none;
    margin: 0;
    padding: 0;
}
fieldset.stable-releases legend, 
fieldset.beta-releases legend {
    display:none;
}

/* Missing UI Kit Classes */
.uk-flex-evenly {
    justify-content: space-evenly;
}
.uk-flex-end {
    align-items: end;
}
.uk-flex-start {
    align-items: start;
}
.uk-text-white {
    color:#fff!important;
}
@media (min-width: 640px) {
    .uk-margin-remove-top\@s {
        margin-top:0!important
    }

    .uk-margin-remove-bottom\@s {
        margin-bottom: 0!important
    }
    .uk-flex-end\@s {
        align-items: end;
    }
    .uk-flex-start\@s {
        align-items: start;
    }
    .uk-flex\@s {
        display: flex;
    }
    .uk-margin-remove\@s {
        margin: 0!important
    }
}
@media (min-width: 960px) {
    .uk-margin-remove-top\@m {
        margin-top:0!important
    }

    .uk-margin-remove-bottom\@m {
        margin-bottom: 0!important
    }
}

/* Loading Spinner for Online Videos Filters */
#loading-spinner {
    left: 0;
    right: 0;
    top: 3rem;
    position:absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}
#video-container {
    min-height: 150px;
    position: relative;
}
.video-section {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.video-section:last-of-type {
    border-bottom:none;
}
#video-container .uk-pagination span.page-numbers.current li {
    background: #06013d;
    color: white;
}
#video-container .uk-pagination>*>:hover{
    background: #06013d;
    color: white;
}
@media screen and (min-width:640px){
    #video-filters #uk-accordion-1 {
        display: none;
    }
    
    #video-filters #uk-accordion-2 {
        margin: 0;
    }
}

/*  */
.single-gd_place #distributors-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-gd_place .geodir-page-title {
    font-family: 'Exo', sans-serif;
    font-weight:bold;
    margin:0;
}

.post-type-archive-gd_place main .uk-container,
.single-gd_place  main .uk-container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.post-type-archive-gd_place nav.uk-margin-medium-bottom,
.single-gd_place nav.uk-margin-medium-bottom {
    display: none;
}

.post-type-archive-gd_place h1.uk-article-title,
.single-gd_place h1.uk-article-title,
.single-gd_place .geodir_post_meta_title {
    display: none;
}

.post-type-archive-gd_place main#tm-main,
.single-gd_place main#tm-main {
    padding: 0;
}

.post-type-archive-gd_place main .uk-margin-medium,
.single-gd_place main .uk-margin-medium {
    margin: 0!important;
}

.post-type-archive-gd_place .wp-block-columns,
.single-gd_place .wp-block-columns {
    gap: 0;
    margin:0;
}

.post-type-archive-gd_place #distributors-sidebar,
.single-gd_place #distributors-sidebar {
    position:unset!important;
    max-height: 800px;
    overflow-y: scroll;
    scrollbar-color: #303030 black;
}

.post-type-archive-gd_place .card.h-100.p-0.m-0.mw-100{
    background: none;
    border: none;
    margin-top:1rem;
    padding-top:1rem;
    border-top: 1px solid rgb(255 255 255 / 10%)
}

.post-type-archive-gd_place a.gd-badge.btn.btn-link,
.single-gd_place a.gd-badge.btn.btn-link {
    padding: 0;
    text-decoration: none;
}

.single-gd_place .custom-address-wrapper {
    gap:0;
}

/*  */

#offcanvas-flip .gd-search-field-search-filters {
    display: none;
}
#offcanvas-flip h3 {
    margin: 1rem 0;
}
.dealer-contact input.ninja-forms-field[type="submit"] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.dealer-location p,
.dealer-location h4 {
    margin: 0;
}

.dealer-location {
    margin-top:1rem;
    padding-top:1rem;
    border-top: 1px solid rgb(255 255 255 / 10%)
}
.dealer-location .btn {
    padding:0;
}
.autocomplete-container {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: black;
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-color: #303030 black;
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #262626;
}
.suggestion-item:last-child {
    border-bottom: none;
}
.suggestion-item:hover {
    background-color: #262626;
}
#autocomplete-suggestions ul {
    margin:0;
    padding:0;
    list-style:none;
}
li.suggestion-item:focus {
    background: #262626!important;
}

/*  */

.geodir-listing-posts {
    max-width: 100%;
    margin: 0 auto!important
}
.geodir-entry-title a {
    font-weight:bold!important;
}

/*  */
.uk-button-default.active {
    background: #06013d;
    color: white;
    border-color: #06013d;
}
div#dealer-toggle button {
    color: white;
    border: none;
    padding: 0;
}
div#dealer-toggle button:hover {
    color: rgba(255,255,255,0.5);
    background:none;
}

#geodir_contact input#gform_submit_button_1 {
    width:100%;
    background:#06013d;
    border:2px solid transparent;
}
#geodir_contact input#gform_submit_button_1:hover {
    background:transparent;
    border:2px solid #06013d;
    color:#06013d;
}

#geodir_contact div#gform_fields_1 {
    gap:15px;
}

/* Magnifier */
.magnify-wrapper {
    position: relative;
    max-height: 600px; /* Set the max height for the container */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Ensure no overflow */
}

.magnify-wrapper img {
    max-height: inherit; /* Inherit the max height from the container */
    width: auto; /* Maintain aspect ratio */
}

.magnify-wrapper div[id^='large-img'] {
    background: no-repeat center center #fff; /* Center the background image */
    width: 200px;
    height: 200px;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    position: absolute;
    border: 4px solid #efefef;
    z-index: 99;
    border-radius: 100%;
    display: block;
    opacity: 0;
    transition: opacity 0.2s;
}

.magnify-wrapper:hover div[id^='large-img'],
.magnify-wrapper:active div[id^='large-img'] {
    opacity: 1;
}

.uk-slideshow-items.zoom-enabled-slideshow:hover>* {
    cursor: zoom-in!important;
}

/* Cart Button */
html[lang="en-GB"] div#nav_menu-7,
html[lang="de-DE"] div#nav_menu-7,
html[lang="fr-FR"] div#nav_menu-7,
html[lang="be"] div#nav_menu-7{
    display:none!important;
}

div#nav_menu-7 .uk-badge {
    font-size: 12px;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    min-width: 15px;
    padding: 10px;
    border:1px solid transparent;
}

div#nav_menu-7:hover .uk-badge {
    background:transparent;
    border-color:#06013d;
    color: #06013d!important;
}
/* Hide Featured Post Except Home */
.blog.paged div#featured-post {
    display:none!important
}