@keyframes bookmarked-shadow {
    0% {
        box-shadow: 0 0 0 0 rgb(254 179 66 / .8)
    }
    100% {
        box-shadow: 0 0 0 10px #fff0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(4);
        transform: scale(4)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(40);
        transform: scale(40)
    }
}

@keyframes KeywordIn {
    0% {
        opacity: 0;
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes KeywordOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0;
        margin-top: -35px
    }
}

@keyframes switch-shadow {
    0% {
        box-shadow: 0 0 0 0 rgb(0 0 0 / .3)
    }
    100% {
        box-shadow: 0 0 0 10px #fff0
    }
}

@keyframes switch-shadow-color {
    0% {
        box-shadow: 0 0 0 0 rgb(102 103 107 / .6)
    }
    100% {
        box-shadow: 0 0 0 10px #fff0
    }
}

fieldset {
    padding: 0;
    border: none
}

a {
    outline: none !important
}

button {
    outline: none !important;
    vertical-align: middle;
    text-transform: none
}

img {
    max-width: 100%
}

.header-notifications-content {
    display: block;
    width: 100%
}

.header-notifications-content .notification-avatar {
    height: 32px;
    width: 32px;
    max-width: 32px;
    display: inline-block;
    border-radius: 50%;
    align-self: flex-start
}

.header-notifications-content .notification-avatar img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    border-radius: 50%
}

.header-notifications-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header-notifications-content ul li {
    border-bottom: 1px solid var(--mo-border-color-translucent);
    transition: 0.25s
}

.header-notifications-content ul li:hover {
    background-color: rgba(var(--mo-primary-rgb), .05);
    background-color: rgba(var(--mo-body-color-rgb), .1)
}

.header-notifications-content ul li:hover .notification-icon {
    background-color: #eee
}

.header-notifications-content ul li:last-child {
    border-bottom: none
}

.header-notifications-content ul li a {
    color: var(--mo-body-color);
    position: relative;
    padding: .75rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.header-notifications-content p {
    margin: 0;
    padding: 0
}

.header-notifications-content .notification-icon {
    flex: 1;
    font-size: 24px;
    height: 40px;
    width: 40px;
    max-width: 40px;
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    color: #a0a0a0;
    transition: 0.25s;
    position: relative
}

.header-notifications-content .notification-icon i {
    position: relative
}

.header-notifications-content .notification-text {
    flex: 1;
    display: inline-block;
    line-height: 23px;
    padding-inline-start: 20px
}

.header-notifications-content .notification-text strong {
    font-weight: 600
}

.header-notifications-content .notification-text span.color {
    color: #d63384;
    display: inline-block;
    font-size: .813rem
}

.header-notifications-content .notification-msg-text {
    display: inline-block;
    line-height: 23px;
    margin: 4px 0
}

ul.user-menu-small-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: .75rem 1.25rem
}

ul.user-menu-small-nav li {
    margin: 5px 0;
    padding: 0
}

ul.user-menu-small-nav li a {
    display: block;
    padding: 2px 0;
    color: var(--mo-body-color);
    transition: 0.3s
}

ul.user-menu-small-nav li a i {
    color: #d63384;
    font-size: 1rem;
    position: relative;
    top: 1px;
    margin-inline-end: 2px;
    min-width: 1rem;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s
}

ul.user-menu-small-nav li a:hover {
    color: #d63384
}

.user-status {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--mo-border-color-translucent)
}

.user-details {
    display: flex;
    align-items: center
}

.user-details .user-name {
    font-weight: 500;
    line-height: 20px;
    padding-inline-start: 1rem
}

.user-details span {
    display: block;
    font-size: 14.7px;
    color: #888;
    font-weight: 500
}

.header-notifications {
    height: 100%;
    display: inline-block;
    padding-inline-end: 15px;
    position: relative
}

.header-notifications:last-child {
    margin-inline-end: 0
}

.header-notifications .header-notifications-trigger span {
    position: absolute;
    display: inline-block;
    top: -10px;
    margin-inline-start: -12px;
    font-weight: 600;
    height: 18px;
    min-width: 20px;
    line-height: 18px;
    text-align: center;
    color: #000;
    font-size: 12px;
    background-color: #ffc107;
    border-radius: 2px
}

.header-notifications .header-notifications-trigger .user-avatar {
    height: 32px;
    width: 32px
}

.header-notifications .header-notifications-dropdown {
    width: 360px;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / .12);
    background-color: var(--mo-body-bg);
    padding: 0;
    position: absolute;
    top: calc(100% - 10px);
    z-index: 100;
    transform: scale(.95);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    pointer-events: none
}

.header-notifications .header-notifications-dropdown:before {
    content: "";
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-inline-start: 6px solid #fff0;
    border-inline-end: 6px solid #fff0;
    border-bottom: 6px solid var(--mo-body-bg)
}

.header-notifications.active .header-notifications-dropdown {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.header-notifications-trigger,
.header-notifications-trigger a,
.header-widget .language {
    font-size: 1.125rem;
    color: var(--mo-body-color);
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.header-notifications-headline {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid var(--mo-border-color-translucent)
}

.header-notifications-headline h4 {
    display: inline-block;
    margin-bottom: 0
}

.header-notifications-headline span {
    display: inline-block
}

.header-notifications-scroll {
    display: block;
    overflow: hidden;
    height: auto
}

.notification-icon {
    font-size: 24px;
    height: 40px;
    width: 40px;
    max-width: 40px;
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    color: #a0a0a0;
    transition: 0.25s;
    position: relative
}

.notification-icon .icon-material-outline-autorenew {
    font-size: 22px
}

.notification-icon .icon-material-outline-gavel {
    font-size: 19px;
    top: -2px;
    left: 1px
}

.notification-text {
    display: inline-block;
    line-height: 23px;
    padding-inline-start: 20px
}

.notification-text strong {
    font-weight: 600
}

.notification-text span.color {
    color: #d63384;
    display: inline-block;
    display: block
}

a.header-notifications-button {
    border-radius: 0 0 4px 4px;
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
    padding: 10px 16px;
    background-color: #d63384;
    width: 100%;
    display: block;
    text-align: center;
    transition: 0.3s
}

a.header-notifications-button i {
    font-size: 22px;
    line-height: 0;
    top: 4px;
    position: relative;
    max-width: 0;
    display: inline-block;
    margin-inline-start: 7px
}

.user-menu {
    padding: 0
}

.user-menu .header-notifications-trigger {
    top: 50%
}

.user-menu .header-notifications-trigger a {
    top: 50%
}

.user-menu .header-notifications-dropdown {
    top: calc(100% - 8px);
    width: 290px
}

.user-menu .header-notifications-dropdown:before {
    right: 23px
}

.notification-avatar {
    position: relative
}

.notification-avatar:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: silver;
    bottom: 0;
    right: 0;
    display: block;
    box-shadow: 0 2px 3px rgb(0 0 0 / .3);
    border-radius: 50%
}

.status-icon {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: silver;
    bottom: 0;
    right: 0;
    display: block;
    box-shadow: 0 2px 3px rgb(0 0 0 / .3);
    border-radius: 50%
}

.user-avatar {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative
}

.user-avatar:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: silver;
    bottom: 0;
    right: 0;
    display: block;
    box-shadow: 0 2px 3px rgb(0 0 0 / .3);
    border-radius: 50%
}

.user-avatar img {
    width: 100%;
    display: inline-block;
    border-radius: 50%;
    image-rendering: -webkit-optimize-contrast
}

.status-icon.status-online {
    background-color: #38b653
}

.status-online:after {
    background-color: #38b653
}

.status-icon.status-offline {
    background-color: silver
}

.status-offline:after {
    background-color: silver
}

.status-switch {
    background-color: #eee;
    width: 100%;
    display: block;
    border-radius: 4px;
    height: 36px;
    padding: 0;
    position: relative;
    zoom: 1;
    margin-top: 20px
}

.status-switch:before {
    content: " ";
    display: table
}

.status-switch:after {
    content: " ";
    display: table
}

.status-switch label {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
    line-height: 36px;
    cursor: pointer;
    color: #888;
    font-size: 14.7px;
    text-align: center;
    transition: 0.3s;
    margin: 0
}

.status-switch span.status-indicator {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    border-radius: 4px 0 0 4px;
    background-color: #38b653;
    box-shadow: 0 0 5px 1px rgb(56 182 83 / .3);
    transition: all 0.4s cubic-bezier(.3, -.41, .19, 1.3), background-color 0.2s linear
}

.status-switch span.right {
    left: 50%;
    border-radius: 0 4px 4px 0;
    background-color: #333;
    box-shadow: none;
    color: var(--mo-body-color)
}

.status-switch label.current-status {
    color: var(--mo-body-color)
}

#navigation {
    position: relative;
    display: inline-block;
    margin-top: 15px
}

#navigation ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0
}

#navigation ul li {
    position: relative;
    margin: 0;
    padding: 0;
    transition: all 0.25s;
    border-radius: 4px
}

#navigation ul li a {
    border-inline-end: 4px;
    display: block;
    line-height: 23px;
    padding: 10px 15px;
    text-decoration: none
}

#navigation ul li a:only-child {
    padding: 10px 15px
}

#navigation ul li a:only-child:after {
    content: "";
    display: none
}

#navigation ul li a:after {
    font-family: "bootstrap-icons";
    content: "\f110";
    opacity: 1;
    font-size: 16px;
    transition: 0.2s;
    opacity: 1;
    line-height: 17px;
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 3px;
    margin-inline-start: 7px;
    text-indent: 0;
    top: 1px;
    position: relative
}

#navigation ul li a i {
    color: #d63384;
    font-size: 1.25rem;
    position: relative;
    top: 0;
    vertical-align: text-bottom
}

#navigation ul li a.btn {
    padding: .375rem 1rem
}

#navigation ul li:hover a {
    color: #d63384
}

#navigation ul li:hover a:after {
    color: #d63384;
    opacity: .8
}

#navigation ul li:hover>ul {
    display: block;
    visibility: visible;
    pointer-events: all;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}

#navigation ul li:hover ul {
    z-index: 20
}

#navigation ul li:hover ul a {
    padding: 5px 15px 5px 15px !important;
    padding-inline-end: 40px !important
}

#navigation ul li:hover ul a:only-child {
    padding: 5px 15px 5px 15px !important
}

#navigation ul li ul {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    padding: 0;
    z-index: 99999;
    z-index: 10
}

#navigation ul li a.current {
    color: #d63384
}

#navigation ul li a.current:after {
    color: #d63384;
    background: rgb(102 103 107 / .13);
    opacity: .8
}

#navigation ul ul {
    margin: 0;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / .12);
    border-radius: 4px;
    visibility: hidden;
    transition: all 0.25s;
    transform: translate3d(0, 15px, 0)
}

#navigation ul ul li {
    float: none;
    border-radius: 4px;
    width: 208px;
    margin: 0;
    padding: 0;
    border-radius: 0
}

#navigation ul ul li:hover {
    border-radius: 0
}

#navigation ul ul li:hover>ul {
    pointer-events: all
}

#navigation ul ul li:hover a:after {
    opacity: 1;
    transform: translateX(0)
}

#navigation ul ul li a:after {
    font-family: "bootstrap-icons";
    content: "\f110";
    opacity: 1;
    font-size: 16px;
    transition: 0.2s;
    opacity: 1;
    line-height: 17px;
    width: 17px;
    height: 17px;
    color: #a8a8a8;
    display: inline-block;
    border-radius: 3px;
    margin-inline-start: 7px;
    text-indent: 0;
    top: 1px;
    position: relative
}

#navigation ul ul li a:only-child:after {
    content: "";
    display: none
}

#navigation ul ul li:last-child {
    border-bottom: none;
    border-radius: 0 0 4px 4px
}

#navigation ul ul li:first-child {
    border-radius: 4px 4px 0 0
}

#navigation ul ul ul {
    top: 0;
    margin-inline-start: 1rem;
    pointer-events: none;
    transform: translate3d(15px, 0, 0)
}

#navigation ul ul ul:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    opacity: 0
}

#navigation ul ul ul:before {
    width: calc(100% + 15px)
}

#navigation ul ul:before {
    content: "";
    position: absolute;
    top: -10px;
    background: #fff0;
    width: 100%;
    height: 10px;
    content: ".";
    position: absolute;
    width: 100%;
    height: 12px;
    top: -12px;
    opacity: 0
}

#navigation ul ul a {
    padding: 5px 15px 5px 15px !important;
    padding-inline-end: 40px !important
}

#navigation ul ul:after {
    content: "";
    position: absolute;
    top: -5px;
    width: 0;
    height: 0;
    border-inline-start: 5px solid #fff0;
    border-inline-end: 5px solid #fff0;
    border-bottom: 5px solid
}

#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after {
    color: #d63384;
    opacity: .8;
    opacity: 1
}

#navigation ul ul.dropdown-nav ul.dropdown-nav li a:after {
    background-color: #f0f0f0;
    color: #a8a8a8;
    opacity: 1;
    content: "\f112";
    position: absolute;
    top: 10px;
    color: #bbb;
    opacity: 1
}

#navigation ul ul.dropdown-nav li:hover a:after {
    color: #d63384;
    opacity: .8;
    opacity: 1
}

#navigation ul ul.dropdown-nav li a:after {
    content: "\f112";
    position: absolute;
    top: 10px;
    color: #bbb;
    opacity: 1
}

#responsive {
    align-items: center;
    display: flex
}

body #navigation ul ul {
    padding: 10px 0;
    box-sizing: border-box;
    margin-top: 15px
}

body #navigation ul ul ul {
    margin-top: -10px
}

body .transparent-header #navigation>ul ul li a {
    color: #aaa
}

body #backtotop a {
    color: #fff
}

body .button i.icon-material-outline-arrow-right-alt {
    font-size: 22px;
    top: 4px
}

body .notification strong {
    border: none
}

#header-container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000
}

#wrapper.wrapper-with-transparent-header {
    padding-top: 0 !important
}

#wrapper.wrapper-with-transparent-header #header .end-side {
    background-color: #fff0
}

#header {
    transition: background 0.3s
}

#wrapper {
    padding-top: 72px
}

#header-container.transparent-header {
    position: absolute;
    width: 100%
}

.transparent-header-spacer {
    height: 82px
}

.transparent-header #header {
    box-shadow: none
}

.transparent-header #header .end-side {
    background-color: #fff0
}

.transparent-header .header-notifications-trigger {
    color: var(--mo-body-color)
}

.transparent-header .header-notifications-trigger a {
    color: var(--mo-body-color)
}

.transparent-header .header-notifications-dropdown:before {
    border-bottom-color: #fff
}

.transparent-header #navigation>ul li a:after {
    background-color: rgb(255 255 255 / .15);
    color: rgb(255 255 255 / .8);
    opacity: 1;
    transition: 0.3s
}

.transparent-header #navigation>ul li:hover ul li:hover a:after {
    color: var(--mo-body-color);
    background: #66676b
}

.transparent-header #navigation>ul li:hover ul a:after {
    background-color: rgb(255 255 255 / .1);
    color: #bbb
}

.transparent-header #navigation>ul li:hover a:after {
    color: var(--mo-body-color);
    background: #66676b
}

.transparent-header #navigation>ul li a.current:after {
    color: var(--mo-body-color);
    background: #66676b
}

.transparent-header #navigation>ul ul li a:after {
    background-color: rgb(255 255 255 / .1);
    color: #bbb
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-color: rgb(255 255 255 / .1);
    color: var(--mo-body-color)
}

.mm-menu .mm-navbar a {
    color: var(--mo-body-color);
    font-weight: 600;
    font-size: 16px
}

.mm-menu .mm-navbar>* {
    color: var(--mo-body-color);
    font-weight: 600;
    font-size: 16px
}

.mm-menu .mm-listview {
    border-color: #2a2a2a
}

.mm-menu .mm-listview>li {
    transition: 0.2s
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgb(255 255 255 / .8)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgb(255 255 255 / .5)
}

.mm-menu .mm-listview>li:hover {
    background: rgb(255 255 255 / .03)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next) {
    background: rgb(255 255 255 / .05)
}

.mm-menu .mm-listview>li.mm-selected>span {
    background: rgb(255 255 255 / .05)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
    background: rgb(0 0 0 / .05)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next {
    background: rgb(0 0 0 / .05)
}

.mm-menu .mm-divider {
    background: rgb(0 0 0 / .05)
}

.mm-menu em.mm-counter {
    background-color: rgb(0 0 0 / .3);
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: var(--mo-body-color);
    line-height: 21px;
    font-size: 10px;
    font-weight: 600;
    background-color: #d63384
}

.mm-panels {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden
}

.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto
}

.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels>.mm-panel:after {
    content: "";
    display: block;
    height: 20px
}

.mm-panels>.mm-panel:before {
    content: "";
    display: block;
    height: 20px
}

.mm-panels>.mm-panel>.mm-listview:first-child {
    margin-top: -10px
}

.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -10px
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    transition: none !important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: #fff0
}

.mm-vertical .mm-listview>li>.mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-vertical li.mm-opened>.mm-panel {
    display: block
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: .938rem;
    line-height: 20px
}

.mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after {
    border-color: #fff0
}

.mm-listview>li.mm-vertical>.mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    border-color: inherit;
    border-bottom: 1px solid var(--mo-border-color-translucent)
}

.mm-listview>li:last-child {
    border-bottom: none
}

.mm-listview>li .mm-next {
    border-color: inherit
}

.mm-listview>li .mm-next:before {
    border-color: inherit
}

.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a {
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    display: block;
    padding: 12px 18px;
    margin: 0
}

.mm-listview>li>a i {
    font-size: 1.125rem;
    margin-inline-end: 6px
}

.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
    display: block;
    padding: 14px 20px;
    margin: 0
}

.mm-listview>li>a.btn {
    padding: .375rem .75rem
}

.mm-listview>li:not(.mm-divider):after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    left: 20px
}

.mm-listview a {
    text-decoration: none
}

.mm-listview a:hover {
    text-decoration: none
}

.mm-listview .mm-next {
    background: #fff0;
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: "";
    border-inline-start-width: 1px;
    border-inline-start-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-inline-start: none
}

.mm-listview .mm-next.mm-fullsubopen+a {
    margin-inline-end: 0
}

.mm-listview .mm-next.mm-fullsubopen+span {
    margin-inline-end: 0
}

li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:after {
    content: "";
    border: 2px solid #fff0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-inline-start: none;
    border-top: none;
    right: 25px
}

.mm-clear:before {
    content: "";
    border: 2px solid #fff0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-inline-end: none;
    border-bottom: none;
    right: 18px
}

.mm-close:after {
    content: "";
    border: 2px solid #fff0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-inline-start: none;
    border-top: none;
    right: 25px
}

.mm-close:before {
    content: "";
    border: 2px solid #fff0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-inline-end: none;
    border-bottom: none;
    right: 18px
}

.mm-next:after {
    content: "";
    border-top: 1px solid #fff0;
    border-inline-start: 1px solid #fff0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    content: "";
    border-top: 1px solid #fff0;
    border-inline-start: 1px solid #fff0;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 30px;
    height: 50px;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar a {
    text-decoration: none
}

.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: end;
    right: 0
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel {
    background: rgb(0 0 0 / .05)
}

.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgb(0 0 0 / .05)
}

.mm-page {
    box-sizing: border-box
}

.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-blocking #mm-blocker {
    display: block
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgb(3 2 1 / .5);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: none;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-inline-start: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mmenu-trigger {
    height: 20px;
    width: 24px;
    display: none;
    position: relative;
    margin: 0;
    border-radius: 3px;
    cursor: pointer;
    margin-inline-start: 15px;
    top: calc(50% - 20px);
    transform: translateY(50%);
    display: none
}

.hamburger {
    padding: 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: #fff0;
    border: 0;
    margin: 0;
    overflow: visible;
    height: 20px;
    width: 24px;
    bottom: 3px
}

.hamburger-inner {
    display: block
}

.hamburger-inner::before {
    content: "";
    display: block;
    top: -8px
}

.hamburger-inner::after {
    content: "";
    display: block;
    bottom: -8px
}

.hamburger--collapse .hamburger-inner {
    bottom: 2px;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0.1s linear
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(.33333, .66667, .66667, 1), transform 0.13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0.1s 0.22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s 0.25s cubic-bezier(.215, .61, .355, 1)
}

.footer-social-links {
    list-style: none;
    margin: 0 -10px;
    margin-top: 3px;
    padding: 0
}

.footer-social-links li {
    display: inline-block;
    padding: 0;
    margin: 0
}

.footer-social-links li a {
    font-size: 20px;
    padding: 0 10px;
    color: var(--mo-body-color);
    display: inline-block;
    transition: 0.3s;
    opacity: .5;
    transform: translate3d(0, -.5px, 0)
}

.footer-social-links li a:hover {
    opacity: 1
}

.footer-links h3 {
    font-size: 18px;
    color: var(--mo-body-color);
    margin: 0 0 15px 0;
    padding: 0;
    display: block
}

.footer-links ul {
    list-style: none;
    text-align: start;
    margin: 0;
    padding: 0
}

.footer-links ul li {
    margin-bottom: 0;
    display: block
}

.footer-links ul li:first-child a {
    padding-top: 0
}

.footer-links ul li:last-child a {
    padding-bottom: 0
}

.footer-links ul li a {
    color: silver;
    display: block;
    line-height: 25px;
    position: relative;
    z-index: 100;
    padding: 4px 0
}

.footer-links ul li a span {
    display: inline-block;
    position: relative
}

.footer-links ul li a span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #d63384;
    height: 2px;
    display: block;
    transition: all 0.25s, opacity 0.2s;
    z-index: -1;
    border-radius: 3px;
    opacity: .5;
    width: 0
}

.footer-links ul li a:hover {
    color: var(--mo-body-color)
}

.footer-links ul li a:hover span:before {
    width: 100%;
    opacity: 1
}

#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 50px;
    margin: 0 25px 0 0;
    z-index: 999;
    transition: 0.35s;
    transform: translateY(10px)
}

#backtotop a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #d63384;
    opacity: 1;
    transition: all 0.3s;
    border-radius: 4px;
    text-align: center;
    font-size: 26px
}

#backtotop a:after {
    content: "\F145";
    font-family: "bootstrap-icons";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#backtotop.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.sidebar-container {
    margin-bottom: 40px
}

.sort-by {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative
}

.sort-by .bootstrap-select {
    position: relative;
    right: 0;
    top: 0
}

.sort-by .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto
}

.sort-by .bootstrap-select .dropdown-menu {
    top: 40px;
    right: 0;
    left: auto;
    position: absolute;
    min-width: 160px !important;
    flex: 1
}

.sort-by .dropdown-menu {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / .14)
}

.sort-by .bootstrap-select.btn-group button {
    flex: 1;
    position: relative;
    right: 0;
    top: 2px;
    margin-inline-start: 10px;
    width: auto;
    padding: 0;
    padding-inline-end: 12px;
    background-color: #fff0;
    box-shadow: none;
    height: 20px
}

.sort-by .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 0
}

.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    max-width: 100%;
    float: left;
    line-height: 20px;
    height: auto
}

.sort-by .bootstrap-select.open:before {
    display: none
}

blockquote {
    padding: 10px 20px;
    margin: 0 20px;
    font-size: 17px;
    line-height: 30px;
    color: #888;
    border-inline-start: 5px solid #eee
}

.widget-content {
    display: table
}

.widget-content .widget-text {
    display: table-cell;
    vertical-align: middle
}

.widget-content {
    box-shadow: 0 3px 9px rgb(0 0 0 / .07);
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden
}

.widget-content:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    opacity: 1;
    transition: 0.35s ease-in-out
}

.widget-content img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 1;
    transition: 0.35s;
    border-radius: 5.5px
}

.widget-content:hover:before {
    opacity: .6;
    background: #333
}

.widget-content:hover img {
    opacity: 1
}

.widget-content:hover h5 {
    color: var(--mo-body-color)
}

.widget-content:hover span {
    background: rgb(255 255 255 / .25);
    color: var(--mo-body-color)
}

.widget-text {
    display: block;
    padding: 0;
    position: relative;
    z-index: 20;
    padding: 30px
}

.widget-text h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 3px 0;
    transition: 0.35s
}

.widget-text span {
    font-size: 14px;
    color: #888;
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 4px;
    line-height: 20px;
    padding: 4px 10px;
    margin-top: 3px;
    transition: 0.35s
}

.widget-content.active:before {
    opacity: .6;
    background: #333
}

.widget-content.active img {
    opacity: 1
}

.widget-content.active h5 {
    color: var(--mo-body-color)
}

.widget-content.active span {
    background: rgb(255 255 255 / .25);
    color: var(--mo-body-color)
}

.online-badge {
    background-color: #38b653
}

input.keyword-input {
    margin: 0 0 15px 0
}

.intro-banner.dark-overlay:before {
    background: #333;
    opacity: .75
}

.intro-banner.dark-overlay .background-image-container {
    left: 0;
    width: 100%;
    background-position: 100%
}

.intro-banner.dark-overlay .intro-stats li {
    border-inline-end: 1px solid rgb(255 255 255 / .25)
}

.intro-banner.dark-overlay .intro-stats li span {
    color: rgb(255 255 255 / .7)
}

.intro-banner.dark-overlay .intro-stats li strong {
    color: var(--mo-body-color)
}

.intro-banner.dark-overlay .intro-stats li:last-child {
    border-inline-end: none
}

.intro-banner.dark-overlay .banner-headline strong {
    color: rgb(255 255 255 / .7);
    color: var(--mo-body-color)
}

.intro-banner.dark-overlay .intro-banner-search-form {
    box-shadow: 0 3px 12px rgb(0 0 0 / .2)
}

[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden !important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch
}

[data-simplebar=init] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.simplebar-scroll-content {
    overflow-x: hidden !important;
    overflow-y: scroll;
    min-width: 100% !important;
    max-height: inherit !important;
    margin-bottom: 0 !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}

.simplebar-content {
    overflow-y: hidden !important;
    overflow-x: auto;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    min-height: 100% !important;
    padding-bottom: 0 !important
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
    height: calc(100% - 6px);
    margin-top: 6px
}

.simplebar-track:hover .simplebar-scrollbar:before {
    opacity: 1;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear
}

.simplebar-track .simplebar-scrollbar.visible:before {
    opacity: 1;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear
}

.simplebar-scrollbar {
    position: absolute;
    right: 6px;
    width: 5px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s, background-color 0.3s;
    background-color: #d8d8d8
}

.simplebar-scrollbar:hover:before {
    background-color: #c8c8c8
}

.simplebar-track.vertical {
    top: 0
}

.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px;
    display: none
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

input.range-slider {
    display: none
}

input.default-slider {
    display: none
}

select.bs-select-hidden {
    display: none !important
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    box-shadow: none;
    background: #f4f4f4;
    margin: -5px 0 10px 0;
    height: 38px;
    line-height: 38px;
    padding: 10px
}

.bs-searchbox .form-control:focus {
    margin-bottom: 0;
    width: 100%;
    float: none;
    box-shadow: none;
    background: #f4f4f4;
    margin: -5px 0 10px 0;
    height: 38px;
    line-height: 38px;
    padding: 10px
}

.bs-searchbox:after {
    font-family: "Material-Icons";
    content: "\e982";
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 0;
    display: inline-block;
    position: absolute;
    margin: 0;
    color: #a0a0a0;
    right: 15px;
    top: 18px
}

.bs-donebutton {
    padding: 0 5px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-inline-start: 2px;
    vertical-align: middle;
    border-top: .3em dashed;
    border-top: .3em solid;
    border-inline-end: .3em solid #fff0;
    border-inline-start: .3em solid #fff0
}

.dropup {
    position: relative
}

.dropup .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9
}

.dropup .dropdown-menu {
    top: 100%;
    bottom: auto;
    margin-bottom: 2px
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    border: none;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / .12)
}

.dropdown-menu .divider {
    display: none
}

.dropdown-menu>li>a {
    display: block;
    padding: 7px 10px;
    padding-inline-end: 35px;
    clear: both;
    font-weight: 400;
    line-height: 21px;
    border-radius: 4px
}

.dropdown-menu>li>a:hover {
    color: #d63384;
    text-decoration: none;
    background-color: rgb(102 103 107 / .07)
}

.dropdown-menu>.active>a {
    color: #d63384;
    text-decoration: none;
    background-color: rgb(102 103 107 / .07)
}

.dropdown-menu>.active>a:hover {
    color: #d63384;
    text-decoration: none;
    background-color: rgb(102 103 107 / .07)
}

.dropdown-menu>.disabled>a {
    color: #777
}

.dropdown-menu>.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: #fff0;
    background-image: none
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu.inner::-webkit-scrollbar {
    width: 5px
}

.dropdown-menu.inner::-webkit-scrollbar-track {
    background-color: #fff0;
    border-radius: 12px
}

.dropdown-menu.inner::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #d8d8d8
}

.dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    background-color: #c8c8c8
}

.bootstrap-select.show .dropdown-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.open>a {
    outline: 0
}

.hide-tick .check-mark {
    display: none !important
}

.ppenzi .dashboard-nav ul>li ul li {
    background-color: #fff0;
    border: none;
    padding-inline-start: 40px;
    position: relative;
    margin: 0
}

.ppenzi .dashboard-nav ul>li ul li:hover {
    border: none;
    background-color: #fff0
}

.ppenzi .dashboard-nav ul>li ul li:hover a {
    padding-inline-start: 4px
}

.ppenzi .dashboard-nav ul>li ul li a {
    padding: 5px 0
}

.ppenzi .dashboard-nav ul>li ul li a i {
    font-size: 1rem;
    margin-inline-end: 5px;
    height: 24px;
    width: 24px
}

.ppenzi .dashboard-nav ul li.active-submenu {
    border-color: #d63384;
    background-color: rgb(214 51 132 / .05)
}

.ppenzi .dashboard-nav ul li.active-submenu>a {
    color: #d63384
}

.ppenzi .dashboard-nav ul li.active-submenu>a i {
    color: #d63384
}

.ppenzi .dashboard-nav ul li.active-submenu>a:after {
    color: #d63384;
    opacity: .8
}

.ppenzi .dashboard-nav ul li.active-submenu ul {
    visibility: visible;
    padding: 0 0 18px 0;
    line-height: 24px;
    display: block;
    max-height: 200px;
    pointer-events: all
}

.buttons-to-end {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0 0 10px 15px #fff;
    background-color: #fff
}

.button-info {
    background: rgb(255 255 255 / .25);
    color: var(--mo-body-color);
    width: 19px;
    height: 19px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    margin-inline-start: 3px;
    margin-inline-end: -2px
}

.dashboard-footer-spacer {
    padding-top: 50px
}

.section-headline {
    display: block;
    position: relative
}

.section-headline span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-top: 0;
    display: block
}

.section-headline h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px
}

.section-headline.centered {
    text-align: center;
    padding: 0
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.ms-10 {
    margin-inline-start: 10px !important
}

.ms-15 {
    margin-inline-start: 15px !important
}

.ms-20 {
    margin-inline-start: 20px !important
}

.ms-25 {
    margin-inline-start: 25px !important
}

.ms-30 {
    margin-inline-start: 30px !important
}

.ms-35 {
    margin-inline-start: 35px !important
}

.ms-40 {
    margin-inline-start: 40px !important
}

.ms-45 {
    margin-inline-start: 45px !important
}

.ms-50 {
    margin-inline-start: 50px !important
}

.me-10 {
    margin-inline-end: 10px !important
}

.me-15 {
    margin-inline-end: 15px !important
}

.me-20 {
    margin-inline-end: 20px !important
}

.me-25 {
    margin-inline-end: 25px !important
}

.me-30 {
    margin-inline-end: 30px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pe-10 {
    padding-inline-end: 10px !important
}

.pe-15 {
    padding-inline-end: 15px !important
}

.pe-20 {
    padding-inline-end: 20px !important
}

.pe-25 {
    padding-inline-end: 25px !important
}

.pe-30 {
    padding-inline-end: 30px !important
}

.pe-35 {
    padding-inline-end: 35px !important
}

.pe-40 {
    padding-inline-end: 40px !important
}

.pe-45 {
    padding-inline-end: 45px !important
}

.pe-50 {
    padding-inline-end: 50px !important
}

.ps-10 {
    padding-inline-start: 10px !important
}

.ps-15 {
    padding-inline-start: 15px !important
}

.ps-20 {
    padding-inline-start: 20px !important
}

.ps-25 {
    padding-inline-start: 25px !important
}

.ps-30 {
    padding-inline-start: 30px !important
}

.ps-35 {
    padding-inline-start: 35px !important
}

.ps-40 {
    padding-inline-start: 40px !important
}

.ps-45 {
    padding-inline-start: 45px !important
}

.ps-50 {
    padding-inline-start: 50px !important
}

@media (max-width:991.98px) {
    .fullwidth .header-widget:last-of-type {
        padding-inline-end: 15px;
        float: left
    }
    .header-widget:last-of-type {
        padding-inline-end: 15px;
        float: left
    }
}

@media screen and (-ms-high-contrast:active) {
    .header-notifications-trigger {
        height: 40px
    }
    .header-notifications-trigger a {
        height: 40px
    }
    .header-notifications.user-menu {
        top: -8px
    }
    .fun-fact {
        flex: 1
    }
}

@media screen and (-ms-high-contrast:none) {
    .header-notifications-trigger {
        height: 40px
    }
    .header-notifications-trigger a {
        height: 40px
    }
    .header-notifications.user-menu {
        top: -8px
    }
    .fun-fact {
        flex: 1
    }
}

@media (max-width:991.98px) {
    #wrapper {
        padding-top: 0 !important;
        padding-bottom: 56px
    }
    #header-container {
        position: relative
    }
    #header-container.transparent-header {
        position: absolute
    }
    .dashboard-container {
        height: calc(100vh - 76px)
    }
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media (max-width:992px) {
    #responsive {
        display: none
    }
    .mmenu-trigger {
        display: inline-block !important
    }
    #header {
        height: 76px
    }
    #header .end-side {
        position: absolute;
        width: auto
    }
    header.fullwidth .container {
        padding: 0 1rem
    }
    .header-widget {
        padding: 0 15px
    }
    #header-container.cloned {
        display: none
    }
    #footer h3 {
        margin-top: 45px
    }
    .footer-middle-section {
        padding-top: 0;
        padding-bottom: 45px
    }
    .banner-headline {
        max-width: 100%
    }
    .intro-stats {
        flex-direction: column;
        background: #fff;
        padding: 20px;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgb(0 0 0 / .1);
        justify-content: center
    }
    .intro-stats li {
        display: flex;
        flex-direction: column;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        border: none;
        border-bottom: 1px solid #eee;
        width: 100%;
        align-self: center;
        text-align: center
    }
    .intro-stats li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none
    }
    .icon-box.with-line:before {
        display: none
    }
    .testimonial-carousel .slick-next {
        right: 8%
    }
    .testimonial-carousel .slick-prev {
        left: 8%
    }
    .testimonial-box {
        padding: 35px
    }
    .testimonial {
        font-size: 16px;
        line-height: 28px
    }
    .testimonial p {
        font-size: 16px;
        line-height: 28px
    }
    .dashboard-content-inner {
        min-height: auto !important
    }
    .dashboard-sidebar {
        border-radius: .25rem;
        margin: 1rem;
        margin-bottom: 0;
        flex: 1;
        width: calc(100% - 2rem);
        background-color: #fff0;
        box-shadow: none;
        height: auto !important
    }
    .dashboard-sidebar .simplebar-content {
        overflow-x: hidden
    }
    .dashboard-sidebar .simplebar-track {
        display: none
    }
    .dashboard-nav-inner {
        margin-bottom: 0
    }
    .dashboard-sidebar-inner {
        height: auto !important
    }
    .dashboard-container {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        height: auto !important
    }
    .dashboard-content-container {
        height: auto !important
    }
    .dashboard-content-container .simplebar-scrollbar {
        display: none
    }
    .dashboard-nav {
        width: 100%;
        margin: 0;
        border-radius: 0 0 4px 4px;
        position: relative;
        min-height: auto;
        opacity: 1;
        visibility: hidden;
        max-height: 0;
        padding: 0;
        transition: all 0.3s;
        box-shadow: 0 0 10px rgb(0 0 0 / .1);
        background: #fff
    }
    .dashboard-nav ul {
        margin-top: 15px;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: all 0.3s
    }
    .dashboard-nav ul:first-child {
        margin: 0
    }
    .dashboard-nav ul:before {
        padding: 0 29px
    }
    .dashboard-nav ul li ul {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: all 0.3s
    }
    .dashboard-nav.active {
        opacity: 1;
        visibility: visible;
        max-height: 900px
    }
    .dashboard-nav.active ul {
        opacity: 1;
        visibility: visible;
        max-height: 900px
    }
    .dashboard-nav.active ul li ul {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: all 0.3s
    }
    .dashboard-nav.active ul li.active-submenu ul {
        visibility: visible;
        opacity: 1;
        max-height: 300px
    }
    .buttons-to-end:not(.single-end-button) {
        opacity: 1
    }
    .hide-under-992px {
        display: none !important
    }
}

@media (max-width:768px) {
    .header-notifications {
        position: initial
    }
    .header-notifications-dropdown {
        width: calc(100vw - 45px);
        top: calc(100% + 15px)
    }
    .header-notifications-dropdown:before {
        display: none
    }
    .user-menu .header-notifications-dropdown {
        width: calc(100vw - 45px);
        top: calc(100% + 15px)
    }
    .footer-rows-container {
        height: auto;
        padding: 20px 0 40px 0
    }
    .footer-rows-container .footer-rows-start {
        display: block
    }
    .footer-rows-container .footer-rows-end {
        display: block
    }
    .footer-rows-start {
        float: none;
        height: auto
    }
    .footer-rows-end {
        float: none;
        height: auto
    }
    .footer-row-inner.footer-logo {
        top: 0;
        position: relative;
        height: 46px
    }
    .footer-row-inner.footer-logo img {
        top: 0
    }
    .footer-row-inner {
        position: relative;
        top: 0;
        transform: translateY(0)
    }
    #footer .footer-row {
        padding: 0;
        float: none;
        padding: 20px 0 0 0;
        display: block;
        width: 100%;
        border: none
    }
    .comments ul li ul {
        margin: 0
    }
    .avatar {
        top: 3px
    }
    .avatar img {
        max-width: 50px;
        border-radius: 50%;
        top: 5px
    }
    .comment-content {
        color: #666;
        padding: 0 0 0 70px
    }
    .comment-by a.reply {
        position: relative;
        margin: 10px 0 0 0;
        top: 0;
        display: inline-block
    }
    .blog-post {
        flex-direction: column
    }
    .blog-post-thumbnail {
        width: 100%;
        height: 220px
    }
    #posts-nav li {
        position: relative;
        width: 100%
    }
    #posts-nav li a {
        padding: 0 !important
    }
    #posts-nav li a::before {
        display: none
    }
    #posts-nav li.next-post {
        text-align: start;
        margin-bottom: 30px
    }
    .small-footer {
        display: block;
        text-align: center
    }
    .small-footer p:last-child {
        margin-bottom: 1rem
    }
    .small-footer .footer-social-links {
        float: none;
        left: -10px;
        margin-top: 10px
    }
    .testimonial-carousel .slick-next {
        right: 20px;
        transform: scale(.8) translateY(-50%)
    }
    .testimonial-carousel .slick-prev {
        left: 20px;
        transform: scale(.8) translateY(-50%)
    }
    .dashboard-sidebar .dashboard-nav-container {
        padding: 1rem
    }
    .dashboard-content-inner {
        padding: 1rem
    }
    .buttons-to-end:not(.single-end-button) {
        position: relative;
        transform: none;
        top: 0;
        margin: 10px 0 0 0;
        opacity: 1;
        right: auto;
        display: inline-block;
        box-shadow: none;
        width: 100%
    }
    .hide-under-768px {
        display: none !important
    }
}

@media (max-width:480px) {
    .hide-on-mobile {
        display: none
    }
    .hide-under-480px {
        display: none !important
    }
}