
.user-dash {
    background-color: #7b330000;
    padding: 0px;
    box-shadow: 0 2px 0px rgb(0 0 0 / 0%);
}
.text-muted {
    color: #ffffffbd !important;
}

.card-body {
    color: #ffffff;
}

.g-3 {
    display: flex;
    flex-direction: column;
}

.log-reg {
    color: #353535 !important;
}

.col-md-6 {
    margin: 0;
    padding: 0;
}

.badge {
    border-radius: 2px;
    font-size: 1em;
    text-shadow: 0 0 3px #00000094;
    font-weight: 100;
}
.btn.btn-outline-primary {
    background: #0c6efd;
    color: #ffffff;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-group {
    border-radius: 2px;
}
.book-card-f {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row.book {
    gap: 20px;
}
.btn.btn-outline-danger {
    background: #c40005;
    color: #ffffff;
}
.users-3 {
    padding-bottom: 20px;
    padding-top: 0px;
}
.card.booking-card {
    border-radius: 2px;
}
    .sidebar {
        margin-top: 90px;
    }

    .sidebar .nav-link.user {
        color: #fff;
        padding: 15px 20px;
        width: 25%;
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sidebar .nav-link.user:hover,
    .sidebar .nav-link.user.active {
        background: #9a2300;
        color: #fff;
    }
.border-warning {
    background: #ffe2253d;
    border-color: #ffc107 !important;
}
.border-success {
    background: #00d2713d;
    border-color: #28a745 !important;
}
.border-primary {
    border-color: #0085f6 !important;
    background: #006ecc82;
}
.table {
--bs-table-bg: #30150e;
--bs-table-color: #fff;
margin: 0px;
border-color: #ffffff45;
}
.text-decoration-none {
    color: #fff;
}
.card {
    border-color: #ffffff45;
    border-radius: 2px;

}




@media screen and (max-width: 991px) {
    .sidebar {
        margin-top: 35px;
    }
    .col-md-4 {
        widht: 100%;
    }



}