*{
    font-size: 14px !important;
    /*font-weight: 400 !important;*/
}
html {
    height: 100%;
    overflow-x: hidden;

    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #eee;
    height: auto;
    min-height: 100%;
    line-height: 1.4
}

body .ui-dialog .ui-dialog-titlebar {
    padding: 1rem .75rem .75rem .75rem;
}

body .ui-dialog .ui-dialog-content {
    padding: 0 .75rem 0 .75rem;
}

body .ui-dialog .ui-dialog-footer {
    padding: 1rem .75rem .75rem .75rem;
}

a {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.5rem 0 1rem 0;
    font-family: inherit;
    font-weight: 600;
    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
}

p {
    line-height: 1.5;
    margin: 0 0 0 0
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@keyframes pulse {
    0% {
        background-color: rgba(165, 165, 165, 0.1)
    }
    50% {
        background-color: rgba(165, 165, 165, 0.3)
    }
    100% {
        background-color: rgba(165, 165, 165, 0.1)
    }
}

.p-toast.p-toast-topright, .p-toast.p-toast-topleft {
    top: 100px
}

.action-button {
    font-weight: bold;
    text-align: center;
    color: #2b3034 !important;
    background-color: #FEAB4D;
    padding: 10px 24px 9px 24px;
    border-radius: 3px;
    transition: background-color .2s
}

.action-button:hover {
    background-color: #feb767;
    color: #ffffff;
    text-decoration: none !important
}

.ui-button {
    /* margin-right: 0.5em !important */
}

.ui-selectonebutton .ui-button {
    margin-right: 0 !important
}

.ui-inputfield.ui-state-focus {
    box-shadow: 0 0 0 0.1rem #a6d5fa !important
}

.ui-datatable thead th {
    text-align: center !important
}

.status-indicator {
    position: fixed;
    width: 42px;
    height: 42px;
    right: 7px;
    bottom: 7px;
    font-size: 28px;
    color: var(--primary-color);
    pointer-events: none
}

.text-secondary {
    color: var(--text-color-secondary)
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.layout-wrapper {
    min-height: 100%;
    padding: 0px;
    margin: 0px
}

.fixed-left-sidebar {
    height: 100%;
    margin-top: 61px;
    padding-bottom: 61px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1002
}

.menu-sapto {
    z-index: 1000;
    overflow: -moz-scrollbars-horizontal;
    overflow-y: hidden;
    overflow-x: scroll
}

.menu-sapto .ui-menu.ui-menubar.ui-megamenu {
    padding: 0;
    border-radius: 0;
    width: max-content
}

.menu-sapto .ui-megamenu > .ui-menu-list > .ui-menuitem > .ui-menuitem-link {
    font-weight: 500;
    padding: 0.75rem 0.70rem;
    border-radius: 0
}

.menu-sapto .ui-megamenu > .ui-menu-list > .ui-menuitem > .ui-menuitem-link:hover {
    background-color: #e9ecef
}

.menu-sapto .ui-megamenu > .ui-menu-list > .ui-menuitem > .ui-menu-list {
    border-radius: 0.2rem;
    padding: 0.5rem 0;
    position: fixed
}

.menu-sapto .ui-megamenu > .ui-menu-list > .ui-menuitem > .ui-menu-list .ui-menu-list {
    font-weight: 400;
    width: 600px;
    border-radius: 0
}

.menu-sapto .ui-megamenu > .ui-menu-list > .ui-menuitem > .ui-menu-list .ui-menu-list .ui-widget-header {
    text-align: left;
    padding: .1rem .1rem .1rem 1rem;
    background: var(--secondary-color)
}

.menu-sapto .ui-megamenu > .ui-menu-list > .ui-menuitem > .ui-menu-list .ui-menu-list .ui-menuitem {
    padding: .1rem .2rem .1rem 1.7rem
}

.menu-sapto .ui-megamenu > .ui-menu-list > .ui-menuitem > .ui-menu-list .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding: .5rem
}

.menu-sapto::-webkit-scrollbar {
    height: 1px
}

.menu-sapto::-webkit-scrollbar-track {
    background: transparent
}

.menu-sapto::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: #00d2ff;
    background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%)
}

.expanded .layout-wrapper .layout-left-sidebar {
    visibility: visible
}

.expanded .layout-wrapper .layout-content {
    margin-left: 230px
}

.p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1)
}

.p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1)
}

.p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear
}

@-webkit-keyframes connected-overlay-in {
    from {
        opacity: 0;
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes connected-overlay-in {
    from {
        opacity: 0;
        transform: scaleY(0.8)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes connected-overlay-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fade-out-down {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.connected-overlay-in {
    -webkit-animation-name: connected-overlay-in;
    animation-name: connected-overlay-in
}

.connected-overlay-out {
    -webkit-animation-name: connected-overlay-out;
    animation-name: connected-overlay-out
}

.layout-topbar {
    background-color: var(--surface-a);
    padding: 0;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 997;
    border-bottom: 1px solid var(--surface-d);
    /*display: flex;*/
    /*align-items: center;*/
    padding: 0 35px
}

.layout-topbar .logo img {
    width: 90px
}

.layout-topbar .logo:focus {
    outline: 0 none;
    transition: box-shadow .2s;
    box-shadow: 0 0 0 0.2rem #BBDEFB
}

.layout-topbar .container-fluid {
    padding: 0 !important
}

.layout-topbar .container-fluid .ui-menu {
    border: none;
    background: none
}

.layout-topbar .container-fluid .top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    text-align: center
}

.layout-topbar .container-fluid .top-header a {
    padding-left: 10px;
    width: 100%;
    text-align: center
}

.layout-topbar .container-fluid .page-title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 60px;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 20px;
    color: #404040;
    overflow: hidden
}

.layout-topbar .container-fluid .right-navbar {
    padding-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.layout-topbar .container-fluid .right-navbar .ui-menu {
    border: none;
    padding: 0;
    border-radius: 0
}

.layout-topbar .container-fluid .right-navbar .ui-menu.ui-menubar {
    background: transparent
}

.layout-topbar .container-fluid .right-navbar .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link {
    border-radius: 0;
    line-height: 35px
}

.layout-left-sidebar {
    height: 100%;
    position: fixed;
    margin-top: 70px;
    overflow-y: scroll;
    background-color: var(--surface-a) !important;
    border-right: 0.1em solid rgba(0, 0, 0, 0.07);
    transition: transform 250ms ease-out;
    visibility: collapse
}

.layout-left-sidebar .left-sidebar-wrapper {
    width: 230px;
    padding-bottom: 100px;
    z-index: 99999;
}

.layout-left-sidebar .left-sidebar-wrapper .container-fluid {
    padding: 0
}

.layout-left-sidebar .left-sidebar-wrapper .container-fluid .left-menu-header {
    padding: 10px 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem
}

.layout-left-sidebar .left-sidebar-wrapper .container-fluid .ui-panelmenu {
    width: 100%;
    border-radius: 0;
    border: none
}

.layout-left-sidebar .left-sidebar-wrapper .container-fluid .ui-panelmenu .ui-panelmenu-panel {
    background: transparent;
    border-radius: 0
}

.layout-left-sidebar .left-sidebar-wrapper .container-fluid .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header {
    border: none;
    font-weight: bold;
    padding: 0.75rem;
    background: none
}

.layout-left-sidebar .left-sidebar-wrapper .container-fluid .ui-panelmenu .ui-panelmenu-panel .ui-panelmenu-header span {
    content: none
}

.layout-left-sidebar .left-sidebar-wrapper .container-fluid .ui-panelmenu .ui-panelmenu-content {
    border: none;
    padding-left: 1.4rem;
    background: transparent !important
}

.layout-left-sidebar .left-sidebar-wrapper .container-fluid .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link {
    padding: 0.5rem 0.5rem 0.5rem 0.75rem
}

.layout-left-sidebar .left-sidebar-wrapper .container-fluid .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link::hover {
    background: transparent !important;
    color: blue !important
}

.layout-left-sidebar .left-sidebar-wrapper .ui-menu {
    width: 100%;
    background: #f5f5f5 !important;
    border-radius: 0;
    border: none
}

.layout-left-sidebar .left-sidebar-wrapper .ui-menu .ui-menu-list .ui-widget-header {
    background: transparent
}

.layout-left-sidebar .left-sidebar-wrapper .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding: 0.75rem .5rem 0.75rem 3.5rem
}

.layout-left-sidebar::-webkit-scrollbar {
    width: 1px
}

.layout-left-sidebar::-webkit-scrollbar-track {
    background: transparent
}

.layout-left-sidebar::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: #00d2ff;
    background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%)
}

.layout-content {
    position: relative;
    left: 0;
    padding: 70px 10px 10px 10px;
    margin: 10px;
    min-height: 100%
}

.layout-content .main-content {
    background-color: var(--surface-a)
}

.layout-content .main-content .widget {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 3px
}

.layout-content .main-content .widget .widget-tile {
    padding: 24px 20px;
    margin-bottom: 25px;
    display: table;
    table-layout: fixed;
    width: 100%
}

.layout-content .main-content .widget .widget-tile .chart {
    width: 85px;
    min-height: 45px;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle
}

.layout-content .main-content .widget .widget-tile .data-info {
    display: table-cell;
    text-align: right
}

.layout-content .main-content .widget .widget-head {
    margin-bottom: 20px;
    display: block;
    border-radius: 3px 3px 0 0
}

.layout-content .main-content .widget .widget-head .title {
    display: block;
    font-size: 1.385rem;
    font-weight: bold
}

.layout-content .main-content .card {
    background-color: #fff;
    padding: 20px;
    border: 0;
    border-radius: 3px
}

/*.layout-content .main-content .card .ui-panel {*/
/*    padding: 0*/
/*}*/

/*.layout-content .main-content .card .ui-panel .ui-panel-titlebar {*/
/*    !*border: none;*!*/
/*    padding: .5rem 0;*/
/*    border-bottom-right-radius: 0;*/
/*    border-bottom-left-radius: 0;*/
/*    border-top-left-radius: 4px;*/
/*    border-top-right-radius: 4px;*/
/*    !*background: transparent;*/
/*    font-size: large*!*/
/*}*/

/*.layout-content .main-content .card .ui-panel .ui-panel-content {*/
/*    padding: 1rem 0;*/
/*    border-top: 1px solid #d9d9d9;*/
/*    border-right: none;*/
/*    border-bottom: 1px solid #d9d9d9;*/
/*    border-left: none*/
/*}*/

/*.layout-content .main-content .card .ui-panel .ui-panel-footer {*/
/*    border: none;*/
/*    padding: 1rem 0;*/
/*    text-align: right*/
/*}*/

code[class*="language-"], pre[class*="language-"] {
    color: black;
    background: none;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*="language-"] {
    position: relative;
    margin: .5em 0;
    overflow: visible;
    padding: 0
}

pre[class*="language-"] > code {
    position: relative;
    border-left: 10px solid var(--surface-d) !important;
    background-color: var(--surface-e) !important;
    background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
    background-size: 3em 3em;
    background-origin: content-box;
    background-attachment: local;
    color: var(--text-color)
}

code[class*="language-"] {
    max-height: inherit;
    height: inherit;
    padding: 0 1em;
    display: block;
    overflow: auto
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background-color: #fdfdfd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em
}

:not(pre) > code[class*="language-"] {
    position: relative;
    padding: .2em;
    border-radius: 0.3em;
    color: #c92c2c;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline;
    white-space: normal
}

pre[class*="language-"]:before, pre[class*="language-"]:after {
    content: '';
    z-index: -2;
    display: block;
    position: absolute;
    bottom: 0.75em;
    left: 0.18em;
    width: 40%;
    height: 20%;
    max-height: 13em;
    box-shadow: 0px 13px 8px #979797;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

pre[class*="language-"]:after {
    right: 0.75em;
    left: auto;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg)
}

.token.comment, .token.block-comment, .token.prolog, .token.doctype, .token.cdata {
    color: #7D8B99
}

.token.punctuation {
    color: var(--text-color)
}

.token.property, .token.tag, .token.boolean, .token.number, .token.function-name, .token.constant, .token.symbol, .token.deleted {
    color: #c92c2c
}

.token.selector, .token.attr-name, .token.string, .token.char, .token.function, .token.builtin, .token.inserted {
    color: #2f9c0a
}

.token.operator, .token.entity, .token.url, .token.variable {
    color: #a67f59;
    background: rgba(255, 255, 255, 0.5)
}

.token.atrule, .token.attr-value, .token.keyword, .token.class-name {
    color: #1990b8
}

.token.regex, .token.important {
    color: #e90
}

.language-css .token.string, .style .token.string {
    color: #a67f59;
    background: rgba(255, 255, 255, 0.5)
}

.token.important {
    font-weight: normal
}

.token.bold {
    font-weight: bold
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.token.namespace {
    opacity: .7
}

@media screen and (max-width: 767px) {
    pre[class*="language-"]:before, pre[class*="language-"]:after {
        bottom: 14px;
        box-shadow: none
    }
}

pre[class*="language-"].line-numbers.line-numbers {
    padding-left: 0
}

pre[class*="language-"].line-numbers.line-numbers code {
    padding-left: 3.8em
}

pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
    left: 0
}

pre[class*="language-"][data-line] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

pre[data-line] code {
    position: relative;
    padding-left: 4em
}

pre .line-highlight {
    margin-top: 0
}

pre[class*="language-"].line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber
}

pre[class*="language-"].line-numbers > code {
    position: relative;
    white-space: inherit
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid var(--surface-d) !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.line-numbers-rows > span {
    display: block;
    counter-increment: linenumber
}

.line-numbers-rows > span:before {
    content: counter(linenumber);
    color: var(--text-color-secondary);
    display: block;
    padding-right: 0.8em;
    text-align: right
}

.layout-news {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(""), linear-gradient(180deg, #D2000B 0%, #9B0008 100%);
    background-size: cover;
    background-blend-mode: multiply
}

.layout-news .layout-news-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px
}

.layout-news .layout-news-container .layout-news-details {
    display: flex;
    align-items: center;
    z-index: 1
}

.layout-news .layout-news-container .layout-news-details .rate {
    color: #f2b837;
    font-size: 25px;
    font-weight: bold;
    margin: 0 .25rem
}

.layout-news .layout-news-container .layout-news-details .helper-text {
    background-color: #f2b837;
    color: #212121;
    padding: 0 0.2rem;
    margin-right: 0.3rem
}

.layout-news .layout-news-container .layout-news-header {
    margin: 0;
    background: linear-gradient(180deg, #D8000A 0%, rgba(255, 0, 0, 0) 100%);
    border-radius: 4px 4px 0px 0px;
    text-shadow: 0px 4px 4.4px rgba(0, 0, 0, 0.3);
    font-weight: 900
}

.layout-news .layout-news-container img.layouts-news-mockup-image {
    height: 70px
}

.layout-news .layout-news-container .layout-news-logo {
    position: absolute;
    left: 0
}

.layout-news .layout-news-container .layout-news-button {
    color: #ffffff;
    font-size: 14px;
    padding: 0.4em .8em 0.4em 1em;
    font-weight: bold;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: background-color 0.15s;
    margin-left: 1rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #D8000A 0%, rgba(251, 0, 1, 0.4) 89.06%, rgba(255, 0, 0, 0) 100%);
    border-radius: 5px
}

.layout-news .layout-news-container .layout-news-button > i {
    margin-left: .5em;
    font-weight: bold;
    position: relative;
    top: 1px
}

.layout-news .layout-news-container .layout-news-button:hover {
    background: linear-gradient(180deg, #EE000B 0%, rgba(255, 0, 0, 0.55) 100%)
}

.layout-news .layout-news-close {
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    right: 28px;
    background: linear-gradient(180deg, #D8000A 0%, rgba(255, 0, 0, 0) 100%);
    filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.17));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px
}

.layout-wrapper.layout-news-active .layout-topbar {
    top: 70px
}

.layout-wrapper.layout-news-active .layout-sidebar {
    top: 140px;
    height: calc(100% - 140px)
}

.layout-wrapper.layout-news-active .layout-content {
    padding-top: 140px
}

.layout-wrapper.layout-news-active .layout-config {
    top: 140px;
    height: calc(100% - 140px)
}

.layout-footer {
    font-size: 1rem;
    padding: 2rem;
    background-color: var(--surface-a);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.layout-footer a {
    color: var(--text-color);
    font-weight: 600
}

.layout-footer .layout-footer-right a i {
    color: var(--text-secondary-color);
    font-size: 1.5rem
}

.layout-config {
    padding: 0;
    top: 0;
    right: 0;
    display: block;
    width: 550px;
    z-index: 998;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    transform: translateX(100%);
    backface-visibility: hidden
}

.layout-config.layout-config-active {
    transform: translateX(0)
}

.layout-config.layout-config-active .layout-config-content-wrapper .layout-config-button i {
    transform: rotate(0deg)
}

.layout-config .layout-config-content-wrapper {
    position: relative;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
    color: var(--text-color);
    background-color: var(--surface-f)
}

.layout-config .layout-config-content-wrapper .layout-config-button {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: var(--primary-color);
    text-align: center;
    color: var(--primary-color-text);
    top: 270px;
    left: -51px;
    z-index: -1;
    overflow: hidden;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    animation-name: rubberBand;
    animation-duration: 1s;
    animation-iteration-count: 3;
    animation-delay: 5s;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12)
}

.layout-config .layout-config-content-wrapper .layout-config-button i {
    font-size: 26px;
    line-height: inherit;
    cursor: pointer;
    transform: rotate(360deg);
    transition: transform 1s
}

.layout-config a {
    color: #2196f3;
    font-weight: 600;
    cursor: pointer
}

.layout-config a:hover {
    text-decoration: underline
}

.layout-config .layout-config-content {
    overflow: auto;
    height: 100%;
    padding: 2rem
}

.layout-config .config-scale {
    display: flex;
    align-items: center;
    margin: 1rem 0 2rem 0
}

.layout-config .config-scale .p-button {
    margin-right: .5rem
}

.layout-config .config-scale i {
    margin-right: .5rem;
    font-size: .75rem;
    color: var(--text-color-secondary)
}

.layout-config .config-scale i.scale-active {
    font-size: 1.25rem;
    color: #2196f3
}

.layout-config .layout-config-close {
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    right: 20px;
    top: 20px;
    z-index: 999;
    background-color: var(--primary-color);
    border-radius: 50%;
    transition: background-color .2s, box-shadow .2s, transform .2s
}

.layout-config .layout-config-close i {
    color: var(--primary-color-text);
    line-height: inherit;
    font-size: 14px
}

.layout-config .layout-config-close:hover {
    transform: scale(1.1)
}

.layout-config .layout-config-close:focus {
    outline: 0 none;
    box-shadow: 0 0 0 0.2rem #BBDEFB
}

.layout-config .p-grid > div {
    padding: 1rem;
    text-align: center
}

.layout-config .p-grid > div span {
    display: block
}

.layout-config .p-grid > div button {
    position: relative;
    display: inline-flex;
    justify-content: center
}

.layout-config .free-themes img {
    width: 50px;
    border-radius: 4px;
    transition: transform .2s
}

.layout-config .free-themes img:hover {
    transform: scale(1.1)
}

.layout-config .free-themes span {
    font-size: .875rem;
    margin-top: .25rem
}

.layout-config .premium-themes img {
    width: 100%;
    transition: transform .2s
}

.layout-config .premium-themes img:hover {
    transform: scale(1.1)
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.layout-error + .layout-footer {
    display: none
}

@media screen and (max-width: 960px) {
    .layout-wrapper.layout-news-active .layout-content {
        padding-top: 180px
    }

    .layout-wrapper.layout-news-active .layout-sidebar {
        top: 0;
        height: 100%
    }

    .layout-wrapper.layout-news-active .layout-news-button {
        opacity: 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0
    }

    .layout-wrapper.layout-news-active .layout-news-logo {
        display: none
    }

    .layout-topbar {
        height: 110px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0
    }

    .layout-topbar .menu-button {
        display: block
    }

    .layout-topbar .logo img {
        width: 150px
    }

    .layout-topbar .app-theme {
        margin-left: 0;
        margin-right: 23px
    }

    .layout-topbar .topbar-form {
        width: 100%
    }

    .layout-topbar .topbar-menu {
        background-color: var(--surface-a);
        width: 100%;
        height: 40px;
        margin: 0;
        border-top: 1px solid var(--surface-d)
    }

    .layout-topbar .topbar-menu > li {
        height: 40px;
        line-height: 40px;
        width: 25%
    }

    .layout-topbar .topbar-menu > li > a {
        padding-bottom: 0;
        height: 40px;
        line-height: 38px;
        width: 100%;
        font-size: 14px;
        min-width: auto
    }

    .layout-topbar .topbar-menu > li.topbar-submenu > ul {
        top: 40px
    }

    .layout-sidebar {
        top: 0;
        z-index: 999;
        height: 100%;
        transform: translateX(-100%)
    }

    .layout-sidebar.active {
        transform: translateX(0)
    }

    .layout-content {
        margin-left: 0;
        padding-top: 110px
    }

    .layout-content .content-section.introduction {
        flex-direction: column
    }

    .layout-content .video-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%
    }

    .layout-content .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .layout-mask {
        background-color: rgba(0, 0, 0, 0.1)
    }

    .layout-mask.layout-mask-active {
        z-index: 998;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
        transition: background-color .2s
    }

    .home .introduction > div {
        width: 100%
    }

    .home .features > div {
        width: 100%
    }

    .home .whouses > div {
        width: 100%
    }

    .home .prosupport > div {
        width: 100%
    }

    .home .video iframe {
        width: 100% !important
    }

    .layout-config .layout-config-button {
        left: auto;
        right: -52px
    }

    .layout-config.layout-config-active {
        width: 100%
    }

    .blocked-scroll {
        overflow: hidden
    }
}

@media screen and (max-width: 640px) {
    .layout-wrapper.layout-news-active .topbar-menu > li.topbar-submenu > ul {
        top: 180px
    }

    .layout-topbar .topbar-menu > li.topbar-submenu {
        position: static
    }

    .layout-topbar .topbar-menu > li.topbar-submenu > ul {
        top: 110px;
        position: fixed;
        right: auto;
        left: 0;
        width: 100vw
    }

    .layout-error img {
        width: 80%
    }
}
