﻿
.toast-container {
    z-index: 2000 !important;
}

.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .floating-buttons a {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

.floating-whatsapp {
    background: #25D366;
}

.floating-call {
    background: #0d6efd;
}

</style >
@* Modal pop up *@
<style >
/* ===== THEMED MODAL ===== */
.modal-content {
    border-radius: 16px;
    border: none;
    background: var(--light);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.modal-header {
    background: var(--primary);
    color: var(--dark);
    border-bottom: none;
    padding: 1.25rem 1.5rem;
}

.modal-title {
    font-weight: 700;
    font-size: 1.25rem;
}

.modal-header .btn-close {
    filter: brightness(0);
    opacity: 0.8;
}

    .modal-header .btn-close:hover {
        opacity: 1;
    }

.modal-body {
    padding: 1.75rem;
    color: var(--dark);
    /* background: var(--light); */
}

.modal-footer {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 1rem 1.5rem;
}

    .modal-footer .btn-primary,
    .modal-body .btn-primary {
        background: var(--primary);
        border-color: var(--primary);
        color: var(--dark);
        font-weight: 600;
    }

        .modal-footer .btn-primary:hover {
            background: #e0ae00; /* slightly darker */
        }

    .modal-footer .btn-secondary {
        /*  background: transparent;
                                                border: 2px solid var(--primary);
                                                color: var(--primary);
                                                font-weight: 600; */
    }

        .modal-footer .btn-secondary:hover {
            background: var(--primary);
            color: var(--dark);
        }

.modal-body .form-control {
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    background: #fff;
}

    .modal-body .form-control:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 3px rgba(243, 189, 0, 0.2);
    }

.modal-header {
    background: linear-gradient( 135deg, var(--primary), #ffd84d );
}



/*   .devhead {
            display: none !important;
        } */
.btn-success {
    background: none;
    border: 2px solid var(--primary);
    color: black;
    /* font-weight: 600; */
    background-color: white
}

.btn-success:hover {
    background: var(--primary);
    color: var(--dark);
}

.btn-primary {
    background: none;
    border: 2px solid var(--primary);
    color: black;
    /* font-weight: 600; */
    background-color: white
}

    .btn-primary:hover {
        background: var(--primary);
        color: var(--dark);
    }

.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 6px 10px;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
}

.select2-selection__rendered {
    line-height: 30px !important;
}

.select2-selection__arrow {
    height: 36px !important;
}

table .select2-container {
    width: 100% !important;
}