/* body {
    background: url('../img/bg-10.jpg') no-repeat center center fixed;
    background-size: cover;
} */

#snow-bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
    opacity: 0.55;
}

.site-login {
    min-height: 700px;
    border-radius: .25rem;
}

.site-signup {
    min-height: 700px;
    border-radius: .25rem;
}

.client-create {
    min-height: 700px;
    border-radius: .25rem;
}

.client-update {
    min-height: 700px;
    border-radius: .25rem;
}

.employee-create {
    min-height: 700px;
    border-radius: .25rem;
}

.employee-update {
    min-height: 700px;
    border-radius: .25rem;
}

#dashboard-index {
    min-height: 700px;
    padding: 20px;
    border-radius: .25rem;
}

:root {
    /* Choisis la couleur que tu veux ici */
    --snowbec-navbar-bg: #2c2f36;
    /* bleu nuit doux */
}

.navbar {
    background-color: var(--snowbec-navbar-bg) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    /* shadow sous le navbar */
}

#main-snowbec-content-container {
    min-height: 100vh;
    height: 100%;
    margin-top: 56px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container,
.footer>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.login-center {
    z-index: 2;
}

.navbar-toggler {
    z-index: 3;
}

.navbar-brand {
    z-index: 3;
}

.account-dropdown .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: .5rem;
    z-index: 4;
}

.navbar form>button.logout:focus,
.navbar form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form>button.logout:focus {
    outline: none;
}

.breadcrumb {
    background-color: #2c2f360d;
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item>a {
    text-decoration: none;
}

.site-content-blurred {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
}

.language-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1055;
}

.language-loading-spinner .spinner-border {
    width: 3rem;
    height: 3rem;
}

.nav-button {
    padding: 0.3rem 0.45rem;
    font-size: 15px;
    width: 87.08px;
}

#my-account-dropdown {
    width: auto !important;
}

.dropdown-menu {
    background-color: rgb(33, 37, 41);
}

.dropdown-menu a,
.dropdown-menu button {
    color: white !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: white !important;
    background-color: #0d6efd !important;
}

.dropdown-item {
    padding: 0.75rem;
}

.btn-primary {
    background-color: #0d6efd !important;
}

.breadcrumb {
    font-size: 12px;
    padding: .50rem 0.75rem;
}

#dashboard-index {
    .nav-tabs .nav-link.active {
        color: #0d6efd !important;
    }

    .nav-link {
        color: #495057;
    }
}

.employee-route-step {
    background-color: #f8f9fa;
}

table td,
table th {
    text-align: center;
}

.global-status {
    font-size: 1.25rem;
    font-weight: 500;
}

#button-dashboard-start-operation i {
    font-weight: 100 !important;
}

.medium-icon {
    font-size: 18px;
}

th a {
    color: black;
}

#button-cancel-operation {
    width: 251.64px;
}

.card-body {
    overflow: auto;
}

.gridview-action-buttons button,
.gridview-action-buttons a {
    width: 130px;
}

/* --- Status colors ------------------------------------------------------- */

.status-label {
    font-weight: 600;
}

.status-success {
    color: #198754;
    /* Bootstrap success */
}

.status-warning {
    color: #f0ad4e;
    /* Bootstrap warning */
}

.status-danger {
    color: #dc3545;
    /* Bootstrap danger */
}

.status-cancelled {
    color: #dc3545;
}

.status-info {
    color: #0d6efd;
    /* Bootstrap info */
}

.status-muted {
    color: #6c757d;
}

td .badge {
    padding: 0.5rem;
    font-weight: 500;
    font-size: 13px;
}

@media(max-width:767px) {
    .navbar .mobile-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1;
        background: #212529;
        padding: .5rem 1rem;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem;
    }

    .employee-route-step {
        padding: 0.75rem 1rem;
    }

    #navbar-brand-emoji {
        display: none;
    }

    #main-snowbec-content-container {
        padding-top: 16px;
    }
}

@media (min-width: 768px) {
    .login-center {
        left: auto !important;
        right: var(--bs-gutter-x, .75rem);
        top: 50%;
        transform: translateY(-50%) !important;
    }

    .account-dropdown .dropdown-menu {
        left: auto !important;
        right: 0;
        transform: none !important;
    }
}