﻿.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;
}

.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 {
    background-color: #008069 !important;
}
