/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* Always stay above everything */
.swal2-container {
    z-index: 999999 !important;
}

/* Toast box */
.modern-toast {
    width: 420px !important;
    padding: 18px 22px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

/* Title */
.modern-toast-title {
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* Icon size */
.modern-toast .swal2-icon {
    transform: scale(1.4);
}

/* Progress bar */
.swal2-timer-progress-bar {
    height: 4px !important;
}

.sidebar,
.sidebar[data-background-color=white],
.sidebar[data-background-color=dark] {
    width: 180px !important;
}

.logo-header,
.logo-header[data-background-color=dark] {
    width: 180px !important;
}

.sidebar_minimize .sidebar {
    width: 75px !important;
}

.sidebar_minimize .logo-header {
    width: 75px !important;
}

.sidebar .nav > .nav-item > a {
    padding: 8px 15px !important;
    margin-bottom: 0 !important;
}

    .sidebar .nav > .nav-item > a p {
        margin-bottom: 0 !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
    }

    .sidebar .nav > .nav-item > a i {
        line-height: 30px !important;
        font-size: 16px !important;
        margin-right: 10px !important;
        width: 20px !important;
    }

.sidebar_minimize:not(.sidebar_minimize_hover) .sidebar .nav > .nav-item > a p {
    display: none !important;
}
.sidebar_minimize:not(.sidebar_minimize_hover) .sidebar .nav > .nav-item > a i {
    margin-right: 0 !important;
}
.sidebar_minimize:not(.sidebar_minimize_hover) .sidebar .nav > .nav-item > div {
    display: none !important;
}

.sidebar[data-background-color=dark] .nav .nav-item > a:hover {
    background: rgba(21, 114, 232, 0.3) !important;
    border-radius: 4px !important;
}

.main-panel {
    width: calc(100% - 180px) !important;
    float: right !important;
}

.sidebar_minimize .main-panel {
    width: calc(100% - 75px) !important;
    float: right !important;
}

.main-header {
    width: calc(100% - 180px) !important;
}

.sidebar_minimize .main-header {
    width: calc(100% - 75px) !important;
}

.sidebar_minimize.sidebar_minimize_hover .sidebar {
    width: 180px !important;
}

.sidebar_minimize.sidebar_minimize_hover .logo-header {
    width: 180px !important;
}

.sidebar_minimize.sidebar_minimize_hover .main-panel {
    width: calc(100% - 180px) !important;
}

.sidebar_minimize.sidebar_minimize_hover .main-header {
    width: calc(100% - 180px) !important;
}

.sidebar .scroll-wrapper {
    width: 100% !important;
}
.sidebar .sidebar-wrapper:not(.scroll-content) {
    width: 100% !important;
}
