.topbar-left-menu li {
    /*float: left;*/
    max-height: 50px;
}

.topbar-left-menu {
    position: relative;
    z-index: 1;
}

.topbar-left-menu .nav-link {
    padding: 0;
    color: #98a6ad;
    min-width: 32px;
    display: inline;
    text-align: center;
    margin: 0 10px;
    position: relative;
    line-height: 50px;
}

.topbar-left-menu .nav-link:last-child {
    margin-right: 0;
}

.topbar-left-menu .nav-link a {
    color: white;
}

.topnav-navbar {
    min-height: 50px !important;
}
.topnav-navbar .topnav-logo {
    line-height: 50px !important;
}

.navbar-collapse {
    justify-content: space-between;
}

.navbar-custom .topbar-right-menu li {
    max-height: 50px !important;
}

.topbar-dropdown .nav-link {
    line-height: 47px !important;
}

.notification-list .noti-icon {
    line-height: 50px !important;
}

.notification-list .noti-icon-badge {
    top: 17px !important;
}

.topnav-navbar-dark {
    background-color: #131E29 !important;
}

.topnav-navbar .topnav-logo {
    min-width: 90px !important;
}

body {
    background-color: #f7f7f7 !important;
    color: #363636 !important;
    font-family: "Averta",sans-serif; !important;
}

.form-control {
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

.btn-success {
    color: #fff;
    background-color: #08a742 !important;
    border-color: #08a742 !important;
}

label {
    font-weight: 300 !important;
}

.hidden {
    display: none;
}
.table-responsive2 {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.no-wrap {
    white-space: nowrap;
}


#toasts {
    min-height: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 400px;
    z-index: 9999;
}

#toasts .toast {
    background: #d6d8d9;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    color: rgba(0,0,0, .6);
    cursor: default;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    padding: 20px;
    transform: translateY(15%);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100;
}

#toasts .toast.success {
    background: #26d68a;
}

#toasts .toast.warning {
    background: #ffa533;
}

#toasts .toast.info {
    background: #2cbcff;
}

#toasts .toast.error {
    background: #f44336;
}

#toasts .toast.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}

#toasts .toast.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all .5s ease-in-out;
}

#toasts .toast .close {
    cursor: pointer;
    font-size: 24px;
    height: 16px;
    margin-top: -10px;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 16px;
}

.badge-gold {
    background-color: gold;
}

.navbar-custom .topbar-right-menu .nav-link {
    margin: 0 !important;
    margin-right: 20px;
}

@media (max-width: 1366px) {
    .topnav-navbar .navbar-toggle {
        display: block;
        margin: 10px 0 10px 20px !important;
    }

    .navbar-collapse {
        display: flex;
        justify-content: center;
        position: absolute !important;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #131E29;
        padding: 0 24px;
    }

    .topnav-navbar .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**
Translation editor
 */
.web-edit {
    border: 2px red solid;
    z-index: 9999999999999;
}

.web-edit-block {
    color: red;
    fill: red;
}