#toast-container {
    z-index: 99999 !important;
}

    #toast-container > .toast {
        opacity: 1 !important;
    }
    #toast-container > .toast-success {
        background-color: #28a745 !important;
        color: #ffffff !important;
    }

    #toast-container > .toast-error {
        background-color: #dc3545 !important;
        color: #ffffff !important;
    }

    #toast-container > .toast-info {
        background-color: #17a2b8 !important;
        color: #ffffff !important;
    }

    #toast-container > .toast-warning {
        background-color: #ffc107 !important;
        color: #212529 !important;
    }


.global-loader {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .global-loader .spinner-border {
        width: 3rem;
        height: 3rem;
    }
.ribbon-diagonal {
    position: absolute;
    top: 10px;
    right: -30px;
    transform: rotate(45deg);
    background: #dc3545;
    color: white;
    padding: 4px 40px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
}

.whatsapp-float {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: 0.3s ease;
}

    .whatsapp-float:hover {
        background-color: #1ebe5d;
        color: white;
        transform: scale(1.1);
    }
.noUi-connect {
    background-color: #0d6efd;
}