body {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f4f4f5;
}

.navbar-light .navbar-nav .nav-link {
    color: #343a40;
    font-weight: 700;
}
.navbar-brand img {
    width: 60px;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px !important;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px !important;
    }
}
.navbar {
    height: unset !important;
    position: relative;
    padding: .5rem 1rem;
    border-bottom: solid 4px #d4152f;
}
footer {
    color: #71767f;
    text-align: center;
    height: 200px;
    position: relative;
    background: #f7f7f8;
    padding: 25px;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 70px)
}
main {
    flex: 1;
}
.just-validate-error-label {
    width: 100%;
    margin-top: .25rem;
    color: #e3342f !important;
}
.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}
.sw-theme-basic {
    border: none !important;
}
.sw>.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.sw-theme-basic>.nav {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1) !important;
}
.sw.sw-justified>.nav .nav-link, .sw.sw-justified>.nav>li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.sw.sw-justified>.nav .nav-link, .sw.sw-justified>.nav>li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.sw>.nav .nav-link>.num {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    pointer-events: none;
    height: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 10em;
    text-align: center;
    font-size: 1.7em;
    font-weight: 800;
    clear: both;
    line-height: 1;
    text-decoration: none;
}
.sw-theme-basic>.nav .nav-link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -1px;
    transition: all .35s ease .15s;
    width: 100%;
}
.sw-theme-basic>.nav .nav-link.active::after {
    background: #009EF7 !important;
}
.sw-theme-basic>.nav .nav-link.active {
    color: #009EF7 !important;
    cursor: pointer;
    position: relative;
}
.sw-theme-basic>.nav .nav-link.default {
    color: #b0b0b1;
    cursor: not-allowed;
}