.header-font {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color:white;
}
.flex {
    display: flex;
}
.flex-vertical {
    display: flex !important;
    align-items: center;
}
.flex-vertical-table {
    display: flex;
    align-items: center;
}
.flex-vertical-end {
    display: flex;
    align-items: flex-end;
}
.flex-justify-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.flex-justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-justify-no-center {
    display: flex;
    justify-content: space-between;
}
.flex-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.flex-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-revert {
    display: flex;
    flex-direction: row-reverse;
}
.background-header {
    background: #000000 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0;
}
li.site-menu-item::marker {
    color: transparent;
}
.white-color {
    color: #fff;
}
.black-color {
    color: #000;
}
ul.dropdown-menu {
    border-radius: 8px !important;
    top: 40px;
    left: -105px;
    position: absolute;
    z-index: 1000;
    min-width: 160px;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}
.site-menu > .item-main > a {
    padding: 0 20px;
    position: relative;
}
li.site-menu-item .hover-item:hover {
    background: #c30e2e !important;
    border-radius: 24px;
    color: #FFFFFF;
}
li.site-menu-item a:active span {
    background: #c30e2e;
    border-radius: 24px;
    color: #FFFFFF;
}
li.aside-menu-item a:hover span {
   background: none;
}
li.site-menu-item a:hover {
    text-decoration: none;
}
li.is-shown a:hover span {
    color: #c30e2e;
    background: #fff;
    border-radius: 0;
    padding: 0;
}
li.item-menu a:hover span {
    color: #76838f;
    background: none;
    border-radius: 0;
    padding: 0;
}
li.is-shown a span {
    color: #76838f;
    font-weight: 400;
}
li.item-sub.active {
    background: #fff !important;
}
.site-menu > .site-menu-item > a {
    padding: 0 15px;
}
.icon-language {
    background: #2E2D2F;
    border-radius: 39px;
    height: 39px;
    width: 39px;
}
.icon-language:hover {
    background: #565557 !important;
    box-shadow: 0.1em 0.1em 3em rgb(0 0 0 / 20%);
}
.icon-user {
    width: 39px !important;
    height: 39px;
    text-align: center;
    border-radius: 39px;
    background: #FCF2F3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-user-name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    color: #c30e2e;
}
.avatar i {
    width: 12px;
    height: 12px;
}
.create-button {
    display: flex;
    align-items: center;
    border: transparent;
    padding: 8px 12px 8px 8px;
    width: 113px;
    height: 32px;
    background: #28B45F;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 8%);
    border-radius: 34px;
    cursor: pointer
}
.create-button-font {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    color: #FFFFFF;
    margin-left: 6px;
}
.create-button:hover {
    background: #51a351;
}
.text-right .d-inline-flex:hover {
    text-decoration: none;
    color: transparent;
}
.site-menu > .site-menu-item > a {
 padding: 0 10px;
}
.site-menu > .site-menu-item.active {
    border: 0;
}
.un-border {
    border: 0 !important;
}
.hamburger-header {
    margin-left: 0;
}
@media (max-width: 1056px) {
    .hamburger-hide {
        display: none;
    }
}

