/* Add your variable customizations of layout here */
html {
    height: 100%;
    font-size: 13px;
}

body {
    font-family: "IBM Plex Sans";
    font-size: 13px;
    font-weight: 400;
    color: #191a1c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    min-height: 100%;
    background-color: #f8fafc;
}
body.blocked-scroll {
    overflow: auto;
}

a {
    text-decoration: none;
}

.ajax-loader {
    font-size: 32px;
    color: #F3A841;
}

.layout-main {
    padding-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
}
.layout-main .layout-content {
    flex: 1 0 auto;
    padding: 2em;
}

@media (max-width: 992px) {
    .layout-main {
        padding-top: 112px;
    }
}
.layout-content {
    padding: 24px;
}

@media (max-width: 992px) {
    .layout-content {
        padding: 32px 13px;
    }
}
.layout-topbar {
    position: fixed;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 56px;
    color: #ffffff;

}
.layout-topbar .layout-topbar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px;
    height: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    margin-right: 16px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-left .layout-topbar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-grow: 1;
    height: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
    margin: 0 1em;
    border-radius: 4px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a > .topbar-icon {
    font-size: 24px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
    display: none;
    position: absolute;
    top: 55px;
    left: 5px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    min-width: 250px;
    width: 100%;
    animation-duration: 0.2s;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.layout-submenu-pos-right {
    left: auto;
    right: 5px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header {
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header .header-text {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header .header-helper-text {
    font-size: 12px;
    cursor: pointer;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul .layout-submenu-header .header-helper-text:hover {
    font-weight: 500;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu {
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    min-width: auto;
    margin-right: 0.5em;
    list-style-type: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li {
    padding: 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper {
    position: relative;
    display: block;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper input {
    padding: 10px 40px 10px 10px;
    width: 180px;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul.search-item-submenu > li .search-input-wrapper i {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li {
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul > li .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 8px 0;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > ul {
    margin-right: 24px;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > a {
    display: none;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.active-topmenuitem > ul {
    display: block;
}
.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    height: 36px;
    width: 1px;
    border-right: 1px solid transparent;
}
.layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    margin-right: 16px;
    margin-left: 24px;
    border-radius: 4px;
}
.layout-topbar .layout-topbar-wrapper .layout-rightpanel-button > i {
    font-size: 24px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .layout-topbar {
        height: 112px;
    }
    .layout-topbar .layout-topbar-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
        position: absolute;
        right: 13px;
        top: 12px;
        margin-right: 0;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
        padding: 0px 13px;
        height: 60px;
        margin-left: 0;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
        position: absolute;
        left: 13px;
        top: 12px;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right {
        height: 60px;
        width: 100%;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions {
        width: 100%;
        padding: 0 1em;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > a {
        display: block;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu {
        display: none;
        position: fixed;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu form {
        width: 100%;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item > .search-item-submenu form > span > input {
        width: 100%;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li.search-item.active-topmenuitem .search-item-submenu {
        display: block;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > a {
        margin: 0;
    }
    .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions > li > ul {
        top: 112px;
        width: 90%;
        left: 5%;
        position: fixed;
    }
}
.layout-topbar-seagreen .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #354045;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #d8dadc;
    background-color: rgba(216, 216, 216, 0.1);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: rgba(178, 178, 178, 0.1);
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #d8dadc;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: rgba(216, 216, 216, 0.1);
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #354045;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: rgba(216, 216, 216, 0.1);
    color: #d8dadc;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: #f3f4f4;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #d8dadc;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: rgba(216, 216, 216, 0.1);
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #d8dadc;
}
.layout-topbar-seagreen .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: rgba(216, 216, 216, 0.1);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-dark .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #252729;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #d8dadc;
    background-color: rgba(255, 255, 255, 0.1);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: rgba(217, 217, 217, 0.1);
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #d8dadc;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #454749;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #252729;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: rgba(255, 255, 255, 0.1);
    color: #d8dadc;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: #f3f4f4;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #d8dadc;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #454749;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #d8dadc;
}
.layout-topbar-dark .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #454749;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-light .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #f8fafc;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
    color: #000000;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #65686a;
    background-color: rgba(0, 0, 0, 0.06);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: rgba(0, 0, 0, 0.06);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #65686a;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: rgba(0, 0, 0, 0.06);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #f8fafc;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: rgba(0, 0, 0, 0.06);
    color: #65686a;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: #7e8284;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #65686a;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: rgba(0, 0, 0, 0.06);
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #65686a;
}
.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: rgba(0, 0, 0, 0.06);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-bluedark .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #232946;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #b8c1ec;
    background-color: rgba(216, 216, 216, 0.1);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: rgba(178, 178, 178, 0.1);
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #b8c1ec;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: rgba(216, 216, 216, 0.1);
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #232946;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: rgba(216, 216, 216, 0.1);
    color: #b8c1ec;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: #e0e4f7;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #b8c1ec;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: rgba(216, 216, 216, 0.1);
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #b8c1ec;
}
.layout-topbar-bluedark .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: rgba(216, 216, 216, 0.1);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-blue .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #2E88FF;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: rgba(255, 255, 255, 0.15);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: rgba(217, 217, 217, 0.15);
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #2E88FF;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fffffe;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: rgba(255, 255, 255, 0.15);
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-blue .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: rgba(255, 255, 255, 0.15);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-teallight .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #21B5AD;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #159A92;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #0c5752;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #159A92;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #21B5AD;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #159A92;
    color: #fffffe;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #159A92;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-teallight .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #159A92;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-purple .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #636FC0;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: rgba(255, 255, 255, 0.15);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: rgba(217, 217, 217, 0.15);
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #636FC0;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fffffe;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: rgba(255, 255, 255, 0.15);
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-purple .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: rgba(255, 255, 255, 0.15);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-magenta .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #C03995;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: rgba(255, 255, 255, 0.15);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: rgba(217, 217, 217, 0.15);
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #C03995;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fffffe;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: rgba(255, 255, 255, 0.15);
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-magenta .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: rgba(255, 255, 255, 0.15);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-yellow .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #F3A841;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #82561B;
    background-color: #F5B967;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #f0981f;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #82561B;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #F5B967;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #F3A841;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #F5B967;
    color: #82561B;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: #ac7224;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #82561B;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #F5B967;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #82561B;
}
.layout-topbar-yellow .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #F5B967;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-green .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #21B567;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #209C5B;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #135d36;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #209C5B;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #21B567;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #209C5B;
    color: #fffffe;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #209C5B;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-green .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #209C5B;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-cyan .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #2199B5;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #42A8C0;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #2d7788;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #42A8C0;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #2199B5;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #42A8C0;
    color: #fffffe;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #42A8C0;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-cyan .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #42A8C0;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-gray .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #525557;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #5F6264;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #3a3c3d;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #5F6264;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #525557;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #5F6264;
    color: #fffffe;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #5F6264;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-gray .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #5F6264;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-graylight .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #8B8E90;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #7F8284;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #595c5d;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #7F8284;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #8B8E90;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #7F8284;
    color: #fffffe;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #7F8284;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-graylight .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #7F8284;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-purplelight .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #9754B8;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #A66DC2;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #8143a0;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #A66DC2;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #9754B8;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #A66DC2;
    color: #fffffe;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #A66DC2;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-purplelight .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #A66DC2;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-orange .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #EC7A51;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #EF9473;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #e7602e;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #EF9473;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #EC7A51;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #EF9473;
    color: #fffffe;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #EF9473;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-orange .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #EF9473;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-red .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #FE566D;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #F66F82;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #f22744;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #F66F82;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #FE566D;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #F66F82;
    color: #fffffe;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #F66F82;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-red .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #F66F82;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-purpledark .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #44358F;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #5F539F;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #41396d;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #5F539F;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #44358F;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #5F539F;
    color: #fffffe;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #5F539F;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-purpledark .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #5F539F;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-tealdark .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #076D72;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #388A8E;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #225557;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #388A8E;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #076D72;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #388A8E;
    color: #fffffe;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #388A8E;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-tealdark .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #388A8E;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.layout-topbar-indigo .layout-topbar {
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #303498;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
    color: #fffffe;
    background-color: #4E52A7;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button:hover {
    background-color: #363873;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a {
    color: #fffffe;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > a:hover {
    background-color: #4E52A7;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul {
    box-shadow: 0 2px 8px 0 rgba(25, 26, 28, 0.12);
    background-color: #ffffff;
    color: #191a1c;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-header .header-helper-text {
    color: #8b8e90;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul .layout-submenu-item:hover {
    background-color: #EBEDEF;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper {
    background-color: #303498;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input {
    background-color: #4E52A7;
    color: #fffffe;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper input::placeholder {
    color: white;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item > ul.search-item-submenu .search-input-wrapper i {
    color: #fffffe;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item-v-separator {
    border-right-color: #4E52A7;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button {
    color: #fffffe;
}
.layout-topbar-indigo .layout-topbar .layout-topbar-wrapper .layout-rightpanel-button:hover {
    background-color: #4E52A7;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.menu-wrapper {
    height: 100%;
    width: 240px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transform: none;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
}
.menu-wrapper .layout-menu-container {
    overflow: auto;
    height: 100%;
}
.menu-wrapper .layout-menu-container .layout-profile.layout-profile-active .layout-profile-icon {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons {
    padding: 18px 6px 8px;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons img {
    width: 36px;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons .icons i {
    margin-left: 4px;
    cursor: pointer;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button {
    padding: 6px 6px 8px;
    margin: 0 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button .layout-profile-userinfo .layout-profile-name {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button .layout-profile-icon {
    font-size: 15px;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
    list-style: none;
    padding: 0 12px;
    margin: 0 0 16px;
    display: none;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li.info {
    display: none;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li a i {
    margin-right: 8px;
}
.menu-wrapper .layout-menu-container .layout-menu {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}
.menu-wrapper .layout-menu-container .layout-menu > li > ul > li {
    border-left: 4px solid transparent;
}
.menu-wrapper .layout-menu-container .layout-menu li {
    padding: 0px 8px 20px;
}
.menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > a i.layout-submenu-toggler {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem > a {
    display: none;
}
.menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem > div {
    padding-left: 8px;
    margin-bottom: 8px;
}
.menu-wrapper .layout-menu-container .layout-menu li.layout-root-menuitem > div > .layout-menuitem-text {
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #8b8e90;
    text-transform: uppercase;
}
.menu-wrapper .layout-menu-container .layout-menu li .layout-menu-tooltip {
    display: none;
}
.menu-wrapper .layout-menu-container .layout-menu li > a {
    margin: 0px;
    padding: 6px 8px 6px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.menu-wrapper .layout-menu-container .layout-menu li > a .layout-menuitem-text {
    margin: 0 8px;
}
.menu-wrapper .layout-menu-container .layout-menu li > a i {
    font-size: 15px;
}
.menu-wrapper .layout-menu-container .layout-menu li > a i.layout-submenu-toggler {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: auto;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul li ul {
    display: none;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li {
    padding: 0;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li.layout-root-menuitem > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li > div {
    display: none;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li a {
    padding-left: 20px;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li a {
    padding-left: 30px;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li a {
    padding-left: 40px;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li a {
    padding-left: 50px;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li ul li a {
    padding-left: 60px;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li ul li ul li a {
    padding-left: 70px;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 80px;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 90px;
}
.menu-wrapper .layout-menu-container .layout-menu li > ul > li ul li ul li ul li ul li ul li ul li ul li ul li ul li a {
    padding-left: 100px;
}

@media (min-width: 993px) {
    .layout-overlay .menu-wrapper {
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transform: translate3d(-260px, 0px, 0px);
    }
    .layout-overlay.layout-overlay-active .menu-wrapper {
        transform: translate3d(0px, 0px, 0px);
    }

    .layout-static .menu-wrapper {
        transform: translate3d(-260px, 0px, 0px);
    }
    .layout-static .layout-main {
        -moz-transition: margin-left 0.2s;
        -o-transition: margin-left 0.2s;
        -webkit-transition: margin-left 0.2s;
        transition: margin-left 0.2s;
    }
    .layout-static.layout-static-active .menu-wrapper {
        transform: translate3d(0px, 0px, 0px);
    }
    .layout-static.layout-static-active .layout-main {
        margin-left: 240px;
    }
    .layout-static.layout-static-active .layout-topbar {
        width: calc(100% - 240px);
    }
}
@media (max-width: 992px) {
    .layout-wrapper .menu-wrapper {
        top: 112px;
        height: calc(100% - 112px);
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transform: translate3d(-260px, 0px, 0px);
    }
    .layout-wrapper.layout-mobile-active .menu-wrapper {
        transform: translate3d(0px, 0px, 0px);
    }
    .layout-wrapper.layout-mobile-active .layout-mask {
        display: block;
    }
}
@media (min-width: 993px) {
    .layout-horizontal .menu-wrapper {
        top: 56px;
        width: 100%;
        height: 44px;
        z-index: 997;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container {
        overflow: visible;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile {
        position: absolute;
        right: 24px;
        top: 4px;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > .profile-image-icons {
        display: none;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
        padding: 0;
        margin-top: 2px;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button img {
        width: 32px;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons {
        padding: 0;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons .icons {
        display: none;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button {
        display: none;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
        top: 35px;
        right: 0px;
        width: 230px;
        position: absolute;
        padding: 8px 12px;
        overflow: auto;
        max-height: 450px;
        -moz-border-radius-bottomleft: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li.info {
        display: block;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px;
        width: 100%;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info .layout-profile-userinfo .layout-profile-name {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info .icons i {
        margin-left: 8px;
        cursor: pointer;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-profile.layout-profile-active .layout-profile-menu {
        display: block;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-menu {
        list-style-type: none;
        margin: 0px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > a i.layout-submenu-toggler {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > ul {
        display: block;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li {
        padding: 0;
        position: relative;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li .layout-menu-tooltip {
        display: none;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > a {
        margin-right: 6px;
        padding: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li.layout-root-menuitem > div {
        display: none;
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        display: none;
        list-style-type: none;
        top: 35px;
        left: 0px;
        width: 230px;
        position: absolute;
        padding: 8px 0;
        margin: 0;
        z-index: 100;
        overflow: auto;
        max-height: 450px;
        -moz-border-radius-bottomleft: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    }
    .layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul > li {
        padding: 0px 8px;
        border: 0 none;
    }
    .layout-horizontal .layout-topbar .layout-topbar-wrapper .layout-topbar-left .menu-button {
        display: none;
    }
    .layout-horizontal .layout-main {
        padding-top: 100px;
    }
    .layout-horizontal .layout-main .layout-config {
        top: 100px;
        height: calc(100% - 100px);
    }
}
@media (min-width: 993px) {
    .layout-slim .menu-wrapper,
    .layout-slim-plus .menu-wrapper {
        width: 60px;
        height: 100%;
    }
    .layout-slim .menu-wrapper .layout-menu-container,
    .layout-slim-plus .menu-wrapper .layout-menu-container {
        overflow: visible;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile > .profile-image-icons,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > .profile-image-icons {
        display: none;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
        text-align: center;
        padding: 12px 0;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button img,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button img {
        width: 32px;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons .icons,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons .icons {
        display: none;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button {
        display: none;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
        top: 0;
        left: 60px;
        width: 230px;
        position: absolute;
        padding: 8px 12px;
        overflow: auto;
        max-height: 450px;
        -moz-border-radius-bottomleft: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li.info,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li.info {
        display: block;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px;
        width: 100%;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info .layout-profile-userinfo .layout-profile-name,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info .layout-profile-userinfo .layout-profile-name {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info .icons,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info .icons i,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu li .profile-info .icons i {
        margin-left: 8px;
        cursor: pointer;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-profile.layout-profile-active .layout-profile-menu,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile.layout-profile-active .layout-profile-menu {
        display: block;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu {
        margin: 0;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        display: none;
        padding: 0 5px;
        position: absolute;
        left: 66px;
        top: 12px;
        margin: 0;
        line-height: 1;
        border-radius: 1px;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        padding: 6px 8px;
        font-weight: 700;
        min-width: 75px;
        white-space: nowrap;
        text-align: center;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
        -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
        box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        top: 50%;
        left: -4px;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > ul,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu li.active-menuitem > ul {
        display: block;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu > li,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li {
        position: relative;
        padding: 0;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.layout-root-menuitem > div,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.layout-root-menuitem > div {
        display: none;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a {
        padding: 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        position: relative;
        border-radius: 0px;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a .layout-menuitem-text,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a .layout-menuitem-text {
        display: none;
        margin: 0;
        font-size: 12px;
        font-weight: normal;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a i,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a i {
        font-size: 24px;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a i.layout-submenu-toggler,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a i.layout-submenu-toggler {
        display: none;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > a:hover + .layout-menu-tooltip,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a:hover + .layout-menu-tooltip {
        display: block;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        position: absolute;
        overflow: auto;
        top: 0;
        left: 60px;
        min-width: 250px;
        max-height: 450px;
        display: none;
        padding: 12px;
        border-left: 4px solid;
        -moz-border-radius-topright: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul > li,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul > li {
        border: 0 none;
    }
    .layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip,
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
        display: none;
    }
    .layout-slim .layout-topbar,
    .layout-slim-plus .layout-topbar {
        width: calc(100% - 60px);
    }
    .layout-slim .layout-topbar .layout-topbar-left .menu-button,
    .layout-slim-plus .layout-topbar .layout-topbar-left .menu-button {
        display: none;
    }
    .layout-slim .layout-main,
    .layout-slim-plus .layout-main {
        margin-left: 60px;
    }

    .layout-slim-plus .menu-wrapper {
        width: 80px;
    }
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .profile-image-icons img {
        width: 40px;
    }
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
        left: 80px;
    }
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.layout-root-menuitem div.layout-menu-tooltip {
        display: none;
    }
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > a .layout-menuitem-text {
        display: block;
    }
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        left: 80px;
    }
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul > li > div.layout-menu-tooltip {
        display: none;
    }
    .layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
        display: none;
    }
    .layout-slim-plus .layout-main {
        margin-left: 80px;
    }
    .layout-slim-plus .layout-topbar {
        width: calc(100% - 80px);
    }
}
.layout-menu-dark .menu-wrapper {
    background-color: #252729;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: none;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: #8b8e90;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: #F3A841;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: #d8dadc;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(216, 218, 220, 0.5);
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: #454749;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: #d8dadc;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: #454749;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: #8b8e90;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: #d8dadc;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: #454749;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: #F3A841;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: #F3A841;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: #d8dadc;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: #454749;
}
.layout-menu-dark .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #F3A841;
}
@media (min-width: 993px) {
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: #252729;
    }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #d8dadc;
    }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(216, 218, 220, 0.7);
    }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(216, 218, 220, 0.7);
    }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #d8dadc;
    }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #d8dadc;
    }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #454749;
    }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: #252729;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #d8dadc;
    }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #454749;
    }
    .layout-menu-dark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #F3A841;
    }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: #F3A841;
        color: #ffffff;
    }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #ffffff;
    }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: #252729;
        border-color: #F3A841;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #d8dadc;
    }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #454749;
    }
    .layout-menu-dark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-dark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #F3A841;
    }
}

.layout-menu-light .menu-wrapper {
    background-color: #f8fafc;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: none;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: #8b8e90;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: #F3A841;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: #525557;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(82, 85, 87, 0.5);
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: #d8dadc;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: #525557;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: #d8dadc;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: #8b8e90;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: #525557;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: #d8dadc;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: #F3A841;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: #F3A841;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: #525557;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: #d8dadc;
}
.layout-menu-light .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: #F3A841;
}
@media (min-width: 993px) {
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: #f8fafc;
    }
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #525557;
    }
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(82, 85, 87, 0.7);
    }
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(82, 85, 87, 0.7);
    }
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #525557;
    }
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #525557;
    }
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #d8dadc;
    }
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: #f8fafc;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #525557;
    }
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #d8dadc;
    }
    .layout-menu-light.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #F3A841;
    }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: #F3A841;
        color: #ffffff;
    }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #ffffff;
    }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: #f8fafc;
        border-color: #F3A841;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #525557;
    }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #d8dadc;
    }
    .layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #F3A841;
    }
}

.layout-menu-bluedark .menu-wrapper {
    background-color: #232946;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: none;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: #d4d8f0;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: #b8c1ec;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(184, 193, 236, 0.5);
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: #121629;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: #b8c1ec;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: #121629;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: #d4d8f0;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: #b8c1ec;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: #121629;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: #b8c1ec;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: #121629;
}
.layout-menu-bluedark .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: #232946;
    }
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #b8c1ec;
    }
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(184, 193, 236, 0.7);
    }
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(184, 193, 236, 0.7);
    }
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #b8c1ec;
    }
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #b8c1ec;
    }
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #121629;
    }
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: #232946;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #b8c1ec;
    }
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #121629;
    }
    .layout-menu-bluedark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: white;
    }
    .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: #232946;
        color: white;
    }
    .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: white;
    }
    .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: #232946;
        border-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #b8c1ec;
    }
    .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #121629;
    }
    .layout-menu-bluedark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-bluedark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: white;
    }
}

.layout-menu-blue .menu-wrapper {
    background-color: #0F53AD;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #2E88FF 0%, #0F53AD 100%);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-blue .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-blue.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #0F53AD;
    }
    .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #0F53AD;
    }
    .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #0F53AD;
    }
    .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #0F53AD;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-blue.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-blue.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #0F53AD;
    }
}

.layout-menu-teallight .menu-wrapper {
    background-color: #107D77;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #21B5AD 0%, #107D77 100%);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-teallight .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-teallight.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #107D77;
    }
    .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #107D77;
    }
    .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #107D77;
    }
    .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #107D77;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-teallight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-teallight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #107D77;
    }
}

.layout-menu-purple .menu-wrapper {
    background-color: #444F9C;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #636FC0 0%, #444F9C 100%);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purple .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-purple.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #444F9C;
    }
    .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #444F9C;
    }
    .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #444F9C;
    }
    .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #444F9C;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-purple.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-purple.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #444F9C;
    }
}

.layout-menu-magenta .menu-wrapper {
    background-color: #8F3673;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #C03995 0%, #8F3673 100%);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-magenta .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-magenta.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #8F3673;
    }
    .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #8F3673;
    }
    .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #8F3673;
    }
    .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #8F3673;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-magenta.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-magenta.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #8F3673;
    }
}

.layout-menu-yellow .menu-wrapper {
    background-color: #AC7D3D;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #F3A841 0%, #AC7D3D 100%);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-yellow .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-yellow.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #AC7D3D;
    }
    .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #AC7D3D;
    }
    .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #AC7D3D;
    }
    .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #AC7D3D;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-yellow.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-yellow.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #AC7D3D;
    }
}

.layout-menu-green .menu-wrapper {
    background-color: #397E5A;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #21B567 0%, #397E5A 100%);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-green .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-green.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #397E5A;
    }
    .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #397E5A;
    }
    .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #397E5A;
    }
    .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #397E5A;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-green.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-green.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #397E5A;
    }
}

.layout-menu-cyan .menu-wrapper {
    background-color: #1D798E;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #2199B5 0%, #1D798E 100%);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-cyan .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-cyan.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #1D798E;
    }
    .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #1D798E;
    }
    .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #1D798E;
    }
    .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #1D798E;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-cyan.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-cyan.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #1D798E;
    }
}

.layout-menu-purplelight .menu-wrapper {
    background-color: #7F469A;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #9754B8 0%, #7F469A 100%);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purplelight .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-purplelight.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #7F469A;
    }
    .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #7F469A;
    }
    .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #7F469A;
    }
    .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #7F469A;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-purplelight.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-purplelight.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #7F469A;
    }
}

.layout-menu-orange .menu-wrapper {
    background-color: #C27254;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #EC7A51 0%, #C27254 100%);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-orange .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-orange.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #C27254;
    }
    .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #C27254;
    }
    .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #C27254;
    }
    .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #C27254;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-orange.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-orange.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #C27254;
    }
}

.layout-menu-red .menu-wrapper {
    background-color: #AD4150;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #FE566D 0%, #AD4150 100%);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-red .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-red.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #AD4150;
    }
    .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #AD4150;
    }
    .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #AD4150;
    }
    .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #AD4150;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-red.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-red.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #AD4150;
    }
}

.layout-menu-tealdark .menu-wrapper {
    background-color: #076D72;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #159197 0%, #076D72 100%);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-tealdark .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-tealdark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #076D72;
    }
    .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #076D72;
    }
    .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #076D72;
    }
    .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #076D72;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-tealdark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-tealdark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #076D72;
    }
}

.layout-menu-purpledark .menu-wrapper {
    background-color: #44358F;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #6856C2 0%, #44358F 100%);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-purpledark .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-purpledark.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #44358F;
    }
    .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #44358F;
    }
    .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #44358F;
    }
    .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #44358F;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-purpledark.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-purpledark.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #44358F;
    }
}

.layout-menu-indigo .menu-wrapper {
    background-color: #2C2F7C;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-image: linear-gradient(300deg, #303498 0%, #2C2F7C 100%);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .layout-profile-name {
    color: white;
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-image-icons i:hover {
    color: rgba(255, 255, 255, 0.5);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-profile .layout-profile-button .profile-info-button:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-profile ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-profile ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu > li > div .layout-menuitem-text {
    color: rgba(255, 255, 255, 0.6);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu > li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu > li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
    color: white;
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu > li > ul > li.active-menuitem {
    border-color: white;
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu > li > ul li a {
    color: rgba(255, 255, 255, 0.8);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu > li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
.layout-menu-indigo .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
    color: white;
}
@media (min-width: 993px) {
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul {
        background-color: white;
    }
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info {
        color: #323537;
    }
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .layout-profile-role {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i {
        color: rgba(50, 53, 55, 0.7);
    }
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li.info .profile-info .icons i:hover {
        color: #323537;
    }
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a {
        color: #323537;
    }
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-profile > ul > li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-indigo.layout-horizontal .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #2C2F7C;
    }
    .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip {
        background-color: #354045;
    }
    .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        color: #ffffff;
    }
    .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        border-right-color: #354045;
    }
    .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a {
        background-color: white;
        color: #2C2F7C;
    }
    .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li.active-menuitem > a:hover {
        color: #2C2F7C;
    }
    .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul {
        background-color: white;
        border-color: #2C2F7C;
        box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    }
    .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a {
        color: #323537;
    }
    .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li > a:hover {
        background-color: #D8DADC;
    }
    .layout-menu-indigo.layout-slim .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a, .layout-menu-indigo.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu > li > ul li.active-menuitem > a {
        color: #2C2F7C;
    }
}

.layout-rightpanel {
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 56px;
    height: calc(100% - 56px);
    padding: 0;
    width: 260px;
    overflow: auto;
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    background-color: #f8fafc;
    transform: translate3d(260px, 0px, 0px);
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.layout-rightpanel .rightpanel-wrapper {
    background-color: rgba(216, 218, 220, 0.5);
    height: 100%;
    overflow: auto;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-header {
    background-color: #f8fafc;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-header .cover {
    position: relative;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-header .cover .cover-image {
    width: 100%;
    height: auto;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-header .cover .avatar-image {
    position: absolute;
    bottom: -25px;
    left: 16px;
    width: 64px;
    height: 64px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-header .profile-info {
    padding: 40px 16px 36px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-header .profile-info h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 2px;
    color: #191a1c;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-header .profile-info span {
    font-size: 12px;
    display: block;
    color: #8b8e90;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-header .profile-info span.status {
    color: #00acad;
    margin-top: 2px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-summary {
    padding: 16px 16px 19px;
    border-top: 1px solid #d8dadc;
    border-bottom: 1px solid #d8dadc;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-summary h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #191a1c;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-summary .numbers-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px 0;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-summary .numbers-row .number {
    width: 100%;
    text-align: left;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-summary .numbers-row .number h5 {
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    color: #191a1c;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-summary .numbers-row .number span {
    font-size: 12px;
    display: block;
    color: #65686a;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph {
    padding: 24px 16px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph h4 {
    font-weight: normal;
    margin: 0;
    font-size: 14px;
    color: #191a1c;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content .graph-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 26px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content .graph-wrapper .graph-item {
    height: 16px;
    margin-right: -2px;
    z-index: 1;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content .graph-wrapper .graph-item:nth-child(1) {
    width: 40%;
    background-color: #c03995;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content .graph-wrapper .graph-item:nth-child(2) {
    width: 20%;
    background-color: #00acad;
    z-index: 3;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content .graph-wrapper .graph-item:nth-child(3) {
    width: 25%;
    background-color: #f3a841;
    z-index: 2;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content .graph-wrapper .graph-item:nth-child(4) {
    width: 15%;
    background-color: #2e88ff;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content > ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 4px 0;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content > ul > li:nth-child(1) .label-color {
    background-color: #c03995;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content > ul > li:nth-child(2) .label-color {
    background-color: #00acad;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content > ul > li:nth-child(3) .label-color {
    background-color: #f3a841;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content > ul > li:nth-child(4) .label-color {
    background-color: #2e88ff;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content > ul > li .label-color {
    width: 8px;
    height: 8px;
    background-color: #4a79a6;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}
.layout-rightpanel .rightpanel-wrapper .rightpanel-graph .graph-content > ul > li > span {
    font-size: 11px;
    font-weight: 500;
    color: #191a1c;
}

.layout-wrapper.layout-rightpanel-active .layout-rightpanel {
    transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 992px) {
    .layout-rightpanel {
        top: 112px;
        height: calc(100% - 112px);
    }
}
.layout-breadcrumb {
    background-color: #f8fafc;
    padding: 9px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    align-items: center;
    justify-content: space-between;
}
.layout-breadcrumb .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.layout-breadcrumb .breadcrumb .breadcrumb-icon {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: solid 1px #d8dadc;
    background-color: #f8fafc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px;
}
.layout-breadcrumb .breadcrumb .breadcrumb-icon > i {
    font-size: 14px;
    color: #8b8e90;
}
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    padding-left: 16px;
    border-left: 1px solid #d8dadc;
}
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li {
    padding: 0;
    padding-right: 12px;
    font-size: 13px;
    color: #65686a;
}
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
    font-weight: bold;
    font-size: 10px;
}
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li .ui-link {
    font-size: 13px;
    color: #65686a;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li .ui-link:hover {
    color: #F3A841;
}
.layout-breadcrumb .status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.layout-breadcrumb .status > span {
    font-size: 13px;
    color: #65686a;
    margin-right: 3px;
}
.layout-breadcrumb .status .status-circle {
    margin: 0 3px;
    position: relative;
}
.layout-breadcrumb .status .status-circle i {
    font-size: 14px;
    color: #21b5ad;
}
.layout-breadcrumb .status .status-circle .tooltip {
    position: absolute;
    display: none;
    top: 17px;
    left: -4px;
    font-size: 10px;
    padding: 0 1px;
    color: #ffffff;
    border-radius: 1px;
    background-color: #354045;
}
.layout-breadcrumb .status .status-circle .tooltip:before, .layout-breadcrumb .status .status-circle .tooltip:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 10px;
}
.layout-breadcrumb .status .status-circle .tooltip:before {
    border-color: transparent;
    border-bottom-color: #354045;
    border-width: 3px;
    margin-left: -3px;
}
.layout-breadcrumb .status .status-circle .tooltip:after {
    border-color: transparent;
    border-bottom-color: #354045;
    border-width: 3px;
    margin-left: -3px;
}
.layout-breadcrumb .status .status-circle:nth-child(2):hover .tooltip-1 {
    display: block;
}
.layout-breadcrumb .status .status-circle:nth-child(3) i {
    color: #f3a841;
}
.layout-breadcrumb .status .status-circle:nth-child(3):hover .tooltip-2 {
    display: block;
}
.layout-breadcrumb .status .status-circle:nth-child(4):hover .tooltip-3 {
    display: block;
}

@media (max-width: 992px) {
    .layout-breadcrumb .breadcrumb {
        width: 100%;
        padding: 0 30px;
    }
    .layout-breadcrumb .status span {
        display: none;
    }
}
.layout-footer {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    padding: 32px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.layout-footer > img {
    height: 30px;
    width: auto;
}
.layout-footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.layout-footer .social-icons a {
    color: #ffffff;
    margin-left: 40px;
    cursor: pointer;
}
.layout-footer .social-icons a i {
    font-size: 32px;
    color: #9199a9;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.layout-footer .social-icons a:hover i {
    color: #2e88ff;
}

/* Utils */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.card {
    border-radius: 4px;
    background: #ffffff;
    padding: 1em;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.card:last-child {
    margin-bottom: 0;
}
.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card .card-subtitle {
    color: #525557;
    font-weight: 600;
    margin: -1rem 0 1rem 0;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
}
@keyframes fadeinmask {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.layout-wrapper .layout-ajax-loader {
    position: absolute;
    right: 15px;
    bottom: 70px;
}
.layout-wrapper .layout-ajax-loader .layout-ajax-loader-icon {
    color: red;
    font-size: 32px;
}

.layout-dashboard .ui-menubutton .ui-button-icon-only {
    background-color: transparent;
    border: none;
}
.layout-dashboard .ui-menubutton .ui-button-icon-only .ui-icon {
    color: #191a1c;
}
.layout-dashboard .card.card-w-title {
    padding: 0;
}
.layout-dashboard .card .card-header {
    border-bottom: 1px solid #d8dadc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    padding-right: 0;
}
.layout-dashboard .card .card-header h4 {
    font-size: 14px;
    color: #191a1c;
    margin: 0;
}
.layout-dashboard .card .card-header i {
    color: #191a1c;
}
.layout-dashboard .overview-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
    min-height: 76px;
}
.layout-dashboard .overview-box .box-text {
    padding: 12px;
    padding-bottom: 30px;
}
.layout-dashboard .overview-box .box-text > h4 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.layout-dashboard .overview-box .box-text > span {
    font-size: 12px;
    color: #ffffff;
}
.layout-dashboard .overview-box .box-image {
    width: 100px;
    border-radius: 2px;
    box-shadow: inset 0 0px 4px 0 rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.layout-dashboard .overview-box.messages {
    background-color: #00acad;
}
.layout-dashboard .overview-box.messages .box-text > span {
    color: #b8e7e8;
}
.layout-dashboard .overview-box.messages .box-image {
    border: solid 1px #00acad;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.layout-dashboard .overview-box.logins {
    background-color: #2e88ff;
}
.layout-dashboard .overview-box.logins .box-image {
    border: solid 1px #2e88ff;
    background-color: rgba(255, 255, 255, 0.2);
}
.layout-dashboard .overview-box.files {
    background-color: #636fc0;
}
.layout-dashboard .overview-box.files .box-image {
    border: solid 1px #636fc0;
    background-color: rgba(255, 255, 255, 0.2);
}
.layout-dashboard .overview-box.users {
    background-color: #f3a841;
}
.layout-dashboard .overview-box.users .box-image {
    border: solid 1px #f3a841;
    background-color: rgba(255, 255, 255, 0.2);
}
.layout-dashboard .profile {
    height: 100%;
    padding: 22px 16px 16px;
}
.layout-dashboard .profile .profile-header .profile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}
.layout-dashboard .profile .profile-header .profile-image img {
    width: auto;
    height: 120px;
}
.layout-dashboard .profile .profile-header .profile-info {
    text-align: center;
}
.layout-dashboard .profile .profile-header .profile-info > h4 {
    font-size: 14px;
    font-weight: 500;
    color: #191a1c;
    margin: 0;
    margin-bottom: 9px;
}
.layout-dashboard .profile .profile-header .profile-info > span {
    font-size: 12px;
    color: #8b8e90;
    margin-right: 6px;
}
.layout-dashboard .profile .profile-header .profile-info > span i {
    margin-right: 4px;
}
.layout-dashboard .profile .profile-content {
    margin-top: 10px;
}
.layout-dashboard .profile .profile-content .profile-content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: solid 1px #d8dadc;
    background-color: #f8fafc;
    padding-right: 10px;
    margin-top: 8px;
    cursor: pointer;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-dashboard .profile .profile-content .profile-content-info .icon {
    background-color: #d8dadc;
    min-width: 35px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.layout-dashboard .profile .profile-content .profile-content-info .icon > i {
    font-size: 14px;
    color: #191a1c;
}
.layout-dashboard .profile .profile-content .profile-content-info p {
    color: #191a1c;
    margin: 0;
    padding: 8px 0px;
    margin-left: 12px;
}
.layout-dashboard .profile .profile-content .profile-content-info > i {
    font-size: 12px;
    color: #65686a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-grow: 1;
    font-weight: 700;
}
.layout-dashboard .profile .profile-content .profile-content-info:hover {
    background-color: #d8dadc;
}
.layout-dashboard .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.layout-dashboard .progress-bar > span {
    height: 8px;
    border-radius: 2px;
    background-color: #d8dadc;
    width: 100%;
}
.layout-dashboard .progress-bar > span.progress {
    z-index: 1;
    background-color: #00acad;
    margin-right: -3px;
}
.layout-dashboard .mini-box {
    width: 6px;
    height: 6px;
    border-radius: 1px;
    background-color: #2e88ff;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.layout-dashboard .stats {
    height: 100%;
}
.layout-dashboard .stats .stats-content {
    padding: 12px;
}
.layout-dashboard .stats .stats-content .stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}
.layout-dashboard .stats .stats-content .stat > span {
    font-size: 12px;
    color: #65686a;
}
.layout-dashboard .stats .stats-content .stat .stat-title {
    min-width: 64px;
}
.layout-dashboard .stats .stats-content .stat .stat-title > h6 {
    font-size: 13px;
    font-weight: 500;
    color: #191a1c;
    margin: 0;
}
.layout-dashboard .stats .stats-content .stat .stat-title > span {
    display: block;
    font-size: 12px;
    color: #65686a;
}
.layout-dashboard .stats .stats-content .stat .progress-bar {
    margin-left: 21px;
    margin-right: 12px;
}
.layout-dashboard .stats .stats-content .stat:nth-child(1) .progress-bar .progress {
    background-color: #c03995;
}
.layout-dashboard .stats .stats-content .stat:nth-child(2) .progress-bar .progress {
    width: 46%;
    background-color: #00acad;
}
.layout-dashboard .stats .stats-content .stat:nth-child(3) .progress-bar .progress {
    width: 70%;
    background-color: #2e88ff;
}
.layout-dashboard .stats .stats-content .stat:nth-child(4) .progress-bar .progress {
    width: 88%;
    background-color: #f3a841;
}
.layout-dashboard .stats .stats-content .stat:nth-child(5) .progress-bar span {
    width: 20%;
}
.layout-dashboard .stats .stats-content .stat:nth-child(5) .progress-bar .progress {
    width: 80%;
    background-color: #2e88ff;
}
.layout-dashboard .stats .stats-content .stat:nth-child(6) .progress-bar span {
    width: 34%;
}
.layout-dashboard .stats .stats-content .stat:nth-child(6) .progress-bar .progress {
    width: 66%;
    background-color: #c03995;
}
.layout-dashboard .stats .stats-content .stat:nth-child(7) .progress-bar .progress {
    width: 42%;
    background-color: #c03995;
}
.layout-dashboard .event {
    border-left: 6px solid #00acad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.layout-dashboard .event .event-text > h4 {
    font-size: 14px;
    font-weight: 500;
    color: #191a1c;
    margin: 0;
    margin-bottom: 4px;
}
.layout-dashboard .event .event-text > span {
    font-size: 12px;
    color: #8b8e90;
    display: block;
}
.layout-dashboard .event .event-attendees {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.layout-dashboard .event .event-attendees .person {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: solid 3px #ffffff;
    margin-left: -6px;
}
.layout-dashboard .event .event-attendees .person span {
    font-size: 12px;
    color: #ffffff;
}
.layout-dashboard .event .event-attendees .person:nth-child(1) {
    background-color: #00acad;
}
.layout-dashboard .event .event-attendees .person:nth-child(2) {
    background-color: #f3a841;
}
.layout-dashboard .event .event-attendees .person:nth-child(3) {
    background-color: #636fc0;
}
.layout-dashboard .event .event-attendees .person:nth-child(4) {
    background-color: #c03995;
}
.layout-dashboard .event.event-2 .event-attendees .person:nth-child(1) {
    background-color: #65686a;
}
.layout-dashboard .event.event-2 .event-attendees .person:nth-child(2) {
    background-color: #8b8e90;
}
.layout-dashboard .event.event-2 .event-attendees .person:nth-child(3) {
    background-color: #c03995;
}
.layout-dashboard .event.event-2 .event-attendees .person:nth-child(4) {
    background-color: #f3a841;
}
.layout-dashboard .timeline {
    height: 100%;
}
.layout-dashboard .timeline > span {
    font-size: 12px;
    color: #65686a;
    display: block;
    margin-bottom: 2px;
}
.layout-dashboard .timeline > h4 {
    font-size: 16px;
    color: #191a1c;
    margin: 0;
}
.layout-dashboard .timeline > ul {
    list-style: none;
    padding: 0;
}
.layout-dashboard .timeline > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}
.layout-dashboard .timeline > ul > li .timeline-item-left {
    text-align: center;
}
.layout-dashboard .timeline > ul > li .timeline-item-left .timeline-icon {
    border-radius: 4px;
    background-color: #bfdffe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 46px;
    margin-bottom: 12px;
}
.layout-dashboard .timeline > ul > li .timeline-item-left .timeline-icon > i {
    font-size: 14px;
    padding-left: 1px;
    color: #bfdffe;
    width: 22px;
    height: 22px;
    background-color: #326495;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.layout-dashboard .timeline > ul > li .timeline-item-left .timeline-icon > span {
    font-size: 12px;
    color: #326495;
    display: block;
    margin-top: 2px;
}
.layout-dashboard .timeline > ul > li .timeline-item-left > i {
    color: #bcbdbd;
}
.layout-dashboard .timeline > ul > li .timeline-item-right {
    padding-left: 12px;
}
.layout-dashboard .timeline > ul > li .timeline-item-right > span {
    font-size: 12px;
    color: #8b8e90;
}
.layout-dashboard .timeline > ul > li .timeline-item-right > span > i {
    font-size: 6px;
    vertical-align: middle;
    margin: 0 6px;
}
.layout-dashboard .timeline > ul > li .timeline-item-right > h5 {
    font-size: 14px;
    font-weight: 500;
    color: #191a1c;
    margin: 2px 0;
}
.layout-dashboard .timeline > ul > li .timeline-item-right > p {
    color: #191a1c;
    margin: 0;
}
.layout-dashboard .timeline > ul > li .timeline-item-right .images {
    margin-top: 12px;
}
.layout-dashboard .timeline > ul > li .timeline-item-right .images img {
    margin-right: 12px;
    height: auto;
    width: 15%;
}
.layout-dashboard .timeline > ul > li .timeline-item-right .images img.landscape {
    width: 33%;
}
.layout-dashboard .timeline > ul > li:nth-child(2) .timeline-item-left .timeline-icon {
    background-color: #fed8f2;
}
.layout-dashboard .timeline > ul > li:nth-child(2) .timeline-item-left .timeline-icon > i {
    background-color: #a6227c;
    color: #fed8f2;
}
.layout-dashboard .timeline > ul > li:nth-child(2) .timeline-item-left .timeline-icon span {
    color: #a6227c;
}
.layout-dashboard .timeline > ul > li:nth-child(4) .timeline-item-left .timeline-icon {
    background-color: #ffe5ce;
}
.layout-dashboard .timeline > ul > li:nth-child(4) .timeline-item-left .timeline-icon > i {
    background-color: #d3833b;
    color: #ffe5ce;
}
.layout-dashboard .timeline > ul > li:nth-child(4) .timeline-item-left .timeline-icon span {
    color: #d3833b;
}
.layout-dashboard .survey {
    height: 100%;
    padding: 12px 12px 17px;
    background-color: #48539c;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.layout-dashboard .survey > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.layout-dashboard .survey > i {
    font-size: 22px;
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: #7c86ca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
}
.layout-dashboard .survey > h6 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    margin-bottom: 8px;
}
.layout-dashboard .survey > span {
    font-size: 12px;
    color: #e6e9f8;
    display: block;
    margin-bottom: 15px;
}
.layout-dashboard .survey > button {
    width: 100%;
    border-radius: 2px;
    background-color: #ffffff;
    border: none;
    margin-bottom: 2px;
}
.layout-dashboard .survey > button > span {
    font-size: 13px;
    color: #48539c;
}
.layout-dashboard .survey > button.second-button {
    background-color: transparent;
}
.layout-dashboard .survey > button.second-button > span {
    color: #ffffff;
}
.layout-dashboard .statistics {
    padding: 0;
}
.layout-dashboard .statistics .statistics-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 12px;
}
.layout-dashboard .statistics .statistics-header > h4 {
    font-size: 14px;
    color: #191a1c;
    margin: 0;
}
.layout-dashboard .statistics .statistics-header .tags > span {
    border-radius: 2px;
    background-color: #00acad;
    font-size: 12px;
    color: #ffffff;
    padding: 2px 4px;
    margin-left: 8px;
}
.layout-dashboard .statistics .statistics-header .tags > span:last-child {
    background-color: #8b8e90;
}
.layout-dashboard .statistics .statistics-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.layout-dashboard .statistics .statistics-images .image {
    width: 100%;
    padding: 36px 24px;
}
.layout-dashboard .statistics .statistics-images .image > h6 {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    margin-bottom: 3px;
}
.layout-dashboard .statistics .statistics-images .image > span {
    font-size: 12px;
    color: #ffffff;
}
.layout-dashboard .statistics .statistics-images .image > span > span {
    font-weight: 500;
    color: #f3a841;
}
.layout-dashboard .statistics .statistics-images .image.image-1 {
    background-image: url("/jakarta.faces.resource/images/dashboard/asset-designteam.jpg.xhtml?ln=pandora-layout");
    background-size: cover;
    border-right: 2px solid #ffffff;
}
.layout-dashboard .statistics .statistics-images .image.image-2 {
    background-image: url("/jakarta.faces.resource/images/dashboard/asset-mobileintegration.jpg.xhtml?ln=pandora-layout");
    background-size: cover;
}
.layout-dashboard .statistics .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.layout-dashboard .statistics .stats .stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px;
}
.layout-dashboard .statistics .stats .stat > .ui-knob {
    width: 40px;
    height: auto;
}
.layout-dashboard .statistics .stats .stat .stats-info {
    margin-left: 20px;
}
.layout-dashboard .statistics .stats .stat .stats-info > h4 {
    font-size: 11px;
    font-weight: 500;
    color: #65686a;
    margin: 0;
    margin-bottom: 2px;
}
.layout-dashboard .statistics .stats .stat .stats-info > span {
    font-size: 13px;
    color: #191a1c;
    display: block;
}
.layout-dashboard .map {
    height: 100%;
    position: relative;
    background-image: url("/jakarta.faces.resource/images/dashboard/map.jpg.xhtml?ln=pandora-layout");
    background-size: cover;
    min-height: 300px;
}
.layout-dashboard .map .card-header {
    border: none;
    background-color: #ffffff;
}
.layout-dashboard .map .map-info {
    border-radius: 2px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #d8dadc;
    background-color: #f8fafc;
    max-width: 180px;
    position: absolute;
    left: 16px;
    bottom: 16px;
}
.layout-dashboard .map .map-info > span {
    display: block;
    font-size: 12px;
    color: #65686a;
    padding: 4px 8px;
}
.layout-dashboard .map .map-info > span:first-child {
    border-bottom: solid 1px #d8dadc;
}
.layout-dashboard .map .map-info > span > i {
    margin-right: 6px;
}
.layout-dashboard .map .pin {
    position: absolute;
    top: 43%;
    left: 37%;
    border-radius: 50% 50% 50% 0;
    border: 7px solid #c03995;
    width: 24px;
    height: 24px;
    transform: rotate(-45deg);
}
.layout-dashboard .map .pin::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background-color: #c03995;
    background-image: url("/jakarta.faces.resource/images/dashboard/avatar.png.xhtml?ln=pandora-layout");
    background-size: cover;
}
.layout-dashboard .news-row-wrapper {
    overflow: hidden;
    position: relative;
    margin: 1em 0;
    padding: 0;
    border-radius: 4px;
}
.layout-dashboard .news-row-wrapper .news-row {
    height: 100%;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    transition: transform 500ms ease 0s;
    transform: translate3d(0px, 0px, 0px);
}
.layout-dashboard .news-row-wrapper .news-row .news {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 35px;
    z-index: 0;
    flex: 1 0 100%;
    -moz-transition: visibility 0.8s;
    -o-transition: visibility 0.8s;
    -webkit-transition: visibility 0.8s;
    transition: visibility 0.8s;
    -moz-transition: transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    -webkit-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    overflow: hidden;
    position: relative;
}
.layout-dashboard .news-row-wrapper .news-row .news .news-header {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 14px;
    color: #ffffff;
}
.layout-dashboard .news-row-wrapper .news-row .news .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px;
}
.layout-dashboard .news-row-wrapper .news-row .news .news-content .date {
    margin-right: 12px;
    text-align: center;
}
.layout-dashboard .news-row-wrapper .news-row .news .news-content .date > span {
    font-size: 13px;
    color: #ffffff;
    display: block;
}
.layout-dashboard .news-row-wrapper .news-row .news .news-content .date > span:last-child {
    font-weight: 500;
    border-bottom: 2px solid #00acad;
}
.layout-dashboard .news-row-wrapper .news-row .news .news-content .news-text h5 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.layout-dashboard .news-row-wrapper .news-row .news .news-content .news-text p {
    font-size: 13px;
    color: #f4f7f9;
    margin: 7px 0 3px;
}
.layout-dashboard .news-row-wrapper .news-row .news .news-content .news-text a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    color: #f8fafc;
}
.layout-dashboard .news-row-wrapper .news-row .news.news-1 {
    background-image: url("/jakarta.faces.resource/images/dashboard/news.jpg.xhtml?ln=pandora-layout");
}
.layout-dashboard .news-row-wrapper .news-row .news.news-2 {
    background-image: url("/jakarta.faces.resource/images/dashboard/news-2.jpg.xhtml?ln=pandora-layout");
}
.layout-dashboard .news-row-wrapper .news-row .news.news-3 {
    background-image: url("/jakarta.faces.resource/images/dashboard/news-3.jpg.xhtml?ln=pandora-layout");
}
.layout-dashboard .news-row-wrapper .link-points {
    position: absolute;
    bottom: 35px;
    left: 50px;
}
.layout-dashboard .news-row-wrapper .link-points .points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
}
.layout-dashboard .news-row-wrapper .link-points .points .point {
    width: 6px;
    height: 6px;
    background-color: rgba(248, 250, 252, 0.64);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
    cursor: pointer;
}
.layout-dashboard .news-row-wrapper .link-points .points .point.active-point {
    background-color: #00acad;
}
.layout-dashboard .news-row-wrapper .link-points .points .slide-button {
    width: 24px;
    height: 24px;
    border: solid 1px #f8fafc;
    background-color: rgba(248, 250, 252, 0.1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}
.layout-dashboard .news-row-wrapper .link-points .points .slide-button:hover {
    border-color: rgba(248, 250, 252, 0.7);
}
.layout-dashboard .news-row-wrapper .link-points .points .slide-button:hover i {
    color: rgba(248, 250, 252, 0.8);
}
.layout-dashboard .news-row-wrapper .link-points .points .slide-button i {
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-size: 14px;
    color: #f8fafc;
}
.layout-dashboard .progress-card {
    height: 100%;
}
.layout-dashboard .progress-card .card-header {
    padding-right: 12px;
}
.layout-dashboard .progress-card .card-header > .ui-selectonemenu {
    border: none;
    background-color: transparent;
}
.layout-dashboard .progress-card .card-header > .ui-selectonemenu .ui-selectonemenu-label {
    font-size: 12px;
    font-weight: 500;
    color: #65686a;
    background-color: transparent;
}
.layout-dashboard .progress-card .card-header > .ui-selectonemenu .ui-selectonemenu-trigger {
    font-size: 10px;
    color: #65686a;
    background-color: transparent;
}
.layout-dashboard .progress-card .card-header > .ui-selectonemenu .ui-selectonemenu-trigger span {
    margin: 2px;
    width: auto;
}
.layout-dashboard .progress-card .progresses {
    padding: 16px;
}
.layout-dashboard .progress-card .progresses .progress-item {
    margin-bottom: 24px;
}
.layout-dashboard .progress-card .progresses .progress-item .progress-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}
.layout-dashboard .progress-card .progresses .progress-item .progress-title > span {
    font-size: 13px;
    font-weight: 500;
    color: #191a1c;
}
.layout-dashboard .progress-card .progresses .progress-item .progress-bar {
    margin-bottom: 7px;
}
.layout-dashboard .progress-card .progresses .progress-item .progress-bar .progress-bar-background {
    height: 4px;
}
.layout-dashboard .progress-card .progresses .progress-item:nth-child(1) .progress {
    height: 4px;
    width: 70%;
    background-color: #2e88ff;
}
.layout-dashboard .progress-card .progresses .progress-item:nth-child(1) .progress-bar-background {
    width: 30%;
}
.layout-dashboard .progress-card .progresses .progress-item:nth-child(2) .progress {
    height: 4px;
    width: 40%;
    background-color: #f3a841;
}
.layout-dashboard .progress-card .progresses .progress-item:nth-child(2) .progress-bar-background {
    width: 60%;
}
.layout-dashboard .progress-card .progresses .progress-item:nth-child(3) .progress {
    height: 4px;
    width: 50%;
    background-color: #c03995;
}
.layout-dashboard .progress-card .progresses .progress-item:nth-child(3) .progress-bar-background {
    width: 50%;
}
.layout-dashboard .progress-card .progresses .progress-item > span {
    font-size: 12px;
    color: #65686a;
}
.layout-dashboard .progress-card .progresses .progress-item > span > span {
    font-weight: 500;
}
.layout-dashboard .progress-card .progresses .progress-item > span > i {
    margin: 0 8px;
    font-size: 6px;
    vertical-align: middle;
}
.layout-dashboard .progress-card .progresses > span {
    font-size: 11px;
    font-weight: 500;
    color: #191a1c;
    display: inline-block;
    margin-right: 14px;
}
.layout-dashboard .progress-card .progresses > span .box-2 {
    background-color: #f3a841;
}
.layout-dashboard .revenue {
    height: 100%;
}
.layout-dashboard .revenue .revenue-content {
    padding: 17px 12px;
}
.layout-dashboard .revenue .revenue-content > span {
    margin-right: 12px;
    font-size: 11px;
    font-weight: 500;
    color: #191a1c;
}
.layout-dashboard .revenue .revenue-content .mini-box.box-2 {
    background-color: #00acad;
}
.layout-dashboard .revenue .revenue-content .mini-box.box-3 {
    width: 8px;
    height: 2px;
    border-radius: 1px;
    background-color: #c03995;
}
.layout-dashboard .revenue .revenue-content > img {
    margin-top: 24px;
    width: 100%;
    height: auto;
}
.layout-dashboard .tasks {
    height: 100%;
}
.layout-dashboard .tasks .tasks-content {
    padding: 16px 12px;
}
.layout-dashboard .tasks .tasks-content .category {
    font-size: 11px;
    color: #ffffff;
    padding: 2px;
    display: inline-block;
    border-radius: 1px;
    background-color: #8b8e90;
    cursor: pointer;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-dashboard .tasks .tasks-content .category.active {
    background-color: #00acad;
}
.layout-dashboard .tasks .tasks-content .category:hover {
    background-color: #02c9c9;
}
.layout-dashboard .tasks .tasks-content > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 4px;
}
.layout-dashboard .tasks .tasks-content > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
    border: solid 1px #d8dadc;
    margin-top: 12px;
}
.layout-dashboard .tasks .tasks-content > ul > li .checkbox {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.layout-dashboard .tasks .tasks-content > ul > li .checkbox > p {
    padding: 0;
    margin: 0;
    margin-left: 8px;
    color: #191a1c;
}
.layout-dashboard .tasks .tasks-content > ul > li .tag {
    padding: 8px;
    background-color: #f4f7f9;
    border-left: solid 1px #d8dadc;
}
.layout-dashboard .members {
    height: 100%;
}
.layout-dashboard .members .members-content {
    padding: 12px;
}
.layout-dashboard .members .members-content h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #191a1c;
}
.layout-dashboard .members .members-content .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.layout-dashboard .members .members-content .inputs input {
    border-radius: 2px;
    border: solid 1px #d8dadc;
    background-color: #ffffff;
    margin-top: 8px;
    width: 100%;
}
.layout-dashboard .members .members-content .inputs .emails {
    padding-right: 6px;
}
.layout-dashboard .members .members-content .inputs .names {
    padding-left: 6px;
}
.layout-dashboard .members .members-content .second-button {
    border: none;
    padding: 0;
    background-color: transparent;
    width: auto;
    margin-top: 8px;
}
.layout-dashboard .members .members-content .second-button > span {
    font-size: 13px;
    color: #00acad;
    display: block;
}
.layout-dashboard .members .members-content .second-button:hover > span {
    color: #008a8a;
}
.layout-dashboard .members .members-content .upload-area {
    margin-top: 12px;
}
.layout-dashboard .members .members-content .upload-area .upload {
    border-radius: 2px;
    border: dashed 1px #d8dadc;
    background-color: #f8fafc;
    width: 100%;
    padding: 12px 12px 16px;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-dashboard .members .members-content .upload-area .upload i {
    font-size: 18px;
    color: #65686a;
    margin-bottom: 2px;
}
.layout-dashboard .members .members-content .upload-area .upload p {
    margin: 0;
    font-weight: 500;
    color: #65686a;
}
.layout-dashboard .members .members-content .upload-area .upload:hover {
    border: solid 1px #d8dadc;
    background-color: #dae9f8;
}
.layout-dashboard .members .members-content button {
    width: 100%;
    margin-top: 12px;
}
.layout-dashboard .messages {
    height: 100%;
}
.layout-dashboard .messages .messages-content {
    padding: 0;
}
.layout-dashboard .messages .messages-content > ul {
    list-style: none;
    padding: 0;
    margin: 8px 0;
}
.layout-dashboard .messages .messages-content > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 12px 12px;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}
.layout-dashboard .messages .messages-content > ul > li > img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    margin-top: 4px;
}
.layout-dashboard .messages .messages-content > ul > li .messages-item-right {
    padding-left: 12px;
}
.layout-dashboard .messages .messages-content > ul > li .messages-item-right.new-messgae > span {
    color: #c03995;
}
.layout-dashboard .messages .messages-content > ul > li .messages-item-right > span {
    font-size: 12px;
    color: #8b8e90;
}
.layout-dashboard .messages .messages-content > ul > li .messages-item-right > span > i {
    font-size: 6px;
    vertical-align: middle;
    margin: 0 6px;
}
.layout-dashboard .messages .messages-content > ul > li .messages-item-right > h5 {
    font-size: 14px;
    font-weight: 500;
    color: #191a1c;
    margin: 2px 0;
}
.layout-dashboard .messages .messages-content > ul > li .messages-item-right > p {
    color: #191a1c;
    margin: 0;
}
.layout-dashboard .messages .messages-content > ul > li .messages-item-right .images {
    margin-top: 12px;
}
.layout-dashboard .messages .messages-content > ul > li .messages-item-right .images img {
    margin-right: 12px;
    height: auto;
    width: 15%;
}
.layout-dashboard .messages .messages-content > ul > li .messages-item-right .images img.landscape {
    width: 33%;
}
.layout-dashboard .messages .messages-content > ul > li:hover {
    background-color: #f4f7f9;
}
.layout-dashboard .reviews {
    height: 100%;
}
.layout-dashboard .reviews .reviews-content .ui-accordion .ui-accordion-header {
    border: none;
    border-bottom: 1px solid #d8dadc;
    position: relative;
    border-radius: 0;
    padding: 12px 18px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #191a1c;
    background-color: #ffffff;
}
.layout-dashboard .reviews .reviews-content .ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    right: 10px;
    font-size: 11px;
    left: auto;
    color: #65686a;
    top: 24px;
}
.layout-dashboard .reviews .reviews-content .ui-accordion .ui-accordion-header.ui-state-active {
    border-bottom: none;
    background-color: #ffffff;
}
.layout-dashboard .reviews .reviews-content .ui-accordion .ui-accordion-content {
    border: none;
    padding: 0 12px 12px;
}
.layout-dashboard .reviews .reviews-content .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px 0;
}
.layout-dashboard .reviews .reviews-content .review img {
    height: 30px;
    width: auto;
}
.layout-dashboard .reviews .reviews-content .review .reviewer {
    margin-left: 6px;
}
.layout-dashboard .reviews .reviews-content .review .reviewer h6 {
    font-size: 13px;
    font-weight: normal;
    color: #191a1c;
    margin: 0;
}
.layout-dashboard .reviews .reviews-content .review .reviewer span {
    font-size: 12px;
    color: #8b8e90;
}
.layout-dashboard .reviews .reviews-content .review .review-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.layout-dashboard .reviews .reviews-content .review .review-stars > .ui-rating .ui-rating-star {
    vertical-align: middle;
}
.layout-dashboard .reviews .reviews-content .review .review-stars > .ui-rating .ui-rating-star > a {
    font-size: 13px;
}
.layout-dashboard .reviews .reviews-content .review .review-stars > .ui-rating .ui-rating-cancel {
    display: none;
}
.layout-dashboard .statistic-charts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.layout-dashboard .statistic-charts .header {
    border-bottom: 1px solid #d8dadc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
}
.layout-dashboard .statistic-charts .header h4 {
    font-size: 14px;
    color: #191a1c;
    margin: 0;
}
.layout-dashboard .statistic-charts .header > .ui-selectonemenu {
    border: none;
}
.layout-dashboard .statistic-charts .header > .ui-selectonemenu .ui-selectonemenu-label {
    font-size: 12px;
    font-weight: 500;
    color: #65686a;
    background-color: transparent;
}
.layout-dashboard .statistic-charts .header > .ui-selectonemenu .ui-selectonemenu-trigger {
    font-size: 10px;
    color: #65686a;
    background-color: transparent;
}
.layout-dashboard .statistic-charts .header > .ui-selectonemenu .ui-selectonemenu-trigger span {
    margin: 2px;
    width: auto;
}
.layout-dashboard .statistic-charts .departments {
    width: 100%;
    height: 100%;
}
.layout-dashboard .statistic-charts .departments .department {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 12px;
    border-left: 3px solid transparent;
}
.layout-dashboard .statistic-charts .departments .department .dept-icon {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background-color: #fff3e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
}
.layout-dashboard .statistic-charts .departments .department .dept-icon img {
    width: 20px;
    height: auto;
}
.layout-dashboard .statistic-charts .departments .department h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #191a1c;
}
.layout-dashboard .statistic-charts .departments .department .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-grow: 1;
    flex-direction: column;
    text-align: right;
}
.layout-dashboard .statistic-charts .departments .department .stats h6 {
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    color: #191a1c;
}
.layout-dashboard .statistic-charts .departments .department .stats > span {
    font-size: 12px;
    color: #65686a;
}
.layout-dashboard .statistic-charts .departments .department:hover {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: #f4f7f9;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.layout-dashboard .statistic-charts .departments .department.active-chart {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: #f4f7f9;
    border-color: #00acad;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.layout-dashboard .statistic-charts .departments .department.dept-2 .dept-icon {
    background-color: #ffe7e7;
}
.layout-dashboard .statistic-charts .departments .department.dept-3 .dept-icon {
    background-color: #dcfdfb;
}
.layout-dashboard .statistic-charts .departments .department.dept-4 .dept-icon {
    background-color: #e2f1ff;
}
.layout-dashboard .statistic-charts .departments .department.dept-5 .dept-icon {
    background-color: #fed8f2;
}
.layout-dashboard .statistic-charts .charts {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #d8dadc;
}
.layout-dashboard .statistic-charts .charts .charts-wrapper {
    overflow: hidden;
    position: relative;
}
.layout-dashboard .statistic-charts .charts .charts-wrapper .charts-sections {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    transition: transform 500ms ease 0s;
}
.layout-dashboard .statistic-charts .charts .charts-wrapper .charts-sections .chart-content {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    overflow: hidden;
}
@media (max-width: 992px) {
    .layout-dashboard .statistic-charts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .layout-dashboard .statistic-charts .charts {
        border: 0 none;
    }
}
.layout-dashboard .sales {
    height: 100%;
}
.layout-dashboard .sales .sales-content {
    padding: 8px 16px;
}
.layout-dashboard .tutorials .card-header {
    padding-right: 12px;
}
.layout-dashboard .tutorials .tutorials-content {
    padding: 17px 12px;
}
.layout-dashboard .tutorials .tutorials-content .progress-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.layout-dashboard .tutorials .tutorials-content .progress-row > span {
    margin-left: 9px;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #65686a;
}
.layout-dashboard .tutorials .tutorials-content .progress-row .progress {
    background-color: #f3a841;
}
.layout-dashboard .tutorials .tutorials-content > h6 {
    font-size: 11px;
    font-weight: 500;
    color: #8b8e90;
}
.layout-dashboard .tutorials .tutorials-content .tutorial-task {
    border-radius: 2px;
    background-color: #e2f1ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
    padding: 8px 12px;
    min-height: 65px;
}
.layout-dashboard .tutorials .tutorials-content .tutorial-task img {
    width: 45px;
    height: auto;
}
.layout-dashboard .tutorials .tutorials-content .tutorial-task p {
    margin: 0;
    margin-bottom: 2px;
    font-weight: 500;
    color: #29527b;
}
.layout-dashboard .tutorials .tutorials-content .tutorial-task span {
    font-size: 11px;
    color: #65686a;
    display: block;
}

.login-body {
    height: 100%;
    min-height: 0;
}
.login-body .login-topbar {
    height: 72px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #f8fafc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
}
.login-body .login-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 72px);
}
.login-body .login-wrapper .login-panel {
    width: 40%;
    background-color: #eceef2;
    padding: 140px 4% 140px 5%;
}
.login-body .login-wrapper .login-panel .login-title {
    margin-bottom: 80px;
}
.login-body .login-wrapper .login-panel .login-title > h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.12px;
    color: #191a1c;
    margin-bottom: 8px;
}
.login-body .login-wrapper .login-panel .login-title > span {
    font-size: 14px;
    color: rgba(25, 26, 28, 0.8);
}
.login-body .login-wrapper .login-panel .login-forms-wrapper {
    overflow: hidden;
    position: relative;
    margin: 1em 0;
    padding: 0;
    border-radius: 4px;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .form-tabs {
    border-bottom: 2px solid #d8dadc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .form-tabs .tab {
    cursor: pointer;
    padding-right: 10px;
    padding-bottom: 8px;
    margin-right: 6px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08px;
    color: #191a1c;
    position: relative;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .form-tabs .tab:hover {
    color: rgba(25, 26, 28, 0.8);
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .form-tabs .tab:after {
    width: 100%;
    height: 2px;
    background-color: transparent;
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 0px;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .form-tabs .tab.active-tab:after {
    background-color: #00acad;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .login-forms {
    height: 100%;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    transition: transform 400ms ease-in 0s;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .login-forms .login-form {
    flex: 1 0 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 24px 2px;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .login-forms .login-form .form-group {
    width: 100%;
    position: relative;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .login-forms .login-form .form-group > span {
    position: absolute;
    top: 17px;
    left: 12px;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .login-forms .login-form .form-group .ui-inputfield {
    width: 100%;
    margin: 12px 0;
    padding: 25px 12px 6px;
    border-radius: 2px;
    border: solid 1px #d8dadc;
    background-color: #ffffff;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .login-forms .login-form .form-group .ui-inputfield::placeholder {
    font-size: 13px;
    letter-spacing: 0.06px;
    color: #8b8e90;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .login-forms .login-form .form-footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 2px;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .login-forms .login-form .form-footer .checkbox button span {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.login-body .login-wrapper .login-panel .login-forms-wrapper .login-forms .login-form .form-footer .checkbox > span {
    font-size: 13px;
    color: #191a1c;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.login-body .login-wrapper .login-image {
    overflow: hidden;
    width: 60%;
    background-image: url("/jakarta.faces.resource/images/pages/asset-loginbg.jpg.xhtml?ln=pandora-layout");
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .login-body .login-wrapper .login-panel {
        width: 100%;
    }
    .login-body .login-wrapper .login-image {
        display: none;
    }
}
.exception-body {
    background-size: cover;
    background-repeat: no-repeat;
}
.exception-body .exception-topbar {
    height: 72px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #f8fafc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10%;
}
.exception-body .exception-wrapper {
    width: 100%;
    height: calc(100vh - 72px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
}
.exception-body .exception-wrapper .exception-content {
    border-radius: 6px;
    background-color: rgba(37, 39, 41, 0.97);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    padding: 128px 50px;
    text-align: center;
}
.exception-body .exception-wrapper .exception-content > span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08px;
    color: #ffffff;
    display: block;
    margin-top: 24px;
}
.exception-body .exception-wrapper .exception-content > button {
    margin-top: 50px;
    border-radius: 2px;
    padding: 7px 8px;
    background-color: #f3a841;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border: none;
}
.exception-body .exception-wrapper .exception-content > button > span {
    font-size: 13px;
    font-weight: 500;
    color: #191a1c;
}
.exception-body .exception-wrapper .exception-content > button:hover {
    background-color: #f1b868;
}
.exception-body.notfound {
    background-image: url("/jakarta.faces.resource/images/pages/bg-page-404.jpg.xhtml?ln=pandora-layout");
}
.exception-body.access {
    background-image: url("/jakarta.faces.resource/images/pages/bg-page-access.jpg.xhtml?ln=pandora-layout");
}
.exception-body.access .exception-wrapper .exception-content {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.97);
}
.exception-body.access .exception-wrapper .exception-content span {
    color: #191a1c;
}
.exception-body.error {
    background-image: url("/jakarta.faces.resource/images/pages/bg-page-error.jpg.xhtml?ln=pandora-layout");
}
.exception-body.error .exception-wrapper .exception-content {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.97);
}
.exception-body.error .exception-wrapper .exception-content span {
    color: #191a1c;
}

@media (max-width: 992px) {
    .exception-body .exception-topbar {
        padding: 0 30px;
    }
    .exception-body .exception-wrapper .exception-content {
        height: 100%;
        width: 100%;
        padding: 30px;
        border-radius: 0;
    }
    .exception-body .exception-wrapper .exception-content img {
        width: 100%;
        max-height: 175px;
    }
}
.landing-body .landing-topbar {
    height: 72px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #f8fafc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.landing-body .landing-topbar #landing-menu-button {
    display: none;
    padding: 0 8px;
    cursor: pointer;
}
.landing-body .landing-topbar #landing-menu-button img {
    height: 30px;
}
.landing-body .landing-topbar > ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.landing-body .landing-topbar > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08px;
    color: #191a1c;
    padding: 4px;
    margin: 0 6px;
    border-radius: 2px;
    background-color: rgba(192, 57, 149, 0.2);
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.landing-body .landing-topbar > ul > li > a:hover {
    background-color: rgba(192, 57, 149, 0.4);
}
.landing-body .landing-topbar > ul > li:nth-child(2) a {
    background-color: rgba(46, 136, 255, 0.2);
}
.landing-body .landing-topbar > ul > li:nth-child(2) a:hover {
    background-color: rgba(46, 136, 255, 0.4);
}
.landing-body .landing-topbar > ul > li:nth-child(3) a {
    background-color: rgba(99, 111, 192, 0.2);
}
.landing-body .landing-topbar > ul > li:nth-child(3) a:hover {
    background-color: rgba(99, 111, 192, 0.4);
}
.landing-body .landing-topbar > ul > li:nth-child(4) a {
    background-color: rgba(243, 168, 65, 0.2);
}
.landing-body .landing-topbar > ul > li:nth-child(4) a:hover {
    background-color: rgba(243, 168, 65, 0.4);
}
.landing-body .landing-topbar > ul > li:nth-child(5) a {
    background-color: rgba(0, 172, 173, 0.2);
}
.landing-body .landing-topbar > ul > li:nth-child(5) a:hover {
    background-color: rgba(0, 172, 173, 0.4);
}
.landing-body .landing-banner {
    background-color: #f4f7f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
}
.landing-body .landing-banner .landing-banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 60%;
    z-index: 1;
}
.landing-body .landing-banner .landing-banner-image img {
    width: 100%;
    max-width: 800px;
}
.landing-body .landing-banner .landing-banner-image img.mobile-hero {
    display: none;
}
.landing-body .landing-banner .landing-banner-image img.desktop-hero {
    display: block;
}
.landing-body .landing-banner .landing-banner-content {
    z-index: 2;
    width: 40%;
    padding: 188px 48px 100px 10%;
}
.landing-body .landing-banner .landing-banner-content > h5 {
    font-size: 28px;
    font-weight: 500;
    color: #191a1c;
    margin: 0;
    margin-bottom: 12px;
}
.landing-body .landing-banner .landing-banner-content > span {
    font-size: 20px;
    line-height: 1.5;
    color: #191a1c;
    display: block;
}
.landing-body .landing-banner .landing-banner-content > button {
    width: 118px;
    height: 32px;
    border-radius: 2px;
    background-color: #f3a841;
    margin-top: 24px;
    border: none;
}
.landing-body .landing-banner .landing-banner-content > button > span {
    font-size: 13px;
    font-weight: 500;
    color: #191a1c;
}
.landing-body .landing-banner .landing-banner-content > button:hover {
    background-color: #ff8100;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.landing-body .section-title {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    color: #191a1c;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.landing-body .section-title > span {
    display: block;
    height: 12px;
    border-radius: 2px;
    background-color: rgba(0, 172, 173, 0.3);
    width: 100%;
    position: absolute;
    left: 9px;
    bottom: 8px;
    z-index: -1;
}
.landing-body .landing-meet-pandora {
    background-color: #ffffff;
    padding: 48px 10% 72px;
}
.landing-body .landing-meet-pandora > h4 {
    font-size: 28px;
    font-weight: 500;
    color: #191a1c;
    margin: 0;
}
.landing-body .landing-meet-pandora .feature-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
}
.landing-body .landing-meet-pandora .feature-cards .feature-card {
    padding: 24px;
    position: relative;
    margin-right: 24px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.landing-body .landing-meet-pandora .feature-cards .feature-card .feature-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 6px;
    background-color: rgba(192, 57, 149, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
}
.landing-body .landing-meet-pandora .feature-cards .feature-card > h4 {
    font-size: 20px;
    font-weight: 500;
    color: #191a1c;
    margin: 0;
}
.landing-body .landing-meet-pandora .feature-cards .feature-card > span {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(25, 26, 28, 0.8);
    display: block;
    margin-top: 2px;
}
.landing-body .landing-meet-pandora .feature-cards .feature-card > i {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #c03995;
}
.landing-body .landing-meet-pandora .feature-cards .feature-card:hover {
    border-radius: 2px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}
.landing-body .landing-meet-pandora .feature-cards .feature-card.design .feature-card-icon {
    background-color: rgba(243, 168, 65, 0.2);
}
.landing-body .landing-meet-pandora .feature-cards .feature-card.design > i {
    color: #fa9e4a;
}
.landing-body .landing-meet-pandora .feature-cards .feature-card.documented .feature-card-icon {
    background-color: rgba(99, 111, 192, 0.2);
}
.landing-body .landing-meet-pandora .feature-cards .feature-card.documented > i {
    color: #636fc0;
}
.landing-body .landing-meet-pandora .feature-cards .feature-card.unlimited {
    margin-right: 0;
}
.landing-body .landing-meet-pandora .feature-cards .feature-card.unlimited .feature-card-icon {
    background-color: rgba(0, 172, 173, 0.2);
}
.landing-body .landing-meet-pandora .feature-cards .feature-card.unlimited > i {
    color: #00acad;
}
.landing-body .landing-features-promo {
    padding: 48px 0 0 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.landing-body .landing-features-promo .promo-text {
    padding-bottom: 72px;
    width: 35%;
    z-index: 2;
}
.landing-body .landing-features-promo .promo-text .section-title span {
    background-color: #fdeed9;
}
.landing-body .landing-features-promo .promo-text > span {
    font-size: 14px;
    display: block;
    line-height: 1.5;
    margin-top: 8px;
    color: rgba(25, 26, 28, 0.8);
}
.landing-body .landing-features-promo .promo-text > ul {
    padding: 0;
    list-style: none;
    margin-top: 32px;
}
.landing-body .landing-features-promo .promo-text > ul > li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #191a1c;
    margin: 8px 0;
}
.landing-body .landing-features-promo .promo-text > ul > li > i {
    font-size: 14px;
    color: #2e88ff;
    margin-right: 12px;
}
.landing-body .landing-features-promo .promo-text > ul > li:nth-child(2) > i {
    color: #636fc0;
}
.landing-body .landing-features-promo .promo-text > ul > li:nth-child(3) > i {
    color: #f3a841;
}
.landing-body .landing-features-promo .promo-text > ul > li:nth-child(4) > i {
    color: #c03995;
}
.landing-body .landing-features-promo .promo-image {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1;
}
.landing-body .landing-features-promo .promo-image > img {
    height: 350px;
    width: auto;
}
.landing-body .landing-pricing {
    padding: 48px 10% 78px;
    text-align: center;
    background-color: #ffffff;
}
.landing-body .landing-pricing .section-title span {
    background-color: rgba(99, 111, 192, 0.2);
    left: 0;
}
.landing-body .landing-pricing > span {
    font-size: 14px;
    display: block;
    margin-top: 7px;
    line-height: 1.5;
    color: rgba(25, 26, 28, 0.8);
}
.landing-body .landing-pricing .pricing-cards {
    margin-top: 48px;
}
.landing-body .landing-pricing .pricing-cards > .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.landing-body .landing-pricing .pricing-cards .pricing-card {
    background-image: url("/jakarta.faces.resource/images/pages/landing/bg-tier-1.svg.xhtml?ln=pandora-layout");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    max-width: 272px;
    width: 100%;
}
.landing-body .landing-pricing .pricing-cards .pricing-card > h6 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0;
    padding: 25px 0 14px;
}
.landing-body .landing-pricing .pricing-cards .pricing-card .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.landing-body .landing-pricing .pricing-cards .pricing-card .card-title > h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin: 0 12px;
}
.landing-body .landing-pricing .pricing-cards .pricing-card .card-title > span {
    height: 14px;
    background-color: #ffffff;
    display: block;
    width: 100%;
}
.landing-body .landing-pricing .pricing-cards .pricing-card > ul {
    padding: 0;
    list-style: none;
    margin-bottom: 26px;
}
.landing-body .landing-pricing .pricing-cards .pricing-card > ul > li {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 6px;
}
.landing-body .landing-pricing .pricing-cards .pricing-card > ul > li.not-include {
    opacity: 0.3;
}
.landing-body .landing-pricing .pricing-cards .pricing-card > button {
    border-radius: 2px;
    background-color: #f3a841;
    padding: 8px 0;
    border: none;
    width: 145px;
    margin-bottom: 25px;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.landing-body .landing-pricing .pricing-cards .pricing-card > button > span {
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: #191a1c;
}
.landing-body .landing-pricing .pricing-cards .pricing-card > button:hover {
    background-color: #f09412;
}
.landing-body .landing-pricing .pricing-cards .pricing-card.premium {
    background-image: url("/jakarta.faces.resource/images/pages/landing/bg-tier-2.svg.xhtml?ln=pandora-layout");
}
.landing-body .landing-pricing .pricing-cards .pricing-card.custom {
    background-image: url("/jakarta.faces.resource/images/pages/landing/bg-tier-3.svg.xhtml?ln=pandora-layout");
}
.landing-body .landing-multimedia {
    padding: 48px 10% 78px;
    text-align: center;
}
.landing-body .landing-multimedia .section-title span {
    background-color: rgba(99, 111, 192, 0.2);
    left: 0;
}
.landing-body .landing-multimedia > span {
    font-size: 14px;
    display: block;
    margin-top: 7px;
    line-height: 1.5;
    color: rgba(25, 26, 28, 0.8);
    margin-bottom: 30px;
}
.landing-body .landing-multimedia .videos > iframe {
    margin: 18px 13px;
}
.landing-body .landing-footer {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #191a1c;
    padding: 32px 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.landing-body .landing-footer > img {
    height: 30px;
    width: auto;
}
.landing-body .landing-footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.landing-body .landing-footer .social-icons a {
    color: #ffffff;
    margin-left: 40px;
    cursor: pointer;
}
.landing-body .landing-footer .social-icons a i {
    font-size: 32px;
    color: #9199a9;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.landing-body .landing-footer .social-icons a:hover i {
    color: #2e88ff;
}

@media (max-width: 992px) {
    .landing-body .landing-wrapper.landing-menu-active .landing-topbar {
        height: 100%;
    }
    .landing-body .landing-wrapper.landing-menu-active .landing-topbar > ul {
        opacity: 1;
    }
    .landing-body .landing-wrapper .landing-topbar {
        padding: 0 16px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.24);
        flex-wrap: wrap;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        max-height: 290px;
    }
    .landing-body .landing-wrapper .landing-topbar > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 72px;
    }
    .landing-body .landing-wrapper .landing-topbar > ul {
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 0;
        flex-grow: 1;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        flex-direction: column;
        width: 100%;
        padding: 6px 0;
        height: 100%;
    }
    .landing-body .landing-wrapper .landing-topbar > ul > li {
        display: flex;
        margin: 0;
        margin-bottom: 12px;
    }
    .landing-body .landing-wrapper .landing-topbar #landing-menu-button {
        display: flex;
    }
    .landing-body .landing-wrapper .landing-banner {
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 74px;
        position: relative;
    }
    .landing-body .landing-wrapper .landing-banner .landing-banner-image {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .landing-body .landing-wrapper .landing-banner .landing-banner-image img {
        width: 376px;
        height: 320px;
    }
    .landing-body .landing-wrapper .landing-banner .landing-banner-image img.mobile-hero {
        display: block;
        width: auto;
        height: 300px;
    }
    .landing-body .landing-wrapper .landing-banner .landing-banner-image img.desktop-hero {
        display: none;
    }
    .landing-body .landing-wrapper .landing-banner .landing-banner-content {
        width: 100%;
        text-align: left;
        margin-bottom: 64px;
        padding: 42px 34px 245px;
    }
    .landing-body .landing-wrapper .landing-meet-pandora {
        padding-bottom: 36px;
    }
    .landing-body .landing-wrapper .landing-meet-pandora .feature-cards .feature-card {
        margin-right: 0;
        margin-bottom: 36px;
    }
    .landing-body .landing-wrapper .landing-features-promo {
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .landing-body .landing-wrapper .landing-features-promo .promo-text {
        width: 100%;
        padding-right: 10%;
        text-align: center;
        padding-bottom: 0;
    }
    .landing-body .landing-wrapper .landing-features-promo .promo-text ul {
        text-align: left;
    }
    .landing-body .landing-wrapper .landing-features-promo .promo-image {
        width: 100%;
    }
    .landing-body .landing-wrapper .landing-features-promo .promo-image > img {
        width: 100%;
        height: auto;
        max-height: 350px;
    }
    .landing-body .landing-wrapper .landing-pricing {
        padding-bottom: 36px;
    }
    .landing-body .landing-wrapper .landing-pricing .pricing-card {
        margin-bottom: 36px;
    }
    .landing-body .landing-wrapper .landing-multimedia iframe {
        width: 100% !important;
        max-width: 350px;
        height: auto !important;
        margin: 8px 0;
    }
    .landing-body .landing-wrapper .landing-footer {
        flex-direction: column;
    }
    .landing-body .landing-wrapper .landing-footer img {
        margin-bottom: 33px;
    }
    .landing-body .landing-wrapper .landing-footer a {
        margin: 0 20px;
    }
}
.layout-config {
    position: fixed;
    padding: 0;
    top: 56px;
    right: 0;
    width: 400px;
    z-index: 996;
    height: calc(100% - 56px);
    transform: translate3d(400px, 0px, 0px);
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
    background-color: #ffffff;
}
.layout-config.layout-config-active {
    transform: translate3d(0px, 0px, 0px);
}
.layout-config.layout-config-active .layout-config-content .layout-config-button i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.layout-config .layout-config-content {
    position: relative;
    height: 100%;
}
.layout-config .layout-config-content > form {
    height: 100%;
}
.layout-config .layout-config-content .layout-config-button {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #fafafa;
    text-align: center;
    top: 230px;
    left: -51px;
    z-index: -1;
    cursor: pointer;
    color: #F3A841;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.layout-config .layout-config-content .layout-config-button i {
    font-size: 32px;
    line-height: inherit;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}
.layout-config .layout-config-content .layout-config-button:hover {
    color: #f8c989;
}
.layout-config .ui-tabs.ui-tabs-top {
    border: 0 none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    -moz-box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
    box-shadow: 0 2px 10px 0 rgba(25, 26, 28, 0.12);
}
.layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav {
    display: flex;
    align-items: center;
}
.layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li {
    top: auto;
    margin: 0;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    -moz-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    flex-grow: 1;
}
.layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #191a1c;
    font-weight: 500;
}
.layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-state-active {
    border-bottom: 3px solid #F3A841;
}
.layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-state-active > a {
    color: #191a1c;
    font-weight: 500;
}
.layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li:hover {
    border-color: #fbdfb9;
    background-color: transparent;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels {
    height: 100%;
    overflow: auto;
    border-width: 1px 0 0 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 0.65em;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-subtitle {
    color: #191a1c;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 0.65em 0;
    font-size: 14px;
    text-transform: capitalize;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-subtitle.first {
    margin-top: 0;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .ui-tabs-panel:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .ui-tabs-panel:first-child .layout-config-palettes {
    overflow: auto;
    padding-right: 5px;
    flex-grow: 1;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .ui-tabs-panel:first-child .layout-config-subtitle,
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .ui-tabs-panel:first-child .layout-config-palette {
    flex-shrink: 0;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-palette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-palette .layout-config-selected-palette {
    display: inline-block;
    height: 83px;
    width: 83px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-palette .layout-config-selected-palette-title {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #65686a;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
    position: relative;
    color: #191a1c;
    text-transform: capitalize;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels a.layout-config-option .layout-config-option-text {
    margin-top: 0.2em;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels a.layout-config-option .layout-config-option-color {
    width: 50px;
    height: 50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels a.layout-config-option .layout-config-option-check-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels a.layout-config-option .layout-config-option-check-mask i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: #F3A841;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    z-index: 1;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels a.layout-config-option.layout-config-option-image img {
    border: 1px solid transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 85px;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels a.layout-config-option.layout-config-option-image .layout-config-option-check-mask {
    height: 80%;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-palette-option {
    height: 50px;
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    text-transform: none;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-palette-option:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-palette-option > span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 33.3333%;
    position: relative;
    overflow: hidden;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-palette-option > span:first-child {
    border-left: 0 none;
}
.layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-palette-option > span .theme-name {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.1em;
    position: relative;
    z-index: 1;
}

.blocked-scroll-config {
    overflow: hidden;
}

@media (max-width: 992px) {
    .layout-config {
        top: 110px;
        height: calc(100% - 110px);
        transform: translate3d(100%, 0px, 0px);
    }
    .layout-config.layout-config-active {
        width: 100%;
        transform: translate3d(0px, 0px, 0px);
    }
    .layout-config .layout-config-button {
        left: auto;
        right: -52px;
    }
    .layout-config .ui-tabs.ui-tabs-top > .ui-tabs-nav li:first-child {
        margin-left: 13px;
    }
}
@media (max-width: 640px) {
    .layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .layout-config .ui-tabs.ui-tabs-top .ui-tabs-panels .layout-config-palette .layout-config-selected-palette {
        width: 60px;
        height: 60px;
    }
}
@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 400;
    src: url("/jakarta.faces.resource/fonts/ibm-plex-sans-v7-latin-ext_latin-regular.woff2.xhtml?ln=pandora-layout") format("woff2"), url("/jakarta.faces.resource/fonts/ibm-plex-sans-v7-latin-ext_latin-regular.woff.xhtml?ln=pandora-layout") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 500;
    src: url("/jakarta.faces.resource/fonts/ibm-plex-sans-v7-latin-ext_latin-500.woff2.xhtml?ln=pandora-layout") format("woff2"), url("/jakarta.faces.resource/fonts/ibm-plex-sans-v7-latin-ext_latin-500.woff.xhtml?ln=pandora-layout") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 600;
    src: url("/jakarta.faces.resource/fonts/ibm-plex-sans-v7-latin-ext_latin-600.woff2.xhtml?ln=pandora-layout") format("woff2"), url("/jakarta.faces.resource/fonts/ibm-plex-sans-v7-latin-ext_latin-600.woff.xhtml?ln=pandora-layout") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 700;
    src: url("/jakarta.faces.resource/fonts/ibm-plex-sans-v7-latin-ext_latin-700.woff2.xhtml?ln=pandora-layout") format("woff2"), url("/jakarta.faces.resource/fonts/ibm-plex-sans-v7-latin-ext_latin-700.woff.xhtml?ln=pandora-layout") format("woff");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.help-page p {
    margin: 0;
}
.help-page .help-search {
    background: url("/jakarta.faces.resource/images/pages/bg-help.png.xhtml?ln=pandora-layout") repeat;
    padding: 0;
    text-align: center;
}
.help-page .help-search .help-search-content {
    padding: 5rem 12rem;
}
.help-page .help-search .search-container {
    font-size: 1.5rem;
    padding: 1rem;
    position: relative;
}
.help-page .help-search .search-container input {
    appearance: none;
    font-size: 1.5rem;
    text-indent: 2.5rem;
    padding: 0.5rem;
    width: 100%;
}
.help-page .help-search .search-container i {
    color: #191a1c;
    width: 2rem;
    position: absolute;
    margin-left: 1rem;
    top: 50%;
    margin-top: -0.5rem;
}
.help-page .status-bars {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.help-page .status-bars .status-bar {
    flex: 1 1 0;
    -ms-flex: 1 1 0;
    background: #8BC34A;
    height: 50px;
    margin-right: 0.25rem;
    transition: transform 0.2s;
}
.help-page .status-bars .status-bar:last-child {
    margin-right: 0;
}
.help-page .status-bars .status-bar.status-bar-failure {
    background: #EC407A;
}
.help-page .status-bars .status-bar:hover {
    transform: scale(1.1);
}
.help-page .status-bar-footer {
    padding: 1rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.help-page .blog-post {
    height: 150px;
    border-radius: 4px;
    margin: 3rem 2rem;
    position: relative;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.help-page .blog-post:last-child {
    margin-bottom: 1rem;
}
.help-page .blog-post img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.help-page .blog-post .blog-text {
    position: absolute;
    left: 20px;
    top: 30px;
}
.help-page .blog-post .blog-text h1 {
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 700;
}
.help-page .blog-post .blog-text span {
    color: #ffffff;
    font-weight: 600;
}
.help-page .blog-post .blog-profile {
    position: absolute;
    top: -25px;
    left: -25px;
}
.help-page .blog-post .blog-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.help-page .blog-post:nth-child(1) {
    background-image: url("/jakarta.faces.resource/images/pages/help/blog1.jpg.xhtml?ln=pandora-layout");
}
.help-page .blog-post:nth-child(2) {
    background-image: url("/jakarta.faces.resource/images/pages/help/blog2.jpg.xhtml?ln=pandora-layout");
}
.help-page .blog-post:nth-child(3) {
    background-image: url("/jakarta.faces.resource/images/pages/help/blog3.jpg.xhtml?ln=pandora-layout");
}

@media screen and (max-width: 1024px) {
    .help-page .help-search .help-search-content {
        padding: 6rem 2rem;
    }
}
.invoice {
    padding: 2rem;
}
.invoice .invoice-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.invoice .invoice-company .logo-image {
    width: 75px;
    margin-bottom: 0.5rem;
}
.invoice .invoice-company div {
    margin-bottom: 0.5rem;
}
.invoice .invoice-company .company-name {
    font-weight: 700;
    font-size: 1.5rem;
}
.invoice .invoice-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: right;
}
.invoice .invoice-details {
    width: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.invoice .invoice-details > div {
    width: 50%;
    margin-bottom: 0.5rem;
}
.invoice .invoice-details .invoice-label {
    text-align: left;
    font-weight: 700;
}
.invoice .invoice-details .invoice-value {
    text-align: right;
}
.invoice .invoice-to {
    margin-top: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
}
.invoice .invoice-to .bill-to {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.invoice .invoice-to .invoice-to-info div {
    margin-bottom: 0.5rem;
}
.invoice .invoice-items {
    margin-top: 2rem;
    padding-top: 2rem;
}
.invoice .invoice-items table {
    width: 100%;
    border-collapse: collapse;
}
.invoice .invoice-items table tr {
    border-bottom: 1px solid #dee2e6;
}
.invoice .invoice-items table th {
    font-weight: 700;
}
.invoice .invoice-items table th, .invoice .invoice-items table td {
    padding: 1rem;
    text-align: right;
}
.invoice .invoice-items table th:first-child, .invoice .invoice-items table td:first-child {
    text-align: left;
}
.invoice .invoice-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
}
.invoice .invoice-summary .invoice-value {
    font-weight: 700;
}

@media print {
    body * {
        visibility: hidden;
    }

    #invoice-content * {
        visibility: visible;
    }

    #invoice-content {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
        background: #ffffff;
        color: #191a1c;
    }

    .invoice .invoice-to {
        border-top: 1px solid #dee2e6;
    }
    .invoice .invoice-items table tr {
        border-bottom: 1px solid #dee2e6;
    }
}
h1, h2, h3, h4, h5, h6 {
    margin: 1.5rem 0 1rem 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

mark {
    background: #FFF8E1;
    padding: 0.25rem 0.4rem;
    border-radius: 4px;
    font-family: monospace;
}

blockquote {
    margin: 1rem 0;
    padding: 0 2rem;
    border-left: 4px solid #90A4AE;
}

hr {
    border-top: solid #dee2e6;
    border-width: 1px 0 0 0;
    margin: 1rem 0;
}

p {
    margin: 0 0 1rem 0;
    line-height: 1.5;
}
p:last-child {
    margin-bottom: 0;
}

/* Add your customizations of layout here */
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.help > ul > li .angle-icon {
    margin-left: auto;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.help > ul > li .menu-text {
    width: 100%;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.help > ul > li .menu-text p {
    margin: 0;
    padding: 0;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.help > ul > li .menu-text p strong {
    font-weight: 500;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.help > ul > li .menu-text span {
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 7px;
    background-color: #bfdffe;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.help > ul > li:nth-child(2) > .menu-text span {
    background-color: #bfdffe;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.help > ul > li:nth-child(3) > .menu-text span {
    background-color: #ffe5ce;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.help > ul > li:nth-child(4) > .menu-text span {
    background-color: #cefbfc;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.help > ul > li:last-child > .menu-text {
    border: none;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.help > ul > li:last-child > .menu-text span {
    background-color: #fed8f2;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.tags > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.tags > ul > li.layout-submenu-item {
    padding: 0 8px 20px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.tags > ul > li .tag {
    font-size: 12px;
    color: #326495;
    display: block;
    padding: 2px 4px;
    border-radius: 2px;
    background-color: #bfdffe;
    margin: 4px;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.tags > ul > li .tag:hover {
    background-color: #99ccff;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.tags > ul > li:hover {
    background-color: transparent;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > a i {
    position: relative;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > a i > span {
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 8px;
    right: 8px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul {
    min-width: 259px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul > li > .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul > li > .menu-text p {
    margin: 0;
    padding: 0;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul > li > .menu-text p strong {
    font-weight: 500;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul > li > .menu-text span {
    font-size: 12px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul > li > .menu-text > span > span {
    font-size: 11px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul > li > .menu-text > span p {
    font-size: 13px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul > li > .menu-text i {
    font-size: 14px;
    margin-top: 2px;
    margin-right: 8px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul > li:nth-child(2) i {
    font-size: 14px;
    color: #00acad;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul > li:nth-child(3) i {
    font-size: 15px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.notifications > ul > li:nth-child(4) i {
    font-size: 12px;
    margin-top: 4px;
    color: #c03995;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.language {
    padding: 0 7px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.language a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
    padding: 0 0.5em;
    height: 36px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.language a h6 {
    font-size: 13px;
    margin: 0;
    margin-left: 8px;
    margin-right: 12px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.language a img {
    height: 20px;
    width: auto;
    margin-right: 8px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.language a i {
    font-size: 14px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.language ul > li .menu-text p {
    margin: 0;
    padding: 0;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.language ul > li .menu-text p strong {
    font-weight: 500;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.language ul > li .menu-text span {
    font-size: 12px;
}
.layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.language ul > li .menu-text img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
@media (max-width: 992px) {
    .layout-wrapper .layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions .topbar-item.language + .topbar-item-v-separator {
        display: none;
    }
}
