.menu-icon-dashboard .wp-submenu-wrap {
    display: none;
}

.lieferchef-settings-form {
    max-width: 1000px;
}

.lieferchef-settings-form .lieferchef-settings-form-wrap .contained,
.lieferchef-settings-form .lieferchef-settings-form-wrap .system-info,
.lieferchef-settings-form .lieferchef-settings-form-wrap .lieferchef-sysinfo-optin-msg,
.lieferchef-settings-form .lieferchef-settings-form-wrap h3 + p {
    margin: 0 0 10px;
    padding-left: 12px;
}

#modern-lieferchef-info, .lieferchef-settings-header {
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 20px 0;
    padding: 8px 20px 12px;
}
.lieferchef-dashbox {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 20px 0;
}
#modern-lieferchef-info p {
    margin: 0 0 0.5em 0;
}
.box-preparation .uk-label {
    line-height: 1.3;
    font-size: .8rem;
    background: #2271b1;
}
.lieferchef-editor {
    max-width: 500px;
}
.border-top {}
.lieferchef-settings-form .lieferchef-settings-infobox {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    grid-column-gap: 20px;
    column-gap: 20px;
    display: grid;
    grid-template-columns: auto 1fr;
    margin: 10px 0;
    padding: 20px;
}

.lieferchef-settings-form .lieferchef-settings-infobox .lieferchef-settings-infobox-logo {
    grid-column: 1;
    grid-row: 1/10;
    width: 48px;
}

.lieferchef-settings-form .lieferchef-settings-infobox .lieferchef-settings-infobox-title {
    background: transparent;
    margin-top: 0;
    padding: 0;
}

.lieferchef-settings-form h3:not(.status) {
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 6px 12px;
}
.lieferchef-settings-form table.form-table th {
    padding-left: 12px;
}
.lieferchef-settings-form #store_info-description, .lieferchef-settings-form #business_page-description {
    margin: 0 0 10px;
    padding-left: 12px;
}
.lieferchef-settings-form h3.status {
    padding: 0;
}

.lieferchef-settings-form h3, .lieferchef-settings-form p {
    margin: 0 0 10px;
}

.lieferchef-settings-form p:last-child {
    margin-bottom: 0;

}
.small-buttons .button {
    font-size: 12px;
    min-height: 25px;
    padding: 0 6px;
}
.lieferchef-settings-form .lieferchef-settings-infobox > * {
    grid-column: 1;
    padding-left: 0;
}

.lieferchef-settings-form .lieferchef-settings-infobox .lieferchef-settings-infobox-logo ~ * {
    grid-column: 2;
    margin-left: 0;
}

.lieferchef-settings-form .lieferchef-settings-infobox .lieferchef-settings-infobox-logo {
    grid-column: 1;
    grid-row: 1/10;
    width: 48px;
}

.lieferchef-settings-form table.form-table input[type=number], .woocommerce .lieferchef-settings-form table.form-table select {
    vertical-align: middle;
}

.form-table .fixed-mark, .form-table .percentage-mark {
    display: none;
}

.form-table .active {
    display: inline-block;
    font-weight: bold;
}

#sync-progress-overlay {
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

#sync-progress-bar {
    display: none;
    padding: 30px;
    z-index: 1001;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sync-progress-complete {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    z-index: 1001;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sync-progress-complete.active {
    display: flex;
}

.setting_address_delivery_body input {
    width: 100%;
}

.setting_address_delivery_body .houses input {
    width: 40%;
}

.setting_address_delivery_body .button {
    width: auto;
}

td.houses {
    display: flex;
    justify-content: space-between;
}

.options_group_additives {
    padding: 20px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.options_group_additives h2 {
    font-size: 16px;
}

#wp-additives-wrap {
    width: 100%;
}

#wp-additional-wrap {
    width: 100%;
}

.support-badge {
    margin: 1px 0 1px 3px !important;
    padding: 0 5px !important;
    min-width: 18px;
    height: 18px;
    border-radius: 9px !important;
    background-color: #d63638;
    color: #fff;
    font-size: 11px !important;
    line-height: 1.6 !important;
    text-align: center;
}

#wpadminbar #wp-admin-bar-lieferchef .ab-icon:before {
    content: '\f159';
    top: 3px;
    color: #68b828;
}

#wpadminbar #wp-admin-bar-lieferchef.bullet-red .ab-icon:before {
    color: #dc3232;
}

#wp-admin-bar-wp-logo {
    display: none;
}

img.blavatar {
    display: none;
}

#wpadminbar .quicklinks li div.blavatar {
    display: none;
}

#wpadminbar .quicklinks li .blavatar {
    display: none;
}

#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    display: none;
}

#wpadminbar .quicklinks li .blavatar:before {
    display: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px !important;
    height: 24px;
    margin: 0 !important;
}

.shop_status_field {
    padding: 5px 9px !important;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
    font-size: 10px;
    position: relative;
    background: #eee;
    display: inline-block;
    width: 36px;
    height: 20px;
    line-height: 20px;
    border-radius: 11px;
    padding: 0;
    box-shadow: inset 0 0 0 1px #ddd;
    outline: 1px solid transparent !important;
    cursor: pointer;
    border: 0;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: box-shadow .3s ease-in-out, padding .25s ease-in-out;
    transition-delay: .1s, 0s;
}

input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 1px;
    content: "";
}

input.cmn-toggle-round + label:before {
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
}

input.cmn-toggle-round + label:after {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 1px 0 0 2px;
    background-color: #fff;
    border-radius: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s
}

input.cmn-toggle-round:active + label:after {
    width: 19px;
}

input.cmn-toggle-round:checked + label:before {

}

input.cmn-toggle-round:checked + label {
    box-shadow: inset 0 0 0 12.57px #68b828 !important;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 18px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl82IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbD0iIzY4YjgyOCIgcG9pbnRzPSIxMy4zLDMuMyA2LjUsMTAuMSAzLjcsNy4zIDIuMyw4LjcgNi41LDEyLjkgMTQuNyw0LjcgIi8+Cjwvc3ZnPg==");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

.woocommerce_options_panel label.toggle-label {
    margin: 3px 0 0 0;
}

/*.column-visibility input[type=checkbox]:checked::before {
    content: "\f530" !important;
}*/

.column-visibility input[type=checkbox] {
    border: 0px;
    background: none;
    box-shadow: none;
}

.login h1 a, .login .privacy-policy-page-link, .login #backtoblog, .login #nav {
    display: none
}

.login form {
    margin-top: -20px !important;
}

#login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    border-radius: 12px;
    overflow: auto;
    max-height: 70vh;
    padding: 70px 32px 30px 32px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.21);
}

.login ::-webkit-scrollbar-thumb {
    background: #f2f2f2;
    -webkit-border-radius: 100px;
}

#login, #login a, #login input, .login .dashicons-visibility, .login ::placeholder {
    color: #555555 !important;
}

#login, #loginform, #login_error, .login .message, .login .success {
    background: #fff !important;
    border: 0px;
    box-shadow: none;
}

.login input[type=text], .login input[type=password], .login input[type=email] {
    background: transparent !important;
    border: 0px;
    border-radius: 0px;
    padding-left: 0px !important;
    padding-bottom: 11px !important;
    border-bottom: 2px solid #555555;
}

#login #wp-submit {
    width: 100%;
    margin-top: 50px;
    padding: 8px;
    border-radius: 22px;
    background: #555555 !important;
    color: #fff !important;
    border: 0px;
}

.login input[type=checkbox] {
    border-radius: 50%;
    border: 0px;
    opacity: 0.95;
    background: #fff !important;
    border: 1px solid #555555;
}

.login #login_error, .login .message, .login .success {
    margin-top: 0px;
}

.login .language-switcher {
    display: none
}

@media only screen and (max-width: 650px) {
    .login, #login {
        box-shadow: none;
        padding-left: inherit;
        padding-right: inherit;
        left: inherit;
        right: inherit;
        position: relative;
        top: inherit;
        transform: none;
        border-radius: 0px;
        padding-top: 5vh;
        max-height: unset !important;
        background: #fff !important;
    }

    body.login {
        overflow: auto;
    }
}

.striped > tbody > .status-private:nth-child(even) {
    background-color: #efe2e2;
}

.striped > tbody > .status-private:nth-child(odd) {
    background-color: #f3e8e8;
}

#zip-table .wp-list-table th.column-action {
    width: 24ch;
}

.absolute {
    position: absolute;
}

.space-right {
    margin-right: 15px;
}

.close-items {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.close-items label {
    font-weight: 700;
}

.close-items .open {
    color: #68b828;
    width: 80px;
}

.close-items .closed {
    color: #dc3232;
    width: 80px;
}

.setting_open_close_body h3 {
    font-size: 1.2em;
}

.toggle-text-label {
    margin-left: 10px;
}

.show_if_delivery_asap_enabled {
    color: #68b828;
    font-weight: 700;
}

.show_if_delivery_asap_disabled {
    color: #dc3232;
    font-weight: 700;
}

/* STYLE TO FIT MORE THEN 8 COLOR PALETTES*/
.wp-picker-container.wp-picker-active {
    width: 250px !important;
}

.wp-picker-container.wp-picker-active .wp-picker-open + .wp-picker-input-wrap label {
    float: left;
    width: 70px !important;
}
.woocommerce table .select2 {
    width: 400px !important;
}
.woocommerce table.form-table .small input[type=text],
.woocommerce table.form-table .small input[type=number],
.woocommerce table.form-table .small select{
    width: 180px !important;
}

.woocommerce table.form-table .small label {
    width: 100px;
    margin-top: 7px;
    float: left;
}

.wp-picker-container.wp-picker-active .wp-picker-open + .wp-picker-input-wrap .wp-color-picker {
    width: 68px;
    float: left;
}

.wp-picker-container.wp-picker-active .wp-picker-holder {
    width: 100% !important;
}

.wp-picker-container.wp-picker-active .wp-picker-holder .iris-picker {
    max-width: 240px !important;
}

.wp-picker-container.wp-picker-active .iris-picker-inner .iris-square {
    margin-right: 6px !important;
    max-height: 147px !important;
}

.wp-picker-container.wp-picker-active .iris-palette-container .iris-palette {
    width: 17px !important;
    height: 17px !important;
    margin-bottom: 4px !important;
}

.wp-picker-container.wp-picker-active .iris-palette-container .iris-palette:nth-child(9) + a.iris-palette {
    float: left;
    clear: left;
    margin-left: 0px !important;
}

.lieferchef-input-group {
    width: 420px;
    display: flex;
}

.lieferchef-input-group input[type="text"] {
    min-width: 0;
    flex: 1;
}

.lieferchef-select-image.lieferchef-select-image, .lieferchef-input-group .button {
    margin: 0 0 0 5px;

}

.lieferchef-input-group p.description {
    flex: 1 0 100%;
    height: 0;
}

.available-structure-tags .success, .available-structure-tags-2 .success, .available-structure-tags-3 .success {
    padding: 0;
    min-height: 0;
    line-height: 2.18181818;
    text-align: left;
    color: #008a20;
    vertical-align: middle;
}
.show-if-auto {
    display: none;
}

.show-if-auto .select2 {
    width: 100% !important;
}

.column-state .green {
    color: green;
}

.column-state .red {
    color: red;
}

.column-state .yellow {
    color: #b8b809;
}
.phone-error-message {
    color: red;
    display: block;
    font-size: 12px;
    padding-top: 4px;
}
.phone-success-message {
    color: green;
    display: block;
    font-size: 12px;
    padding-top: 4px;
}
.hide, hidden {
    display: none!important;
}
#lieferchef_phone.error {
    border-color: red;
    border-width: 1px;
    box-shadow: 0 0 0 1px red;
}
.order-status.order-status-delivery {
    background: #c8e1d1;
    color: #2e5336;
}
.order-status.order-status-pickup {
    background: #cbc8e1;
    color: #372e53;
}
.order-status.order-status-table-order {
    background: #c8dae1;
    color: #2e3c53;
}
.post-type-shop_order .wp-list-table .column-time {
    width: 14ch;
}
.post-type-shop_order .wp-list-table .column-table {
    width: 6ch;
    text-align: right;
}
#toplevel_page_woocommerce ul > li:has(a[href="admin.php?page=wc-admin"]), #coupon-root > .woocommerce-marketing-coupons {
    display: none;
}
.dynamic-button-container {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    align-items: flex-start;
}

.dynamic-button-container .input-wrapper {
    display: flex;
    gap: 10px;
    width: 100%;
}

.dynamic-button-container input {
    flex-grow: 1;
}
#lfc_banner.open {
    width: 100%;
    color: #fff;
    background: #8baf85;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 9989;
    padding-left: 20px;
    margin-left: -20px;
}
#lfc_banner.holiday, #lfc_banner.partialclose  {
    background: #c39205;
}
#lfc_banner.close {
    background: #b94141;
}
.shop_open #wpadminbar {
    border-top: 5px solid #00a32a;

}
.shop_close #wpadminbar {
    border-top: 5px solid #d63638;

}
.dashboard .uk-card-body h1 {font-size: 30px;font-width: 700; padding:0}
.dashboard .uk-card-body h3 {font-size: 1.2rem;line-height: 1;}


.dashboard > * {
    padding: 0 max(calc(50% - 612px), 32px);
}
.highlight-cards {
    background-color: #fbfbfb;
    box-shadow: inset 0 -1px 0 #18111126;
    padding-bottom: 32px;
    padding-top: 32px;
}
.dashboard_page_lieferchef-dashboard #wpcontent {padding-left:0; background-color:#fbfbfb }
.dashboard_page_lieferchef-dashboard .second-body {background-color:#f0f0f1; padding-bottom: 32px;padding-top: 32px; }
.dashboard .setting_open_close_body {
    margin: 10px;
    border: 1px solid #b9b8b8;
    padding: 10px;
    display: block;
    border-radius: 4px;
}
.dashboard .table-striped thead, .dashboard #close_duration_info  {display: none}

@media only screen and (max-width: 600px) {
    .dashboard .uk-card-body h1 {font-size:  calc(20px + 0.5vw);}
    .dashboard .uk-card-body h2 {font-size:  calc(18px + 0.5vw);}
    .dashboard .uk-card-body h3 {font-size:  calc(18px + 0.5vw);}
}
@media only screen and (max-width: 1280px) {
    .dashboard .uk-card-body h1 {font-size:  calc(18px + 0.5vw);}
    .dashboard .uk-card-body h2 {font-size:  calc(16px + 0.5vw);}
    .dashboard .uk-card-body h3 {font-size:  calc(14px + 0.5vw);}
}
.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem;
}
.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}
.p-1 {
    padding: .25rem;
}
.w-56 {
    width: 14rem;
}
.border {
    border-width: 1px;
    border-color: #8c8f94;
    border-style: solid;
}
.uk-nav-default li {margin-bottom: 0;}
.uk-nav-default li:hover, .uk-nav-default li:focus, .uk-nav-default li:hover.uk-active {
    background-color: #2271b1;
    border-radius: 2px;
    cursor: pointer;
}
.uk-nav-default li a:hover, .uk-nav-default li a:focus {
    color: #fff;
}
.uk-nav-default li.uk-active {
    background-color: #d5d5d5;
    border-radius: 2px;
    color: #000;
}
.duration-modal .uk-nav-default>li>a {color:#000}
.duration-modal .uk-nav-default>li>a:hover, .duration-modal .uk-nav-default>li:hover a {color:#fff}

.radius{ border-radius: calc(0.5rem - 2px);}
.dashboard .uk-text-background {
    -webkit-background-clip: text;
    color: transparent !important;
    display: inline-block;
    background-color: #ff404c;
    background-image: linear-gradient(150deg, #ff404c 0, #60162a 20%, #de2867 70%, #f4d000 100%);
}

.transition {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.transition-none {
    transition-property: none
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.duration-1000 {
    transition-duration: 1s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.ease-in {
    transition-timing-function: cubic-bezier(.4,0,1,1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0,0,.2,1)
}

@keyframes enter {
    0% {
        opacity: var(--tw-enter-opacity,1);
        transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))
    }
}

@keyframes exit {
    to {
        opacity: var(--tw-exit-opacity,1);
        transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))
    }
}

.animate-in {
    animation-name: enter;
    animation-duration: .15s;
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial
}

.uk-drop.uk-open {    box-sizing: border-box;
    transform: translateX(1326px) translateY(909px) translateY(0px) scale(1) translateZ(0px);
    transform-origin: 0% 0% 0px;
}

.time-autocomplete {
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    margin-top: 5px;
}

.time-autocomplete-item {
    padding: 5px;
    cursor: pointer;
}

.time-autocomplete-item:hover,
.time-autocomplete-selected {
    background-color: #f0f0f0;
    border-radius: 2px;
}
.lieferchef-dashbox .uk-text-success {color: #68b828 !important}
#wp-admin-bar-viral-loops-popup .ab-icon:before, #wp-admin-bar-viral-loops-popup a:hover .ab-icon:before {
    top: 2px;
    color: #ff404c;
}
.front-chat-trigger-button {
    position: fixed;
    border: 0;
    background-color: #2271b1;
    z-index: 999999;
    top: 70%;
    width: auto;
    margin: -20px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 14px 10px;
    cursor: pointer;
    outline: none;
    transition: all .2s ease-in-out;
    line-height: 15px;
    right: 0;
    transform-origin: 100% 50%;
    transform: rotate(270deg) translate(50%, -50%);
    border-radius: 4px 4px 0 0;
}
.front-chat-trigger-button:hover {
    background-color: #18578a;
}

.front-chat-trigger-button .unread-count {
    background-color: #ff4136;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 11px;
    margin-left: 5px;
    line-height: 18px;
}
.wrap {
    padding-right: 35px !important;
}
.range__input {
                -webkit-appearance: none;
                width: 100%;
                background: transparent;
                margin-bottom: 20px;
            }

            .range__input::-webkit-slider-thumb {
                -webkit-appearance: none;
                background: #2271b1;
                height: 15px;
                width: 15px;
                border-radius: 50%;
                cursor: pointer;
                margin-top: -5px;
            }

            .range__input::-webkit-slider-runnable-track {
                width: 100%;
                height: 5px;
                background: #e5e5e5;
                border-radius: 3px;
            }

            .track-marks {
                position: relative;
                margin-top: -20px;
                width: 100%;
                height: 20px;
            }

            .track-mark {
                position: absolute;
                width: 1px;
                height: 8px;
                background: #999;
                transform: translateX(-50%);
            }

            .track-mark::after {
                content: attr(data-value);
                position: absolute;
                top: 10px;
                left: 50%;
                transform: translateX(-50%);
                font-size: 9px;
                color: #666;
            }

            .uk-tooltip {
                background-color: #222;
                color: #fff;
                padding: 5px 10px;
                border-radius: 3px;
                font-size: 12px;
                z-index: 1000;
}

.scheduling-container {
    margin-bottom: 15px;
}

.scheduling-basic label {
    font-weight: 600;
}

.date-range-container {
    margin-top: 10px;
}

.marketing_page_smart_notifications_settings .flatpickr-date, .marketing_page_smart_notifications_settings .timepickr {
    min-width: 150px;
}

.select2-container--default .select2-selection--multiple {
    border-color: #8c8f94;
}

.advanced-scheduling {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
}