﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.NomeSistema {
    font-family: 'Montserrat';
    font-size: 2rem;
}

.swal2-title {
    font-size: 1.75em !important;
}

.swal2-content {
    margin-top: 0.5rem !important;
    font-size: 1em !important;
}

.settings-title {
    padding: 1.35rem 1.5rem;
    font-size: 0.875rem;
    background: #022054;
}

body[data-theme="dark"] .sidebar {
    background: #022054;
}

body[data-theme="dark"] .sidebar-content {
    background: #022054 !important;
}

body[data-theme="dark"] a.sidebar-link {
    background: #022054;
}

body[data-theme="dark"] .sidebar-link:hover {
    background: #022054;
}

body[data-theme="dark"] .wrapper {
    background: #022054;
}

.text-primary {
    color: #022054 !important;
}

.hamburger,
.hamburger:after,
.hamburger:before {
    background: #022054;
}

.navbar-light .navbar-nav .nav-link {
    color: #022054 !important;
}

.btn .feather {
    width: 24px;
    height: 24px;
    margin-top: -6px;
}

.feather {
    width: 24px;
    height: 24px;
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: 0px !important;
    }
}
