@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Rubik:wght@400;500;600&display=swap');

@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/proxima/ProximaNova.otf");
}

body {
    font-family: "ProximaNova";
}

.dataTables_filter {
    float: left !important;
}

.dataTables_length {
    float: right !important;
}

.dataTables_length select {
    color: #FFF;
}

.dataTables_wrapper .dataTables_length select {
    background-color: #333333 !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid transparent !important;
    border-radius: 15px !important;
    padding: 5px !important;
    background-color: #2D2D2D !important;
    margin-left: 0px !important;
    padding-left: 10px !important;
    width: 400px !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

input[type="search"] {
    color: #FFF;
}

.topbar #sidebarToggleTop {
    background-color: #eaecf4;
}


.message {
    position: absolute;
    bottom: 25px;
    right: 45px;
}

.alert-success {
    background: #1F8A70;
    color: #FFF;
}

.alert-danger {
    background: #E21818;
    color: #FFF;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    border-color: transparent;
}

@media (min-width: 576px) {
    .login-form {
        width: 25rem;
    }
}