﻿.rigel-danger {
    color: var(--danger) !important;
}

.page-logo img {
    width: auto;
    height: auto;
}

.blur-6 {
    filter: blur(6px);
}

.card-article {
    width: 200px;
}

@media all and (max-width: 768px) {
    .dd-menu-media-manager {
        min-width: auto;
    }

        .dd-menu-media-manager a {
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 10px;
        }

    .card-article {
        width: 100%;
    }
}

.btnMediaManager {
    background-color: var(--danger);
    color: white;
}

    .btnMediaManager:hover {
        background-color: transparent;
        color: var(--danger);
    }

.carouselCampaigns .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd3995' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    height: 35px;
    width: 35px;
}

.carouselCampaigns .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd3995' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    height: 35px;
    width: 35px;
}

.hidden {
    display: none;
}

.margin-auto {
    margin: auto;
}

.text-align-right {
    text-align: right !important;
}

.tooltip-inner {
    max-width: 500px !important;
}

.increased-zindex-class {
    z-index: 999999 !important;
}

.mandatory-field::before {
    content: "*";
    color: #000;
    margin-right: 5px
}

.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.whatsapp-bg,
#chat_container-whatsapp .chat-segment-sent .chat-message {
    background-color: #008069 !important;
}

.bg-trans-gradient.whatsapp-bg {
    background: linear-gradient(250deg, #008069, #008069);
}

@media only screen and (max-width: 1399px) {
    .responsive-logo {
        display: block !important; /* Mostra l'immagine sui dispositivi mobili */
    }
}

.select2-container.is-invalid .select2-selection {
    border-color: #fd3995 !important; /* rosso bootstrap */
}

.select2-container.is-valid .select2-selection {
    border-color: #1dc9b7 !important; /* verde bootstrap */
}

.select2-selection__clear {
    color: #000 !important; /* o il colore che preferisci */
}

.bg-success-light {
    background-color: #d4edda;
    color: #155724;
}

.bg-primary-light {
    background-color: #cce5ff;
    color: #004085;
}

.bg-primary-soft {
    background-color: #e2e3f3;
    color: #383d63;
}

.bg-warning-light {
    background-color: #fff3cd;
    color: #856404;
}

.bg-warning-soft {
    background-color: #fff8e1;
    color: #7b5e00;
}
