.leftside-menu,
body[data-leftbar-theme="dark"] .leftside-menu,
body[data-leftbar-compact-mode="condensed"]:not(.authentication-bg)
.wrapper
.leftside-menu
.logo,
body[data-leftbar-compact-mode="condensed"]:not(.authentication-bg)
.side-nav
.side-nav-item:hover > .collapse > ul,
body[data-leftbar-compact-mode="condensed"]:not(.authentication-bg)
.side-nav
.side-nav-item:hover > .collapsing > ul,
body[data-leftbar-theme="dark"] .leftside-menu .logo {
    background: rgb(27, 70, 59);
}

.bg-clube {
    background-color: var(--bs-primary);
}

.tablechamada tr:last-child td.d-flex {
    border-bottom: 0;
}

body[data-leftbar-compact-mode="condensed"]:not(.authentication-bg)
.side-nav
.side-nav-item:hover
.side-nav-link {
    background: #183e34;
}
.bgLoading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 30%);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnImport {
    border: 0px;
}

.title-filter {
    font-size: 13px;
}

.link-custom {
    color: #cedce4;
    pointer-events: all;
}

    .link-custom:hover {
        color: #fff;
    }

.card-sede strong,
.card-sede span {
    color: #6c757d;
    font-size: 14.4px;
}

.card-sede .header-title {
    text-align: left;
}

.tabela-sede-horarios th,
.tabela-sede-horarios td {
    padding: 0.95rem 0;
}

.adicionar-item {
    cursor: pointer;
}

.adicionar-item-botao {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-pages .card {
    box-shadow: none !important;
}

.account-pages {
    background: #1b463b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}


    .account-pages .card-header {
        background: #1b463b !important;
        border-radius: 0;
    }

    .account-pages .card-body {
        border-radius: 0.25rem !important;
    }

.btn-primary {
    background: var(--bs-primary);
    border: 0;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background: var(--bs-primary-hover);
    }

.switch {
    zoom: 0.6;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.steps-custom .horizontal-steps .horizontal-steps-content .step-item {
    color: #1b463b;
}

    .steps-custom .horizontal-steps .horizontal-steps-content .step-item.current span {
        color: #1b463b;
    }

.steps-custom .horizontal-steps .process-line {
    background-color: #183e34;
}

input:checked + .slider {
    background-color: #183e34;
}

input:focus + .slider {
    box-shadow: 0 0 1px #183e34;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.action-icon {
    cursor: pointer;
}

.switch-sorteio {
    position: absolute;
    margin: 0 0 0 25px;
}

.botao-sorteio {
    margin: 0 0 0 7px;
}

.placa-icone {
    color: #FFF;
    text-align: center;
    width: 31px;
    font-weight: bold;
    padding: 1px;
    border-radius: 5px;
}

.placa-icone-entrada {
    background: #48894d;
}

.placa-icone-saida {
    background: #c93b34;
}

.placa-icone-inline {
    display: inline-block;
    margin-left: 10px;
}

.alerta-entrada-liberada {
    background: #165931;
    display: block;
    color: white;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.alerta-entrada-atencao {
    background: #c93b34;
    display: block;
    color: white;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.alerta-mensagem-socio-interna {
    background: #c93b34;
    display: block;
    color: white;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.placa-input-mes-ano {
    display: flex;
}

    .placa-input-mes-ano #mesInput {
        flex: 1;
        text-align: center;
    }

.placa-input-divisao {
    margin: 10px;
}

.placa-input-mes-ano #anoInput {
    width: 100px;
}

.placa-filtro-tempo-real {
    margin-right: 10px;
}

.trVermelha {
    background-color: hsl(0, 100%, 89%);
}

.trAmarela {
    background-color: hsl(38, 100%, 89%);
}

@media (max-width: 1700px) {
    .breakCol .row {
        flex-direction: column;
    }

    .breakCol .col-xl-6 {
        width: 100% !important;
    }
}

.center-spinner {
    position: absolute;
    z-index: 1050;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}