body, html {
    padding: 0;
    margin: 0;
}
.main-wrapper {
    overflow: hidden;
    width: 100%;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/**
Header
 */
header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 50;
    height: 70px;
    box-shadow: 1px 0 7px rgb(0 0 0 / 5%);
}
.navbar {
    min-height: 70px;
    padding: 0;
    position: relative;
    flex-wrap: wrap;
}
.navbar-header {
    background-color: #066045;
    position: fixed;
    z-index: 10;
}
.navbar-header, .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    line-height: 70px;
}
.navbar-brand {
    text-decoration: none;
    color: #ffffff;
    font-size: 35px;
}
.navbar-end {
    line-height: initial;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding-right: 5px;
    display: flex;
}
.navbar-end a {
    color: #ffffff;
}
.header__stats {
    margin-left: 25px;
}
.header__stats--gray {
    font-size: 18px;
}
.header__stats--big {
    font-size: 20px;
}
.navbar-toggle {
    position: relative;
    margin-left: 20px;
}
/**
toggle menü for sidebar
 */
.nav-open {
    display: none;
    height: 25px;
    width: 25px;
}
.nav-closed span,
.nav-open span {
    display: block;
    height: 2px;
    background-color: #ffffff;
    width: 25px;
}
.nav-open span:nth-child(1) {
    rotate: 45deg;
    position: absolute;
    top: 11px;
}
.nav-open span:nth-child(2) {
    rotate: -45deg;
    position: absolute;
    right: 0;
    top: 11px;
}
.nav-closed span:nth-child(1) {
    margin-top: 0;
}
.nav-closed span:nth-child(2),
.nav-closed span:nth-child(3) {
    margin-top: 7px;
}
#nav-open:target aside {
    width: 240px;
    transition: 0.2s all ease-in-out;
}
#nav-open:target .nav-open {
    display: block;
}
#nav-open:target .nav-closed,
#nav-open:target .hide-open {
    display: none;
}
#nav-open:target .hide-menu {
    display: inline-block;
    transition: 0.01s all ease-in-out;
}
/**
Sidebar
 */
aside {
    background-color: #1d2228;
    width: 60px;
    position: fixed;
    height: 100%;
    color: #ffffff;
    z-index: 40;
    transition: 0.2s all ease-out;
}
.scroll-sidebar {
    position: relative;
    height: calc(100% - 20px);
    margin-top: 70px;
    padding: 15px;
}
.scroll-sidebar a {
    color: #f4f6f9;
}
.hide-menu {
    display: none;
    vertical-align: super;
    padding-left: 10px;
}
.hide-open {
    display: inline-block;
}
.sidebar-nav {
    padding-left: 3px;
}
.sidebar-nav li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    min-height: 30px;
    padding-bottom: 15px;
}
.sidebar-nav__small-cap .hide-menu {
    padding-bottom: 10px;
    margin-left: 15px;
}
.sidebar-nav-item svg {
    width: 24px;
    fill: #06C68C;
}
.sidebar-nav-item a {
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
/**
Main area whit content
 */
main {
    padding-left: 60px;
    margin-top: 70px;
    background: #f4f6f9;
    position: relative;
    display: block;
}
.container-fluid {
    padding: 25px;
    min-height: calc(100vh - 130px);
    max-width: 1300px;
    margin: 0 auto;
}
.page-title {
    color: #066045;
}
a {
    text-decoration: none;
}
.page-card {
    min-height: 50px;
    background-color: #ffffff;
    padding: 15px;
    position: relative;
    margin-bottom: 50px;
}
.card-page__border-left {
    position: absolute;
    background-color: #066045;
    height: 30px;
    width: 2px;
    left: 0;
}
.card-page__title {
    margin-top: 4px;
    color: #455a64;
    font-size: 18px;
    font-weight: 500;
}
.card-page__title-2 {
    margin-top: 25px;
}

/**
default values
 */
table {
    width: 100%;
    border-color: #e8eef3;
    border-collapse: collapse;
    color: #455a64;
}
tbody {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
tr {
    border-width: 1px 0;
    border-style: solid;
    border-color: inherit;
}
td, th {
    border-width: 0 1px;
    border-style: solid;
    border-color: inherit;
    padding: 0.75rem;
}
th {
    text-align: left;
}
td svg {
    width: 20px;
    height: 20px;
    fill: #066045;
}
.setting td:first-child {
    width: 80%;
}
.setting  td:last-child {
    width: 50px;
}
.user td:first-child {
    width: 50%;
}
table.user {
    margin-bottom: 25px;
}
table.page {
    margin-bottom: 20px;
}
table.page td:first-child {
    width: 200px;
}

/**
modal
 */
.modal {
    display: none;
    opacity: 0;
    pointer-events: none;
}
.modal:target {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}
.modal__close {
    position: absolute;
    right: 3px;
    top: 5px;
    width: 25px;
    height: 25px;
}
.modal__window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    justify-content: center;
    padding: 0;
    border-width: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(100, 100, 100, 0.4);
    align-items: center;
}
.modal__scrolling-container {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
}
.modal__content {
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    position: relative;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 0 auto;
    text-align: left;
    background-color: #ffffff;
}
.modal__content--small {
    max-width: 320px;
}
.modal__content h4 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: #455a64;
    margin-top: 0;
}

form.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
form label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
    display: inline-block;
    color: #474E52;
}
.form-control {
    display: block;
    width: calc(100% - 0.750rem);
    padding: 0.375rem;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.5;
    color: #474E52;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}
input:read-only {
    background-color: #eee;
}
.text-area {
    resize: vertical;
    height: 500px;
}
.form__entry {
    width: 100%;
    margin-bottom: 15px;
}

.btn {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    border: none;
}
.btn--success {
    background-color: #066045;
    color: #ffffff;
}
.btn__form {
    margin-top: 15px;
}

.success {
    background-color: #066045;
}
.error {
    background-color: #940000;
}
.info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px;
    color: #ffffff;
}
.info a,
.info svg {
    color: #ffffff;
    fill: #ffffff;
    height: 20px;
}

.w-100 {
    width: 100%;
}
.text-end {
    text-align: end;
}
.d-flex {
    display: flex;
    justify-content: space-between;
}
.fill--red {
    fill: #940000;
}
.teaser-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 50px;
}
.teaser-box .page-card {
    margin-bottom: unset;
}
.box_25 {
    flex: 1 1 24%;
}
.box_50 {
    flex: 0 1 49%;
}
.box_85 {
    flex: 0 1 85%;
}
.box_80 {
    flex: 0 1 80%;
}
.color--gray {
    color: #4C5867;
}
.m-h-20 {
    min-height: 20px;
}
.m-b-0 {
    margin-bottom: 0;
}
.m-t-18 {
    margin-top: 18px;
}
.no-wrap {
    flex-wrap: nowrap;
}
.t-a-e {
    text-align: end;
}