.rating {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.rating-score {
    font-weight: bold;
    font-size: 20px;
    line-height: 16px;
}

.rating-count {
    font-weight: normal;
    line-height: 16px;
}

.rating-stars {
    display: flex;
    gap: 2px;
}

.rating-stars.small-stars {
    gap: 1px;
}

.rating-stars img {
    width: 16px;
    height: 16px;
}

.rating-stars.small-stars img {
    width: 12px;
    height: 12px;
}


.pac-container {
    z-index: 9999 !important;
}


.hidden {
    display: none !important;
}

.logo-title img {
    height: 24px;
}

.spin {
    animation-name: spin;
    animation-duration: 600ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    height: 2.75rem !important;
}

.menu-accordion,
.v-toggler {
    cursor: pointer;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.bg-highlight {
    background-color: #FD4094 !important;
    background: linear-gradient(145deg, #8C008F 0%, #FD4094 79.3%) !important;
    color: #FFF !important;
}

.btn.btn-google {
    background-color: #1a73e8 !important;
    color: #fff;
}

.btn.btn-google:hover:not(.btn-active) {
    background-color: #0b5ed7 !important;
    color: #fff;
}

.bg-white-transparent {
    color: #fff;
    background: rgba(255, 255, 255, .2) !important;
}

.bg-white-transparent:hover {
    background: rgba(255, 255, 255, .4) !important;
}

.border-white-transparent {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.text-white-important * {
    color: white !important;
}


#set_objectives .noUi-target .noUi-handle,
#menu-objectives .noUi-target .noUi-handle {
    background: #FD4094 !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: var(--bs-gray-300) !important;
}

a[disabled],
a.disabled {
    pointer-events: none;
    color: var(--bs-app-sidebar-light-menu-heading-color) !important;
}

a[disabled] span,
a.disabled span {
    color: var(--bs-app-sidebar-light-menu-heading-color) !important;
}


/* menu navigation */
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here>.menu-link {
    background-color: var(--bs-app-sidebar-light-menu-link-bg-color-active);
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here>.menu-link .menu-icon i,
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here>.menu-link .menu-title {
    color: var(--bs-primary);
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item.here .menu-sub .menu-link {
    background: none;
}

.card-icon {
    width: 40px;
    height: auto;
}

.card-icon-sm {
    width: 30px;
    height: auto;
}

.table-responsive table.dataTable th.sorting_asc::after,
.table-responsive table.dataTable th.sorting_desc::after {
    position: absolute !important;
    right: 10px !important;
    top: unset !important;
    bottom: 18px !important;
}

.table-responsive table.dataTable th.sorting_asc,
.table-responsive table.dataTable th.sorting_desc {
    vertical-align: bottom !important;
}

.color-white svg path.inherit {
    fill: #fff !important;
}

.stat-variation {
    margin-left: 8px;
    line-height: 0 !important;
}

.stat-variation span {
    font-size: 10px;
    font-weight: 700;
}

.stat-variation.variation-red * {
    color: #DA4453;
}

.stat-variation.variation-green * {
    color: #6eb148;
}

.text-white-important .stat-variation {}

.tag-item.tag-active,
.tag-item.tag-active:hover {
    background: #FD4094 !important;
    color: #fff !important;
}

.tag-category-cta:hover {
    cursor: pointer;
}

.tag-category-cta:hover .symbol-label.bg-white-transparent {
    background: rgba(255, 255, 255, .4) !important;
}

.tag-category-cta.tag-category-active .symbol-label.bg-white-transparent {
    background: #fff !important;
}

.tag-category-cta.tag-category-active i.text-white {
    color: #FD4094 !important;
}

#maps-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.map {
    height: 600px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.custom-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 9999;
}

.tag-category-cta.tag-category-active .symbol-label.bg-white-transparent {
    background: #fff !important;
}

.tag-category-cta.tag-category-active i.text-white {
    color: #FD4094 !important;
}

.insight-cat.active .symbol-label.bg-white-transparent {
    background: #fff !important;
}

.insight-cat.active i.text-white {
    color: #FD4094 !important;
}

table.dataTable span.highlight {
    background-color: #B2D6FB !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

table.dataTable span.column_highlight {
    background-color: #B2D6FB !important;
    border-radius: 0 !important;
    padding: 0 !important;
}


.bg-white-transparent.active {
    background-color: #fff !important;
}


.card-skeleton {
    min-height: 500px;
}

.bg-skeleton {
    display: block;
    position: relative;
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}

.bg-skeleton-2 {
    display: block;
    position: relative;
    background: #eaeaea;
    background: linear-gradient(110deg, #e6e6e6 8%, #f0f0f0 18%, #e6e6e6 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.visible-hover {
    opacity: 0;
}

.mini-btn {
    padding: 2px 4px;
    text-align: center;
    border-radius: 4px;
    background: #F9F9F9;
    opacity: 0;
}

.mini-btn:hover i {
    color: #FD4094;
}

.customer_tr:hover .mini-btn,
.customer_tr:hover .visible-hover {
    opacity: 1;
}

.task-hider {
    display: none;
}

.viewup-task:hover .task-hider {
    display: inline;
}

.color-link {
    color: #1b84ff;
}

a.color-link:hover {
    color: #1465c4;
}


/* radio buttons custom */
.radio-badges input[type="radio"] {
    display: none;
}

.radio-badges .badge-option {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    color: #2d2d2d;
    transition: all 0.2s ease;
    font-weight: 500;
}

.radio-badges .badge-option:hover {
    background: #ececec;
}

.radio-badges input[type="radio"]:checked+.badge-option {
    background: #ffecf4;
    border-color: #ff3e9c;
    color: #ff3e9c;
}

.check-icon {
    opacity: 0;
    width: 0;
    line-height: 1;
    margin-top: 0;
    margin-right: 0;
}

input[type="radio"]:checked+.badge-option .check-icon {
    opacity: 1;
    width: auto;
    margin-right: 6px;
}

/* custom minisite */
.preview-sticky {
    position: sticky;
    top: 20px;
    /* marge depuis le haut */
    z-index: 10;
}

.preview-wrapper,
.preview-wrapper-logo,
.preview-wrapper-custom-link-icon {
    position: relative;
}

/* Loader cachÃ© par dÃ©faut */
.preview-wrapper .loader,
.preview-wrapper-logo .loader,
.preview-wrapper-custom-link-icon .loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.empty-upload {

    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* Quand loading â†’ afficher le loader */
.preview-wrapper.loading .loader,
.preview-wrapper-logo.loading .loader,
.preview-wrapper-custom-link-icon.loading .loader {
    display: flex;
}

/* STYLE SPINNER */
.preview-wrapper .loader::after,
.preview-wrapper-logo .loader::after,
.preview-wrapper-custom-link-icon .loader::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.4);
    border-top-color: #FD4094;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.preview-wrapper-custom-link-icon:hover .edit-custom-icon-overlay,
.preview-wrapper-banner:hover .banner-edit-overlay,
.preview-wrapper-logo:hover .logo-edit-overlay {
    opacity: 1 !important;
    transition: opacity 0.2s ease-in-out;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}