.floating-btn {
    position: fixed;
    bottom: 80px;
    right: 12px;
    /* background-color: #1a76d1; */
    background: #09203F;
    border-radius: 5px;
    padding: 5px;
    color: white !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    font-size: 16px;
    text-align: center;
    transition: background-image 0.3s ease, box-shadow 0.3s ease;
    z-index: 999;
}

.floating-btn:hover {
    background: white;
    color: #1976D1 !important;
    /* Hover color */
}

.act {
    border-bottom: 3px solid #0a549f;
    border-image: linear-gradient(to right, #77a5de, #1669bc) 1;
}

.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: not-allowed;

}
