html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  overflow-x: hidden;
}

nav {
    align-items: center;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    color: #333;
    max-height: 50px;
    text-align: initial;
}

footer img {
    max-height: 32px;
}

nav .logo {
    max-height: 36px;
}

.main {
    width: 100%;
}

.nav-link {
    padding: 0px !important;
}

.form-label.required:after{
    content: '*';
    color: #df5168;
}

.toast {
    --bs-toast-bg: rgba(255, 255, 255, 1);
}

.bootstrap-select .dropdown-menu li a span.text {
    display: block !important;
}

.shadow-sm-2 {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.2);
}

.no-focus-outline {
    box-shadow: none !important;
}

.nav-item .dropdown-item {
    color: #212529 !important;
}