@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

@font-face {
    font-family: 'Framework7 Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Framework7Icons-Regular.eot");
    src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
        url("../fonts/Framework7Icons-Regular.woff") format("woff"),
        url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.f7-icons {
    font-family: 'Framework7 Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center;
}

.demo-list-icon,
.icon-f7 {
    background: #ccc;
    display: block;
    position: relative;
}

.simple-list li,
.links-list a {
    height: auto;
    min-height: var(--f7-list-item-min-height);
    line-height: 1;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
}

.simple-list li:after {
    display: none
}


.theme-dark .demo-list-icon {
    background-color: #555;
}

.icon-f7 {
    background: url(../img/f7-icon.png) no-repeat center;
    background-size: cover;
}

.icon-vi {
    background: url(../img/vi-icon.png) no-repeat center;
    background-size: cover;
}

.ios .demo-list-icon,
.ios .icon-f7,
.ios .icon-vi {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    box-sizing: border-box;
}

.md .demo-list-icon,
.md .icon-f7,
.md .icon-vi {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.aurora .demo-list-icon,
.aurora .icon-f7,
.aurora .icon-vi {
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

.block {
    box-sizing: border-box;
    font-size: 14px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}


.block-fluid {
    max-width: 100%;
}

.row > .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
}

.row > .col:first-child {
    padding-left: 0px;
}


.row > .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 15px;
}

.row > .col-auto:first-child {
    padding-left: 0px;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.05)
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.05)
}

/* Lazy Demo */
img.demo-lazy {
    display: block;
    width: 100%;
    height: auto;
}

div.demo-lazy {
    background: #aaa;
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    height: 60vw;
}

/* FAB Morph */
.demo-fab-sheet {
    position: absolute;
    left: 16px;
    bottom: 80px;
    width: 140px;
    background: #fff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    z-index: 1600;
    margin: 0 !important;
}

.ios .demo-fab-sheet {
    bottom: 15px;
}

.md .demo-fab-sheet {
    bottom: 16px;
}

.demo-fab-fullscreen-sheet {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 64px;
    bottom: 0;
    background: #fff;
    z-index: 1600;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

@media (min-width: 768px) {
    .demo-fab-fullscreen-sheet {
        left: 20%;
        width: 60%;
        right: auto;
        height: 80%;
        top: auto;
    }
}

.demo-fab-fullscreen-sheet .page {
    background: #fff;
}

/* Demo Messagebar */
.ios .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
    pointer-events: none;
    color: #8e8e8e;
}

.md .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
    pointer-events: none;
    opacity: 0.5;
}

/* Grid demo */
.grid-demo div[class*="col"] {
    background: #fff;
    text-align: center;
    color: #000;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 12px;
}

.theme-dark .grid-demo div[class*="col"] {
    background-color: #000;
    color: #fff;
    border-color: #444;
}

/* Cards Demo */
.demo-card-header-pic .card-header {
    height: 40vw;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.demo-card-header-pic .card-content-padding .date {
    color: #8e8e93;
}

.demo-facebook-card .card-header {
    display: block;
    padding: 10px;
}

.demo-facebook-card .demo-facebook-avatar {
    float: left;
}

.demo-facebook-card .demo-facebook-name {
    margin-left: 44px;
    font-size: 14px;
    font-weight: 500;
}

.demo-facebook-card .demo-facebook-date {
    margin-left: 44px;
    font-size: 13px;
    color: #8e8e93;
}

.demo-facebook-card .card-footer {
    background: #fafafa;
}

.theme-dark .demo-facebook-card .card-footer {
    background-color: transparent;
}

.demo-facebook-card .card-footer a {
    color: #81848b;
    font-weight: 500;
}

.demo-facebook-card .card-content img {
    display: block;
}

.demo-facebook-card .card-content-padding {
    padding: 15px 10px;
}

.demo-facebook-card .card-content-padding .likes {
    color: #8e8e93;
}

/* Panels Demo */
.panel {
    min-width: 150px;
    max-width: 90%;
}

.ios .panel-right.panel-in ~ .view-main:after,
.ios .panel-right.panel-out ~ .view-main:after,
.aurora .panel-right.panel-in ~ .view-main:after,
.aurora .panel-right.panel-out ~ .view-main:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ddd;
    z-index: 1000;
}

.ios .theme-dark .panel-right.panel-in ~ .view-main:after,
.ios .theme-dark .panel-right.panel-out ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-in ~ .view-main:after,
.aurora .theme-dark .panel-right.panel-out ~ .view-main:after {
    background: #282828;
}

.ios .panel-left:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ddd;
    z-index: 1000;
}

.ios .theme-dark .panel-left:after {
    background: #282828;
}

/* Swipers Demo */
.demo-swiper {
    width: 100%;
    height: 100%;
}

.demo-swiper .swiper-slide,
.demo-swiper-multiple .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.demo-swiper-multiple .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
}

.demo-swiper-multiple {
    margin: 0px 0 35px;
    font-size: 18px;
    height: 120px;
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide {
    width: 85%;
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}

.demo-swiper-custom {
    height: 100%;
}

.demo-swiper-custom .swiper-container {
    background: #000;
    height: 100%;
}

.demo-swiper-custom .swiper-slide {
    background-size: cover;
    background-position: center;
}

.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0);
    opacity: 1;
    border-radius: 0;
    transition: 200ms;
    position: relative;
    transform: scale(0.9);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet-active {
    z-index: 1;
    border: 1px solid #007aff;
    transform: scale(1.4);
}

.demo-swiper-cube {
    width: 80%;
    height: 70%;
    top: 15%;
}

.demo-swiper-coverflow {
    height: 60%;
    top: 20%;
}

.demo-swiper-coverflow .swiper-slide {
    width: 65%;
}

.demo-swiper-cube .swiper-slide,
.demo-swiper-coverflow .swiper-slide {
    background-size: cover;
    color: #fff;
    -webkit-backface-visibility: hidden;
}

.demo-swiper-fade .swiper-slide {
    background-size: cover;
    background-position: center;
}

.demo-swiper-gallery-top {
    height: 70%;
}

.demo-swiper-gallery-thumbs {
    margin-top: 10px;
    height: 20%;
    height: -webkit-calc(30% - 20px);
    height: -moz-calc(30% - 20px);
    height: -ms-calc(30% - 20px);
    height: calc(30% - 20px);
}

.demo-swiper-gallery-thumbs .swiper-slide-pic {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    transition: 300ms;
}

.demo-swiper-gallery-thumbs .swiper-slide-thumb-active .swiper-slide-pic {
    opacity: 1;
}

.demo-swiper-gallery-top .swiper-slide,
.demo-swiper-gallery-thumbs .swiper-slide-pic {
    background-size: cover;
    background-position: center;
}

.demo-swiper-parallax {
    height: 100%;
}

.demo-swiper-parallax .swiper-parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.demo-swiper-parallax .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    color: #fff;
}

.demo-swiper-parallax .swiper-slide-title {
    font-size: 41px;
    font-weight: 300;
}

.demo-swiper-parallax .swiper-slide-subtitle {
    font-size: 21px;
}

.demo-swiper-parallax .swiper-slide-text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.demo-swiper-lazy {
    height: 100%;
}

.demo-swiper-lazy .swiper-slide {
    position: relative;
}

.demo-swiper-lazy .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Icons Demo */
code {
    background: #f3f3f3;
    padding: 5px;
    font-size: 12px;
}

.theme-dark code {
    background: #000;
}

.demo-icon {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
}

.theme-dark .demo-icon {
    color: #fff;
}

.demo-icon .demo-icon-name {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
}

.theme-dark .demo-icon .demo-icon-name {
    color: #aaa;
}

.elevation-demo {
    height: 100px;
    margin: 30px 10px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 100px;
}

.theme-dark .elevation-demo {
    background: none;
}

/* Demo Color Themes */
.demo-theme-picker {
    cursor: pointer;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    position: relative;
}

.demo-theme-picker .checkbox {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.demo-color-picker-button {
    margin-bottom: 1em;
    text-transform: capitalize;
}

.demo-bars-picker {
    height: 200px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: var(--f7-page-bg-color);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.demo-bars-picker .checkbox {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.demo-bars-picker .demo-navbar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    top: 0;
    border-bottom: 1px solid transparent;
}

.demo-bars-picker .demo-navbar:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 20px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
}

.demo-bars-picker .demo-navbar:after {
    content: '';
    position: absolute;
    right: 10px;
    width: 20px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
}

.demo-bars-picker-empty .demo-navbar {
    background: #f7f7f8;
    border-color: rgba(0, 0, 0, 0.1);
}

.theme-dark .demo-bars-picker-empty .demo-navbar {
    background: #1b1b1b;
    border-color: #282829;
}

.demo-bars-picker-empty .demo-navbar:before,
.demo-bars-picker-empty .demo-navbar:after {
    background: var(--f7-theme-color);
}

.demo-bars-picker-fill .demo-navbar {
    background: var(--f7-theme-color);
}

.demo-bars-picker-fill .demo-navbar:before,
.demo-bars-picker-fill .demo-navbar:after {
    background: #fff;
}

/* Demo Expandable Cards */
@media (min-width: 768px) {
    .demo-expandable-cards {
        display: flex;
        flex-wrap: wrap;
    }

    .demo-expandable-cards .card {
        flex-shrink: 10;
        min-width: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .demo-expandable-cards .card {
        width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 3) / 2);
    }

    .demo-expandable-cards .card:nth-child(2),
    .demo-expandable-cards .card:nth-child(4) {
        margin-left: 0;
    }

    .demo-expandable-cards .card:nth-child(n + 3) {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .demo-expandable-cards .card {
        width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 5) / 4);
    }

    .demo-expandable-cards .card:nth-child(n + 2) {
        margin-left: 0;
    }
}

.view-master-detail .navbar-master-detail-root .link.back,
.view-master-detail .page-master-detail-root .navbar .link.back {
    display: none;
}

/* Demo Popup & Sheet Swipe To Close */
.demo-popup-swipe-handler {
    --f7-popup-border-radius: 15px 15px 0 0;
    --f7-popup-tablet-border-radius: 15px;
    --f7-block-strong-border-color: transparent;
    height: calc(100% - var(--f7-navbar-height) - var(--f7-safe-area-top));
    top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top))
}

.demo-popup-swipe-handler .swipe-handler {
    background: var(--f7-page-bg-color);
}

.demo-popup-swipe-handler .page-content {
    padding-top: 16px;
}

.demo-sheet-swipe-to-close,
.demo-sheet-swipe-to-step {
    --f7-sheet-border-color: transparent;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.demo-sheet-swipe-to-close .swipe-handler,
.demo-sheet-swipe-to-step .swipe-handler {
    background: none;
}

.swipe-handler {
    height: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: #fff;
    cursor: pointer;
    z-index: 10;
}

.swipe-handler:after {
    content: '';
    width: 36px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -3px;
    border-radius: 3px;
    background: #666;
}

.page-home,
.page-about {
    --f7-list-border-color: transparent;
    --f7-block-strong-border-color: transparent;
    --f7-block-font-size: 16px;
}

:root:not(.theme-dark) .page-home,
:root:not(.theme-dark) .page-about {
    --f7-page-bg-color: #fff;
}


.view {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

html.with-panel-left-reveal .framework7-root > .view,
html.with-panel-left-reveal .panel-backdrop,
html.with-panel-left-reveal .views {
    transform: translate3d(260px, 0, 0) scale(0.9);
    -webkit-transform: translate3d(260px, 0, 0) scale(0.9);
    -moz-transform: translate3d(260px, 0, 0) scale(0.9);
    -ms-transform: translate3d(260px, 0, 0) scale(0.9);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.panel-left.panel-reveal:after {
    display: none
}

.navbar,
.toolbar.footer {
    -webkit-backdrop-filter: saturate(125%) blur(10px);
    -moz-backdrop-filter: saturate(125%) blur(10px);
    -ms-backdrop-filter: saturate(125%) blur(10px);
    backdrop-filter: saturate(125%) blur(10px);
}

.navbar-bg {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    -webkit-flex-item-align: end !important;
    align-self: flex-end !important;
}

/*===========================*/
/* customized style */
.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 1
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.background.opac {
    opacity: 0.15
}

.background.heightset {
    background-size: auto 100%;
}

.background + div,
.background-overlay + div {
    z-index: 1;
    position: relative
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover background-position: bottom left;
}

.overlay + div + div {
    z-index: 2
}

.wrapper {
    z-index: 0;
    position: relative;
    padding: 0px;
    min-height: 100vh;
    height: auto;
    width: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.wrapper > .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: calc(env(safe-area-inset-left) + 20px);
    padding-right: calc(env(safe-area-inset-right) + 20px);
}

.wrapper > .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: calc(env(safe-area-inset-left) + 20px);
    padding-right: calc(env(safe-area-inset-right) + 20px);
}

.vm {
    vertical-align: middle
}

.jqstooltip {
    height: auto !important;
    width: auto !important;
    display: block;
    padding: 6px;
    color: #ffffff !important;
    background: #000000 !important;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 0 !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.sparkline {
    position: relative;
}

.border-left-dashed {
    border-left: 1px dashed rgba(0, 0, 0, 0.1)
}

p:last-child {
    margin-bottom: 0
}

small,
.small {
    line-height: 18px;
    font-size: 80%;
}

.dropdown-toggle::after {
    display: none
}

.dropdown-menu {
    border: 0;
    font-size: 14px;
}

.blur {
    background-color: rgba(0, 0, 0, 0.5) !important;
    -webkit-backdrop-filter: saturate(125%) blur(10px);
    -moz-backdrop-filter: saturate(125%) blur(10px);
    -ms-backdrop-filter: saturate(125%) blur(10px);
    backdrop-filter: saturate(125%) blur(10px);
}

a,
a:focus {
    text-decoration: none;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.row {
    align-items: unset;
    -webkit-align-items: unset;
    -moz-align-items: unset;
    -ms-align-items: unset;
}

.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
}

.flex-liquid {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.list ul {
    background-color: transparent;
}

.navbar-bg:before,
.list ul.no-border:before,
.list ul.no-border:after {
    display: none
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-green {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-red {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-blue {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-yellow {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    -moz-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    -ms-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

/* 2. primary colors */

.text-mute {
    opacity: 0.6;
}

.bg-light {
    background-color: rgba(0, 0, 0, 0.05)
}

.font-weight-light {
    font-weight: 300 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

/* 3. sidebar */

.panel {
    padding-top: 20px;
    padding-top: calc(env(safe-area-inset-top) + 20px);
}

.panel .nav-list li a {
    background-color: transparent;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    padding: 3px;
    line-height: 36px;
    margin-bottom: 10px;
}

.panel .list ul:before,
.panel .list ul:after,
.panel .nav-list li a:before,
.panel .nav-list li a:after {
    display: none
}

.panel .nav-list li a i {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
    border-radius: 4px;
}

.panel .nav-list li a:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.panel .nav-list li a.active {
    background-color: rgba(255, 255, 255, 0.05);
}


/* 4. bread crumb */


/* 5. Loader css */
.loader-ractangls {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.loader-ractangls div {
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 8px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loader-ractangls div:nth-child(1) {
    left: 0px;
    animation-delay: -0.24s;
}

.loader-ractangls div:nth-child(2) {
    left: 15px;
    animation-delay: -0.12s;
}

.loader-ractangls div:nth-child(3) {
    left: 30px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 0%;
        height: 100%;
    }

    50%,
    100% {
        top: 25%;
        height: 50%;
    }

    100% {
        top: 25%;
        height: 50%;
        opacity: 0
    }
}

.loader-screen {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.subtitle {
    letter-spacing: 6px;
    font-size: 20px;
}


/* 6. swiper slider css */
.swiper-pagination {
    padding: 0 20px 0 20px;
    padding: 0 calc(env(safe-area-inset-right) + 20px) 0 calc(env(safe-area-inset-left) + 20px)
}

.swiper-pagination-bullet {
    border-radius: 3px;
    width: 20px;
    height: 6px;
}

.bullets-white .swiper-pagination-bullet {
    background-color: #ffffff;
}

.introduction .swiper-slide {
    padding: 0 20px 0 20px;
    padding: 0 calc(env(safe-area-inset-right) + 20px) 0 calc(env(safe-area-inset-left) + 20px);
}

.introduction .swiper-pagination {
    bottom: 38px;
}

.swiper-prices .swiper-slide {
    width: auto;
}

.swiper-categories .swiper-slide {
    width: 100px;
}

.swiper-share .swiper-slide {
    width: 50px;
}

figure {
    position: relative
}

/* 7. form elements */
.list.search-rounded {
    background-color: #ffffff;
    border-radius: 6px;
}

.list.search-rounded .item-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.search {
    background-image: url(../img/search.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

.tag {
    width: auto;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    padding: 0 15px;
    line-height: 34px
}

/* 8. button */
.button {
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 15px;
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center
}

.button.button-block {
    width: 100%;
    display: block;
}

.button.button-link {
    font-weight: normal
}

.button-large {
    padding: 15px 25px;
}

.button i {
    max-width: 24px;
    vertical-align: middle
}

.button i.right-absoute {
    position: absolute;
    right: 15px;
    top: 10px;
}

.button-large i.right-absoute {
    position: absolute;
    right: 15px;
    top: 15px;
}

.button-fab {
    position: absolute;
    z-index: 9;
}

.button-fab.right-bottom {
    position: absolute;
    right: 20px;
    right: calc(env(safe-area-inset-right) + 20px);
    bottom: 20px;
}

.button-fab-right-bottom {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.button-fab.left-bottom {
    position: absolute;
    left: 20px;
    left: calc(env(safe-area-inset-left) + 20px);
    bottom: 20px;
}

.button-info {
    display: inline-block;
    background-color: #5ED0FB;
    color: #ffffff;
}

.button-info:focus,
.button-info:hover,
.button-info:focus:active,
.button-info:not(:disabled):not(.disabled):active {
    background-color: #35b7e8;
}

.button-rounded-34 {
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    width: 34px;
    border-radius: 50%;
    padding: 0;
}

.button-rounded-54 {
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    width: 54px;
    border-radius: 50%;
    padding: 0;
}

.button-outline-light {
    border-color: rgba(0, 0, 0, 0.1)
}

.bg-none {
    background-color: transparent !important;
}

.no-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

/* 9. input group */


/* 10. h group p */
p {
    margin-top: 0
}

.h1,
h1 {
    font-size: 40px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 25px;
}

.h4,
h4 {
    font-size: 20px;
}

.h5,
h5 {
    font-size: 18px;
}

.h6,
h6 {
    font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    line-height: 1.125em;
    margin-top: 0;
    font-weight: 500;
}

a.h1,
a.h2,
a.h3,
a.h4,
a.h5 {
    display: block
}

.display-1 {
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.2;
}

/* 11. heights width */
.hn-290 {
    height: 290px;
    height: calc(env(safe-area-inset-top) + 290px);
}

.hn-154 {
    height: 154px;
    height: calc(env(safe-area-inset-top) + 154px);
}

.hn-114 {
    height: 114px;
    height: calc(env(safe-area-inset-top) + 114px);
}

.hn-60 {
    height: 60px;
    height: calc(env(safe-area-inset-top) + 60px);
}

.h-3 {
    height: 3px;
}

.h-4 {
    height: 4px;
}

.h-140 {
    height: 140px;
}

.h-54 {
    height: 54px;
}

.h-58 {
    height: 58px;
}

.h-150 {
    height: 150px;
}

.h-100px {
    height: 100px;
    height: 100px;
}

.h-200 {
    height: 200px;
}

.vh-100 {
    height: 100vh !important;
}

.h-100 {
    height: 100% !important;
}

.w-100px {
    width: 100px;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.mw-100 {
    max-width: 100% !important;
}

.w-24 {
    width: 24px;
}

/* 12. padding margin */
.pl-0,
.px-0 {
    padding-left: 0px !important;
}

.pr-0,
.px-0 {
    padding-right: 0px !important;
}

.pl-2,
.px-2 {
    padding-left: 10px !important;
}

.pr-2,
.px-2 {
    padding-right: 15px !important;
}

.pl-3,
.px-3 {
    padding-left: 15px !important;
}

.pr-3,
.px-3 {
    padding-right: 15px !important;
}

.pl-4,
.px-4 {
    padding-left: 20px !important;
}

.pr-4,
.px-4 {
    padding-right: 20px !important;
}

.pl-5,
.px-5 {
    padding-left: 30px !important;
}

.pr-5,
.px-5 {
    padding-right: 30px !important;
}

.py-0,
.pt-0 {
    padding-top: 0 !important
}

.py-0,
.pb-0 {
    padding-bottom: 0 !important
}

.pb-5,
.py-5 {
    padding-bottom: 30px !important;
}

.pt-5,
.py-5 {
    padding-top: 30px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 20px !important;
}

.pt-4,
.py-4 {
    padding-top: 20px !important;
}

.pb-3,
.py-3 {
    padding-top: 15px !important;
}

.pt-3,
.py-3 {
    padding-bottom: 15px !important;
}

.pb-2,
.py-2 {
    padding-top: 10px !important;
}

.pt-2,
.py-2 {
    padding-bottom: 10px !important;
}

.p-1 {
    padding: 5px !important;
}

.p-2 {
    padding: 10px !important;
}

.p-3 {
    padding: 15px !important;
}

.p-4 {
    padding: 20px !important;
}

.p-5 {
    padding: 30px !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mb-5,
.my-5 {
    margin-bottom: 30px !important;
}

.mt-5,
.my-5 {
    margin-top: 30px !important;
}

.mt-4,
.my-4 {
    margin-top: 20px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 20px !important;
}

.mt-3,
.my-3 {
    margin-top: 15px !important;
}

.mt-2,
.my-2 {
    margin-top: 10px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 15px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 10px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 5px !important;
}

.mt-1,
.my-1 {
    margin-top: 5px !important;
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-1,
.mx-1 {
    margin-left: 5px !important;
}

.mr-1,
.mx-1 {
    margin-right: 5px !important;
}

.m-0 {
    margin: 0 !important;
}

.rounded {
    border-radius: 6px;

}

.overflow-hidden {
    overflow: hidden;
    position: relative
}

.position-relative {
    position: relative;
}

/* 13. top bottom nagatives */
.bottom-25 {
    bottom: -25px;
}

.top-30 {
    top: -30px;
}

.top-25 {
    top: -25px;
}

/* 14. popover */


/* 15. Notifications */
.counts {
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background-color: #FF0068;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
}

.dot-notification {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

/* 16. List items */
.list-group-item {
    padding: 13px 15px;
}

.list-group-item.new {
    background-color: rgba(94, 208, 251, 0.1);
}

.list-group-item.new .avatar {
    border: 2px solid #5ED0FB;
    box-shadow: 0px 5px 10px rgba(94, 208, 251, 0.3);
    -webkit-box-shadow: 0px 5px 10px rgba(94, 208, 251, 0.3);
    -moz-box-shadow: 0px 5px 10px rgba(94, 208, 251, 0.3);
    -ms-box-shadow: 0px 5px 10px rgba(94, 208, 251, 0.3);
}

.list .item-inner,
.list .item-media {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* 17. Nav tabs */
.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item {
    margin: 0
}

.nav-tabs .nav-item .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
}

/* 18. card */
.card {
    border-radius: 5px;
    border: 0;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.card > .background {
    border-radius: 5px;
    border: 0;
    overflow: hidden
}

.card .card-body {
    padding: 15px
}

/* 19. header */
.navbar {
    font-size: 16px;
    -webkit-backdrop-filter: none;
    -moz-backdrop-filter: none;
    -ms-backdrop-filter: none;
   /* backdrop-filter: none;*/
}

.header-logo {
    display: inline-block;
}

.header-logo img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
}

.header-logo h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0 10px;
    font-weight: 400;
}

.header-logo h4 small {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: 200;
}

.menu-btn > i.menu {
    display: inline-block
}

.menu-btn > i.closeicon {
    display: none;
}

.sidemenu-open .menu-btn > i.closeicon {
    display: inline-block;
}

.sidemenu-open .menu-btn > i.menu {
    display: none;
}


/* 20. footer */

.toolbar.footer {
    height: 60px;
    height: calc(60px + env(safe-area-inset-bottom));
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
}

.toolbar.footer .tab-link-highlight {
    display: none
}

.toolbar.toolbar-bottom .toolbar-inner {
    overflow: visible
}

.md .toolbar-bottom-md:after,
.toolbar-bottom:after {
    display: none
}

.toolbar.footer .toolbar-inner a {
    border-radius: 0;
    padding: 10px 0;
    line-height: 28px;
    text-align: center;
    min-width: 60px;
    overflow: visible !important;
}

.toolbar.footer .toolbar-inner a i {
    display: inline-block;
    max-width: 24px;
    max-height: 24px;
}

.toolbar.footer .toolbar-inner a span.icon-text {
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    width: 44px;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid transparent;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}

.toolbar.footer .toolbar-inner a span.icon-text i {
    vertical-align: middle;
}

.toolbar.footer .toolbar-inner a span.text-name {
    display: block;
    font-size: 10px;
    font-weight: 400;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}

.toolbar.footer .toolbar-inner a span.text-name:after {
    content: "";
    display: block;
    opacity: 0;
    height: 2px;
    width: 12px;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: transparent;
    border-radius: 2px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}

.toolbar.footer .toolbar-inner a:hover span.icon-text,
.toolbar.footer .toolbar-inner a.tab-link-active span.icon-text {
    border-radius: 50px;
    margin-top: -32px;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.08);
}

.toolbar.footer .toolbar-inner a:hover span.text-name,
.toolbar.footer .toolbar-inner a.tab-link-active span.text-name {
    height: 22px;
    line-height: 22px;
}

.toolbar.footer .toolbar-inner a:hover span.text-name:after,
.toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    opacity: 1;
    bottom: 0px;
}

/* 21. page specific */
.md-16 {
    font-size: 16px
}

.linechartlarge {
    height: 50px;
    width: 140px;
}

.barchart {
    height: 100px;
    width: 100%;
}

/*  avatar */
.avatar {
    border-radius: 5px;
    display: inline-block;
    margin: 0px auto;
    background-color: #ffffff;
    overflow: hidden;
    border: 0px solid #ffffff;
    vertical-align: top;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.avatar img {
    width: 100%;
    vertical-align: top
}

.avatar i {
    vertical-align: middle;
    max-width: 24px;
    display: inline-block
}

.avatar-20 {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    width: 20px;
}

.avatar-30 {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 30px;
}

.avatar-40 {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    width: 40px;
}

.avatar-60 {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    width: 60px;
}

.avatar-80 {
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    width: 80px;
}

.avatar-100 {
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    width: 100px;
}

.avatar-120 {
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
    width: 120px;
}

.avatar-50 {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    width: 50px;
}

.avatar-70 {
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    width: 70px;
}

.avatar-90 {
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    width: 90px;
}



@media screen and (max-width:350px) {

    .h1,
    h1 {
        font-size: 30px;
    }
}

/* theme color */
.bg-gradient-cyan {
    background: transparent linear-gradient(180deg, #5ED0FB 0%, #14379A 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, #5ED0FB 0%, #14379A 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, #5ED0FB 0%, #14379A 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.bg-gradient-purple {
    background: transparent linear-gradient(180deg, #824FBC 0%, #000B2C 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, #824FBC 0%, #000B2C 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, #824FBC 0%, #000B2C 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.bg-gradient-red {
    background: transparent linear-gradient(180deg, #DC2154 0%, #240209 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, #DC2154 0%, #240209 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, #DC2154 0%, #240209 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.bg-gradient-yellow {
    background: transparent linear-gradient(180deg, #ffc400 0%, #d87400 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, #ffc400 0%, #d87400 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, #ffc400 0%, #d87400 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.text-info {
    color: #5ED0FB !important
}

.bg-info {
    background-color: #5ED0FB !important
}





/* pink color */
.color-theme-pink .overlay {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #be004d 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #be004d 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #be004d 100%) 0% 0% no-repeat padding-box;
}

.color-theme-pink .bg-template {
    background: #FF0068;
    background: -moz-linear-gradient(top, #FF0068 1%, #be004d 100%);
    background: -webkit-linear-gradient(top, #FF0068 1%, #be004d 100%);
    background: linear-gradient(to bottom, #FF0068 1%, #be004d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0068', endColorstr='#be004d', GradientType=0);
}

.color-theme-pink .navbar-bg,
.color-theme-pink .button-outline-light:focus,
.color-theme-pink .button-outline-light:active:focus,
.color-theme-pink .button-outline-light:hover,
.color-theme-pink .button-outline-light.active,
.color-theme-pink .dot-notification,
.color-theme-pink .navbar.active,
.color-theme-pink .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-pink .button-default,
.color-theme-pink .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #FF0068;
}

.color-theme-pink .panel .page,
.color-theme-pink body {
    background: #be004d;
}

.color-theme-pink .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #FF0068;
}

.color-theme-pink .navbar.active,
.color-theme-pink .search-rounded,
.color-theme-pink .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(255, 163, 194, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(255, 163, 194, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(255, 163, 194, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(255, 163, 194, 0.20);
}

.color-theme-pink .button-default {
    box-shadow: 0px 5px 15px rgba(255, 163, 194, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(255, 163, 194, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(255, 163, 194, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(255, 163, 194, 0.50);
}

.color-theme-pink .text-template,
.color-theme-pink .button-outline-light,
.color-theme-pink .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-pink .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-pink .form-control:focus,
.color-theme-pink .button-light {
    color: #FF0068;
}

.color-theme-pink a:not(.button),
.color-theme-pink .header-dark .navbar,
.color-theme-pink .header-dark .navbar a,
.color-theme-pink .header-dark .navbar .button-link,
.color-theme-pink .page {
    color: #000000;
}

.color-theme-pink .panel .page,
.color-theme-pink .panel .page .block-title,
.color-theme-pink .button-outline-light:focus,
.color-theme-pink .button-outline-light:active:focus,
.color-theme-pink .button-outline-light:hover,
.color-theme-pink .button-outline-light.active,
.color-theme-pink .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-pink .bg-template,
.color-theme-pink .button-default,
.color-theme-pink body,
.color-theme-pink .header-dark .navbar.active,
.color-theme-pink .header-dark .navbar.active a,
.color-theme-pink .header-dark .navbar.active .button-link,
.color-theme-pink .navbar,
.color-theme-pink .navbar a,
.color-theme-pink .navbar .button-link,
.color-theme-pink .panel .nav-list li a i,
.color-theme-pink .panel .nav-list li a.active i,
.color-theme-pink .panel .nav-list li a.active,
.color-theme-pink .nav-tabs .nav-item .nav-link,
.color-theme-pink .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-pink .toolbar,
.color-theme-pink .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-pink .wrapper,
.color-theme-pink .button-light {
    background-color: #ffffff;
}

.color-theme-pink .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-pink .panel .nav-list li a,
.color-theme-pink .toolbar.footer .toolbar-inner a {
    color: #ffa3c2
}

.color-theme-pink .panel .nav-list li a.active i,
.color-theme-pink .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-pink .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #ffa3c2
}

.color-theme-pink .nav-tabs .nav-item .nav-link.active {
    border-color: #ffa3c2
}


/* green color */
.color-theme-green .overlay {
    background: transparent linear-gradient(180deg, rgba(76, 217, 100, 0) 0%, #4caf50 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #4caf50 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #4caf50 100%) 0% 0% no-repeat padding-box;
}

.color-theme-green .bg-template {
    background: #02c127;
    background: -moz-linear-gradient(top, #4caf50 1%, #15a04b 100%);
    background: -webkit-linear-gradient(top, #4caf50 1%, #15a04b 100%);
    background: linear-gradient(to bottom, #4caf50 1%, #15a04b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4caf50', endColorstr='#15a04b', GradientType=0);
}

.color-theme-green .navbar-bg,
.color-theme-green .button-outline-light:focus,
.color-theme-green .button-outline-light:active:focus,
.color-theme-green .button-outline-light:hover,
.color-theme-green .button-outline-light.active,
.color-theme-green .dot-notification,
.color-theme-green .navbar.active,
.color-theme-green .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-green .button-default,
.color-theme-green .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #4caf50;
}

.color-theme-green .panel .page,
.color-theme-green body {
    background: #15a04b;
}

.color-theme-green .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #4caf50;
}

.color-theme-green .navbar.active,
.color-theme-green .search-rounded,
.color-theme-green .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(76, 217, 100, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(76, 217, 100, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(76, 217, 100, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(76, 217, 100, 0.20);
}

.color-theme-green .button-default {
    box-shadow: 0px 5px 15px rgba(76, 217, 100, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(76, 217, 100, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(76, 217, 100, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(76, 217, 100, 0.50);
}

.color-theme-green .text-template,
.color-theme-green .button-outline-light,
.color-theme-green .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-green .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-green .form-control:focus,
.color-theme-green .button-light {
    color: #4caf50;
}

.color-theme-green a:not(.button),
.color-theme-green .header-dark .navbar,
.color-theme-green .header-dark .navbar a,
.color-theme-green .header-dark .navbar .button-link,
.color-theme-green .page {
    color: #000000;
}

.color-theme-green .panel .page,
.color-theme-green .panel .page .block-title,
.color-theme-green .button-outline-light:focus,
.color-theme-green .button-outline-light:active:focus,
.color-theme-green .button-outline-light:hover,
.color-theme-green .button-outline-light.active,
.color-theme-green .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-green .bg-template,
.color-theme-green .button-default,
.color-theme-green body,
.color-theme-green .header-dark .navbar.active,
.color-theme-green .header-dark .navbar.active a,
.color-theme-green .header-dark .navbar.active .button-link,
.color-theme-green .navbar,
.color-theme-green .navbar a,
.color-theme-green .navbar .button-link,
.color-theme-green .panel .nav-list li a i,
.color-theme-green .panel .nav-list li a.active i,
.color-theme-green .panel .nav-list li a.active,
.color-theme-green .nav-tabs .nav-item .nav-link,
.color-theme-green .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-green .toolbar,
.color-theme-green .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-green .wrapper,
.color-theme-green .button-light {
    background-color: #ffffff;
}

.color-theme-green .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-green .panel .nav-list li a,
.color-theme-green .toolbar.footer .toolbar-inner a {
    color: #cddc39
}

.color-theme-green .panel .nav-list li a.active i,
.color-theme-green .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-green .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #cddc39
}

.color-theme-green .nav-tabs .nav-item .nav-link.active {
    border-color: #cddc39
}




/* blue color */
.color-theme-blue .overlay {
    background: transparent linear-gradient(180deg, rgba(21, 57, 157, 0) 0%, #15399D 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #15399D 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #15399D 100%) 0% 0% no-repeat padding-box;
}

.color-theme-blue .bg-template {
    background: #3355b4;
    background: -moz-linear-gradient(top, #3355b4 1%, #14379a 100%);
    background: -webkit-linear-gradient(top, #3355b4 1%, #14379a 100%);
    background: linear-gradient(to bottom, #3355b4 1%, #14379a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3355b4', endColorstr='#14379a', GradientType=0);
}

.color-theme-blue .navbar-bg,
.color-theme-blue .button-outline-light:focus,
.color-theme-blue .button-outline-light:active:focus,
.color-theme-blue .button-outline-light:hover,
.color-theme-blue .button-outline-light.active,
.color-theme-blue .dot-notification,
.color-theme-blue .navbar.active,
.color-theme-blue .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-blue .button-default,
.color-theme-blue .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #3355b4;
}

.color-theme-blue .panel .page,
.color-theme-blue body {
    background: #002382;
}

.color-theme-blue .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #3355b4;
}

.color-theme-blue .navbar.active,
.color-theme-blue .search-rounded,
.color-theme-blue .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(51, 85, 180, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(51, 85, 180, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(51, 85, 180, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(51, 85, 180, 0.20);
}

.color-theme-blue .button-default {
    box-shadow: 0px 5px 15px rgba(51, 85, 180, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(51, 85, 180, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(51, 85, 180, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(51, 85, 180, 0.50);
}

.color-theme-blue .text-template,
.color-theme-blue .button-outline-light,
.color-theme-blue .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-blue .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-blue .form-control:focus,
.color-theme-blue .button-light {
    color: #3355b4;
}

.color-theme-blue a:not(.button),
.color-theme-blue .header-dark .navbar,
.color-theme-blue .header-dark .navbar a,
.color-theme-blue .header-dark .navbar .button-link,
.color-theme-blue .page {
    color: #000000;
}

.color-theme-blue .panel .page,
.color-theme-blue .panel .page .block-title,
.color-theme-blue .button-outline-light:focus,
.color-theme-blue .button-outline-light:active:focus,
.color-theme-blue .button-outline-light:hover,
.color-theme-blue .button-outline-light.active,
.color-theme-blue .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-blue .bg-template,
.color-theme-blue .button-default,
.color-theme-blue body,
.color-theme-blue .header-dark .navbar.active,
.color-theme-blue .header-dark .navbar.active a,
.color-theme-blue .header-dark .navbar.active .button-link,
.color-theme-blue .navbar,
.color-theme-blue .navbar a,
.color-theme-blue .navbar .button-link,
.color-theme-blue .panel .nav-list li a i,
.color-theme-blue .panel .nav-list li a.active i,
.color-theme-blue .panel .nav-list li a.active,
.color-theme-blue .nav-tabs .nav-item .nav-link,
.color-theme-blue .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-blue .toolbar,
.color-theme-blue .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-blue .wrapper,
.color-theme-blue .button-light {
    background-color: #ffffff;
}

.color-theme-blue .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-blue .panel .nav-list li a,
.color-theme-blue .toolbar.footer .toolbar-inner a {
    color: #5ED0FB
}

.color-theme-blue .panel .nav-list li a.active i,
.color-theme-blue .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-blue .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #5ED0FB
}

.color-theme-blue .nav-tabs .nav-item .nav-link.active {
    border-color: #5ED0FB
}


/* red color */
.color-theme-red .overlay {
    background: transparent linear-gradient(180deg, rgba(76, 217, 100, 0) 0%, #d40c01 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #d40c01 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #d40c01 100%) 0% 0% no-repeat padding-box;
}

.color-theme-red .bg-template {
    background: #02c127;
    background: -moz-linear-gradient(top, #ff3b30 1%, #d40c01 100%);
    background: -webkit-linear-gradient(top, #ff3b30 1%, #d40c01 100%);
    background: linear-gradient(to bottom, #ff3b30 1%, #d40c01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b30', endColorstr='#d40c01', GradientType=0);
}

.color-theme-red .navbar-bg,
.color-theme-red .button-outline-light:focus,
.color-theme-red .button-outline-light:active:focus,
.color-theme-red .button-outline-light:hover,
.color-theme-red .button-outline-light.active,
.color-theme-red .dot-notification,
.color-theme-red .navbar.active,
.color-theme-red .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-red .button-default,
.color-theme-red .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #ff3b30;
}

.color-theme-red .panel .page,
.color-theme-red body {
    background: #d40c01;
}

.color-theme-red .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #ff3b30;
}

.color-theme-red .navbar.active,
.color-theme-red .search-rounded,
.color-theme-red .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(212, 12, 1, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(212, 12, 1, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(212, 12, 1, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(212, 12, 1, 0.20);
}

.color-theme-red .button-default {
    box-shadow: 0px 5px 15px rgba(212, 12, 1, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(212, 12, 1, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(212, 12, 1, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(212, 12, 1, 0.50);
}

.color-theme-red .text-template,
.color-theme-red .button-outline-light,
.color-theme-red .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-red .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-red .form-control:focus,
.color-theme-red .button-light {
    color: #ff3b30;
}

.color-theme-red a:not(.button),
.color-theme-red .header-dark .navbar,
.color-theme-red .header-dark .navbar a,
.color-theme-red .header-dark .navbar .button-link,
.color-theme-red .page {
    color: #000000;
}

.color-theme-red .panel .page,
.color-theme-red .panel .page .block-title,
.color-theme-red .button-outline-light:focus,
.color-theme-red .button-outline-light:active:focus,
.color-theme-red .button-outline-light:hover,
.color-theme-red .button-outline-light.active,
.color-theme-red .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-red .bg-template,
.color-theme-red .button-default,
.color-theme-red body,
.color-theme-red .header-dark .navbar.active,
.color-theme-red .header-dark .navbar.active a,
.color-theme-red .header-dark .navbar.active .button-link,
.color-theme-red .navbar,
.color-theme-red .navbar a,
.color-theme-red .navbar .button-link,
.color-theme-red .panel .nav-list li a i,
.color-theme-red .panel .nav-list li a.active i,
.color-theme-red .panel .nav-list li a.active,
.color-theme-red .nav-tabs .nav-item .nav-link,
.color-theme-red .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-red .toolbar,
.color-theme-red .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-red .wrapper,
.color-theme-red .button-light {
    background-color: #ffffff;
}

.color-theme-red .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-red .panel .nav-list li a,
.color-theme-red .toolbar.footer .toolbar-inner a {
    color: #ffc107
}

.color-theme-red .panel .nav-list li a.active i,
.color-theme-red .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-red .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #ffc107
}

.color-theme-red .nav-tabs .nav-item .nav-link.active {
    border-color: #ffc107
}




/* teal color */
.color-theme-teal .overlay {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #009688 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #009688 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #009688 100%) 0% 0% no-repeat padding-box;
}

.color-theme-teal .bg-template {
    background: #02c127;
    background: -moz-linear-gradient(top, #009688 1%, #006f65 100%);
    background: -webkit-linear-gradient(top, #009688 1%, #006f65 100%);
    background: linear-gradient(to bottom, #009688 1%, #006f65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009688', endColorstr='#006f65', GradientType=0);
}

.color-theme-teal .navbar-bg,
.color-theme-teal .button-outline-light:focus,
.color-theme-teal .button-outline-light:active:focus,
.color-theme-teal .button-outline-light:hover,
.color-theme-teal .button-outline-light.active,
.color-theme-teal .dot-notification,
.color-theme-teal .navbar.active,
.color-theme-teal .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-teal .button-default,
.color-theme-teal .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #009688;
}

.color-theme-teal .panel .page,
.color-theme-teal body {
    background: #006f65;
}

.color-theme-teal .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #009688;
}

.color-theme-teal .navbar.active,
.color-theme-teal .search-rounded,
.color-theme-teal .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(0, 111, 101, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 111, 101, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(0, 111, 101, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(0, 111, 101, 0.20);
}

.color-theme-teal .button-default {
    box-shadow: 0px 5px 15px rgba(0, 111, 101, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 111, 101, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(0, 111, 101, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(0, 111, 101, 0.50);
}

.color-theme-teal .text-template,
.color-theme-teal .button-outline-light,
.color-theme-teal .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-teal .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-teal .form-control:focus,
.color-theme-teal .button-light {
    color: #009688;
}

.color-theme-teal a:not(.button),
.color-theme-teal .header-dark .navbar,
.color-theme-teal .header-dark .navbar a,
.color-theme-teal .header-dark .navbar .button-link,
.color-theme-teal .page {
    color: #000000;
}

.color-theme-teal .panel .page,
.color-theme-teal .panel .page .block-title,
.color-theme-teal .button-outline-light:focus,
.color-theme-teal .button-outline-light:active:focus,
.color-theme-teal .button-outline-light:hover,
.color-theme-teal .button-outline-light.active,
.color-theme-teal .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-teal .bg-template,
.color-theme-teal .button-default,
.color-theme-teal body,
.color-theme-teal .header-dark .navbar.active,
.color-theme-teal .header-dark .navbar.active a,
.color-theme-teal .header-dark .navbar.active .button-link,
.color-theme-teal .navbar,
.color-theme-teal .navbar a,
.color-theme-teal .navbar .button-link,
.color-theme-teal .panel .nav-list li a i,
.color-theme-teal .panel .nav-list li a.active i,
.color-theme-teal .panel .nav-list li a.active,
.color-theme-teal .nav-tabs .nav-item .nav-link,
.color-theme-teal .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-teal .toolbar,
.color-theme-teal .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-teal .wrapper,
.color-theme-teal .button-light {
    background-color: #ffffff;
}

.color-theme-teal .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-teal .panel .nav-list li a,
.color-theme-teal .toolbar.footer .toolbar-inner a {
    color: #12cebd
}

.color-theme-teal .panel .nav-list li a.active i,
.color-theme-teal .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-teal .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #12cebd
}

.color-theme-teal .nav-tabs .nav-item .nav-link.active {
    border-color: #12cebd
}

/* deeporange color */
.color-theme-deeporange .overlay {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FD7F08 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #FD7F08 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #FD7F08 100%) 0% 0% no-repeat padding-box;
}

.color-theme-deeporange .bg-template {
    background: rgb(216, 66, 0);
    background: -moz-linear-gradient(top, #FD7F08 1%, #d84200 100%);
    background: -webkit-linear-gradient(top, #FD7F08 1%, #d84200 100%);
    background: linear-gradient(to bottom, #FD7F08 1%, #d84200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD7F08', endColorstr='#d84200', GradientType=0);
}

.color-theme-deeporange .navbar-bg,
.color-theme-deeporange .button-outline-light:focus,
.color-theme-deeporange .button-outline-light:active:focus,
.color-theme-deeporange .button-outline-light:hover,
.color-theme-deeporange .button-outline-light.active,
.color-theme-deeporange .dot-notification,
.color-theme-deeporange .navbar.active,
.color-theme-deeporange .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-deeporange .button-default,
.color-theme-deeporange .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #FD7F08;
}

.color-theme-deeporange .panel .page,
.color-theme-deeporange body {
    background: #d84200;
}

.color-theme-deeporange .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #FD7F08;
}

.color-theme-deeporange .navbar.active,
.color-theme-deeporange .search-rounded,
.color-theme-deeporange .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(216, 66, 0, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(216, 66, 0, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(216, 66, 0, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(216, 66, 0, 0.20);
}

.color-theme-deeporange .button-default {
    box-shadow: 0px 5px 15px rgba(216, 66, 0, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(216, 66, 0, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(216, 66, 0, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(216, 66, 0, 0.50);
}

.color-theme-deeporange .text-template,
.color-theme-deeporange .button-outline-light,
.color-theme-deeporange .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-deeporange .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-deeporange .form-control:focus,
.color-theme-deeporange .button-light {
    color: #FD7F08;
}

.color-theme-deeporange a:not(.button),
.color-theme-deeporange .header-dark .navbar,
.color-theme-deeporange .header-dark .navbar a,
.color-theme-deeporange .header-dark .navbar .button-link,
.color-theme-deeporange .page {
    color: #000000;
}

.color-theme-deeporange .panel .page,
.color-theme-deeporange .panel .page .block-title,
.color-theme-deeporange .button-outline-light:focus,
.color-theme-deeporange .button-outline-light:active:focus,
.color-theme-deeporange .button-outline-light:hover,
.color-theme-deeporange .button-outline-light.active,
.color-theme-deeporange .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-deeporange .bg-template,
.color-theme-deeporange .button-default,
.color-theme-deeporange body,
.color-theme-deeporange .header-dark .navbar.active,
.color-theme-deeporange .header-dark .navbar.active a,
.color-theme-deeporange .header-dark .navbar.active .button-link,
.color-theme-deeporange .navbar,
.color-theme-deeporange .navbar a,
.color-theme-deeporange .navbar .button-link,
.color-theme-deeporange .panel .nav-list li a i,
.color-theme-deeporange .panel .nav-list li a.active i,
.color-theme-deeporange .panel .nav-list li a.active,
.color-theme-deeporange .nav-tabs .nav-item .nav-link,
.color-theme-deeporange .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-deeporange .toolbar,
.color-theme-deeporange .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-deeporange .wrapper,
.color-theme-deeporange .button-light {
    background-color: #ffffff;
}

.color-theme-deeporange .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-deeporange .panel .nav-list li a,
.color-theme-deeporange .toolbar.footer .toolbar-inner a {
    color: #ffc107
}

.color-theme-deeporange .panel .nav-list li a.active i,
.color-theme-deeporange .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-deeporange .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #ffc107
}

.color-theme-deeporange .nav-tabs .nav-item .nav-link.active {
    border-color: #ffc107
}

/* gray color */
.color-theme-gray .overlay {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #666666 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #666666 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #666666 100%) 0% 0% no-repeat padding-box;
}

.color-theme-gray .bg-template {
    background: #02c127;
    background: -moz-linear-gradient(top, #89a0a2 1%, #666666 100%);
    background: -webkit-linear-gradient(top, #89a0a2 1%, #666666 100%);
    background: linear-gradient(to bottom, #89a0a2 1%, #666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89a0a2', endColorstr='#666666', GradientType=0);
}

.color-theme-gray .navbar-bg,
.color-theme-gray .button-outline-light:focus,
.color-theme-gray .button-outline-light:active:focus,
.color-theme-gray .button-outline-light:hover,
.color-theme-gray .button-outline-light.active,
.color-theme-gray .dot-notification,
.color-theme-gray .navbar.active,
.color-theme-gray .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-gray .button-default,
.color-theme-gray .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #999999;
}

.color-theme-gray .panel .page,
.color-theme-gray body {
    background: #666666;
}

.color-theme-gray .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #999999;
}

.color-theme-gray .navbar.active,
.color-theme-gray .search-rounded,
.color-theme-gray .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);
}

.color-theme-gray .button-default {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.50);
}

.color-theme-gray .text-template,
.color-theme-gray .button-outline-light,
.color-theme-gray .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-gray .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-gray .form-control:focus,
.color-theme-gray .button-light {
    color: #666666;
}

.color-theme-gray a:not(.button),
.color-theme-gray .header-dark .navbar,
.color-theme-gray .header-dark .navbar a,
.color-theme-gray .header-dark .navbar .button-link,
.color-theme-gray .page {
    color: #000000;
}

.color-theme-gray .panel .page,
.color-theme-gray .panel .page .block-title,
.color-theme-gray .button-outline-light:focus,
.color-theme-gray .button-outline-light:active:focus,
.color-theme-gray .button-outline-light:hover,
.color-theme-gray .button-outline-light.active,
.color-theme-gray .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-gray .bg-template,
.color-theme-gray .button-default,
.color-theme-gray body,
.color-theme-gray .header-dark .navbar.active,
.color-theme-gray .header-dark .navbar.active a,
.color-theme-gray .header-dark .navbar.active .button-link,
.color-theme-gray .navbar,
.color-theme-gray .navbar a,
.color-theme-gray .navbar .button-link,
.color-theme-gray .panel .nav-list li a i,
.color-theme-gray .panel .nav-list li a.active i,
.color-theme-gray .panel .nav-list li a.active,
.color-theme-gray .nav-tabs .nav-item .nav-link,
.color-theme-gray .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-gray .toolbar,
.color-theme-gray .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-gray .wrapper,
.color-theme-gray .button-light {
    background-color: #ffffff;
}

.color-theme-gray .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-gray .panel .nav-list li a,
.color-theme-gray .toolbar.footer .toolbar-inner a {
    color: #20c2e0
}

.color-theme-gray .panel .nav-list li a.active i,
.color-theme-gray .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-gray .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #20c2e0
}

.color-theme-gray .nav-tabs .nav-item .nav-link.active {
    border-color: #20c2e0
}


/* black color */
.color-theme-black .overlay {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #333333 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #333333 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #333333 100%) 0% 0% no-repeat padding-box;
}

.color-theme-black .bg-template {
    background: #02c127;
    background: -moz-linear-gradient(top, #333333 1%, #333333 100%);
    background: -webkit-linear-gradient(top, #333333 1%, #333333 100%);
    background: linear-gradient(to bottom, #333333 1%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
}

.color-theme-black .navbar-bg,
.color-theme-black .button-outline-light:focus,
.color-theme-black .button-outline-light:active:focus,
.color-theme-black .button-outline-light:hover,
.color-theme-black .button-outline-light.active,
.color-theme-black .dot-notification,
.color-theme-black .navbar.active,
.color-theme-black .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-black .button-default,
.color-theme-black .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #333333;
}

.color-theme-black .panel .page,
.color-theme-black body {
    background: #111111;
}

.color-theme-black .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #333333;
}

.color-theme-black .navbar.active,
.color-theme-black .search-rounded,
.color-theme-black .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);
}

.color-theme-black .button-default {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.50);
}

.color-theme-black .text-template,
.color-theme-black .button-outline-light,
.color-theme-black .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-black .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-black .form-control:focus,
.color-theme-black .button-light {
    color: #333333;
}

.color-theme-black a:not(.button),
.color-theme-black .header-dark .navbar,
.color-theme-black .header-dark .navbar a,
.color-theme-black .header-dark .navbar .button-link,
.color-theme-black .page {
    color: #000000;
}

.color-theme-black .panel .page,
.color-theme-black .panel .page .block-title,
.color-theme-black .button-outline-light:focus,
.color-theme-black .button-outline-light:active:focus,
.color-theme-black .button-outline-light:hover,
.color-theme-black .button-outline-light.active,
.color-theme-black .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-black .bg-template,
.color-theme-black .button-default,
.color-theme-black body,
.color-theme-black .header-dark .navbar.active,
.color-theme-black .header-dark .navbar.active a,
.color-theme-black .header-dark .navbar.active .button-link,
.color-theme-black .navbar,
.color-theme-black .navbar a,
.color-theme-black .navbar .button-link,
.color-theme-black .panel .nav-list li a i,
.color-theme-black .panel .nav-list li a.active i,
.color-theme-black .panel .nav-list li a.active,
.color-theme-black .nav-tabs .nav-item .nav-link,
.color-theme-black .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-black .toolbar,
.color-theme-black .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-black .wrapper,
.color-theme-black .button-light {
    background-color: #ffffff;
}

.color-theme-black .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-black .panel .nav-list li a,
.color-theme-black .toolbar.footer .toolbar-inner a {
    color: #999999
}

.color-theme-black .panel .nav-list li a.active i,
.color-theme-black .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-black .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #23a5ea
}

.color-theme-black .nav-tabs .nav-item .nav-link.active {
    border-color: #23a5ea
}





/* yellow color */
.color-theme-yellow .overlay {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ffc107 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #ffc107 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #ffc107 100%) 0% 0% no-repeat padding-box;
}

.color-theme-yellow .bg-template {
    background: #ffeb3b;
    background: -moz-linear-gradient(top, #ffeb3b 1%, #ffc107 100%);
    background: -webkit-linear-gradient(top, #ffeb3b 1%, #ffc107 100%);
    background: linear-gradient(to bottom, #ffeb3b 1%, #ffc107 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeb3b', endColorstr='#ffc107', GradientType=0);
}

.color-theme-yellow .navbar-bg,
.color-theme-yellow .button-outline-light:focus,
.color-theme-yellow .button-outline-light:active:focus,
.color-theme-yellow .button-outline-light:hover,
.color-theme-yellow .button-outline-light.active,
.color-theme-yellow .dot-notification,
.color-theme-yellow .navbar.active,
.color-theme-yellow .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-yellow .button-default,
.color-theme-yellow .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #ffc107;
}

.color-theme-yellow .panel .page,
.color-theme-yellow body {
    background: #ffa007;
}

.color-theme-yellow .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #ffc107;
}

.color-theme-yellow .navbar.active,
.color-theme-yellow .search-rounded,
.color-theme-yellow .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(255, 163, 194, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(255, 163, 194, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(255, 163, 194, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(255, 163, 194, 0.20);
}

.color-theme-yellow .button-default {
    box-shadow: 0px 5px 15px rgba(255, 163, 194, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(255, 163, 194, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(255, 163, 194, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(255, 163, 194, 0.50);
}

.color-theme-yellow .text-template,
.color-theme-yellow .button-outline-light,
.color-theme-yellow .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-yellow .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-yellow .form-control:focus,
.color-theme-yellow .button-light {
    color: #ffc107;
}

.color-theme-yellow a:not(.button),
.color-theme-yellow .header-dark .navbar,
.color-theme-yellow .header-dark .navbar a,
.color-theme-yellow .header-dark .navbar .button-link,
.color-theme-yellow .page {
    color: #000000;
}

.color-theme-yellow .panel .page,
.color-theme-yellow .panel .page .block-title,
.color-theme-yellow .button-outline-light:focus,
.color-theme-yellow .button-outline-light:active:focus,
.color-theme-yellow .button-outline-light:hover,
.color-theme-yellow .button-outline-light.active,
.color-theme-yellow .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-yellow .bg-template,
.color-theme-yellow .button-default,
.color-theme-yellow body,
.color-theme-yellow .header-dark .navbar.active,
.color-theme-yellow .header-dark .navbar.active a,
.color-theme-yellow .header-dark .navbar.active .button-link,
.color-theme-yellow .navbar,
.color-theme-yellow .navbar a,
.color-theme-yellow .navbar .button-link,
.color-theme-yellow .panel .nav-list li a i,
.color-theme-yellow .panel .nav-list li a.active i,
.color-theme-yellow .panel .nav-list li a.active,
.color-theme-yellow .nav-tabs .nav-item .nav-link,
.color-theme-yellow .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-yellow .toolbar,
.color-theme-yellow .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-yellow .wrapper,
.color-theme-yellow .button-light {
    background-color: #ffffff;
}

.color-theme-yellow .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-yellow .panel .nav-list li a,
.color-theme-yellow .toolbar.footer .toolbar-inner a {
    color: #5320ad
}

.color-theme-yellow .panel .nav-list li a.active i,
.color-theme-yellow .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-yellow .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #5320ad
}

.color-theme-pink .nav-tabs .nav-item .nav-link.active {
    border-color: #5320ad
}


/* orange color */
.color-theme-orange .overlay {
    background: transparent linear-gradient(180deg, rgba(76, 217, 100, 0) 0%, #ff9800 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #ff9800 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #ff9800 100%) 0% 0% no-repeat padding-box;
}

.color-theme-orange .bg-template {
    background: #ff9800;
    background: -moz-linear-gradient(top, #ffba00 1%, #ff9800 100%);
    background: -webkit-linear-gradient(top, #ffba00 1%, #ff9800 100%);
    background: linear-gradient(to bottom, #ffba00 1%, #ff9800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffba00', endColorstr='#ff9800', GradientType=0);
}

.color-theme-orange .navbar-bg,
.color-theme-orange .button-outline-light:focus,
.color-theme-orange .button-outline-light:active:focus,
.color-theme-orange .button-outline-light:hover,
.color-theme-orange .button-outline-light.active,
.color-theme-orange .dot-notification,
.color-theme-orange .navbar.active,
.color-theme-orange .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-orange .button-default,
.color-theme-orange .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #ffba00;
}

.color-theme-orange .panel .page,
.color-theme-orange body {
    background: #ff8000;
}

.color-theme-orange .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #ffba00;
}

.color-theme-orange .navbar.active,
.color-theme-orange .search-rounded,
.color-theme-orange .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(255, 186, 0, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(255, 186, 0, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(255, 186, 0, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(255, 186, 0, 0.20);
}

.color-theme-orange .button-default {
    box-shadow: 0px 5px 15px rgba(255, 186, 0, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(255, 186, 0, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(255, 186, 0, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(255, 186, 0, 0.50);
}

.color-theme-orange .text-template,
.color-theme-orange .button-outline-light,
.color-theme-orange .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-orange .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-orange .form-control:focus,
.color-theme-orange .button-light {
    color: #ffba00;
}

.color-theme-orange a:not(.button),
.color-theme-orange .header-dark .navbar,
.color-theme-orange .header-dark .navbar a,
.color-theme-orange .header-dark .navbar .button-link,
.color-theme-orange .page {
    color: #000000;
}

.color-theme-orange .panel .page,
.color-theme-orange .panel .page .block-title,
.color-theme-orange .button-outline-light:focus,
.color-theme-orange .button-outline-light:active:focus,
.color-theme-orange .button-outline-light:hover,
.color-theme-orange .button-outline-light.active,
.color-theme-orange .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-orange .bg-template,
.color-theme-orange .button-default,
.color-theme-orange body,
.color-theme-orange .header-dark .navbar.active,
.color-theme-orange .header-dark .navbar.active a,
.color-theme-orange .header-dark .navbar.active .button-link,
.color-theme-orange .navbar,
.color-theme-orange .navbar a,
.color-theme-orange .navbar .button-link,
.color-theme-orange .panel .nav-list li a i,
.color-theme-orange .panel .nav-list li a.active i,
.color-theme-orange .panel .nav-list li a.active,
.color-theme-orange .nav-tabs .nav-item .nav-link,
.color-theme-orange .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-orange .toolbar,
.color-theme-orange .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-orange .wrapper,
.color-theme-orange .button-light {
    background-color: #ffffff;
}

.color-theme-orange .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-orange .panel .nav-list li a,
.color-theme-orange .toolbar.footer .toolbar-inner a {
    color: #ffeb3b
}

.color-theme-orange .panel .nav-list li a.active i,
.color-theme-orange .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-orange .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #ffeb3b
}

.color-theme-orange .nav-tabs .nav-item .nav-link.active {
    border-color: #ffeb3b
}




/* purple color */
.color-theme-purple .overlay {
    background: transparent linear-gradient(180deg, rgba(21, 57, 157, 0) 0%, #6e0081 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #6e0081 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #6e0081 100%) 0% 0% no-repeat padding-box;
}

.color-theme-purple .bg-template {
    background: #6e0081;
    background: -moz-linear-gradient(top, #9c27b0 1%, #14379a 100%);
    background: -webkit-linear-gradient(top, #9c27b0 1%, #14379a 100%);
    background: linear-gradient(to bottom, #9c27b0 1%, #14379a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c27b0', endColorstr='#14379a', GradientType=0);
}

.color-theme-purple .navbar-bg,
.color-theme-purple .button-outline-light:focus,
.color-theme-purple .button-outline-light:active:focus,
.color-theme-purple .button-outline-light:hover,
.color-theme-purple .button-outline-light.active,
.color-theme-purple .dot-notification,
.color-theme-purple .navbar.active,
.color-theme-purple .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-purple .button-default,
.color-theme-purple .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #9c27b0;
}

.color-theme-purple .panel .page,
.color-theme-purple body {
    background: #6e0081;
}

.color-theme-purple .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #9c27b0;
}

.color-theme-purple .navbar.active,
.color-theme-purple .search-rounded,
.color-theme-purple .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(156, 39, 176, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(156, 39, 176, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(156, 39, 176, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(156, 39, 176, 0.20);
}

.color-theme-purple .button-default {
    box-shadow: 0px 5px 15px rgba(156, 39, 176, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(156, 39, 176, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(156, 39, 176, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(156, 39, 176, 0.50);
}

.color-theme-purple .text-template,
.color-theme-purple .button-outline-light,
.color-theme-purple .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-purple .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-purple .form-control:focus,
.color-theme-purple .button-light {
    color: #3355b4;
}

.color-theme-purple a:not(.button),
.color-theme-purple .header-dark .navbar,
.color-theme-purple .header-dark .navbar a,
.color-theme-purple .header-dark .navbar .button-link,
.color-theme-purple .page {
    color: #000000;
}

.color-theme-purple .panel .page,
.color-theme-purple .panel .page .block-title,
.color-theme-purple .button-outline-light:focus,
.color-theme-purple .button-outline-light:active:focus,
.color-theme-purple .button-outline-light:hover,
.color-theme-purple .button-outline-light.active,
.color-theme-purple .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-purple .bg-template,
.color-theme-purple .button-default,
.color-theme-purple body,
.color-theme-purple .header-dark .navbar.active,
.color-theme-purple .header-dark .navbar.active a,
.color-theme-purple .header-dark .navbar.active .button-link,
.color-theme-purple .navbar,
.color-theme-purple .navbar a,
.color-theme-purple .navbar .button-link,
.color-theme-purple .panel .nav-list li a i,
.color-theme-purple .panel .nav-list li a.active i,
.color-theme-purple .panel .nav-list li a.active,
.color-theme-purple .nav-tabs .nav-item .nav-link,
.color-theme-purple .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-purple .toolbar,
.color-theme-purple .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-purple .wrapper,
.color-theme-purple .button-light {
    background-color: #ffffff;
}

.color-theme-purple .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-purple .panel .nav-list li a,
.color-theme-purple .toolbar.footer .toolbar-inner a {
    color: #5ED0FB
}

.color-theme-purple .panel .nav-list li a.active i,
.color-theme-purple .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-purple .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #5ED0FB
}

.color-theme-purple .nav-tabs .nav-item .nav-link.active {
    border-color: #5ED0FB
}



/* deeppurple color */
.color-theme-deeppurple .overlay {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #36005f 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #36005f 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #36005f 100%) 0% 0% no-repeat padding-box;
}

.color-theme-deeppurple .bg-template {
    background: #FF0068;
    background: -moz-linear-gradient(top, #5b089a 1%, #36005f 100%);
    background: -webkit-linear-gradient(top, #5b089a 1%, #36005f 100%);
    background: linear-gradient(to bottom, #5b089a 1%, #36005f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b089a', endColorstr='#36005f', GradientType=0);
}

.color-theme-deeppurple .navbar-bg,
.color-theme-deeppurple .button-outline-light:focus,
.color-theme-deeppurple .button-outline-light:active:focus,
.color-theme-deeppurple .button-outline-light:hover,
.color-theme-deeppurple .button-outline-light.active,
.color-theme-deeppurple .dot-notification,
.color-theme-deeppurple .navbar.active,
.color-theme-deeppurple .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-deeppurple .button-default,
.color-theme-deeppurple .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #5b089a;
}

.color-theme-deeppurple .panel .page,
.color-theme-deeppurple body {
    background: #36005f;
}

.color-theme-deeppurple .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #5b089a;
}

.color-theme-deeppurple .navbar.active,
.color-theme-deeppurple .search-rounded,
.color-theme-deeppurple .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(54, 0, 95, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(54, 0, 95, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(54, 0, 95, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(54, 0, 95, 0.20);
}

.color-theme-deeppurple .button-default {
    box-shadow: 0px 5px 15px rgba(54, 0, 95, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(54, 0, 95, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(54, 0, 95, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(54, 0, 95, 0.50);
}

.color-theme-deeppurple .text-template,
.color-theme-deeppurple .button-outline-light,
.color-theme-deeppurple .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-deeppurple .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-deeppurple .form-control:focus,
.color-theme-deeppurple .button-light {
    color: #5b089a;
}

.color-theme-deeppurple a:not(.button),
.color-theme-deeppurple .header-dark .navbar,
.color-theme-deeppurple .header-dark .navbar a,
.color-theme-deeppurple .header-dark .navbar .button-link,
.color-theme-deeppurple .page {
    color: #000000;
}

.color-theme-deeppurple .panel .page,
.color-theme-deeppurple .panel .page .block-title,
.color-theme-deeppurple .button-outline-light:focus,
.color-theme-deeppurple .button-outline-light:active:focus,
.color-theme-deeppurple .button-outline-light:hover,
.color-theme-deeppurple .button-outline-light.active,
.color-theme-deeppurple .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-deeppurple .bg-template,
.color-theme-deeppurple .button-default,
.color-theme-deeppurple body,
.color-theme-deeppurple .header-dark .navbar.active,
.color-theme-deeppurple .header-dark .navbar.active a,
.color-theme-deeppurple .header-dark .navbar.active .button-link,
.color-theme-deeppurple .navbar,
.color-theme-deeppurple .navbar a,
.color-theme-deeppurple .navbar .button-link,
.color-theme-deeppurple .panel .nav-list li a i,
.color-theme-deeppurple .panel .nav-list li a.active i,
.color-theme-deeppurple .panel .nav-list li a.active,
.color-theme-deeppurple .nav-tabs .nav-item .nav-link,
.color-theme-deeppurple .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-deeppurple .toolbar,
.color-theme-deeppurple .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-deeppurple .wrapper,
.color-theme-deeppurple .button-light {
    background-color: #ffffff;
}

.color-theme-deeppurple .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-deeppurple .panel .nav-list li a,
.color-theme-deeppurple .toolbar.footer .toolbar-inner a {
    color: #ffa3c2
}

.color-theme-deeppurple .panel .nav-list li a.active i,
.color-theme-deeppurple .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-deeppurple .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #ffa3c2
}

.color-theme-deeppurple .nav-tabs .nav-item .nav-link.active {
    border-color: #ffa3c2
}


/* lightblue color */
.color-theme-lightblue .overlay {
    background: transparent linear-gradient(180deg, rgba(76, 217, 100, 0) 0%, #00b4de 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #00b4de 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #00b4de 100%) 0% 0% no-repeat padding-box;
}

.color-theme-lightblue .bg-template {
    background: #00b4de;
    background: -moz-linear-gradient(top, #00e2ff 1%, #00b4de 100%);
    background: -webkit-linear-gradient(top, #00e2ff 1%, #00b4de 100%);
    background: linear-gradient(to bottom, #00e2ff 1%, #00b4de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e2ff', endColorstr='#00b4de', GradientType=0);
}

.color-theme-lightblue .navbar-bg,
.color-theme-lightblue .button-outline-light:focus,
.color-theme-lightblue .button-outline-light:active:focus,
.color-theme-lightblue .button-outline-light:hover,
.color-theme-lightblue .button-outline-light.active,
.color-theme-lightblue .dot-notification,
.color-theme-lightblue .navbar.active,
.color-theme-lightblue .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-lightblue .button-default,
.color-theme-lightblue .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #00e2ff;
}

.color-theme-lightblue .panel .page,
.color-theme-lightblue body {
    background: #00b4de;
}

.color-theme-lightblue .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #00e2ff;
}

.color-theme-lightblue .navbar.active,
.color-theme-lightblue .search-rounded,
.color-theme-lightblue .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(0, 180, 222, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(0, 180, 222, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(0, 180, 222, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(0, 180, 222, 0.20);
}

.color-theme-lightblue .button-default {
    box-shadow: 0px 5px 15px rgba(0, 180, 222, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 180, 222, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(0, 180, 222, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(0, 180, 222, 0.50);
}

.color-theme-lightblue .text-template,
.color-theme-lightblue .button-outline-light,
.color-theme-lightblue .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-lightblue .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-lightblue .form-control:focus,
.color-theme-lightblue .button-light {
    color: #00e2ff;
}

.color-theme-lightblue a:not(.button),
.color-theme-lightblue .header-dark .navbar,
.color-theme-lightblue .header-dark .navbar a,
.color-theme-lightblue .header-dark .navbar .button-link,
.color-theme-lightblue .page {
    color: #000000;
}

.color-theme-lightblue .panel .page,
.color-theme-lightblue .panel .page .block-title,
.color-theme-lightblue .button-outline-light:focus,
.color-theme-lightblue .button-outline-light:active:focus,
.color-theme-lightblue .button-outline-light:hover,
.color-theme-lightblue .button-outline-light.active,
.color-theme-lightblue .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-lightblue .bg-template,
.color-theme-lightblue .button-default,
.color-theme-lightblue body,
.color-theme-lightblue .header-dark .navbar.active,
.color-theme-lightblue .header-dark .navbar.active a,
.color-theme-lightblue .header-dark .navbar.active .button-link,
.color-theme-lightblue .navbar,
.color-theme-lightblue .navbar a,
.color-theme-lightblue .navbar .button-link,
.color-theme-lightblue .panel .nav-list li a i,
.color-theme-lightblue .panel .nav-list li a.active i,
.color-theme-lightblue .panel .nav-list li a.active,
.color-theme-lightblue .nav-tabs .nav-item .nav-link,
.color-theme-lightblue .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-lightblue .toolbar,
.color-theme-lightblue .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-lightblue .wrapper,
.color-theme-lightblue .button-light {
    background-color: #ffffff;
}

.color-theme-lightblue .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-lightblue .panel .nav-list li a,
.color-theme-lightblue .toolbar.footer .toolbar-inner a {
    color: #000000
}

.color-theme-lightblue .panel .nav-list li a.active i,
.color-theme-lightblue .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-lightblue .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #000000
}

.color-theme-lightblue .nav-tabs .nav-item .nav-link.active {
    border-color: #000000
}




/* lime color */
.color-theme-lime .overlay {
    background: transparent linear-gradient(180deg, rgba(21, 57, 157, 0) 0%, #9acb15 100%) 0% 0% no-repeat padding-box;
    background: transparent -moz-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #9acb15 100%) 0% 0% no-repeat padding-box;
    background: transparent -webkit-linear-gradient(-90deg, rgba(21, 57, 157, 0) 0%, #9acb15 100%) 0% 0% no-repeat padding-box;
}

.color-theme-lime .bg-template {
    background: #9acb15;
    background: -moz-linear-gradient(top, #dcea4e 1%, #9acb15 100%);
    background: -webkit-linear-gradient(top, #dcea4e 1%, #9acb15 100%);
    background: linear-gradient(to bottom, #dcea4e 1%, #9acb15 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcea4e', endColorstr='#9acb15', GradientType=0);
}

.color-theme-lime .navbar-bg,
.color-theme-lime .button-outline-light:focus,
.color-theme-lime .button-outline-light:active:focus,
.color-theme-lime .button-outline-light:hover,
.color-theme-lime .button-outline-light.active,
.color-theme-lime .dot-notification,
.color-theme-lime .navbar.active,
.color-theme-lime .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-lime .button-default,
.color-theme-lime .button-outline-light:not(:disabled):not(.disabled):active {
    background-color: #cddc39;
}

.color-theme-lime .panel .page,
.color-theme-lime body {
    background: #9acb15;
}

.color-theme-lime .toolbar.footer .toolbar-inner a:hover span.icon-text {
    border-color: #cddc39;
}

.color-theme-lime .navbar.active,
.color-theme-lime .search-rounded,
.color-theme-lime .dropdown-menu {
    box-shadow: 0px 3px 7px rgba(51, 85, 180, 0.20);
    -webkit-box-shadow: 0px 3px 7px rgba(51, 85, 180, 0.20);
    -moz-box-shadow: 0px 3px 7px rgba(51, 85, 180, 0.20);
    -ms-box-shadow: 0px 3px 7px rgba(51, 85, 180, 0.20);
}

.color-theme-lime .button-default {
    box-shadow: 0px 5px 15px rgba(51, 85, 180, 0.50);
    -webkit-box-shadow: 0px 5px 15px rgba(51, 85, 180, 0.50);
    -moz-box-shadow: 0px 5px 15px rgba(51, 85, 180, 0.50);
    -ms-box-shadow: 0px 5px 15px rgba(51, 85, 180, 0.50);
}

.color-theme-lime .text-template,
.color-theme-lime .button-outline-light,
.color-theme-lime .toolbar.footer .toolbar-inner a:hover span.text-name,
.color-theme-lime .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.color-theme-lime .form-control:focus,
.color-theme-lime .button-light {
    color: #cddc39;
}

.color-theme-lime a:not(.button),
.color-theme-lime .header-dark .navbar,
.color-theme-lime .header-dark .navbar a,
.color-theme-lime .header-dark .navbar .button-link,
.color-theme-lime .page {
    color: #000000;
}

.color-theme-lime .panel .page,
.color-theme-lime .panel .page .block-title,
.color-theme-lime .button-outline-light:focus,
.color-theme-lime .button-outline-light:active:focus,
.color-theme-lime .button-outline-light:hover,
.color-theme-lime .button-outline-light.active,
.color-theme-lime .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text,
.color-theme-lime .bg-template,
.color-theme-lime .button-default,
.color-theme-lime body,
.color-theme-lime .header-dark .navbar.active,
.color-theme-lime .header-dark .navbar.active a,
.color-theme-lime .header-dark .navbar.active .button-link,
.color-theme-lime .navbar,
.color-theme-lime .navbar a,
.color-theme-lime .navbar .button-link,
.color-theme-lime .panel .nav-list li a i,
.color-theme-lime .panel .nav-list li a.active i,
.color-theme-lime .panel .nav-list li a.active,
.color-theme-lime .nav-tabs .nav-item .nav-link,
.color-theme-lime .bg-template a:not(.button-light) {
    color: #ffffff;
}

.color-theme-lime .toolbar,
.color-theme-lime .toolbar.footer .toolbar-inner a span.icon-text,
.color-theme-lime .wrapper,
.color-theme-lime .button-light {
    background-color: #ffffff;
}

.color-theme-lime .bg-template .bg-light {
    background-color: rgba(255, 255, 255, 0.1)
}

.color-theme-lime .panel .nav-list li a,
.color-theme-lime .toolbar.footer .toolbar-inner a {
    color: #000000
}

.color-theme-lime .panel .nav-list li a.active i,
.color-theme-lime .toolbar.footer .toolbar-inner a:hover span.text-name:after,
.color-theme-lime .toolbar.footer .toolbar-inner a.tab-link-active span.text-name:after {
    background-color: #000000
}

.color-theme-lime .nav-tabs .nav-item .nav-link.active {
    border-color: #000000
}


.theme-dark .block,
.theme-dark .page,
.theme-dark .block > p,
.theme-dark .header-dark .navbar,
.theme-dark .header-dark .navbar a,
.theme-dark a:not(.button),
.theme-dark .toolbar.footer .toolbar-inner a.tab-link-active span.text-name,
.theme-dark .toolbar.footer .toolbar-inner a span.text-name {
    color: #ffffff
}

.theme-dark .button-fill.color-white,
.theme-dark .toolbar.footer .toolbar-inner a:hover span.text-name,
.theme-dark .button-outline {
    color: #cccccc
}

.theme-dark .list.search-rounded input,
.theme-dark .toolbar textarea,
.theme-dark .toolbar input,
.theme-dark .list.search-rounded,
.theme-dark .toolbar a:not(.button) {
    color: #000000
}

.theme-dark .toolbar,
.theme-dark .toolbar.footer .toolbar-inner a span.icon-text {
    background-color: #333333;
}

.theme-dark .toolbar.footer .toolbar-inner a.tab-link-active span.icon-text {
    background-color: #999999;
}

.theme-dark .item-input:not(.item-input-outline) .item-input-wrap:after {
    background-color: rgba(0, 0, 0, 0.05);
}

.theme-dark .button-light,
.theme-dark .bg-light,
.theme-dark .button-fill.color-white {
    background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .border-left-dashed {
    border-left: 1px dashed rgba(255, 255, 255, 0.25);
}

.theme-dark .button-fill.color-white,
.theme-dark .toolbar.footer .toolbar-inner a:hover span.icon-text,
.theme-dark .toolbar.footer .toolbar-inner a:focus span.icon-text,
.theme-dark .button-outline {
    border-color: rgba(255, 255, 255, 0.25);
    border-width: 1px;
}















@media screen and (min-width:768px) {
    .hn-114 {
        height: 122px;
        height: calc(env(safe-area-inset-top) + 122px);
    }
}

/* Chrome safari scrollbar */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.05);
}


.smart-select-ini{
    color: #aaa !important;
}




.list .item-title{
    color: #FD7F08;
}
