:root {
    --ol-yellow-primary: #fbdd11;
    --ol-green-light: #4cb944;
    --ol-green-dark: #004f2d;
    --ol-yellow-white: #faf7c4;
    --ol-yellow-secondary: #f2c900;
    --wa-green: #25d366;
}


/* download page */

#download_container {
    background-image: url('/images/limoncello-horizontal.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

#download_container a {
    color: white;
    background-color: var(--ol-green-dark);
}

/* color classes */
.color-ol-green-dark {
    color: var(--ol-green-dark);
}

.bg-ol-green-dark {
    background-color: var(--ol-green-dark);
}


.color-ol-green-light {
    color: var(--ol-green-light);
}

.bg-ol-green-light {
    background-color: var(--ol-green-light);
}

.color-ol-white {
    color: var(--ol-yellow-white);
}

.bg-ol-white {
    background-color: var(--ol-yellow-white);
}

.sidemenu-selected {
    color: var(--ol-green-dark);
    border-bottom: 1px solid var(--ol-green-dark);
}

.text-left {
    text-align: left;
}

.ol-maxw-sm {
    max-width: 576px;
}

.ol-maxw-md {
    max-width: 767px;
}

.ol-maxw-lg {
    max-width: 992px;
}

.ol-maxw-xl {
    max-width: 1200px;
}

.ol-maxw-xxl {
    max-width: 1400px;
}

.ol-button-override {}

.ol-button-override:active {
    border: none;
}

.ol-button-override:hover {
    opacity: 1;
}

.cropper-border {
    border: 1px solid black;
    border-radius: 10px;
    max-width: 300px;
    width: 100%;
}

.ol-back-arrow {
    color: black;
}

.theme-dark .ol-back-arrow {
    color: white;
}

.ol-enabled-dot {
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.ol-special-dot {
    padding: 1px 5px;
    border-radius: 50px;
    background-color: var(--ol-green-dark);
    color: white;
}

.ol-modifier-dot {
    padding: 1px 5px;
    border-radius: 50px;
    background-color: var(--ol-yellow-primary);
    color: black;
}

.screenblocker {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    top: 0;
    left: 0;
}

.lemoncard {
    /* max-width: 200px;
    min-height: 110px; */
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.orderlemon-list-item {
    text-align: left;
}

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

.lemonpanel-side {
    display: none;
}

.ol-scrollbar::-webkit-scrollbar {
    width: 6px;
    display: unset !important;
}

.ol-scrollbar::-webkit-scrollbar-track {
    background: #afafaf;
    border-radius: 5px;
}

.ol-scrollbar::-webkit-scrollbar-thumb {
    background: var(--ol-green-dark);
    border-radius: 5px;
}

.ol-legal-menu {
    max-height: calc(80vh - 20px) !important;
}

.ol-button-loader {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    position: absolute;
    left: 50%;
    translate: -50%;

    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
    border: 0.25em solid currentColor;

    border-right-color: transparent;
}

a:has(.ol-button-loader) {
    position: relative;
}

.kiosk_mode .dashboard_header,
.kiosk_mode #req_actions,
.kiosk_mode #dashboard_add_products,
.kiosk_mode #dashboard_charts_container,
.kiosk_mode #footer-bar {
    display: none !important;
}

.kiosk_mode .dashboard_header_kiosk {
    display: flex !important;
}

/* Class name for the chosen item */


/* Class name for the dragging item */
.sortable-drag {
    opacity: 0 !important;
}

.template_container .shop_name_here {
    max-width: 200px;
}

.summary_text span {
    font-weight: bold;
    color: black;
}


.campaign_toggle_on>.campaign_toggle_on_true:hover,
.campaign_toggle_off>.campaign_toggle_off_true:hover {
    color: white !important;
}

.campaign_toggle_on>.campaign_toggle_on_false:hover {
    color: var(--ol-green-dark) !important;
}

.campaign_toggle_off>.campaign_toggle_off_false:hover {
    color: red !important;

}



.campaign_toggle_on_true {
    border: 2px solid var(--ol-green-dark);
    background-color: var(--ol-green-dark);
    color: white;
}

.campaign_toggle_on_false {
    border: 2px solid var(--ol-green-dark);
    color: var(--ol-green-dark);
}

.campaign_toggle_off_true {
    border: 2px solid red;
    background-color: red;
    color: white;
}

.campaign_toggle_off_false {
    border: 2px solid red;
    color: red;
}

.ol_side_title {
    display: block;
    width: 90%;
    text-align: center;
    position: absolute;
}

.ol-toggle-box {}

.ol-toggle-box {
    border-color: gray;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ol-toggle-box label {
    user-select: none;
}

.ol-toggle-box:has(.form-check):has(input:checked) {
    border-color: #4B89DD !important;
}


.ol-crumb {
    font-size: 12px !important;
    padding-left: 40px !important;
}

.ol-crumb i {
    line-height: 30px;
    width: 30px;
}

.ol-pagination-container>ul>div {
    background-color: #AAB2BD;
    overflow: hidden;
}

.ol-pagination-container>ul>div>li {
    margin: 0px !important;
}

.ol-pagination-container>ul>div>li>a {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.ol-pagination-container>ul>div>li>a:focus {
    box-shadow: unset !important;
}

.ol-pagination-container>ul>div>li:hover {}


.ol-icon-black {
    color: black;
}

.theme-dark .ol-icon-black {
    color: white;
}

.theme-dark .sortable-chosen {
    box-shadow: 8px 8px 32px #191919;
}

.sortable-chosen {
    box-shadow: 8px 8px 32px #E1E1E1;
}

.ol-disabled-screen {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: white;
    top: 0;
    z-index: 100;
    /*    background-image: url(/images/error-bottom.svg);
    background-repeat: no-repeat;
    background-position: bottom; */
}

.ol-list-box {
    width: 80%;
    max-width: 500px;
    height: 400px px;
    max-height: 30vh;
    overflow-y: scroll;
    padding: 10px;
}

.ol-list-box>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    transition: 500ms scale;
}

.ol-list-box>a .fa {
    line-height: unset !important;
}

.ol-list-box>a h5 {
    margin-right: 1rem;
    margin-left: 1rem;
}

.ol-list-box>a:hover {
    scale: 1.02;
}


/* Datepicker styling */
.ui-widget-content {
    background: none !important;
}

.ui-widget-header .ui-icon {
    /* background-image: none !important; */
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    filter: brightness(0) saturate(100%) invert(40%) sepia(99%) saturate(4713%) hue-rotate(209deg) brightness(99%) contrast(101%);


}

.ui-state-hover .ui-icon {
    filter: unset !important;
    cursor: pointer;
    ;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #0d6efd !important;
    color: white !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    color: black !important;
    background: none !important;
    border: 1px solid gray;
    border-radius: 5px;
}

.ui-widget-content .ui-state-hover {
    background: #0d6efd !important;
    border: none !important;
    color: white !important;
}

.ui-datepicker .ui-datepicker-title {
    color: black !important;
}

.ui-datepicker-calendar>thead {
    /* display: none !important; */
}

.ui-datepicker {
    width: unset !important;
    max-width: 500px;
}

#overlayLogBox>p {
    color: white;
    margin-bottom: 10px;
}

#overlayLogBox {
    background-color: red;
    opacity: 0.4;
    top: 0;
    left: 0;
    width: 100vw;
    max-height: 50vh;
    position: fixed;
    color: white;
    z-index: 999999;
    padding: 20px;
    overflow: scroll;
    word-wrap: break-word;
}

.no-image-tile {
    width: 100px;
    height: 100px;
    background-color: var(--ol-green-dark);
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    border-radius: 15px;
}

.no-image-tile h1 {
    color: white;
}

.ol-content-editable {
    border: 1px solid gray;
    padding: 0.5rem 0.25rem 0.5rem 0.5rem;
    color: black;
    min-height: 150px;

}

.add_var_to_text:hover {
    color: var(--ol-yellow-white) !important;
}

.ol-content-editable-highlight {
    background-color: var(--ol-green-dark);
    color: var(--ol-yellow-white);
    padding: 0.2rem 0.5rem;
    border-radius: 8px;

}

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
    .lemoncard {
        min-width: none;
    }

    .lemonpanel-side {
        width: 260px;
        display: block;
        height: 100vh;
        position: relative;
        float: left;
        z-index: 9999;
    }

    .menu-ol {
        max-width: 75% !important;
    }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {}



@media screen and (max-width: 550px) {
    #send_messages_examples_container {
        flex-direction: column;
    }

    #example2_image {
        margin-top: 1rem;
    }

    .menu-ol {
        max-width: 100% !important;
    }
}

/* general styles 

.theme-light #footer-bar {
    background-color: var(--ol-green-dark);
}

.theme-light #footer-bar>.active-nav i,
.theme-light #footer-bar>.active-nav span {
    color: var(--ol-yellow-primary) !important;
}

.theme-light #footer-bar a {
    color: var(--ol-yellow-white) !important;
}*/

/* .theme-light,
.theme-light .page-content,
.theme-light .header {
    background-color: var(--ol-green-dark);
}

.theme-light .header .header-icon,
.theme-light .header .header-title {
    color: var(--ol-yellow-white);
}
*/

/* dropdown menu - (onboarding) 
.theme-light .highlight-dark-border {
    background-color: transparent !important;
    border-width: 2px;
    color: var(--ol-green-dark) !important;
    border-color: var(--ol-green-dark) !important;
}

.theme-light .bg-highlight {
    background-color: var(--ol-green-light) !important;
}

.theme-light .bg-highlight-dark {
    background-color: var(--ol-green-dark) !important;
}

.theme-light .color-highlight {
    color: var(--ol-green-light) !important;
}

.theme-light .color-highlight-dark {
    color: var(--ol-green-dark) !important;
}

.theme-light .menu h1 {
    color: var(--ol-green-dark) !important;
}


.theme-light .menu {
    background-image: url("/images/default_bread.svg");
    background-size: cover;
}

.theme-light input,
.theme-light select {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
*/
/* LOGIN PAGE */

.loginPage h1 {
    color: var(--ol-green-dark) !important;
}

[data-page="login"] #bg-image {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: left bottom !important;

}

#loginButton,
#disabled_comp_shop_WA {
    background-color: var(--wa-green) !important;
}

/* Emailconfirm PAGE */
.emailConfirmPage h1 {
    color: var(--ol-green-dark) !important;
}

.emailConfirmPage a {
    background-color: var(--ol-green-dark) !important;
}

.emailConfirmPage>.card {
    background-color: var(--ol-yellow-primary);
}

.error-404-page>.card {
    background-color: var(--ol-yellow-white);
}

.error-404-page h1 {
    color: var(--ol-green-dark) !important;
}

.error-404-page a {
    background-color: var(--ol-green-dark) !important;
}

/* ONBOARDING */
/* all */
[data-page="onboarding"] #bg-image {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: left bottom !important;
}

#month-outlined:checked+.btn,
#year-outlined:checked+.btn {
    background-color: var(--ol-green-dark);
}




#month-outlined:checked+.btn>div>h3,
#year-outlined:checked+.btn>div>h3,
#month-outlined:checked+.btn>div>p,
#year-outlined:checked+.btn>div>p {
    color: var(--ol-yellow-white);
}

#month-outlined:not(:checked)+.btn>.checkmark,
#year-outlined:not(:checked)+.btn>.checkmark {
    display: none;
}

/* #year-outlined:checked+.btn {
    background-color: var(--ol-green-dark);
    color: var(--ol-yellow-white);
} */

.btn-outline-pricing {
    /* border: 2px solid darkgreen; */
    --bs-btn-border-color: var(--ol-green-dark);
    --bs-btn-border-width: 2px;
    --bs-btn-color: var(--ol-green-dark);
    --bs-btn-active-border-color: var(--ol-green-dark);
    color: var(--ol-green-dark);
    transition: unset;
}


.btn-outline-pricing>.subscr_content {
    /* border: 2px solid darkgreen; */
    height: 100%;
    width: 100%;
}

.btn-outline-pricing>.checkmark>i {
    padding: 0.5rem;
    aspect-ratio: 1;
    background-color: var(--ol-green-dark);
}

#subscription_checking {
    text-align: center;
}

#subscription_checking>i {
    color: var(--ol-green-dark);
}

.btn-outline-pricing>.checkmark {
    left: 24px;
    top: -16px;
}



/* light */

.theme-light [data-page="onboarding"] h1,
.theme-light [data-page="onboarding"] h5 {
    color: var(--ol-green-dark) !important;
}

/* dark */




/* ---SLIM CROPPER--- */
/* .slim {
    max-width: 500px;
} */

#importing_progress_container,
#importing_shops_progress_container,
#syncing_shops_progress_container {
    height: 36px;
    background-color: gray;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#importing_progress_bar,
#importing_shops_progress_bar,
#syncing_shops_progress_bar {
    width: 0%;
    height: 100%;
    background-color: var(--ol-green-dark);
    transition: linear width 2000ms;

}

#importing_progress_value,
#importing_progress_done,
#importing_shops_progress_value,
#syncing_shops_progress_value {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    color: white;
    padding: 5px 0;
}

@media only screen and (min-width: 1000px) {

    [data-page="onboarding"] #bg-image,
    [data-page="login"] #bg-image {
        background-image: url("/images/limoncello-horizontal_desktop.png") !important;
    }

    #download_container {
        background-image: url('/images/limoncello-horizontal_desktop.png');

    }
}


.ol-support-icon {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    -webkit-animation: bounce 1.2s forwards;
    -webkit-animation-delay: 2s;

    -moz-animation: bounce 1.2s forwards;
    -moz-animation-delay: 2s;

    animation: bounce 1.2s forwards;
    animation-delay: 2s;
    /* animation: fadeIn 3s; */
    display: none
}

.ol-support-text {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
    -webkit-animation: fadeIn 0.5s forwards;
    -webkit-animation-delay: 3.2s;

    -moz-animation: fadeIn 0.5s forwards;
    -moz-animation-delay: 3.2s;

    animation: fadeIn 0.5s forwards;
    animation-delay: 3.2s;
    display: none
}

.bubble {
    position: relative;
    background: var(--ol-green-dark);
    color: white;
    font-family: Arial;
    text-align: center;
    border-radius: 10px;
    border: 3px solid white;
    padding: 0.5rem;
}

.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: var(--ol-green-dark) transparent;
    border-width: 10px 10px 0;
    bottom: -10px;
    right: 10px;
    margin-left: -10px;
}

.bubble:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: white transparent;
    border-width: 13px 13px 0;
    bottom: -14px;
    right: 10px;
    margin-right: -3px;
    display: block;
}


.promo-collapse-button {
    font-size: 18px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.promo-collapse-button:active,
.promo-collapse-button:hover {
    border-color: transparent !important;
    color: var(--ol-green-dark) !important;
    opacity: 1 !important;
}

/*  Bootstrap override*/
.collapsing {
    transition: none !important;
}

.select_for_group_buttons .amount_container {
    border: solid 2px #4A89DC !important;
    display: flex;
    padding: 0;
}

.select_for_group_buttons .amount_container>button:first-of-type {
    border-right: solid 2px #4A89DC
}

.select_for_group_buttons .amount_container>button:last-of-type {
    border-left: solid 2px #4A89DC
}

@keyframes bounce {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    20% {
        transform: translateY(-120%) rotate(20deg);
        opacity: 1;
    }

    30% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-25%)
    }

    50% {
        transform: translateY(0)
    }

    60% {
        transform: translateY(-12%)
    }

    70% {
        transform: translateY(0)
    }

    80% {
        transform: translateY(-6%)
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.header-ol {
    width: unset !important;
    margin-left: unset !important;
    transform: translate(-50%, 0px);
    max-width: 70%;
    white-space: nowrap;
    overflow: scroll;
}

@keyframes fadeIn {
    0% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
            /* rtl:ignore */
        ;
    }
}

.ol-slide-out-right {
    animation: 0.25s linear forwards slideout-to-right;
}

.ol-slide-in-left {
    animation: 0.25s linear forwards ol-slide-in-left;
}


.disabled-visible {
    opacity: 0.3;
    pointer-events: none;
    margin: 5px 0;
}

.disabled-visible .switch {
    display: none;
}

#products_relations_container {
    min-height: 800px;
}


/* Style for the original item when selected (optional) */
.sortable-chosen {
    opacity: 0;
    /* Make the original item slightly transparent */
    /* Remove any border or background that might interfere with the drag image */
}

.sortable-ghost {
    opacity: 0.5;
}

/* Style for the element actually being dragged */
.sortable-drag {
    position: absolute !important;
    /* ESSENTIAL for floating */
    z-index: 9999 !important;
    /* ESSENTIAL to be on top */
    opacity: 0.8 !important;
    /* Floating transparency */
    /* Distinct color for dragged item */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3) !important;
    /* Stronger shadow */
    transform: rotate(-2deg);
    /* Slight rotation for a "floating" feel */
    cursor: grabbing !important;
    padding: 10px 20px !important;
    max-height: 50px !important;
}

.sortable-drag p {
    display: none;
}

.relations_item_product_list {
    display: none;
}

.relations_item_product_list .ios-switch {
    margin-top: 0px !important;
}

.relations_item_product_list .ios-switch label::before {
    margin-top: 0px !important;
}

#products_relations_enabled .relations_item_product_list {
    display: block;
}

#products_relations_available .list-group-item,
#products_relations_enabled .list-group-item {
    cursor: pointer;
}

.error_box {
    background-color: rgb(255, 171, 171);
    border: 2px solid red;
    color: red;
}

/* WHASTAPP STYLE START  */
.preview_container_phone_content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.preview_container_phone {
    width: 370px !important;
    /* min-width: 250px; */
    aspect-ratio: 0.4933;
    /*         border-radius: min(60px, 100vw/7.5) !important;
 */
    border-radius: 60px !important;
    margin: auto;
}

.preview_container_phone #preview_container_header,
.preview_container_phone .message_row,
.preview_container_phone .preview_type_box_container {
    margin-left: 5%;
    margin-right: 5%;
}

.preview_container_phone #preview_container_header {
    padding-top: 50px;
}

.preview_container_phone .preview_type_box_container {
    margin-top: auto;
}

.preview_container_phone .preview_type_box {
    padding-bottom: 30px;
}

.preview_type_box_input_container {
    margin: 5px 8px;
    padding: 9px 12px;
    background-color: white;
}

.preview_type_box_plus i {
    margin: 8px;
}



.preview_type_box {
    padding: 5px 16px;
    background-color: #f0f2f5;
    position: relative;
    display: flex;
    align-items: center;
}

.message_green::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: #d9fdd3 transparent transparent transparent;
    top: 25px;
    right: 15px;
}

.message_green>div {
    background-color: #d9fdd3 !important;
}

.message:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    top: 10px;
    left: 15px;
}

#preview_container {
    position: relative;
    overflow: hidden;

    max-width: 750px;
    background-color: #efeae2;
}

#preview_container_header {
    padding: 10px 16px;
    background-color: #f0f2f5;
    position: relative;
    display: flex;
    align-items: center;
}

.header_img_container {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.header_img_container img {
    width: 40px;
    border-radius: 50px;
}

.header_name_container {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
    flex-grow: 1;
}

.header_name_container h5 {
    color: #111b21 !important;
}

.header_buttons {
    margin-left: auto;
    margin-right: 15px;
    font-size: 22px;
    color: #111b21;
}

.message {
    padding: 50px;
    padding-right: 19px !important;
    padding-left: 25px !important;
    padding-top: 10px !important;
    max-width: 336px !important;
    position: relative;
    width: 90%;
}

.message_green {
    padding: 10px;
    margin-left: auto;
    padding-left: 19px !important;
    padding-right: 25px !important;
    padding-top: 25px !important;
    max-width: 336px !important;
    position: relative;
    width: 90%;
}

.message_green .message_content {
    padding: 3px !important;
    border-top-right-radius: 0px !important;
}

.message .message_content {
    padding: 3px !important;
    border-top-left-radius: 0px !important;
    background-color: white;
}

.message_content_body {
    padding: 7px 4px 5px 6px;
    position: relative;
    line-height: 18px !important;
}

.message_content_body_header {
    color: #111b21;
    font-size: 14px !important;
}

.message_content_body span {
    color: #111b21;
    font-size: 14px;
}

.message_content_body .message_content_body_text {
    white-space: break-spaces;

}

.message_content_body_text {
    margin-bottom: 5px;
    font-weight: 300;

}

.message_content_body_footer {
    line-height: 17px;
    font-size: 11px;

    /* white-space: pre-wrap; */
}

.message_content_footer {
    background-color: white;
    margin-top: 3px;
    padding: 3px;
}

.message_content_body_time {
    position: absolute;
    right: 7px;
    bottom: 0px;
    font-size: 11px;
    color: #667781;
}

.message_content_footnote {

    font-size: 9px;
    color: #97a1a6;
}

.wa-bg {
    opacity: 0.4;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url('/images/wa-bg3.png');
}

.phone-overlay {
    opacity: 0.8;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url('/images/phone.png');
    background-repeat: no-repeat;
    z-index: 5;
    background-size: cover;
}

.campaign_list_group_tags {
    font-size: 10;
    line-height: 1;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    border: 2px solid gray;
    opacity: 0.8;
    margin-right: 0.5rem;
    margin-bottom: 0;
}

.template_container {
    transition: 200ms;
}

.template_container #preview_container {
    transition: 200ms;
    min-height: 270px;
}

.template_container:has(.start-template:hover) {
    transform: scale(1.02)
}

.template_container:has(.start-template:hover) #preview_container {
    transform: scale(0.98)
}

.hh_cooldown_container {
    position: sticky;
    bottom: 0px;
}

.error-box {
    background-color: rgb(255, 171, 171);
    border: 2px solid red;
    color: red;
}

.warning-box {
    background-color: rgb(255, 243, 205);
    border: 2px solid orange;
    color: orange;
}

/* WHASTAPP STYLE END */
@keyframes slideout-to-right {
    0% {
        transform: translateX(0);

    }

    100% {
        transform: translateX(100vw);

    }
}

@keyframes ol-slide-in-left {
    0% {
        transform: translateX(-100vw);

    }

    100% {
        transform: translateX(0);

    }
}

.error-highlight {
    animation: errorHighlight 400ms ease-in-out 0s 3;
}

@keyframes errorHighlight {
    0% {
        background-color: transparent;
    }

    25% {
        background-color: rgba(255, 0, 0, 0.5);
    }

    75% {
        background-color: rgba(255, 0, 0, 0.5);
    }

    100% {
        background-color: transparent;
    }
}