/*monthly quotation button*/
.es-tab-quotation {border: 1px #576BFF !important;}

.es-tab-quotation a {
    font-weight: 700;
    padding: 8px 18px;
}

.es-tab-quotation a:hover {
    opacity: 0.9;
}

/*admin button*/
.es-admin-floating-btn {
    position: fixed;
    bottom: 50%;
    right: 40px;
    background: #e60023;
    color: #ffffff !important;
    padding: 14px 22px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
}

.es-admin-floating-btn:hover {
    opacity: 0.9;
}


@media (max-width: 768px) {
    .es-admin-floating-btn {
        bottom: 15%;
        right: 20px;
        padding: 10px 16px;
        font-size: 14px;
        border-radius: 6px;
    }
}