
.content-wrapper>.content{
padding: 0 !important;
}
.container{
    max-width: 100%;
}

.user-panel {
    display: none !important
}

.dashboard {
    font-family: Arial, sans-serif;
    padding: 20px;
}
.nav-header.Client {
    display: none;
}
.dashboard h1 {
    margin-bottom: 20px;
}

.stats {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.stat {
    flex: 1;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.stat h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #333;
}

.stat p {
    font-size: 2em;
    font-weight: bold;
    color: #007bff;
}

.recent table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.recent th, .recent td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.recent th {
    background-color: #f1f1f1;
    font-weight: bold;
}

.charts {
    margin-top: 40px;
}
.card {
    border-radius: 12px;
    overflow: hidden;
}

.card-body i {
    margin-bottom: 10px;
}

.table-hover tbody tr:hover {
    background-color: #f9f9f9;
}

.badge {
    font-size: 0.9rem;
}
.text-primary {
    color: #212d65 !important;
}
.accent-primary a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn){
    color: #55c3b6;
}
.main-sidebar,.bg-primary,.btn-primary{
    background-color: #212d65 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-color: #212d65;
}
.btn-success,.alert-success{
 background-color: #55c3b6 !important;
}
.alert a{

    color: #212d65 !important;

    }
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
    background-color: #55c3b6;
}
.brand-link img.img-circle{
    border-radius: 0px !important;
}
.brand-link .elevation-3{
    box-shadow : 0 0 0 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 0px !important;
}
.jazzmin-login-page{
    background-color: #212d65 !important;
}

.slot-tag {
    margin: 5px;
    border-radius: 20px;
}


        .slot-container {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 10px;
        }
        .select2-container--default .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
            background-color: #55c3b6 !important;
                color: #ffffff;
                    border-right:none;
        }
        .slot-btn {
            padding: 8px 12px;
            border-radius: 5px;
            background-color: #f0f0f0;
            cursor: pointer;
            border: 1px solid #ccc;
            font-size: 14px;
            width: 90px;
        }
        .slot-btn:hover {
            background-color: #ddd;
        }
        .slot-btn.selected {
            background-color: #007bff;
            color: white;
            border-color: #007bff;
        }

  /* ✅ Style the container */
    .service-container {
        margin-top: 10px;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #f9f9f9;
    }

    /* ✅ Style the section title */
    .service-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
    }

    /* ✅ Style each checkbox row */
    .service-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    /* ✅ Custom style for checkboxes */
    .styled-checkbox {
        width: 24px;
        height: 23px;
        margin-right: 8px;
        appearance: none;
        border: 2px solid #0056b3;
        border-radius: 4px;
        position: relative;
    }

    /* ✅ Style the checkmark */
    .styled-checkbox:checked {
        border-color: #0056b3;
    }

    .styled-checkbox:checked::after {
        content: "✔";
        color: white;
        position: absolute;
        font-size: 14px;
        top: 1px;
        left: 3px;
    }