/* TODO - test then clean up these two blocks */
.alert-info{
    background-color: #f2c05a !important;
    border-color: #f2c05a !important;
    color: #fff !important;
    padding: 10px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}

.alert-error{
    background-color: #801d20;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
}
.modal-content {
    background-color: rgba(105, 22, 28, 0.8) !important;
    color: whitesmoke;
}
.modal-header, .modal-footer {
    border: none !important;
}

.card {
    background-color: rgba(128, 29, 32, 0.05) !important;
    color: whitesmoke;
}
.card-selected {
  border: 2px solid rgb(242, 192, 90) !important;
}

.btn-link {
    color: rgba(179, 20, 25) !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.socials {
    font-size: 1.5rem;
    color: #801d20;
}

.event-twitter {
    font-size: 1.5rem;
    color: #1da1f2 !important;
    box-shadow: none !important;
}

.event-whatsapp {
    font-size: 1.5rem;
    color: #25d366 !important;
    box-shadow: none !important;
}

.event-facebook {
    font-size: 1.5rem;
    color: #1877f2 !important;
    box-shadow: none !important;
}

.border-lines {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-prime {
    color: #fff !important;
    background-color: #f2c05a !important;
    border-color: #f2c05a !important;
}

.btn-prime.raised,
.btn-prime.raised:focus {
    box-shadow: 0 3px 0 0 #af7500 !important;
    outline:0px !important;
}

.btn-prime.raised:active,
.btn-prime.raised.active {
    background: #f2c05a;
    box-shadow: none !important;
    outline:0px !important;
    margin-bottom: -3px;
    margin-top: 3px;
}

.btn-sec {
    color: #fff !important;
    background-color: #801d20 !important;
    border-color: #801d20 !important;
}

.btn-sec.raised,
.btn-sec.raised:focus {
    box-shadow: 0 3px 0 0 #441d20 !important;
    outline:0px !important;
}

.btn-sec.raised:active,
.btn-sec.raised.active {
    background: #801d20;
    box-shadow: none !important;
    outline:0px !important;
    margin-bottom: -3px;
    margin-top: 3px;
}

.btn-counter {
    color: whitesmoke !important;;
    background-color: transparent !important;
    border-color: transparent !important;
    cursor: default;
    pointer-events: none;
}

th, td, i {
    color: whitesmoke;
}

.disabled_icon, .bi-trash {
    color: rgba(179, 20, 25)
}

/* Pulse where images will load */
.image-load::before {
    content: "";
    position: absolute;
    inset: 0;
    animation: pulse 2s 5s;
    background-color: rgba(255, 255, 255, 0);
}

.image-load.loaded::before {
    content: none;
    animation: none;
}

@keyframes pulse {
    0% {
        background-color: rgba(255, 255, 255, 0);
    }
    50% {
        background-color: rgba(255, 255, 255, 0.2);
    }
    100% {
        background-color: rgba(255, 255, 255, 0);
    }
}
/* ########## */

#total_banner.fade:not(.show) {
    color: whitesmoke;
    height: 0;
    overflow: hidden;
}

#total_banner.show {
    background-color: rgba(33, 37, 41, 0.05) !important;
    color: whitesmoke;
    border-color: transparent !important;
    height: auto;
    opacity: 1;
    transition: opacity 0.5s;
}

#total_banner_row {
    background-color: rgba(128, 29, 32, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: .25rem;
}