
@charset "UTF-8";/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-gray: #69707a;
    --bs-gray-dark: #363d47;
    --bs-gray-100: #f2f6fc;
    --bs-gray-200: #e0e5ec;
    --bs-gray-300: #d4dae3;
    --bs-gray-400: #c5ccd6;
    --bs-gray-500: #a7aeb8;
    --bs-gray-600: #69707a;
    --bs-gray-700: #4a515b;
    --bs-gray-800: #363d47;
    --bs-gray-900: #212832;
    --bs-primary: #dc392d;
    --bs-secondary: #e0e5ec;
    --bs-success: #39DA8A;
    --bs-info: #00cfd5;
    --bs-warning: #f4a100;
    --bs-danger: #e81500;
    --bs-light: #f2f6fc;
    --bs-dark: #212832;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-red: #dc392d;
    --bs-orange: #f76400;
    --bs-yellow: #f4a100;
    --bs-green: #39DA8A;
    --bs-teal: #00ba94;
    --bs-cyan: #00cfd5;
    --bs-blue: #0061f2;
    --bs-indigo: #5800e8;
    --bs-purple: #6900c7;
    --bs-pink: #e30059;
    --bs-red-soft: #f0e3e7;
    --bs-orange-soft: #f3e7e3;
    --bs-yellow-soft: #f2eee3;
    --bs-green-soft: #daefed;
    --bs-teal-soft: #daf0f2;
    --bs-cyan-soft: #daf2f8;
    --bs-blue-soft: #dae7fb;
    --bs-indigo-soft: #e3ddfa;
    --bs-purple-soft: #e4ddf7;
    --bs-pink-soft: #f1ddec;
    --bs-primary-soft: #f0e3e7;
    --bs-secondary-soft: #f0f4fa;
    --bs-success-soft: #daefed;
    --bs-info-soft: #daf2f8;
    --bs-warning-soft: #f2eee3;
    --bs-danger-soft: #f1e0e3;
    --bs-primary-rgb: 220, 57, 45;
    --bs-secondary-rgb: 224, 229, 236;
    --bs-success-rgb: 0, 172, 105;
    --bs-info-rgb: 0, 207, 213;
    --bs-warning-rgb: 244, 161, 0;
    --bs-danger-rgb: 232, 21, 0;
    --bs-light-rgb: 242, 246, 252;
    --bs-dark-rgb: 33, 40, 50;
    --bs-red-rgb: 220, 57, 45;
    --bs-orange-rgb: 247, 100, 0;
    --bs-yellow-rgb: 244, 161, 0;
    --bs-green-rgb: 0, 172, 105;
    --bs-teal-rgb: 0, 186, 148;
    --bs-cyan-rgb: 0, 207, 213;
    --bs-blue-rgb: 0, 97, 242;
    --bs-indigo-rgb: 88, 0, 232;
    --bs-purple-rgb: 105, 0, 199;
    --bs-pink-rgb: 227, 0, 89;
    --bs-red-soft-rgb: 240, 227, 231;
    --bs-orange-soft-rgb: 243, 231, 227;
    --bs-yellow-soft-rgb: 242, 238, 227;
    --bs-green-soft-rgb: 218, 239, 237;
    --bs-teal-soft-rgb: 218, 240, 242;
    --bs-cyan-soft-rgb: 218, 242, 248;
    --bs-blue-soft-rgb: 218, 231, 251;
    --bs-indigo-soft-rgb: 227, 221, 250;
    --bs-purple-soft-rgb: 228, 221, 247;
    --bs-pink-soft-rgb: 241, 221, 236;
    --bs-primary-soft-rgb: 240, 227, 231;
    --bs-secondary-soft-rgb: 240, 244, 250;
    --bs-success-soft-rgb: 218, 239, 237;
    --bs-info-soft-rgb: 218, 242, 248;
    --bs-warning-soft-rgb: 242, 238, 227;
    --bs-danger-soft-rgb: 241, 224, 227;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 105, 112, 122;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "IBM Plex Sans", sans-serif;
    --bs-body-font-size: .7rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.5;
    --bs-body-color: #69707a;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #e0e5ec;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .35rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #dc392d;
    --bs-link-hover-color: #b02e24;
    --bs-code-color: #e30059;
    --bs-highlight-bg: #fdeccc;
    --bs-card-spacer-y: .3rem;
  --bs-card-spacer-x: .3rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: rgba(33, 40, 50, 0.125);
  --bs-card-border-radius: 0.35rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 0.35rem;
  --bs-card-cap-padding-y: 1rem;
  --bs-card-cap-padding-x: 1.35rem;
  --bs-card-cap-bg: rgba(33, 40, 50, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  --bs-accordion-color: #69707a;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: .35rem;
    --bs-accordion-inner-border-radius: calc(.35rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #69707a;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2369707a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c63329'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: tint-color(#0061f2, 50%);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(220, 57, 45, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #c63329;
    --bs-accordion-active-bg: #fcebea;

    --bs-pagination-padding-x: .75rem;
    --bs-pagination-padding-y: .375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #d4dae3;
    --bs-pagination-border-radius: .35rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e0e5ec;
    --bs-pagination-hover-border-color: #d4dae3;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e0e5ec;
    --bs-pagination-focus-box-shadow: 0 0 0 .2rem rgba(220, 57, 45, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #dc392d;
    --bs-pagination-active-border-color: #dc392d;
    --bs-pagination-disabled-color: #69707a;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #d4dae3;
    --bs-badge-padding-x: .5rem;
    --bs-badge-padding-y: .35rem;
    --bs-badge-font-size: .75em;
    --bs-badge-font-weight: 400;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: .35rem;
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1.25rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: .35rem;
    --bs-alert-color: #84221b;
    --bs-alert-bg: #f8d7d5;
    --bs-alert-border-color: #f5c4c0;
	    --bs-alert-color: #007c80;
    --bs-alert-bg: #ccf5f7;
    --bs-alert-border-color: #b3f1f2;
	    --bs-progress-height: 1rem;
    --bs-progress-font-size: .75rem;
    --bs-progress-bg: #e0e5ec;
    --bs-progress-border-radius: .35rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #dc392d;
    --bs-progress-bar-transition: width .6s ease;
	--bs-list-group-color: #212832;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, .125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: .35rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: .5rem;
    --bs-list-group-action-color: #4a515b;
    --bs-list-group-action-hover-color: #4a515b;
    --bs-list-group-action-hover-bg: #f2f6fc;
    --bs-list-group-action-active-color: #69707a;
    --bs-list-group-action-active-bg: #e0e5ec;
    --bs-list-group-disabled-color: #69707a;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #dc392d;
    --bs-list-group-active-border-color: #dc392d;
	--bs-toast-zindex: 1090;
    --bs-toast-padding-x: .75rem;
    --bs-toast-padding-y: .5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: .875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(255, 255, 255, .85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: .35rem;
    --bs-toast-box-shadow: 0 .15rem 1.75rem 0 rgba(33, 40, 50, .15);
    --bs-toast-header-color: #69707a;
    --bs-toast-header-bg: rgba(255, 255, 255, .85);
    --bs-toast-header-border-color: rgba(0, 0, 0, .05);
	--bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: .5rem;
    --bs-modal-box-shadow: 0 .125rem .25rem 0 rgba(33, 40, 50, .2);
    --bs-modal-inner-border-radius: calc(.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
	--bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: .5rem;
    --bs-tooltip-padding-y: .25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: .875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: .35rem;
    --bs-tooltip-opacity: .9;
    --bs-tooltip-arrow-width: .8rem;
    --bs-tooltip-arrow-height: .4rem;
	--bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-border-width: .25em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-border;

    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: .2em;
	    --bs-text-opacity: 1;
--litepicker-month-header-color: #4a515b;
    --litepicker-button-prev-month-color: #69707a;
    --litepicker-button-next-month-color: #69707a;
    --litepicker-button-prev-month-color-hover: #212832;
    --litepicker-button-next-month-color-hover: #212832;
    --litepicker-month-weekday-color: #69707a;
    --litepicker-month-week-number-color: #69707a;
    --litepicker-day-width: 34px;
    --litepicker-day-color: #363d47;
    --litepicker-day-color-hover: #dc392d;
    --litepicker-is-today-color: #69707a;
    --litepicker-is-in-range-color: rgba(220, 57, 45, .15);
    --litepicker-is-start-color: #fff;
    --litepicker-is-start-color-bg: #dc392d;
    --litepicker-is-end-color: #fff;
    --litepicker-is-end-color-bg: #dc392d;
    --litepicker-button-apply-color-bg: #dc392d;
    --litepicker-button-reset-color-hover: #dc392d;
    --litepicker-highlighted-day-color: #363d47;
    --litepicker-highlighted-day-color-bg: rgba(220, 57, 45, .15);
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #69707a;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: #e0e5ec;
    --bs-dropdown-border-radius: .35rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(.35rem - 1px);
    --bs-dropdown-divider-bg: #e0e5ec;
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-dropdown-box-shadow: 0 .15rem 1.75rem 0 rgba(33, 40, 50, .15);
    --bs-dropdown-link-color: #212832;
    --bs-dropdown-link-hover-color: #1e242d;
    --bs-dropdown-link-hover-bg: #e0e5ec;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #dc392d;
    --bs-dropdown-link-disabled-color: #a7aeb8;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: .25rem;
    --bs-dropdown-header-color: #69707a;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .5rem;

}

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

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #363d47
}

h1,.h1 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h1,.h1 {
        font-size:1.5rem
    }
}

h2,.h2 {
    font-size: calc(1.265rem + .18vw)
}

@media (min-width: 1200px) {
    h2,.h2 {
        font-size:1.4rem
    }
}

h3,.h3 {
    font-size: calc(1.255rem + .06vw)
}

@media (min-width: 1200px) {
    h3,.h3 {
        font-size:1.3rem
    }
}

h4,.h4 {
    font-size: 1.2rem
}

h5,.h5 {
    font-size: 1.1rem
}

h6,.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

b,strong {
    font-weight: 600
}

small,.small {
    font-size: .875em
}

sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

/* a {
    color: var(--bs-link-color);
    text-decoration: none
} */

/* a:hover {
    color: var(--bs-link-hover-color);
    text-decoration: underline
} */

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,code {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
    color: #69707a
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,tbody,tr,td,th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none!important
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: 1.1rem;
    font-weight: 400
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.container,.container-fluid,.container-xl {
    --bs-gutter-x: .6rem;
    --bs-gutter-y: 0;
    width: 100%;
    /* padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); */
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container-xl,.container {
        max-width:1140px
    }
}

@media (min-width: 1500px) {
    .container-xl,.container {
        max-width:1440px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.gx-0 {
    --bs-gutter-x: 0
}

@media (min-width: 576px) {
    .col-sm-2 {
        flex:0 0 auto;
        width: 16.66666667%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex:0 0 auto;
        width: auto
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: #e0e5ec;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(224, 229, 236, .25);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.875rem + 1px);
    padding-bottom: calc(.875rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #a7aeb8
}

.form-control {
    display: block;
    width: 100%;
    /* padding: .875rem 1.125rem; */
    font-size: .7rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    -webkit-appearance: none;
    appearance: none;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #69707a;
    background-color: #fff;
    border-color: tint-color(#0061f2,50%);
    outline: 0;
    box-shadow: 0 0 0 .2rem #0061f240
}

.form-control::-webkit-date-and-time-value {
    height: 1em
}

.form-control::placeholder {
    color: #a7aeb8;
    opacity: 1
}

.form-control:disabled {
    background-color: #e0e5ec;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .875rem 1.125rem;
    margin: -.875rem -1.125rem;
    -webkit-margin-end: 1.125rem;
    margin-inline-end:1.125rem;color: #69707a;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #f2f2f2
}

textarea.form-control {
    min-height: calc(1em + 1.75rem + 2px)
}

.form-select {
    display: block;
    width: 100%;
    padding: .875rem 3.375rem .875rem 1.125rem;
    -moz-padding-start: calc(1.125rem - 3px);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363d47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.125rem center;
    background-size: 16px 12px;
    border: 1px solid #c5ccd6;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: tint-color(#0061f2,50%);
    outline: 0;
    box-shadow: 0 0 0 .2rem #0061f240
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: 1.125rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e0e5ec
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #69707a
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: tint-color(#0061f2,50%);
    outline: 0;
    box-shadow: 0 0 0 .2rem #0061f240
}

/* .form-check-input:checked {
    background-color: #dc392d;
    border-color: #dc392d
} */

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    /* background-color: #dc392d;
    border-color: #dc392d; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='tint-color%28%230061f2, 50%%29'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem #0061f240
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #dc392d;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #f5c4c0
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d4dae3;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb:active {
    background-color: #f5c4c0
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #a7aeb8
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 1.125rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem 1.125rem
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translate(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #39DA8A
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: #00ac69e6;
    border-radius: .35rem
}

.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip {
    display: block
}

.form-control.is-valid {
    border-color: #39DA8A;
    padding-right: calc(1em + 1.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300ac69' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.25em + .4375rem) center;
    background-size: calc(.5em + .875rem) calc(.5em + .875rem)
}

.form-control.is-valid:focus {
    border-color: #39DA8A;
    box-shadow: 0 0 0 .2rem #00ac6940
}

textarea.form-control.is-valid {
    padding-right: calc(1em + 1.75rem);
    background-position: top calc(.25em + .4375rem) right calc(.25em + .4375rem)
}

.form-select.is-valid {
    border-color: #39DA8A
}

.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 6.1875rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363d47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300ac69' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1.125rem center,center right 3.375rem;
    background-size: 16px 12px,calc(.5em + .875rem) calc(.5em + .875rem)
}

.form-select.is-valid:focus {
    border-color: #39DA8A;
    box-shadow: 0 0 0 .2rem #00ac6940
}

.form-check-input.is-valid {
    border-color: #39DA8A
}

.form-check-input.is-valid:checked {
    background-color: #39DA8A
}

.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .2rem #00ac6940
}

.form-check-input.is-valid~.form-check-label {
    color: #39DA8A
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,.input-group>.form-select:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #e81500
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: #e81500e6;
    border-radius: .35rem
}

.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid {
    border-color: #e81500;
    padding-right: calc(1em + 1.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e81500'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e81500' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.25em + .4375rem) center;
    background-size: calc(.5em + .875rem) calc(.5em + .875rem)
}

.form-control.is-invalid:focus {
    border-color: #e81500;
    box-shadow: 0 0 0 .2rem #e8150040
}

textarea.form-control.is-invalid {
    padding-right: calc(1em + 1.75rem);
    background-position: top calc(.25em + .4375rem) right calc(.25em + .4375rem)
}

.form-select.is-invalid {
    border-color: #e81500
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 6.1875rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363d47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e81500'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e81500' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1.125rem center,center right 3.375rem;
    background-size: 16px 12px,calc(.5em + .875rem) calc(.5em + .875rem)
}

.form-select.is-invalid:focus {
    border-color: #e81500;
    box-shadow: 0 0 0 .2rem #e8150040
}

.form-check-input.is-invalid {
    border-color: #e81500
}

.form-check-input.is-invalid:checked {
    background-color: #e81500
}

.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .2rem #e8150040
}

.form-check-input.is-invalid~.form-check-label {
    color: #e81500
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: .3rem;
    --bs-btn-padding-y: .4rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: .7rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1;
    --bs-btn-color: #69707a;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: .35rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    text-decoration: none;
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,.btn.disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

:btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc392d;
    --bs-btn-border-color: #dc392d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb3026;
    --bs-btn-hover-border-color: #b02e24;
    --bs-btn-focus-shadow-rgb: 225, 87, 77;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02e24;
    --bs-btn-active-border-color: #a52b22;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc392d;
    --bs-btn-disabled-border-color: #dc392d
}

:btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #e0e5ec;
    --bs-btn-border-color: #e0e5ec;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e5e9ef;
    --bs-btn-hover-border-color: #e3e8ee;
    --bs-btn-focus-shadow-rgb: 190, 195, 201;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e6eaf0;
    --bs-btn-active-border-color: #e3e8ee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #e0e5ec;
    --bs-btn-disabled-border-color: #e0e5ec
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00cfd5;
    --bs-btn-border-color: #00cfd5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00b0b5;
    --bs-btn-hover-border-color: #00a6aa;
    --bs-btn-focus-shadow-rgb: 38, 214, 219;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00a6aa;
    --bs-btn-active-border-color: #009ba0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00cfd5;
    --bs-btn-disabled-border-color: #00cfd5
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212832;
    --bs-btn-border-color: #212832;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424851;
    --bs-btn-hover-border-color: #373e47;
    --bs-btn-focus-shadow-rgb: 66, 72, 81;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d535b;
    --bs-btn-active-border-color: #373e47;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212832;
    --bs-btn-disabled-border-color: #212832
}

:btn-black {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: black;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: black;
    --bs-btn-active-border-color: black;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000
}

:btn-white {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff
}

.btn-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #39DA8A;
    --bs-btn-border-color: #39DA8A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #009259;
    --bs-btn-hover-border-color: #008a54;
    --bs-btn-focus-shadow-rgb: 38, 184, 128;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #008a54;
    --bs-btn-active-border-color: #00814f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #39DA8A;
    --bs-btn-disabled-border-color: #39DA8A
}

.btn-teal {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00ba94;
    --bs-btn-border-color: #00ba94;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #009e7e;
    --bs-btn-hover-border-color: #009576;
    --bs-btn-focus-shadow-rgb: 38, 196, 164;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #009576;
    --bs-btn-active-border-color: #008c6f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00ba94;
    --bs-btn-disabled-border-color: #00ba94
}

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6900c7;
    --bs-btn-border-color: #6900c7;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5900a9;
    --bs-btn-hover-border-color: #54009f;
    --bs-btn-focus-shadow-rgb: 128, 38, 207;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #54009f;
    --bs-btn-active-border-color: #4f0095;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6900c7;
    --bs-btn-disabled-border-color: #6900c7
}

.btn-green-soft {
    --bs-btn-color: #000;
    --bs-btn-bg: #daefed;
    --bs-btn-border-color: #daefed;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e0f1f0;
    --bs-btn-hover-border-color: #def1ef;
    --bs-btn-focus-shadow-rgb: 185, 203, 201;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e1f2f1;
    --bs-btn-active-border-color: #def1ef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #daefed;
    --bs-btn-disabled-border-color: #daefed
}

.btn-primary-soft {
    --bs-btn-color: #000;
    --bs-btn-bg: #f0e3e7;
    --bs-btn-border-color: #f0e3e7;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f2e7eb;
    --bs-btn-hover-border-color: #f2e6e9;
    --bs-btn-focus-shadow-rgb: 204, 193, 196;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f3e9ec;
    --bs-btn-active-border-color: #f2e6e9;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f0e3e7;
    --bs-btn-disabled-border-color: #f0e3e7
}

.btn-success-soft {
    --bs-btn-color: #000;
    --bs-btn-bg: #daefed;
    --bs-btn-border-color: #daefed;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #e0f1f0;
    --bs-btn-hover-border-color: #def1ef;
    --bs-btn-focus-shadow-rgb: 185, 203, 201;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #e1f2f1;
    --bs-btn-active-border-color: #def1ef;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #daefed;
    --bs-btn-disabled-border-color: #daefed
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #69707a;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 225, 87, 77;
    text-decoration: none
}

.btn-link:hover,.btn-link:focus-visible {
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg {
    --bs-btn-padding-y: 1.25rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-border-radius: .35rem
}

.btn-sm {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: .75rem;
    --bs-btn-font-size: .75rem;
    --bs-btn-border-radius: .25rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

/* .collapse:not(.show) {
    display: none
}
 */
.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-group {
    border-radius: .35rem
}

.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #69707a;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,.nav-link:focus {
    color: var(--bs-nav-link-hover-color);
    text-decoration: none
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #d4dae3;
    --bs-nav-tabs-border-radius: .35rem;
    --bs-nav-tabs-link-hover-border-color: #e0e5ec #e0e5ec #d4dae3;
    --bs-nav-tabs-link-active-color: #4a515b;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #d4dae3 #d4dae3 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: .35rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #dc392d
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-fill>.nav-link,.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-fill .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-color: rgba(0, 0, 0, .55);
    --bs-navbar-hover-color: rgba(0, 0, 0, .7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, .3);
    --bs-navbar-active-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-padding-y: .3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, .9);
    --bs-navbar-nav-link-padding-x: .5rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, .1);
    --bs-navbar-toggler-border-radius: .35rem;
    --bs-navbar-toggler-focus-width: .2rem;
    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
    text-decoration: none
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .show>.nav-link,.navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    inset: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-top,.card-img-bottom {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link.active,.dataTable-pagination a.active,.active>.page-link,.dataTable-pagination .active>a {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.badge {
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    /* padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x); */
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 500
}

.alert-primary .alert-link {
    color: #6a1b16
}

.alert-info .alert-link {
    color: #006366
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media (min-width: 576px) {
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top:0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md>.list-group-item.active {
        margin-top:0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top:0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top:0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1500px) {
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top:0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #84221b;
    border-color: #84221b
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #86898e;
    border-color: #86898e
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #00673f;
    border-color: #00673f
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #007c80;
    border-color: #007c80
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #926100;
    border-color: #926100
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #8b0d00;
    border-color: #8b0d00
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #919497;
    border-color: #919497
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #14181e;
    border-color: #14181e
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #999;
    border-color: #999
}

.list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #84221b;
    border-color: #84221b
}

.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #943c00;
    border-color: #943c00
}

.list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #926100;
    border-color: #926100
}

.list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #00673f;
    border-color: #00673f
}

.list-group-item-teal.list-group-item-action.active {
    color: #fff;
    background-color: #007059;
    border-color: #007059
}

.list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #007c80;
    border-color: #007c80
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #003a91;
    border-color: #003a91
}

.list-group-item-indigo.list-group-item-action.active {
    color: #fff;
    background-color: #35008b;
    border-color: #35008b
}

.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #3f0077;
    border-color: #3f0077
}

.list-group-item-pink.list-group-item-action.active {
    color: #fff;
    background-color: #880035;
    border-color: #880035
}

.list-group-item-red-soft.list-group-item-action.active {
    color: #fff;
    background-color: #90888b;
    border-color: #90888b
}

.list-group-item-orange-soft.list-group-item-action.active {
    color: #fff;
    background-color: #928b88;
    border-color: #928b88
}

.list-group-item-yellow-soft.list-group-item-action.active {
    color: #fff;
    background-color: #918f88;
    border-color: #918f88
}

.list-group-item-green-soft.list-group-item-action.active {
    color: #fff;
    background-color: #838f8e;
    border-color: #838f8e
}

.list-group-item-teal-soft.list-group-item-action.active {
    color: #fff;
    background-color: #839091;
    border-color: #839091
}

.list-group-item-cyan-soft.list-group-item-action.active {
    color: #fff;
    background-color: #839195;
    border-color: #839195
}

.list-group-item-blue-soft.list-group-item-action.active {
    color: #fff;
    background-color: #838b97;
    border-color: #838b97
}

.list-group-item-indigo-soft.list-group-item-action.active {
    color: #fff;
    background-color: #888596;
    border-color: #888596
}

.list-group-item-purple-soft.list-group-item-action.active {
    color: #fff;
    background-color: #898594;
    border-color: #898594
}

.list-group-item-pink-soft.list-group-item-action.active {
    color: #fff;
    background-color: #91858e;
    border-color: #91858e
}

.list-group-item-primary-soft.list-group-item-action.active {
    color: #fff;
    background-color: #90888b;
    border-color: #90888b
}

.list-group-item-secondary-soft.list-group-item-action.active {
    color: #fff;
    background-color: #909296;
    border-color: #909296
}

.list-group-item-success-soft.list-group-item-action.active {
    color: #fff;
    background-color: #838f8e;
    border-color: #838f8e
}

.list-group-item-info-soft.list-group-item-action.active {
    color: #fff;
    background-color: #839195;
    border-color: #839195
}

.list-group-item-warning-soft.list-group-item-action.active {
    color: #fff;
    background-color: #918f88;
    border-color: #918f88
}

.list-group-item-danger-soft.list-group-item-action.active {
    color: #fff;
    background-color: #918688;
    border-color: #918688
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .35rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem #dc392d40;
    opacity: 1
}

.btn-close:disabled,.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: .25
}

.toast {
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast:not(.show) {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 .15rem 1.75rem 0 rgba(33, 40, 50, .15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1499.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: Metropolis,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: 0
}

.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end {
    transform: translate(100%)
}

.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start {
    transform: translate(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
        transition: none
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,.carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}


@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border {
        --bs-spinner-animation-speed: 1.5s
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn:before {
    display: inline-block;
    content: ""
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.link-red {
    color: #dc392d!important
}

.link-red:hover,.link-red:focus {
    color: #b02e24!important
}

.link-green {
    color: #39DA8A!important
}

.link-green:hover,.link-green:focus {
    color: #008a54!important
}

.link-blue {
    color: #0061f2!important
}

.link-blue:hover,.link-blue:focus {
    color: #004ec2!important
}

.fixed-top,.nav-fixed #layoutSidenav #layoutSidenav_nav,.nav-fixed .topnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.visually-hidden {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.stretched-link:after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: ""
}

.overflow-hidden {
    overflow: hidden!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: 0 .15rem 1.75rem #21283226!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem #0000002d!important
}

.shadow-none {
    box-shadow: none!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-sticky {
    position: sticky!important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-top-0 {
    border-top: 0!important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-yellow {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-yellow-rgb),var(--bs-border-opacity))!important
}

.border-teal {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-teal-rgb),var(--bs-border-opacity))!important
}

.border-blue {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-blue-rgb),var(--bs-border-opacity))!important
}

.border-indigo {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-indigo-rgb),var(--bs-border-opacity))!important
}

.w-100 {
    width: 100%!important
}

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

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.align-items-center {
    align-items: center!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-self-center {
    align-self: center!important
}

.order-1 {
    order: 1!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 2.5rem!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

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

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

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

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 2.5rem!important
}

.mt-10 {
    margin-top: 6rem!important
}

.mt-15 {
    margin-top: 9rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 2.5rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 2.5rem!important
}

.mb-10 {
    margin-bottom: 6rem!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 2.5rem!important
}

.ms-auto {
    margin-left: auto!important
}

.mt-n15 {
    margin-top: -9rem!important
}

.mb-n1 {
    margin-bottom: -.25rem!important
}

.mb-n10 {
    margin-bottom: -6rem!important
}

.mb-n15 {
    margin-bottom: -9rem!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 2.5rem!important
}

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

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
}

.py-10 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important
}

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

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 2.5rem!important
}

.pt-10 {
    padding-top: 6rem!important
}

.pt-15 {
    padding-top: 9rem!important
}

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

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 2.5rem!important
}

.pb-10 {
    padding-bottom: 6rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-5 {
    padding-left: 2.5rem!important
}

.fs-1 {
    font-size: calc(1.275rem + .3vw)!important
}

.fst-italic {
    font-style: italic!important
}

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

.fw-normal {
    font-weight: 400!important
}

.fw-bold {
    font-weight: 500!important
}

.fw-bolder {
    font-weight: bolder!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

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

.text-capitalize {
    text-transform: capitalize!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.text-light,.page-header-ui-dark .btn-link {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}

.text-dark,.page-header-ui-light .btn-link {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-red {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-red-rgb),var(--bs-text-opacity))!important
}

.text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb),var(--bs-text-opacity))!important
}

.text-yellow {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-yellow-rgb),var(--bs-text-opacity))!important
}

.text-green {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-green-rgb),var(--bs-text-opacity))!important
}

.text-teal {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-teal-rgb),var(--bs-text-opacity))!important
}

.text-cyan {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-cyan-rgb),var(--bs-text-opacity))!important
}

.text-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb),var(--bs-text-opacity))!important
}

.text-indigo {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-indigo-rgb),var(--bs-text-opacity))!important
}

.text-purple {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-purple-rgb),var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #a7aeb8!important
}

.text-white-50,.page-header-ui-dark .page-header-ui-text {
    --bs-text-opacity: 1;
    color: #ffffff80!important
}

.text-reset,.footer a,.footer-admin a {
    --bs-text-opacity: 1;
    color: inherit!important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-rgb),var(--bs-bg-opacity))!important
}

.bg-green {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-green-rgb),var(--bs-bg-opacity))!important
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-rgb),var(--bs-bg-opacity))!important
}

.bg-yellow-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-yellow-soft-rgb),var(--bs-bg-opacity))!important
}

.bg-green-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-green-soft-rgb),var(--bs-bg-opacity))!important
}

.bg-blue-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-soft-rgb),var(--bs-bg-opacity))!important
}

.bg-purple-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-soft-rgb),var(--bs-bg-opacity))!important
}

.bg-primary-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-soft-rgb),var(--bs-bg-opacity))!important
}

.bg-success-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-soft-rgb),var(--bs-bg-opacity))!important
}

.bg-warning-soft {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-soft-rgb),var(--bs-bg-opacity))!important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important
}

.rounded {
    border-radius: var(--bs-border-radius)!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg)!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important
}

@media (min-width: 576px) {
    .d-sm-inline {
        display:inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .ms-sm-3 {
        margin-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 2.5rem!important
    }

    .px-sm-5 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display:block!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .p-md-5 {
        padding: 2.5rem!important
    }

    .text-md-start {
        text-align: left!important
    }

    .text-md-end {
        text-align: right!important
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display:block!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 2.5rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: 1rem!important
    }

    .mt-lg-n5 {
        margin-top: -2.5rem!important
    }

    .mt-lg-n10 {
        margin-top: -6rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .ps-lg-3 {
        padding-left: 1rem!important
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    .ps-lg-5 {
        padding-left: 2.5rem!important
    }

    .text-lg-end {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display:block!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size:1.5rem!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
}

html,body {
    height: 100%
}

body {
    overflow-x: hidden
}



#layoutAuthentication {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

#layoutAuthentication #layoutAuthentication_content {
    min-width: 0;
    flex-grow: 1
}

#layoutAuthentication #layoutAuthentication_footer {
    min-width: 0
}

#layoutError {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

#layoutError #layoutError_content {
    min-width: 0;
    flex-grow: 1
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        margin-top: .75rem
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

.animated--fade-in-up {
    animation-name: fadeInUp;
    animation-duration: .3s;
    animation-timing-function: margin cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
}

.animated--fade-in-up.dropdown-menu {
    margin-top: 0;
    top: .125rem!important
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animated--fade-in {
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-timing-function: opacity cubic-bezier(0,1,.4,1)
}

.bg-gradient-primary-to-secondary {
    background-color: #dc392d!important;
    background-image: linear-gradient(135deg,#dc392d 0%,rgba(224,229,236,.8) 100%)!important
}

.bg-gray-300 {
    background-color: #d4dae3!important
}

.bg-img-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.overlay {
    position: relative
}

.overlay:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: .5
}

.overlay-20:before {
    opacity: .2
}

.overlay-80:before {
    opacity: .8
}

.border-top-lg {
    border-top-width: .25rem!important
}

.border-start-lg {
    border-left-width: .25rem!important
}

.border-yellow {
    border-color: #f4a100!important
}

.border-teal {
    border-color: #00ba94!important
}

.border-blue {
    border-color: #0061f2!important
}

.border-indigo {
    border-color: #5800e8!important
}

.border-start-primary {
    border-left-color: #dc392d!important
}

.border-top-primary {
    border-top-color: #dc392d!important
}

.border-top-yellow {
    border-top-color: #f4a100!important
}

.border-top-green {
    border-top-color: #39DA8A!important
}

.border-bottom-primary {
    border-bottom-color: #dc392d!important
}

.border-gray-600 {
    border-color: #69707a!important
}

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

.pointer {
    cursor: pointer!important
}

.no-highlight {
    -webkit-user-select: none!important;
    user-select: none!important
}

.lift {
    box-shadow: 0 .15rem 1.75rem #21283226;
    transition: transform .15s ease-in-out,box-shadow .15s ease-in-out
}

.lift:hover {
    transform: translateY(-.3333333333rem);
    box-shadow: 0 .5rem 2rem #21283240
}

.lift:active {
    transform: none;
    box-shadow: 0 .15rem 1.75rem #21283226
}

.lift-sm {
    box-shadow: 0 .125rem .25rem #21283233
}

.lift-sm:hover {
    transform: translateY(-.1666666667rem);
    box-shadow: 0 .25rem 1rem #21283240
}

.lift-sm:active {
    transform: none;
    box-shadow: 0 .125rem .25rem #21283233
}

.card.lift {
    text-decoration: none;
    color: inherit
}

.o-hidden {
    overflow: hidden!important
}

.shadow-right {
    box-shadow: .15rem 0 1.75rem #21283226!important
}

.text-gray-300 {
    color: #d4dae3!important
}

.text-gray-400 {
    color: #c5ccd6!important
}

.text-gray-500 {
    color: #a7aeb8!important
}

.text-gray-600 {
    color: #69707a!important
}

.text-gray-700 {
    color: #4a515b!important
}

.text-gray-800 {
    color: #363d47!important
}

.fw-300 {
    font-weight: 300!important
}

.fw-400 {
    font-weight: 400!important
}

.fw-500 {
    font-weight: 500!important
}

.fw-600 {
    font-weight: 600!important
}

.fw-700 {
    font-weight: 700!important
}

.text-white-75,.page-header-ui-dark .page-header-ui-text a {
    color: #ffffffbf!important
}

.text-xs {
    font-size: .75rem!important
}

.text-sm {
    font-size: .875rem!important
}

.text-uppercase-expanded,.navbar .dropdown-menu .dropdown-header {
    font-weight: 700;
    letter-spacing: .125em;
    text-transform: uppercase
}

.line-height-normal {
    line-height: normal!important
}

.z-1 {
    z-index: 1!important;
    position: relative!important
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.btn-icon {
    padding: 0;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
    height: calc(2.625rem + 2px)!important;
    width: calc(2.625rem + 2px)!important
}

.btn-icon.btn-lg {
    height: calc(3.5rem + 2px)!important;
    width: calc(3.5rem + 2px)!important
}

.btn-icon.btn-sm {
    height: calc(1.75rem + 2px)!important;
    width: calc(1.75rem + 2px)!important
}

.btn-icon.btn-link {
    text-decoration: none
}

.btn-facebook {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3b5998;
    --bs-btn-border-color: #3b5998;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #324c81;
    --bs-btn-hover-border-color: #2f477a;
    --bs-btn-focus-shadow-rgb: 88, 114, 167;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2f477a;
    --bs-btn-active-border-color: #2c4372;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3b5998;
    --bs-btn-disabled-border-color: #3b5998
}

.btn-github {
    --bs-btn-color: #fff;
    --bs-btn-bg: #333333;
    --bs-btn-border-color: #333333;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2b2b2b;
    --bs-btn-hover-border-color: #292929;
    --bs-btn-focus-shadow-rgb: 82, 82, 82;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #292929;
    --bs-btn-active-border-color: #262626;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #333333;
    --bs-btn-disabled-border-color: #333333
}

.btn-google {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ea4335;
    --bs-btn-border-color: #ea4335;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c7392d;
    --bs-btn-hover-border-color: #bb362a;
    --bs-btn-focus-shadow-rgb: 237, 95, 83;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #bb362a;
    --bs-btn-active-border-color: #b03228;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ea4335;
    --bs-btn-disabled-border-color: #ea4335
}

.btn-twitter {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1da1f2;
    --bs-btn-border-color: #1da1f2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1989ce;
    --bs-btn-hover-border-color: #1781c2;
    --bs-btn-focus-shadow-rgb: 63, 175, 244;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1781c2;
    --bs-btn-active-border-color: #1679b6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1da1f2;
    --bs-btn-disabled-border-color: #1da1f2
}

.btn-transparent-dark {
    --bs-btn-color: rgba(33, 40, 50, .5);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: rgba(33, 40, 50, .5);
    --bs-btn-hover-bg: rgba(33, 40, 50, .1);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 11, 14, 17;
    --bs-btn-active-color: rgba(33, 40, 50, .5);
    --bs-btn-active-bg: rgba(33, 40, 50, .2);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: rgba(33, 40, 50, .35);
    --bs-btn-disabled-bg: rgba(33, 40, 50, .1);
    --bs-btn-disabled-border-color: transparent;
    color: #21283280!important
}

.btn-transparent-dark:focus {
    box-shadow: 0 0 0 .2rem #21283240!important
}

.card {
    box-shadow: 0 .15rem 1.75rem #21283226
}

.card .card-header {
    font-weight: 500
}

.card:not([class*=bg-]) .card-header {
    color: #dc392d
}

.card.bg-dark .card-header,.card.bg-dark .card-footer {
    border-color: #ffffff26
}

.card .card-header .card-header-tabs .nav-link.active {
    background-color: #fff;
    border-bottom-color: #fff
}

.card-header-actions .card-header {
    height: 3.5625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .5625rem;
    padding-bottom: .5625rem
}

.card-header-actions .card-header .dropdown-menu {
    margin-top: 0;
    top: .5625rem!important
}

.card-icon {
    overflow: hidden
}

.card-link {
    text-decoration: none!important;
    color: inherit!important
}

.card-link:hover {
    color: inherit!important
}

.dropdown-menu {
    font-size: .9rem;
    border: none;
    box-shadow: 0 .15rem 1.75rem #21283226
}

.dropdown-menu .dropdown-header {
    font-size: .75rem;
    font-weight: 700;
    display: flex;
    align-items: center
}

.dropdown-menu .dropdown-item {
    display: flex;
    align-items: center
}

.dropdown-menu .dropdown-item .dropdown-item-icon {
    margin-right: .5rem;
    line-height: 1
}

.dropdown-menu .dropdown-item .dropdown-item-icon svg {
    height: .9em;
    width: .9em
}

.dropdown-menu .dropdown-item.active .dropdown-item-icon,.dropdown-menu .dropdown-item:active .dropdown-item-icon {
    color: #fff
}

.dropdown .dropdown-toggle {
    display: inline-flex;
    align-items: center
}

.dropdown .dropdown-toggle .dropdown-arrow {
    margin-left: .4rem;
    margin-right: 0;
    transition: transform .1s ease-in-out;
    font-size: .6em
}

.dropdown .dropdown-toggle.show .dropdown-arrow {
    transform: rotate(90deg)
}

.icon-stack {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    background-color: #f2f6fc;
    flex-shrink: 0
}

.icon-stack svg {
    height: 1rem;
    width: 1rem
}

.icon-stack-lg {
    height: 4rem;
    width: 4rem;
    font-size: 1.5rem
}

.icon-stack-lg svg {
    height: 1.5rem;
    width: 1.5rem
}

.icon-list-social {
    display: flex
}

.icon-list-social .icon-list-social-link {
    font-size: 1.25rem;
    margin-right: .5rem
}

.step {
    display: flex;
    flex-wrap: nowrap;
    width: 100%
}

.step .step-item.active a:before {
    background: #fff;
    border: .125rem solid #69707a
}

.step .step-item.active~.step-item .step-item-link {
    color: #d4dae3
}

.step .step-item.active~.step-item .step-item-link:before {
    background: #d4dae3
}

.step .step-item.active~.step-item:before {
    background: #d4dae3
}

.step-lg .step-item.active a:before {
    border-width: .25rem
}

.step-primary .step-item.active a:before {
    border-color: #dc392d
}

.step-secondary .step-item.active a:before {
    border-color: #e0e5ec
}

.step-success .step-item.active a:before {
    border-color: #39DA8A
}

.step-info .step-item.active a:before {
    border-color: #00cfd5
}

.step-warning .step-item.active a:before {
    border-color: #f4a100
}

.step-danger .step-item.active a:before {
    border-color: #e81500
}

.step-light .step-item.active a:before {
    border-color: #f2f6fc
}

.step-dark .step-item.active a:before {
    border-color: #212832
}

.step-black .step-item.active a:before {
    border-color: #000
}

.step-white .step-item.active a:before {
    border-color: #fff
}

.step-red .step-item.active a:before {
    border-color: #dc392d
}

.step-orange .step-item.active a:before {
    border-color: #f76400
}

.step-yellow .step-item.active a:before {
    border-color: #f4a100
}

.step-green .step-item.active a:before {
    border-color: #39DA8A
}

.step-teal .step-item.active a:before {
    border-color: #00ba94
}

.step-cyan .step-item.active a:before {
    border-color: #00cfd5
}

.step-blue .step-item.active a:before {
    border-color: #0061f2
}

.step-indigo .step-item.active a:before {
    border-color: #5800e8
}

.step-purple .step-item.active a:before {
    border-color: #6900c7
}

.step-pink .step-item.active a:before {
    border-color: #e30059
}

.step-red-soft .step-item.active a:before {
    border-color: #f0e3e7
}

.step-orange-soft .step-item.active a:before {
    border-color: #f3e7e3
}

.step-yellow-soft .step-item.active a:before {
    border-color: #f2eee3
}

.step-green-soft .step-item.active a:before {
    border-color: #daefed
}

.step-teal-soft .step-item.active a:before {
    border-color: #daf0f2
}

.step-cyan-soft .step-item.active a:before {
    border-color: #daf2f8
}

.step-blue-soft .step-item.active a:before {
    border-color: #dae7fb
}

.step-indigo-soft .step-item.active a:before {
    border-color: #e3ddfa
}

.step-purple-soft .step-item.active a:before {
    border-color: #e4ddf7
}

.step-pink-soft .step-item.active a:before {
    border-color: #f1ddec
}

.step-primary-soft .step-item.active a:before {
    border-color: #f0e3e7
}

.step-secondary-soft .step-item.active a:before {
    border-color: #f0f4fa
}

.step-success-soft .step-item.active a:before {
    border-color: #daefed
}

.step-info-soft .step-item.active a:before {
    border-color: #daf2f8
}

.step-warning-soft .step-item.active a:before {
    border-color: #f2eee3
}

.step-danger-soft .step-item.active a:before {
    border-color: #f1e0e3
}

.form-check.form-check-solid .form-check-input {
    background-color: #eef2f8;
    border-color: #eef2f8
}

/* .form-check.form-check-solid .form-check-input:checked {
    background-color: #dc392d
} */

.form-control-solid {
    background-color: #eef2f8;
    border-color: #eef2f8
}

.form-control-solid:focus {
    background-color: #eef2f8
}

#layoutSidenav {
    display: flex
}

#layoutSidenav #layoutSidenav_nav {
    flex-basis: 15rem;
    flex-shrink: 0;
    transition: transform .15s ease-in-out;
    z-index: 1038;
    transform: translate(-15rem)
}

#layoutSidenav #layoutSidenav_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 3.625rem);
    margin-left: -15rem
}

.sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translate(0)
}

.sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1037;
    opacity: .5;
    transition: opacity .3s ease-in-out
}

@media (min-width: 992px) {
    #layoutSidenav #layoutSidenav_nav {
        transform:translate(0)
    }

    #layoutSidenav #layoutSidenav_content {
        margin-left: 0;
        transition: margin .15s ease-in-out
    }

    .sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform: translate(-15rem)
    }

    .sidenav-toggled #layoutSidenav #layoutSidenav_content {
        margin-left: -15rem
    }

    .sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
        display: none
    }
}

.nav-fixed .topnav {
    z-index: 1039
}

.nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 15rem;
    height: 100vh;
    z-index: 1038
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav {
    padding-top: 3.625rem
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu {
    overflow-y: hidden
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar {
    width: .75rem
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    border-width: .2rem;
    border-style: solid;
    background-clip: padding-box;
    background-color: #21283233;
    border-color: transparent
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar-corner {
    background-color: transparent
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar-track {
    background: inherit
}

@media (pointer: fine) and (hover: hover) {
    .nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu:hover {
        overflow-y:overlay
    }
}

@media (pointer: coarse) and (hover: none) {
    .nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu {
        overflow-y:overlay
    }
}

@-moz-document url-prefix() {
    .nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu {
        overflow-y: scroll
    }
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav.sidenav-dark .sidenav-menu::-webkit-scrollbar-thumb {
    background-color: #ffffff40;
    border-color: #0000
}

.nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 15rem;
    top: 3.625rem
}

.layout-rtl.sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translate(0)
}

@media (min-width: 992px) {
    .layout-rtl.sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform:translate(15rem)
    }

    .layout-rtl.sidenav-toggled #layoutSidenav #layoutSidenav_content {
        margin-right: -15rem
    }
}

.dropdown-notifications .dropdown-menu .dropdown-notifications-footer:active {
    color: #fff
}

.dropdown-user .dropdown-menu .dropdown-item:active .dropdown-item-icon {
    color: #fff
}

.footer-admin {
    height: 5rem;
    display: flex;
    align-items: center
}

.footer-admin.footer-dark {
    color: #fff9
}

.footer-admin.footer-light {
    color: #a7aeb8
}

.nav .nav-link .nav-link-icon,.sidenav-menu .nav-link .nav-link-icon {
    margin-right: .5rem
}

.nav-borders .nav-link {
    color: #69707a;
    border-bottom-width: .125rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem
}

.nav-borders .nav-link.active {
    color: #dc392d;
    border-bottom-color: #dc392d
}

.nav-borders .nav-link.disabled {
    color: #c5ccd6
}

.nav-borders.flex-column .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-right: 0;
    margin-left: 0;
    border-bottom: none;
    border-right-width: .125rem;
    border-right-style: solid;
    border-right-color: transparent
}

.nav-borders.flex-column .nav-link.active {
    border-right-color: #dc392d
}

.navbar .dropdown-menu .dropdown-header {
    color: #a7aeb8
}

.navbar .form-control {
    font-size: .9rem
}

.topnav {
    padding-left: 0;
    height: 3.625rem;
    z-index: 1039;
    font-size: .9rem
}

.topnav .navbar-brand {
    width: 15rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 700
}

.topnav .navbar-brand img {
    height: .8rem
}

@media (min-width: 992px) {
    .topnav .navbar-brand {
        width:12rem
    }
}

.topnav.navbar-light #sidebarToggle {
    color: #212832
}

.topnav.navbar-light .navbar-brand {
    color: #363d47
}

.topnav .dropdown {
    position: static
}

.topnav .dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: .75rem;
    left: .75rem
}

@media (min-width: 576px) {
    .topnav .dropdown {
        position:relative
    }

    .topnav .dropdown .dropdown-menu {
        width: auto;
        min-width: 15rem;
        right: 0;
        left: auto
    }
}

:target:before {
    content: "";
    display: block;
    height: 5.125rem;
    margin: -5.125rem 0 0
}

.nav-sticky .nav-link.active {
    font-weight: 600
}

.nav-sticky ul.nav>li.nav-item>a.nav-link.active~.nav {
    display: flex
}

.sidenav {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    font-size: .9rem
}

.sidenav .sidenav-menu {
    flex-grow: 1
}

.sidenav .sidenav-menu .nav {
    flex-direction: column;
    flex-wrap: nowrap
}

.sidenav .sidenav-menu .nav .sidenav-menu-heading {
    padding: 1.75rem 1rem .75rem;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em
}

.sidenav .sidenav-menu .nav .nav-link {
    display: flex;
    align-items: center;
    line-height: normal;
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: relative
}

.sidenav .sidenav-menu .nav .nav-link .nav-link-icon {
    font-size: .9rem;
    padding-right: .5rem;
    display: inline-flex
}

.sidenav .sidenav-menu .nav .nav-link .nav-link-icon .feather {
    width: 1rem;
    height: 1rem
}

.sidenav .sidenav-menu .nav .nav-link.active {
    font-weight: 600
}

.sidenav .sidenav-menu .nav .nav-link.active .nav-icon {
    color: #dc392d
}

.sidenav .sidenav-menu .nav .nav-link .sidenav-collapse-arrow {
    display: inline-block;
    margin-left: auto;
    transition: transform .15s ease
}

.sidenav .sidenav-menu .nav .nav-link.collapsed .sidenav-collapse-arrow {
    transform: rotate(-90deg)
}

.sidenav .sidenav-menu .nav .nav-link .badge {
    padding: .125rem .25rem
}

.sidenav .sidenav-menu .nav .sidenav-menu-nested {
    flex-direction: column;
    margin-left: 1.4375rem;
    border-left-style: solid;
    border-left-width: thin;
    padding-left: .5625rem
}

.sidenav .sidenav-footer {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
    height: 5rem
}

.sidenav .sidenav-footer .sidenav-footer-content {
    font-size: .9rem
}

.sidenav .sidenav-footer .sidenav-footer-content .sidenav-footer-subtitle {
    font-size: .75rem
}

.sidenav .sidenav-footer .sidenav-footer-content .sidenav-footer-title {
    font-weight: 500
}

.sidenav-dark {
    background-color: #272f3b;
    color: #ffffff80
}

.sidenav-dark .sidenav-menu .sidenav-menu-heading {
    color: #ffffff40
}

.sidenav-dark .sidenav-menu .nav-link {
    color: #ffffff80
}

.sidenav-dark .sidenav-menu .nav-link .nav-link-icon,.sidenav-dark .sidenav-menu .nav-link .sidenav-collapse-arrow {
    color: #ffffff40
}

.sidenav-dark .sidenav-menu .nav-link:hover,.sidenav-dark .sidenav-menu .nav-link.active,.sidenav-dark .sidenav-menu .nav-link.active .nav-link-icon {
    color: #fff
}

.sidenav-dark .sidenav-menu-nested {
    border-left-color: #ffffff26
}

.sidenav-dark .sidenav-footer {
    background-color: #00000040
}

.sidenav-light {
    background-color: #fff;
    color: #212832
}

.sidenav-light .sidenav-menu .sidenav-menu-heading {
    color: #a7aeb8
}

.sidenav-light .sidenav-menu .nav-link {
    color: #212832
}

.sidenav-light .sidenav-menu .nav-link .nav-link-icon,.sidenav-light .sidenav-menu .nav-link .sidenav-collapse-arrow {
    color: #a7aeb8
}

.sidenav-light .sidenav-menu .nav-link:hover,.sidenav-light .sidenav-menu .nav-link.active,.sidenav-light .sidenav-menu .nav-link.active .nav-link-icon {
    color: #dc392d
}

.sidenav-light .sidenav-menu-nested {
    border-left-color: #d4dae3
}

.sidenav-light .sidenav-footer {
    background-color: #2128320d
}

.sidenav-light .sidenav-footer .sidenav-footer-subtitle {
    color: #69707a
}

.page-header .page-header-content {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.page-header .page-header-content .page-header-title {
    line-height: normal;
    font-size: 2.25rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.page-header .page-header-content .page-header-title .page-header-icon {
    margin-right: .5rem;
    display: inline-flex
}

.page-header-compact .page-header-content {
    padding: 0
}

.page-header-compact .page-header-content .page-header-title {
    font-size: 1rem
}

.page-header.page-header-light {
    color: #21283280
}

.page-header.page-header-light .page-header-title {
    color: #212832
}

.page-header.page-header-light .page-header-title .page-header-icon {
    color: #21283280
}

.icons-org-create {
    display: inline-flex;
    align-items: center;
    position: relative
}

.icons-org-create .icon-users {
    height: 4rem;
    width: 4rem
}

.icons-org-create .icon-users path:first-of-type {
    color: #dc392d
}

.icons-org-create .icon-users path {
    color: #dc392d59
}

.icons-org-create .icon-plus {
    color: #dc392d;
    position: absolute;
    font-size: 1.5rem;
    top: -.5rem;
    right: -.75rem
}

.icons-org-join {
    display: inline-flex;
    position: relative
}

.icons-org-join .icon-user {
    height: 4rem;
    width: 4rem;
    color: #e0e5ec
}

.icons-org-join .icon-arrow {
    font-size: 2rem;
    margin: 1rem .5rem 1rem 0;
    color: #e0e5ec
}

.icons-org-join .icon-users {
    margin: .5rem 0;
    height: 3rem;
    width: 3rem
}

.icons-org-join .icon-users path:first-of-type {
    color: #e0e5ec80
}

.icons-org-join .icon-users path {
    color: #e0e5ec40
}

.org-or-divider {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #e0e5ec
}

.org-or-divider .org-or {
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: -1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #e0e5ec;
    font-size: 80%;
    color: #e0e5ec
}

.invoice .table tbody tr td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.pricing-columns .list-group-flush .list-group-item {
    display: flex;
    align-items: center
}

.nav-wizard .nav-link.active .wizard-step-icon {
    background-color: #fff;
    color: #dc392d
}

.nav-wizard .nav-link.active .wizard-step-icon i,.nav-wizard .nav-link.active .wizard-step-icon svg,.nav-wizard .nav-link.active .wizard-step-icon .feather {
    color: #dc392d
}

.nav-wizard .nav-link.active .wizard-step-text .wizard-step-text-name {
    color: #fff
}

.nav-wizard .nav-link.active .wizard-step-text .wizard-step-text-details {
    color: #ffffff80
}


.litepicker .container__months .month-item-header .button-previous-month {
    transition: none!important;
    cursor: pointer!important
}

.litepicker .container__months .month-item-header .button-previous-month>svg,.litepicker .container__months .month-item-header .button-previous-month>img {
    transform: scale(.75)
}

.litepicker .container__months .month-item-header .button-previous-month {
    color: var(--litepicker-button-prev-month-color)!important
}

.litepicker .container__months .month-item-header .button-previous-month>svg,.litepicker .container__months .month-item-header .button-previous-month>img {
    fill: var(--litepicker-button-prev-month-color)!important
}

.litepicker .container__months .month-item-header .button-previous-month:hover {
    color: var(--litepicker-button-prev-month-color-hover)!important
}

.litepicker .container__months .month-item-header .button-previous-month:hover>svg {
    fill: var(--litepicker-button-prev-month-color-hover)!important
}

.litepicker[data-plugins=ranges] .container__main .container__predefined-ranges {
    box-shadow: none!important;
    border-radius: .35rem!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    padding-top: .5rem;
    border-right: 1px solid #e0e5ec
}

.litepicker[data-plugins=ranges] .container__main .container__predefined-ranges button {
    cursor: pointer!important
}

.dataTable-pagination .active a,.dataTable-pagination .active a:focus,.dataTable-pagination .active a:hover {
    background-color: #dc392d
}

.sbp-preview {
    border-radius: .35rem;
    border: .25rem solid #e0e5ec;
    border-style: solid
}

.sbp-preview .sbp-preview-content {
    padding: 1.5rem;
    border-bottom: 1px solid #e0e5ec;
    position: relative
}

.sbp-preview .sbp-preview-code {
    background-color: #f2f6fc;
    padding: 1.5rem;
    border-bottom: 1px solid #e0e5ec
}

.sbp-preview .sbp-preview-code .nav-tabs {
    border-bottom-color: transparent;
    font-size: .75rem;
    font-weight: 500
}

.sbp-preview .sbp-preview-code .nav-tabs .nav-item .nav-link {
    border-bottom: 0;
    display: inline-flex;
    align-items: center
}

.sbp-preview .sbp-preview-code .nav-tabs .nav-item .nav-link.active {
    border-color: transparent;
    background-color: #2f2f2f;
    color: #fff
}

.sbp-preview .sbp-preview-code .nav-tabs .nav-item .nav-link .img-pug {
    height: 1em;
    padding: 1px 0
}

.sbp-preview .sbp-preview-text {
    background-color: #f2f6fc;
    font-size: .875rem;
    padding: 1.5rem
}

code[class*=language-],pre[class*=language-] {
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    color: #eee;
    background: #2f2f2f;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    font-size: .875rem;
    line-height: 1.5em;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    hyphens: none
}

code[class*=language-]::selection,pre[class*=language-]::selection,code[class*=language-] ::selection,pre[class*=language-] ::selection {
    background: #363636
}

:not(pre)>code[class*=language-] {
    white-space: normal;
    border-radius: .2em;
    padding: .1em
}

pre[class*=language-] {
    overflow: auto;
    position: relative;
    margin: 0;
    padding: 1rem;
    max-height: 35rem
}

.language-css>code,.language-sass>code,.language-scss>code {
    color: #fd9170
}

.token.atrule {
    color: #c792ea
}

.token.attr-name {
    color: #ffcb6b
}

.token.attr-value,.token.attribute {
    color: #a5e844
}

.token.boolean {
    color: #c792ea
}

.token.builtin {
    color: #ffcb6b
}

.token.cdata,.token.char {
    color: #80cbc4
}

.token.class {
    color: #ffcb6b
}

.token.class-name {
    color: #f2ff00
}

.token.comment {
    color: #616161
}

.token.constant {
    color: #c792ea
}

.token.deleted {
    color: #f66
}

.token.doctype {
    color: #616161
}

.token.entity {
    color: #f66
}

.token.function {
    color: #c792ea
}

.token.hexcode {
    color: #f2ff00
}

.token.id,.token.important {
    color: #c792ea;
    font-weight: 700
}

.token.inserted {
    color: #80cbc4
}

.token.keyword {
    color: #c792ea
}

.token.number {
    color: #fd9170
}

.token.operator {
    color: #89ddff
}

.token.prolog {
    color: #616161
}

.token.property {
    color: #80cbc4
}

.token.pseudo-class,.token.pseudo-element {
    color: #a5e844
}

.token.punctuation {
    color: #89ddff
}

.token.regex {
    color: #f2ff00
}

.token.selector {
    color: #f66
}

.token.string {
    color: #a5e844
}

.token.symbol {
    color: #c792ea
}

.token.tag {
    color: #f66
}

.token.unit {
    color: #fd9170
}

.token.url,.token.variable {
    color: #f66
}

#layoutDefault {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

#layoutDefault #layoutDefault_content {
    min-width: 0;
    flex-grow: 1
}

#layoutDefault #layoutDefault_footer {
    min-width: 0
}

@media (min-width: 992px) {
    .dropdown-lg .dropdown-menu .dropdown-item:active,.dropdown-xl .dropdown-menu .dropdown-item:active {
        background-color:inherit;
        color: #69707a!important
    }
}

.navbar .dropdown-menu {
    top: calc(100% + 1rem)!important;
    font-size: .9rem
}

.navbar .dropdown-menu .dropdown-header {
    font-size: .7rem;
    color: #a7aeb8
}

.navbar-marketing {
    transition: background-color .15s ease-in-out;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.navbar-marketing .navbar-toggler {
    padding: .5rem;
    border: 0
}

.navbar-marketing .navbar-toggler svg {
    vertical-align: middle;
    height: 1.5rem;
    width: 1.5rem
}

.navbar-marketing .navbar-brand {
    font-size: 1.2rem;
    font-weight: 700
}

.navbar-marketing .navbar-brand img {
    height: 1rem
}

.navbar-marketing .navbar-brand svg {
    height: 1rem;
    fill: currentColor
}

.navbar-marketing .navbar-nav {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.navbar-marketing .navbar-nav .nav-item .nav-link {
    font-weight: 500
}

.navbar-marketing.fixed-top,.nav-fixed .navbar-marketing.topnav,.nav-fixed #layoutSidenav .navbar-marketing#layoutSidenav_nav {
    max-height: 100vh;
    overflow-y: auto
}

@media (min-width: 992px) {
    .navbar-marketing {
        padding-top:0;
        padding-bottom: 0
    }

    .navbar-marketing .navbar-nav {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .navbar-marketing .navbar-nav .nav-item {
        margin-right: 1rem
    }

    .navbar-marketing .navbar-nav .nav-item:last-child {
        margin-right: 0
    }

    .navbar-marketing.fixed-top,.nav-fixed .navbar-marketing.topnav,.nav-fixed #layoutSidenav .navbar-marketing#layoutSidenav_nav {
        max-height: none;
        overflow-y: visible
    }
}

@media (max-width: 991.98px) {
    .navbar-marketing.bg-transparent.navbar-light {
        background-color:#fff!important;
        border-bottom: 1px solid #f2f6fc
    }

    .animated--fade-in,.animated--fade-in-up {
        animation: none
    }
}

.post-preview h5.card-title,.post-preview .card-title.h5 {
    font-size: 1.1rem;
    margin-bottom: .5rem
}

.post-preview .post-preview-meta {
    display: flex;
    align-items: center;
    margin-right: .5rem
}

.post-preview .post-preview-meta .post-preview-meta-img {
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 100%;
    margin-right: .5rem;
    flex-shrink: 0
}

.post-preview .post-preview-meta .post-preview-meta-details .post-preview-meta-details-name {
    font-size: .9rem;
    line-height: 1;
    margin-bottom: .25rem
}

.post-preview .post-preview-meta .post-preview-meta-details .post-preview-meta-details-date {
    font-size: .75rem;
    line-height: 1
}

.post-preview-featured .post-preview-featured-img {
    height: 20rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.post-preview-featured h5.card-title,.post-preview-featured .card-title.h5 {
    font-size: 1.75rem
}

.post-preview-featured p.card-text {
    font-size: 1.2rem;
    font-weight: 300
}

@media (min-width: 992px) {
    .post-preview-featured .post-preview-featured-img {
        height:100%;
        width: 100%
    }
}

section {
    position: relative
}

.svg-border-angled {
    padding-top: 3rem
}

.svg-border-angled svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    width: 100%
}

@media (min-width: 576px) {
    .svg-border-angled {
        padding-top:3.5rem
    }

    .svg-border-angled svg {
        height: 3.5rem
    }
}

@media (min-width: 768px) {
    .svg-border-angled {
        padding-top:4rem
    }

    .svg-border-angled svg {
        height: 4rem
    }
}

@media (min-width: 992px) {
    .svg-border-angled {
        padding-top:4.5rem
    }

    .svg-border-angled svg {
        height: 4.5rem
    }
}

@media (min-width: 1200px) {
    .svg-border-angled {
        padding-top:5rem
    }

    .svg-border-angled svg {
        height: 5rem
    }
}

.svg-border-rounded svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1rem;
    width: 100%
}

@media (min-width: 576px) {
    .svg-border-rounded svg {
        height:1.5rem
    }
}

@media (min-width: 768px) {
    .svg-border-rounded svg {
        height:2rem
    }
}

@media (min-width: 992px) {
    .svg-border-rounded svg {
        height:2.5rem
    }
}

@media (min-width: 1200px) {
    .svg-border-rounded svg {
        height:3rem
    }
}

.svg-border-waves {
    padding-top: 1rem
}

.svg-border-waves svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2rem;
    width: 100%
}

@media (min-width: 576px) {
    .svg-border-waves {
        padding-top:1.5rem
    }

    .svg-border-waves svg {
        height: 2.5rem
    }
}

@media (min-width: 1200px) {
    .svg-border-waves {
        padding-top:2rem
    }

    .svg-border-waves svg {
        height: 3rem
    }
}

/*!
 * html5-device-mockups (https://github.com/pixelsign/html5-device-mockups)
 * Copyright 2013 - 2018 pixelsign
 * Licensed under MIT (https://github.com/pixelsign/html5-device-mockups/blob/master/LICENSE.txt)
 * Last Build: Thu Dec 20 2018 14:05:50
 */
.footer {
    font-size: .875rem
}

.footer .footer-brand {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: .25rem
}

.footer .footer-brand svg {
    height: 1rem
}

.footer.footer-dark {
    color: #fff9
}

.footer.footer-dark hr {
    border-color: #ffffff1a
}

.footer.footer-light {
    color: #a7aeb8
}

.page-header-ui {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.page-header-ui .page-header-ui-content .page-header-ui-title {
    font-size: 2.5rem
}

.page-header-ui .page-header-ui-content .page-header-ui-text {
    font-size: 1.15rem
}

.page-header-ui .page-header-ui-content .page-header-ui-text.small {
    font-size: .9rem
}

.page-header-ui-dark {
    color: #fff;
    background-color: #212832
}

.page-header-ui-dark .page-header-ui-title {
    color: #fff
}

.page-header-ui-light {
    background-color: #f2f6fc
}

.page-header-ui-light .page-header-ui-text {
    color: #69707a
}

.page-header-ui-light .page-header-ui-text a {
    color: #4a515b
}

.pricing {
    font-size: .9rem;
    border: none
}

.navbar-brand img {
    height: 3.5rem!important
}

.pointer {
    cursor: pointer
}

.dropdown-toggle {
    user-select: none;
    -webkit-user-select: none
}

.dropdown.show .dropdown-toggle .dropdown-arrow {
    transform: rotate(90deg)
}

.description-sidebar {
    top: calc(93px + 1.5rem)
}

@media (min-width: 768px) {
    .hasBanner .description-sidebar {
        top:calc(93px + 5rem)
    }
}

.navbar-light .navbar-nav .nav-link,.footer.footer-light,.page-header-ui-text {
    color: #69707a!important
}

.page-header-ui-text a {
    font-weight: 500;
    color: #212832
}

.text-angular {
    color: #e23237
}

.text-bootstrap {
    color: #563d7c
}

.text-vue {
    color: #42b983
}

.icons-tech {
    display: flex;
    flex-wrap: wrap
}

.icons-tech sbw-tech-stack-icon {
    display: flex
}

.review-content p:last-child {
    margin-bottom: 0
}

.img-pug {
    height: 1em;
    padding: 1px 0
}

fa-icon svg {
    display: inline-block;
    font-size: inherit;
    height: 1em
}

[style*=--aspect-ratio]>: first-child {
    width:100%
}

[style*=--aspect-ratio]>img {
    height: auto
}

@supports (--custom: property) {
    [style*=--aspect-ratio] {
        position:relative
    }

    [style*=--aspect-ratio]: before {
        content:"";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)))
    }

    [style*=--aspect-ratio]>: first-child {
        position:absolute;
        top: 0;
        left: 0;
        height: 100%
    }
}

.hidden {
    display: none
}

.grecaptcha-badge {
    visibility: hidden
}

.carbon-container {
    height: 132px
}

#carbonads_1 {
    display: none
}

#carbonads {
    padding: 1rem;
    border-radius: .5rem;
    overflow: hidden;
    font-size: .8rem;
    line-height: 1rem;
    background-color: #f2f6fc26;
    box-shadow: 0 .15rem 1.75rem #21283226
}

#carbonads .carbon-wrap .carbon-img {
    margin: 0;
    display: block;
    float: left
}

#carbonads .carbon-wrap .carbon-img img {
    display: block;
    border-radius: .5rem
}

#carbonads .carbon-wrap .carbon-text {
    display: block;
    margin-left: 145px;
    color: #fffc;
    text-decoration: none;
    font-weight: 500
}

#carbonads .carbon-poweredby {
    display: block;
    margin-left: 145px;
    margin-top: .5rem;
    color: #fff9;
    text-decoration: none;
    font-weight: 700
}

.carbon-inverse #carbonads {
    background-color: #dc392d
}

.native-standard {
    position: relative;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif
}

.native-standard .native-banner {
    border-radius: .5rem;
    box-shadow: 0 .15rem 1.75rem #21283226;
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
    text-decoration: none;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

.native-standard .native-banner .native-img {
    margin-right: 20px;
    max-height: 50px;
    line-height: 0
}

.native-standard .native-banner .native-main {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-grow: 1;
    flex-flow: row nowrap;
    align-items: center
}

.native-standard .native-banner .native-details {
    display: flex;
    margin-right: 20px;
    flex-flow: column nowrap
}

.native-standard .native-banner .native-company {
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 1
}

.native-standard .native-banner .native-desc {
    max-width: 600px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.4
}

.native-standard .native-banner .native-cta {
    padding: 10px 16px;
    border-radius: .35rem;
    box-shadow: 0 .15rem 1.75rem #21283226;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    transition: all .3s ease-in-out;
    transform: translateY(-1px)
}

.native-standard .native-banner .native-cta:hover {
    box-shadow: none;
    transform: translateY(1px)
}

.native-standard .native-via {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    border-top: 0;
    border-top-left-radius: 3px;
    background: repeating-linear-gradient(-45deg,transparent,transparent 5px,hsla(0,0%,0%,.025) 5px,hsla(0,0%,0%,.025) 10px) hsla(203,11%,95%,.4);
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-weight: 600;
    font-size: 8px;
    line-height: 1
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
    .native-standard,.native-standard .native-main {
        flex-flow:column nowrap
    }

    .native-standard .native-details,.native-standard .native-img {
        margin: 0
    }

    .native-standard .native-img {
        display: none
    }

    .native-standard .native-company {
        letter-spacing: 1px
    }

    .native-standard .native-details {
        text-align: left;
        font-size: 14px
    }

    .native-standard .native-cta {
        display: none
    }
}

.post header h1,.post header .h1 {
    font-size: 2rem
}

.post p {
    color: #363d47;
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 1.75rem
}

.post pre {
    padding: 1rem;
    border-radius: .35rem;
    background-color: #363d47;
    color: #00cfd5;
    margin-bottom: 1.75rem
}

.post-pager-link {
    width: calc(50% - 1rem);
    overflow: hidden;
    line-height: 1.35
}

.post-pager-link:hover {
    background-color: #f2f6fc!important
}

.post-pager-link.next {
    text-align: right
}

.post-pager-link.prev {
    text-align: left
}

.post-pager-link .indicator {
    font-size: .7rem;
    font-weight: 700;
    color: #c5ccd6
}

.bg-bundle {
    background-image: url(https://source.unsplash.com/mqO0Rf-PUMs/1600x600)
}

h1.bundle-heading,.bundle-heading.h1 {
    font-size: 3rem
}

.bundle-tech-img {
    height: 8rem;
    width: 8rem;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 .15rem 1.75rem #21283226;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.bundle-tech-img img {
    height: 4rem;
    width: 4rem
}

.dropdown-menu .dropdown-item:active {
    color: #fff
}

.dropdown-menu .dropdown-item:active fa-icon {
    color: #ffffff80!important
}

.icon-stack {
    flex-shrink: 0
}

.icon-stack-sm {
    height: 2rem;
    width: 2rem
}

.icon-stack-sm svg {
    height: .875rem;
    width: .875rem
}

.navbar-marketing {
    padding-top: .9375rem;
    padding-bottom: .9375rem
}

.navbar-marketing .navbar-brand {
    font-weight: 600
}

.navbar-marketing .btn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    height: 2.2rem;
    font-size: .75rem;
    padding: 0 1rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal
}

.navbar-marketing .btn .badge {
    top: 0;
    padding: .25rem .35rem
}

.navbar-marketing .dropdown-item {
    padding: .5rem 1.25rem
}

.navbar-marketing .dropdown-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-transform: none!important;
    letter-spacing: normal!important
}

@media (min-width: 992px) {
    .navbar-marketing {
        padding-top:0;
        padding-bottom: 0
    }
}

.navbar-marketing .nav-link {
    font-size: .9rem;
    width: 100%
}

.navbar-marketing .nav-right {
    padding-top: 0
}

@media (min-width: 992px) {
    .navbar-marketing .nav-right {
        padding-top:1.75rem
    }
}

.navbar-marketing .btn-cart {
    padding-right: .75rem
}

.navbar-marketing .btn-cart .btn-cart-badge {
    margin-left: .5rem;
    font-weight: 600
}

.hasBanner .navbar-marketing {
    top: 0
}

@media (min-width: 992px) {
    .hasBanner .navbar-marketing {
        top:3.5rem
    }
}

@media (min-width: 992px) {
    .hasBanner .resources-sidebar {
        top:calc(93px + 4.5rem)!important
    }
}

.page-header-ui {
    padding-top: 93px;
    padding-bottom: 0
}

.page-header-ui .page-header-ui-content {
    padding-top: 3rem;
    padding-bottom: 6rem
}

@media (min-width: 768px) {
    .hasBanner .page-header-ui {
        padding-top:calc(93px + 3.5rem)
    }
}

.preview-img {
    display: flex;
    overflow: hidden;
    border-radius: .35rem;
    position: relative;
    z-index: 2
}

.preview-img .preview-img-overlay {
    opacity: 0;
    background-color: #2128324d;
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    transition: opacity .15s linear;
    z-index: 1
}

.preview-img:hover .preview-img-overlay {
    opacity: 1;
    z-index: 1
}

.mt-page-header {
    margin-top: 93px!important
}

@media (min-width: 768px) {
    .hasBanner .mt-page-header {
        margin-top:calc(93px + 3.5rem)!important
    }
}

.text-github {
    color: #333!important
}

.text-twitter {
    color: #1da1f2!important
}

@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
/*Social Media Colors*/
/*Theme Colors*/
/*Lite color*/
/*Theme Colors For Dark*/
/* gray bg */
.bg-gray-100 {
  background-color: #f3f6f9 !important; }

.bg-gray-200 {
  background-color: #ebedf3 !important; }

.bg-gray-300 {
  background-color: #e4e6ef !important; }

.bg-gray-400 {
  background-color: #d1d3e0 !important; }

.bg-gray-500 {
  background-color: #b5b5c3 !important; }

.bg-gray-600 {
  background-color: #7e8299 !important; }

.bg-gray-700 {
  background-color: #5e6278 !important; }

.bg-gray-800 {
  background-color: #3f4254 !important; }

.bg-gray-900 {
  background-color: #181c32 !important; }

/*---Default Button---*/
.btn-default {
  background-color: #f2f2f2;
  border-color: #dedede;
  color: #172b4c; }
  .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active {
    background-color: #e6e6e6 !important;
    border-color: #cccccc !important;
    color: #172b4c; }
  .btn-default:disabled {
    background-color: #f2f2f2;
    border-color: #dedede;
    opacity: 0.5; }
  .btn-default.disabled {
    background-color: #f2f2f2;
    border-color: #dedede;
    opacity: 0.5; }

.show > .btn-default.dropdown-toggle {
  background-color: #e6e6e6 !important;
  border-color: #cccccc !important;
  color: #172b4c; }

.btn-outline.btn-default {
  color: #172b4c;
  background-color: transparent;
  border-color: #cccccc !important; }
  .btn-outline.btn-default:hover, .btn-outline.btn-default:active, .btn-outline.btn-default.active {
    background-color: #e6e6e6 !important;
    border-color: #cccccc !important;
    color: #172b4c; }

.show > .btn-outline.btn-default.dropdown-toggle {
  background-color: #e6e6e6 !important;
  border-color: #cccccc !important;
  color: #172b4c; }

.btn-flat.btn-default {
  color: #172b4c;
  background-color: #f3f6f9;
  border-color: transparent; }
  .btn-flat.btn-default:hover, .btn-flat.btn-default:active, .btn-flat.btn-default.active {
    background-color: #e6e6e6 !important;
    border-color: #cccccc !important;
    color: #172b4c; }

/*---Secondary Button---*/
.btn-secondary {
  background-color: #e5eaee;
  border-color: #e5eaee;
  color: #172b4c; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.active {
    background-color: #c6d1da !important;
    border-color: #c6d1da !important;
    color: #172b4c !important; }
  .btn-secondary:disabled {
    background-color: #7993a7;
    border-color: #7993a7;
    opacity: 0.5; }
  .btn-secondary.disabled {
    background-color: #7993a7;
    border-color: #7993a7;
    opacity: 0.5; }

.show > .btn-secondary.dropdown-toggle {
  background-color: #e5eaee !important;
  border-color: #e5eaee !important;
  color: #ffffff; }

.btn-outline.btn-secondary {
  color: #172b4c !important;
  background-color: transparent;
  border-color: #e5eaee !important; }
  .btn-outline.btn-secondary:hover, .btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active {
    background-color: #c6d1da !important;
    border-color: #c6d1da !important;
    color: #172b4c !important; }

.dark-skin .btn-outline.btn-secondary {
  color: #8a99b5 !important; }
  .dark-skin .btn-outline.btn-secondary:hover, .dark-skin .btn-outline.btn-secondary:active, .dark-skin .btn-outline.btn-secondary.active {
    color: #172b4c !important; }

.show > .btn-outline.btn-secondary.dropdown-toggle {
  background-color: #e5eaee !important;
  border-color: #e5eaee !important;
  color: #ffffff; }

.btn-flat.btn-secondary {
  color: #172b4c;
  background-color: #e5eaee;
  border-color: transparent; }
  .btn-flat.btn-secondary:hover, .btn-flat.btn-secondary:active, .btn-flat.btn-secondary.active {
    background-color: #c6d1da !important;
    border-color: #c6d1da !important;
    color: #172b4c !important; }

.dark-skin .btn-flat.btn-secondary {
  color: #8a99b5; }
  .dark-skin .btn-flat.btn-secondary:hover, .dark-skin .btn-flat.btn-secondary:active, .dark-skin .btn-flat.btn-secondary.active {
    color: #172b4c !important; }

.btn-outline {
  color: #172b4c;
  background-color: transparent;
  border-color: #234173; }
  .btn-outline:hover, .btn-outline:active, .btn-outline.active {
    background-color: #234173;
    border-color: #234173;
    color: #ffffff !important; }

.show > .btn-outline.dropdown-toggle {
  background-color: #234173;
  border-color: #234173;
  color: #ffffff; }

/*---Dark Button---*/
.btn-dark {
  background-color: #094dde;
  border-color: #0f41ad;
  color: #ffffff;
  font-weight: 600;}
  .btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark.active {
    background-color: #0f41ad !important;
    border-color: #234173 !important;
    color: #ffffff; }
  .btn-dark:disabled {
    background-color: #234173;
    border-color: #234173;
    opacity: 0.5; }
  .btn-dark.disabled {
    background-color: #234173;
    border-color: #234173;
    opacity: 0.5; }

.show > .btn-dark.dropdown-toggle {
  background-color: #234173 !important;
  border-color: #234173 !important;
  color: #ffffff; }

.btn-outline.btn-dark {
  color: #172b4c;
  background-color: transparent;
  border-color: #172b4c !important; }
  .btn-outline.btn-dark:hover, .btn-outline.btn-dark:active, .btn-outline.btn-dark.active {
    background-color: #234173 !important;
    border-color: #234173 !important;
    color: #ffffff; }

.show > .btn-outline.btn-dark.dropdown-toggle {
  background-color: #234173 !important;
  border-color: #234173 !important;
  color: #ffffff; }

.btn-flat.btn-dark {
  color: #172b4c;
  background-color: #f3f6f9;
  border-color: #f3f6f9; }
  .btn-flat.btn-dark:hover, .btn-flat.btn-dark:active, .btn-flat.btn-dark.active {
    background-color: #234173 !important;
    border-color: #234173 !important;
    color: #ffffff; }

/*---Light Button---*/
.btn-light {
  background-color: #e4e6ef;
  border-color: #e4e6ef;
  color: #000000; }
  .btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.active {
    background-color: #ffffff !important;
    border-color: #e4e6ef !important;
    color: #000000; }
  .btn-light:disabled {
    background-color: #ffffff;
    border-color: #e4e6ef;
    opacity: 0.5; }
  .btn-light.disabled {
    background-color: #ffffff;
    border-color: white;
    opacity: 0.5; }

.show > .btn-light.dropdown-toggle {
  background-color: #ffffff !important;
  border-color: #e4e6ef !important;
  color: #000000; }

.btn-outline.btn-light {
  color: #e4e6ef;
  background-color: transparent;
  border-color: #e4e6ef !important; }
  .btn-outline.btn-light:hover, .btn-outline.btn-light:active, .btn-outline.btn-light.active {
    background-color: #e4e6ef !important;
    border-color: white !important;
    color: #172b4c !important; }

.show > .btn-outline.btn-light.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff; }

.btn-flat.btn-light {
  color: #172b4c;
  background-color: #f3f6f9;
  border-color: #e4e6ef; }
  .btn-flat.btn-light:hover, .btn-flat.btn-light:active, .btn-flat.btn-light.active {
    background-color: #e4e6ef !important;
    border-color: #e4e6ef !important;
    color: #172b4c; }

/*---badge---*/
.badge-light {
  background-color: #e4e6ef;
  color: #172b4c; }

/*---Background---*/
.bg-secondary {
  background-color: #e5eaee !important;
  color: #172b4c; }

.bg-secondary-light {
  background-color: #e9edf2 !important;
  color: #172b4c; }

.bg-dark {
  background-color: #172b4c !important;
  color: #ffffff !important; }

.bg-dark2 {
  background-color: #566f9e !important;
  color: #ffffff !important; }

.bg-dark3 {
  background-color: #272e48 !important;
  color: #ffffff !important; }

.bg-white {
  background-color: #ffffff; }

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

.bg-light {
  background-color: #e4e6ef !important; }

.bg-lighter {
  background-color: #ebedf3 !important; }

.bg-lightest {
  background-color: #f3f6f9 !important; }

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9); }

/*---callout-alert---*/
.callout-secondary, .alert-secondary {
  background-color: #e5eaee !important;
  color: #172b4c; }

/*background Patterns*/
.bg-temple-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23455a64' fill-opacity='0.1'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-temple-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-food-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23455a64' fill-opacity='0.1'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-food-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-brick-white {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23455a64' fill-opacity='0.1'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-brick-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.bg-bubbles-white {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23455a64' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.bg-bubbles-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E"); }

/*border color*/
.wrapper .border-secondary {
  border-color: #4d7bc9 !important; }

.wrapper .border-gray {
  border-color: #87a7db !important; }

.wrapper .border-dark {
  border-color: #172b4c !important; }

.wrapper .border-transparent {
  border-color: transparent !important; }

.wrapper .border-white {
  border-color: #ffffff !important; }

.wrapper .border-light {
  border-color: #f3f6f9 !important; }

.wrapper .border-fade {
  border-color: rgba(97, 106, 120, 0.07) !important; }

/*---Text---*/
.text-secondary {
  color: #4d7bc9 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #4d7bc9 !important; }

.hover-secondary:hover, .hover-secondary:focus {
  color: #4d7bc9 !important; }

.text-dark {
  color: #172b4c !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #172b4c !important; }

.hover-dark:hover, .hover-dark:focus {
  color: #172b4c !important; }

.text-mute {
  color: gray !important; }

a.text-mute:hover, a.text-mute:focus {
  color: gray !important; }

.hover-mute:hover, .hover-mute:focus {
  color: gray !important; }

.text-light {
  color: #b5b5c3 !important; }

a.text-light:hover, a.text-light:focus {
  color: #b5b5c3 !important; }

.hover-light:hover, .hover-light:focus {
  color: #b5b5c3 !important; }

.text-lighter {
  color: #d1d3e0 !important; }

a.text-lighter:hover, a.text-lighter:focus {
  color: #d1d3e0 !important; }

.hover-lighter:hover, .hover-lighter:focus {
  color: #d1d3e0 !important; }

.text-fade {
  color: #7e8299 !important; }

a.text-fade:hover, a.text-fade:focus {
  color: #d1d3e0 !important; }

.hover-fade:hover, .hover-fade:focus {
  color: #d1d3e0 !important; }

.dark-skin .text-fade {
  color: #8daac6 !important; }
.dark-skin a.text-fade:hover, .dark-skin a.text-fade:focus {
  color: #8daac6 !important; }
.dark-skin .hover-fade:hover, .dark-skin .hover-fade:focus {
  color: #8daac6 !important; }

.text-white {
  color: #ffffff !important; }

a.text-white:hover, a.text-white:focus {
  color: #ffffff !important; }

.hover-white:hover, .hover-white:focus {
  color: #ffffff !important; }

/*---color skin---*/
/**************************************
Theme Primary Color
**************************************/
.bg-gradient-primary, .theme-primary .bg-gradient-primary, .theme-primary .art-bg {
  background: linear-gradient(45deg, #6384ea, #38c1f1); }

.bg-light-body {
  background: transparent; }

.theme-primary.fixed .main-header {
  background: #f8f8f8; }
.theme-primary .main-header {
  background: #ffffff; }

.theme-primary.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-primary-dark, .dark-skin.theme-primary .bg-gradient-primary, .dark-skin.theme-primary .art-bg {
  background-image: linear-gradient(45deg, #1b46cc, #0d8ab6); }

.bg-dark-body {
  background: #1a233a; }

.dark-skin.theme-primary.fixed .main-header {
  background: #1a233a; }
.dark-skin.theme-primary .main-header {
  background: #1a233a; }

@media (max-width: 767px) {
  .theme-primary.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-primary.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-primary.fixed .main-header {
    background-image: #1a233a; } }
/* .theme-primary a:hover, .theme-primary a:active, .theme-primary a:focus {
  color: #6384ea; } */
.theme-primary .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-primary .main-sidebar .svg-icon:hover, .theme-primary .main-sidebar .svg-icon:active, .theme-primary .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-primary .main-sidebar a:hover .svg-icon, .theme-primary .main-sidebar a:active .svg-icon, .theme-primary .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-primary .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-primary .svg-icon:hover, .theme-primary .svg-icon:active, .theme-primary .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-primary a:hover .svg-icon, .theme-primary a:active .svg-icon, .theme-primary a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-primary.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #6384ea !important; }
  .theme-primary.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #6384ea; }
  .theme-primary.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #6384ea;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-primary.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-primary.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-primary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #6384ea !important; }
.theme-primary.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #6384ea !important; }
  .theme-primary.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #6384ea; }
  .theme-primary.dark-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #6384ea;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-primary.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #333333 transparent transparent !important; }
.theme-primary.dark-skin .sidebar-menu > li.active.treeview.treeview > a {
  background: transparent; }
  .theme-primary.dark-skin .sidebar-menu > li.active.treeview.treeview > a > i {
    color: #6384ea; }
  .theme-primary.dark-skin .sidebar-menu > li.active.treeview.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-primary.dark-skin .sidebar-menu > li.active.treeview.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-primary.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #6384ea !important; }
.theme-primary.light-skin .sidebar-menu > li:hover, .theme-primary.light-skin .sidebar-menu > li:active, .theme-primary.light-skin .sidebar-menu > li.active {
  background-color: rgba(99, 132, 234, 0);
  color: #6384ea;
  border-left: 0px solid rgba(99, 132, 234, 0); }
  .theme-primary.light-skin .sidebar-menu > li:hover a, .theme-primary.light-skin .sidebar-menu > li:active a, .theme-primary.light-skin .sidebar-menu > li.active a {
    color: #6384ea; }
    .theme-primary.light-skin .sidebar-menu > li:hover a > i, .theme-primary.light-skin .sidebar-menu > li:active a > i, .theme-primary.light-skin .sidebar-menu > li.active a > i {
      color: #b5b5c3;
      background-color: rgba(99, 132, 234, 0); }
    .theme-primary.light-skin .sidebar-menu > li:hover a > svg, .theme-primary.light-skin .sidebar-menu > li:active a > svg, .theme-primary.light-skin .sidebar-menu > li.active a > svg {
      color: #6384ea;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-primary.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-primary.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-primary.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-primary.light-skin .sidebar-menu > li.active {
  background-color: rgba(99, 132, 234, 0);
  color: #6384ea;
  border-left: 0px solid #6384ea; }
  .theme-primary.light-skin .sidebar-menu > li.active a {
    color: #6384ea;
    background-color: transparent; }
    .theme-primary.light-skin .sidebar-menu > li.active a > i {
      color: #6384ea;
      background-color: rgba(99, 132, 234, 0); }
    .theme-primary.light-skin .sidebar-menu > li.active a > svg {
      color: #6384ea;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-primary.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(99, 132, 234, 0);
    color: #6384ea; }
    .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #6384ea; }
      .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #6384ea;
        background-color: rgba(99, 132, 234, 0); }
  .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #b5b5c3;
    background-color: rgba(99, 132, 234, 0); }
  .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(99, 132, 234, 0);
    color: #6384ea; }
    .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #6384ea; }
      .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #6384ea;
        background-color: rgba(99, 132, 234, 0); }
  .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(99, 132, 234, 0);
    color: #6384ea; }
    .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #6384ea; }
      .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #6384ea;
        background-color: rgba(99, 132, 234, 0); }
  .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(99, 132, 234, 0); }
.theme-primary.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #6384ea;
  border-right: 0px solid #6384ea; }
.theme-primary.dark-skin .sidebar-menu > li.active {
  background-color: rgba(99, 132, 234, 0);
  color: white;
  border-left: 0px solid #6384ea; }
  .theme-primary.dark-skin .sidebar-menu > li.active a {
    color: white;
    background-color: transparent; }
    .theme-primary.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-primary.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(99, 132, 234, 0);
    color: #6384ea; }
    .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: #6384ea !important; }
  .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(99, 132, 234, 0);
    color: #6384ea; }
    .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #6384ea; }
      .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #6384ea;
        background-color: rgba(99, 132, 234, 0); }
  .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(99, 132, 234, 0);
    color: #6384ea; }
    .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #6384ea; }
      .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #6384ea;
        background-color: rgba(99, 132, 234, 0); }
  .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(99, 132, 234, 0); }
.theme-primary.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #6384ea;
  border-right: 0px solid #6384ea; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(99, 132, 234, 0.2);
    color: #6384ea; } }
/*---Main Nav---*/
.theme-primary .sm-blue li.current > a, .theme-primary .sm-blue li.highlighted > a {
  background: #6384ea;
  color: #ffffff !important; }
  .theme-primary .sm-blue li.current > a:hover, .theme-primary .sm-blue li.current > a:active, .theme-primary .sm-blue li.current > a:focus, .theme-primary .sm-blue li.highlighted > a:hover, .theme-primary .sm-blue li.highlighted > a:active, .theme-primary .sm-blue li.highlighted > a:focus {
    background: #6384ea;
    color: #ffffff !important; }
.theme-primary .sm-blue a.current, .theme-primary .sm-blue a.highlighted {
  background: #6384ea;
  color: #ffffff !important; }
.theme-primary .sm-blue a:hover, .theme-primary .sm-blue a:active, .theme-primary .sm-blue a:focus {
  background: #6384ea;
  color: #ffffff !important; }
.theme-primary .sm-blue ul a:hover, .theme-primary .sm-blue ul a:active, .theme-primary .sm-blue ul a:focus {
  background: #ebedf3;
  color: #6384ea !important; }
.theme-primary .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #6384ea !important; }

.dark-skin.theme-primary .sm-blue a.current, .dark-skin.theme-primary .sm-blue a.highlighted {
  background: #6384ea;
  color: #ffffff !important; }
.dark-skin.theme-primary .sm-blue a:hover, .dark-skin.theme-primary .sm-blue a:active, .dark-skin.theme-primary .sm-blue a:focus {
  background: #6384ea;
  color: #ffffff !important; }
.dark-skin.theme-primary .sm-blue ul a:hover, .dark-skin.theme-primary .sm-blue ul a:active, .dark-skin.theme-primary .sm-blue ul a:focus {
  background: #29354b;
  color: #6384ea !important; }
.dark-skin.theme-primary .sm-blue ul a.highlighted {
  background: #29354b;
  color: #6384ea !important; }

/*---Primary Button---*/
.theme-primary .btn-link {
  color: #6384ea; }
.theme-primary .btn-primary {
  background-color: #6384ea;
  border-color: #6384ea;
  color: #ffffff; }
  .theme-primary .btn-primary:hover, .theme-primary .btn-primary:active, .theme-primary .btn-primary:focus, .theme-primary .btn-primary.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }
  .theme-primary .btn-primary:disabled {
    background-color: #bdcbf6;
    border-color: #6384ea;
    opacity: 0.5; }
  .theme-primary .btn-primary.disabled {
    background-color: #bdcbf6;
    border-color: #6384ea;
    opacity: 0.5; }
.theme-primary .show > .btn-primary.dropdown-toggle {
  background-color: #3661e4 !important;
  border-color: #3661e4 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-primary {
  color: #6384ea;
  background-color: transparent;
  border-color: #6384ea !important; }
  .theme-primary .btn-outline.btn-primary:hover, .theme-primary .btn-outline.btn-primary:active, .theme-primary .btn-outline.btn-primary.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #3661e4 !important;
  border-color: #3661e4 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-primary {
  color: #6384ea !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-primary:hover, .theme-primary .btn-flat.btn-primary:active, .theme-primary .btn-flat.btn-primary.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-primary .btn-info {
  background-color: #38c1f1;
  border-color: #38c1f1;
  color: #ffffff; }
  .theme-primary .btn-info:hover, .theme-primary .btn-info:active, .theme-primary .btn-info:focus, .theme-primary .btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
  .theme-primary .btn-info:disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
  .theme-primary .btn-info.disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
.theme-primary .show > .btn-info.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-info {
  color: #38c1f1;
  background-color: transparent;
  border-color: #38c1f1 !important; }
  .theme-primary .btn-outline.btn-info:hover, .theme-primary .btn-outline.btn-info:active, .theme-primary .btn-outline.btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-info {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-info:hover, .theme-primary .btn-flat.btn-info:active, .theme-primary .btn-flat.btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-primary .btn-success {
  background-color: #39DA8A;
  border-color: #39DA8A;
  color: #ffffff; }
  .theme-primary .btn-success:hover, .theme-primary .btn-success:active, .theme-primary .btn-success:focus, .theme-primary .btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
  .theme-primary .btn-success:disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
  .theme-primary .btn-success.disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
.theme-primary .show > .btn-success.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-success {
  color: #39DA8A;
  background-color: transparent;
  border-color: #39DA8A !important; }
  .theme-primary .btn-outline.btn-success:hover, .theme-primary .btn-outline.btn-success:active, .theme-primary .btn-outline.btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-success {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-success:hover, .theme-primary .btn-flat.btn-success:active, .theme-primary .btn-flat.btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-primary .btn-danger {
  background-color: #eb3939;
  border-color: #eb3939;
  color: #ffffff; }
  .theme-primary .btn-danger:hover, .theme-primary .btn-danger:active, .theme-primary .btn-danger:focus, .theme-primary .btn-danger.active {
    background-color: #f30202 !important;
    border-color: #f30202 !important;
    color: #ffffff !important; }
  .theme-primary .btn-danger:disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
  .theme-primary .btn-danger.disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
.theme-primary .show > .btn-danger.dropdown-toggle {
  background-color: #eb3939 !important;
  border-color: #eb3939 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-danger {
  color: #f1376e;
  background-color: transparent;
  border-color: #f1376e !important; }
  .theme-primary .btn-outline.btn-danger:hover, .theme-primary .btn-outline.btn-danger:active, .theme-primary .btn-outline.btn-danger.active {
    background-color: #eb3939 !important;
    border-color: #eb3939 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #eb3939 !important;
  border-color: #eb3939 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-danger {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-danger:hover, .theme-primary .btn-flat.btn-danger:active, .theme-primary .btn-flat.btn-danger.active {
    background-color: #eb3939 !important;
    border-color: #eb3939 !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-primary .btn-warning {
  background-color: #f9c20f;
  border-color: #f9c20f;
  color: #ffffff; }
  .theme-primary .btn-warning:hover, .theme-primary .btn-warning:active, .theme-primary .btn-warning:focus, .theme-primary .btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
  .theme-primary .btn-warning:disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
  .theme-primary .btn-warning.disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
.theme-primary .show > .btn-warning.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-warning {
  color: #f9c20f;
  background-color: transparent;
  border-color: #f9c20f !important; }
  .theme-primary .btn-outline.btn-warning:hover, .theme-primary .btn-outline.btn-warning:active, .theme-primary .btn-outline.btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-warning {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-warning:hover, .theme-primary .btn-flat.btn-warning:active, .theme-primary .btn-flat.btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-primary .btn-primary-light {
  background-color: #e1f0ff;
  border-color: #e1f0ff;
  color: #6384ea; }
  .theme-primary .btn-primary-light:hover, .theme-primary .btn-primary-light:active, .theme-primary .btn-primary-light:focus, .theme-primary .btn-primary-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }
  .theme-primary .btn-primary-light:disabled {
    background-color: white;
    border-color: #e1f0ff;
    opacity: 0.5; }
  .theme-primary .btn-primary-light.disabled {
    background-color: white;
    border-color: #e1f0ff;
    opacity: 0.5; }
.theme-primary .show > .btn-primary-light.dropdown-toggle {
  background-color: #6384ea !important;
  border-color: #6384ea !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-primary-light {
  color: #6384ea;
  background-color: transparent;
  border-color: #e1f0ff !important; }
  .theme-primary .btn-outline.btn-primary-light:hover, .theme-primary .btn-outline.btn-primary-light:active, .theme-primary .btn-outline.btn-primary-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #6384ea !important;
  border-color: #6384ea !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-primary-light {
  color: #6384ea !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-primary-light:hover, .theme-primary .btn-flat.btn-primary-light:active, .theme-primary .btn-flat.btn-primary-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-primary .btn-info-light {
  background-color: #def6ff;
  border-color: #def6ff;
  color: #38c1f1; }
  .theme-primary .btn-info-light:hover, .theme-primary .btn-info-light:active, .theme-primary .btn-info-light:focus, .theme-primary .btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
  .theme-primary .btn-info-light:disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
  .theme-primary .btn-info-light.disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
.theme-primary .show > .btn-info.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-info-light {
  color: #38c1f1;
  background-color: transparent;
  border-color: #def6ff !important; }
  .theme-primary .btn-outline.btn-info-light:hover, .theme-primary .btn-outline.btn-info-light:active, .theme-primary .btn-outline.btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-info-light {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-info-light:hover, .theme-primary .btn-flat.btn-info-light:active, .theme-primary .btn-flat.btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-primary .btn-success-light {
  background-color: #caffe5;
  border-color: #caffe5;
  color: #39DA8A; }
  .theme-primary .btn-success-light:hover, .theme-primary .btn-success-light:active, .theme-primary .btn-success-light:focus, .theme-primary .btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
  .theme-primary .btn-success-light:disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
  .theme-primary .btn-success-light.disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
.theme-primary .show > .btn-success-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-success-light {
  color: #39DA8A;
  background-color: transparent;
  border-color: #caffe5 !important; }
  .theme-primary .btn-outline.btn-success-light:hover, .theme-primary .btn-outline.btn-success-light:active, .theme-primary .btn-outline.btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-success-light {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-success-light:hover, .theme-primary .btn-flat.btn-success-light:active, .theme-primary .btn-flat.btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-primary .btn-danger-light {
  background-color: #ffe2e5;
  border-color: #ffe2e5;
  color: #f1376e; }
  .theme-primary .btn-danger-light:hover, .theme-primary .btn-danger-light:active, .theme-primary .btn-danger-light:focus, .theme-primary .btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
  .theme-primary .btn-danger-light:disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
  .theme-primary .btn-danger-light.disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
.theme-primary .show > .btn-danger-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-danger-light {
  color: #f1376e;
  background-color: transparent;
  border-color: #ffe2e5 !important; }
  .theme-primary .btn-outline.btn-danger-light:hover, .theme-primary .btn-outline.btn-danger-light:active, .theme-primary .btn-outline.btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-danger-light {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-danger-light:hover, .theme-primary .btn-flat.btn-danger-light:active, .theme-primary .btn-flat.btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-primary .btn-warning-light {
  background-color: #fff4de;
  border-color: #fff4de;
  color: #f9c20f; }
  .theme-primary .btn-warning-light:hover, .theme-primary .btn-warning-light:active, .theme-primary .btn-warning-light:focus, .theme-primary .btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
  .theme-primary .btn-warning-light:disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
  .theme-primary .btn-warning-light.disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
.theme-primary .show > .btn-warning-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-primary .btn-outline.btn-warning-light {
  color: #f9c20f;
  background-color: transparent;
  border-color: #fff4de !important; }
  .theme-primary .btn-outline.btn-warning-light:hover, .theme-primary .btn-outline.btn-warning-light:active, .theme-primary .btn-outline.btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
.theme-primary .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-primary .btn-flat.btn-warning-light {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-primary .btn-flat.btn-warning-light:hover, .theme-primary .btn-flat.btn-warning-light:active, .theme-primary .btn-flat.btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-primary .callout.callout-primary {
  border-color: #6384ea;
  background-color: #6384ea !important; }
.theme-primary .callout.callout-info {
  border-color: #38c1f1;
  background-color: #38c1f1 !important; }
.theme-primary .callout.callout-success {
  border-color: #39DA8A;
  background-color: #39DA8A !important; }
.theme-primary .callout.callout-danger {
  border-color: #f1376e;
  background-color: #f1376e !important; }
.theme-primary .callout.callout-warning {
  border-color: #f9c20f;
  background-color: #f9c20f !important; }

/*---alert---*/
.theme-primary .alert-primary {
  border-color: #6384ea;
  background-color: #6384ea !important;
  color: #ffffff; }
.theme-primary .alert-info {
  border-color: #38c1f1;
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-primary .alert-success {
    border: var(--bs-alert-border);
  /* background-color: #39DA8A !important; */
  background-color: var(--bs-alert-bg);
  color: var(--bs-alert-color);}
  /* color: #ffffff; } */
.theme-primary .alert-danger {
    border: var(--bs-alert-border);
  background-color: var(--bs-alert-bg);
  color: var(--bs-alert-color); }
.theme-primary .alert-error {
  border-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-primary .alert-warning {
    border: var(--bs-alert-border);
    background-color: var(--bs-alert-bg);
    color: var(--bs-alert-color); }

/*---direct-chat---*/
.theme-primary .direct-chat-primary .right > .direct-chat-text p {
  background-color: #6384ea;
  color: #ffffff; }
.theme-primary .direct-chat-primary .right > .direct-chat-text:before, .theme-primary .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #6384ea; }
.theme-primary .direct-chat-info .right > .direct-chat-text p {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-primary .direct-chat-info .right > .direct-chat-text:before, .theme-primary .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #38c1f1; }
.theme-primary .direct-chat-success .right > .direct-chat-text p {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-primary .direct-chat-success .right > .direct-chat-text:before, .theme-primary .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #39DA8A; }
.theme-primary .direct-chat-danger .right > .direct-chat-text p {
  background-color: #f1376e;
  color: #ffffff; }
.theme-primary .direct-chat-danger .right > .direct-chat-text:before, .theme-primary .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #f1376e; }
.theme-primary .direct-chat-warning .right > .direct-chat-text p {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-primary .direct-chat-warning .right > .direct-chat-text:before, .theme-primary .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #f9c20f; }
.theme-primary .right .direct-chat-text p {
  background-color: #6384ea; }

/*---modal---*/
.theme-primary .modal-primary .modal-footer, .theme-primary .modal-primary .modal-header {
  border-color: #6384ea; }
.theme-primary .modal-primary .modal-body {
  background-color: #6384ea !important; }
.theme-primary .modal-info .modal-footer, .theme-primary .modal-info .modal-header {
  border-color: #38c1f1; }
.theme-primary .modal-info .modal-body {
  background-color: #38c1f1 !important; }
.theme-primary .modal-success .modal-footer, .theme-primary .modal-success .modal-header {
  border-color: #39DA8A; }
.theme-primary .modal-success .modal-body {
  background-color: #39DA8A !important; }
.theme-primary .modal-danger .modal-footer, .theme-primary .modal-danger .modal-header {
  border-color: #f1376e; }
.theme-primary .modal-danger .modal-body {
  background-color: #f1376e !important; }
.theme-primary .modal-warning .modal-footer, .theme-primary .modal-warning .modal-header {
  border-color: #f9c20f; }
.theme-primary .modal-warning .modal-body {
  background-color: #f9c20f !important; }

/*---border---*/
.theme-primary .border-primary {
  border-color: #053eed !important; }
.theme-primary .border-info {
  border-color: #38c1f1 !important; }
.theme-primary .border-success {
  border-color: #39DA8A !important; }
.theme-primary .border-danger {
  border-color: #f1376e !important; }
.theme-primary .border-warning {
  border-color: #f9c20f !important; }

/*---Background---*/
.theme-primary .bg-primary {
  background-color: #6384ea !important;
  color: #ffffff; }
.theme-primary .bg-primary-light {
  background-color: #e1f0ff !important;
  color: #6384ea; }
.theme-primary .bg-info {
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-primary .bg-info-light {
  background-color: #def6ff !important;
  color: #38c1f1; }
.theme-primary .bg-success {
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-primary .bg-success-light {
  background-color: #caffe5 !important;
  color: #39DA8A; }
.theme-primary .bg-danger {
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-primary .bg-danger-light {
  background-color: #ffe2e5 !important;
  color: #f1376e; }
.theme-primary .bg-warning {
  background-color: #f9c20f !important;
  color: #ffffff; }
.theme-primary .bg-warning-light {
  background-color: #fff4de !important;
  color: #f9c20f; }

/*---text---*/
.theme-primary .text-primary {
  color: #053eed !important;
  font-weight: 600;
}
.theme-primary a.text-primary:hover, .theme-primary a.text-primary:focus {
  color: #053eed !important; }
.theme-primary .hover-primary:hover, .theme-primary .hover-primary:focus {
  color: #6384ea !important; }
.theme-primary .text-info {
  color: #38c1f1 !important; }
.theme-primary a.text-info:hover, .theme-primary a.text-info:focus {
  color: #38c1f1 !important; }
.theme-primary .hover-info:hover, .theme-primary .hover-info:focus {
  color: #38c1f1 !important; }
.theme-primary .text-success {
   --bs-text-opacity: 1;
   color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important; }
.theme-primary a.text-success:hover, .theme-primary a.text-success:focus {
  color: #39DA8A !important; }
.theme-primary .hover-success:hover, .theme-primary .hover-success:focus {
  color: #39DA8A !important; }
.theme-primary .text-danger {
 --bs-text-opacity: 1;
 color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;}
.theme-primary a.text-danger:hover, .theme-primary a.text-danger:focus {
  color: #f1376e !important; }
.theme-primary .hover-danger:hover, .theme-primary .hover-danger:focus {
  color: #f1376e !important; }
.theme-primary .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}
.theme-primary a.text-warning:hover, .theme-primary a.text-warning:focus {
  color: #f9c20f !important; }
.theme-primary .hover-warning:hover, .theme-primary .hover-warning:focus {
  color: #f9c20f !important; }

/*---active background---*/
.theme-primary .active.active-primary {
  background-color: #3661e4 !important; }
.theme-primary .active.active-info {
  background-color: #10aee6 !important; }
.theme-primary .active.active-success {
  background-color: #23bd70 !important; }
.theme-primary .active.active-danger {
  background-color: #e5104f !important; }
.theme-primary .active.active-warning {
  background-color: #d0a005 !important; }

/*---label background---*/
.theme-primary .label-primary {
  background-color: #6384ea !important; }
.theme-primary .label-info {
  background-color: #38c1f1 !important; }
.theme-primary .label-success {
  background-color: #39DA8A !important; }
.theme-primary .label-danger {
  background-color: #f1376e !important; }
.theme-primary .label-warning {
  background-color: #f9c20f !important; }

/*---ribbon---*/
.theme-primary .ribbon-box .ribbon-primary {
  background-color: #6384ea; }
  .theme-primary .ribbon-box .ribbon-primary:before {
    border-color: #6384ea transparent transparent; }
.theme-primary .ribbon-box .ribbon-two-primary span {
  background-color: #6384ea; }
  .theme-primary .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #3661e4;
    border-top: 3px solid #3661e4; }
  .theme-primary .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #3661e4;
    border-top: 3px solid #3661e4; }
.theme-primary .ribbon-box .ribbon-info {
  background-color: #38c1f1; }
  .theme-primary .ribbon-box .ribbon-info:before {
    border-color: #38c1f1 transparent transparent; }
.theme-primary .ribbon-box .ribbon-two-info span {
  background-color: #38c1f1; }
  .theme-primary .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
  .theme-primary .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
.theme-primary .ribbon-box .ribbon-success {
  background-color: #39DA8A; }
  .theme-primary .ribbon-box .ribbon-success:before {
    border-color: #39DA8A transparent transparent; }
.theme-primary .ribbon-box .ribbon-two-success span {
  background-color: #39DA8A; }
  .theme-primary .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
  .theme-primary .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
.theme-primary .ribbon-box .ribbon-danger {
  background-color: #f1376e; }
  .theme-primary .ribbon-box .ribbon-danger:before {
    border-color: #f1376e transparent transparent; }
.theme-primary .ribbon-box .ribbon-two-danger span {
  background-color: #f1376e; }
  .theme-primary .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
  .theme-primary .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
.theme-primary .ribbon-box .ribbon-warning {
  background-color: #f9c20f; }
  .theme-primary .ribbon-box .ribbon-warning:before {
    border-color: #f9c20f transparent transparent; }
.theme-primary .ribbon-box .ribbon-two-warning span {
  background-color: #f9c20f; }
  .theme-primary .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }
  .theme-primary .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }

/*---Box---*/
.theme-primary .box-primary {
  background-color: #6384ea !important; }
  .theme-primary .box-primary.box-bordered {
    border-color: #6384ea; }
.theme-primary .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #6384ea; }
.theme-primary .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #6384ea; }
  .theme-primary .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-primary .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-primary .box-info {
  background-color: #38c1f1 !important; }
  .theme-primary .box-info.box-bordered {
    border-color: #38c1f1; }
.theme-primary .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #38c1f1; }
.theme-primary .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #38c1f1; }
  .theme-primary .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-primary .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-primary .box-success {
  background-color: #39DA8A !important; }
  .theme-primary .box-success.box-bordered {
    border-color: #39DA8A; }
.theme-primary .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #39DA8A; }
.theme-primary .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #39DA8A; }
  .theme-primary .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-primary .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-primary .box-danger {
  background-color: #f1376e !important; }
  .theme-primary .box-danger.box-bordered {
    border-color: #f1376e; }
.theme-primary .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #f1376e; }
.theme-primary .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #f1376e; }
  .theme-primary .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-primary .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-primary .box-warning {
  background-color: #f9c20f !important; }
  .theme-primary .box-warning.box-bordered {
    border-color: #f9c20f; }
.theme-primary .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #f9c20f; }
.theme-primary .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #f9c20f; }
  .theme-primary .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-primary .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-primary .box-profile .social-states a:hover {
  color: #3661e4; }
.theme-primary .box-controls li > a:hover {
  color: #3661e4; }
.theme-primary .box-controls .dropdown.show > a {
  color: #3661e4; }
.theme-primary .box-fullscreen .box-btn-fullscreen {
  color: #3661e4; }

/*---progress bar---*/
.theme-primary .progress-bar-primary {
  background-color: #6384ea; }
.theme-primary .progress-bar-info {
  background-color: #38c1f1; }
.theme-primary .progress-bar-success {
  background-color: #39DA8A; }
.theme-primary .progress-bar-danger {
  background-color: #f1376e; }
.theme-primary .progress-bar-warning {
  background-color: #f9c20f; }

/*---panel---*/
.theme-primary .panel-primary {
  border-color: #6384ea; }
  .theme-primary .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #6384ea;
    border-color: #6384ea; }
    .theme-primary .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #6384ea; }
    .theme-primary .panel-primary > .panel-heading .badge-pill {
      color: #6384ea;
      background-color: #ffffff; }
  .theme-primary .panel-primary .panel-title, .theme-primary .panel-primary .panel-action {
    color: #ffffff; }
  .theme-primary .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6384ea; }
.theme-primary .panel-line.panel-primary .panel-heading {
  color: #6384ea;
  border-top-color: #6384ea;
  background: transparent; }
.theme-primary .panel-line.panel-primary .panel-title, .theme-primary .panel-line.panel-primary .panel-action {
  color: #6384ea; }
.theme-primary .panel-info {
  border-color: #38c1f1; }
  .theme-primary .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #38c1f1;
    border-color: #38c1f1; }
    .theme-primary .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #38c1f1; }
    .theme-primary .panel-info > .panel-heading .badge-pill {
      color: #38c1f1;
      background-color: #ffffff; }
  .theme-primary .panel-info .panel-title, .theme-primary .panel-info .panel-action {
    color: #ffffff; }
  .theme-primary .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #38c1f1; }
.theme-primary .panel-line.panel-info .panel-heading {
  color: #38c1f1;
  border-top-color: #38c1f1;
  background: transparent; }
.theme-primary .panel-line.panel-info .panel-title, .theme-primary .panel-line.panel-info .panel-action {
  color: #38c1f1; }
.theme-primary .panel-success {
  border-color: #39DA8A; }
  .theme-primary .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #39DA8A;
    border-color: #39DA8A; }
    .theme-primary .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #39DA8A; }
    .theme-primary .panel-success > .panel-heading .badge-pill {
      color: #39DA8A;
      background-color: #ffffff; }
  .theme-primary .panel-success .panel-title, .theme-primary .panel-success .panel-action {
    color: #ffffff; }
  .theme-primary .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #39DA8A; }
.theme-primary .panel-line.panel-success .panel-heading {
  color: #39DA8A;
  border-top-color: #39DA8A;
  background: transparent; }
.theme-primary .panel-line.panel-success .panel-title, .theme-primary .panel-line.panel-success .panel-action {
  color: #39DA8A; }
.theme-primary .panel-danger {
  border-color: #f1376e; }
  .theme-primary .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #f1376e;
    border-color: #f1376e; }
    .theme-primary .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f1376e; }
    .theme-primary .panel-danger > .panel-heading .badge-pill {
      color: #f1376e;
      background-color: #ffffff; }
  .theme-primary .panel-danger .panel-title, .theme-primary .panel-danger .panel-action {
    color: #ffffff; }
  .theme-primary .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f1376e; }
.theme-primary .panel-line.panel-danger .panel-heading {
  color: #f1376e;
  border-top-color: #f1376e;
  background: transparent; }
.theme-primary .panel-line.panel-danger .panel-title, .theme-primary .panel-line.panel-danger .panel-action {
  color: #f1376e; }
.theme-primary .panel-warning {
  border-color: #f9c20f; }
  .theme-primary .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #f9c20f;
    border-color: #f9c20f; }
    .theme-primary .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f9c20f; }
    .theme-primary .panel-warning > .panel-heading .badge-pill {
      color: #f9c20f;
      background-color: #ffffff; }
  .theme-primary .panel-warning .panel-title, .theme-primary .panel-warning .panel-action {
    color: #ffffff; }
  .theme-primary .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f9c20f; }
.theme-primary .panel-line.panel-warning .panel-heading {
  color: #f9c20f;
  border-top-color: #f9c20f;
  background: transparent; }
.theme-primary .panel-line.panel-warning .panel-title, .theme-primary .panel-line.panel-warning .panel-action {
  color: #f9c20f; }

/*---switch---*/
.theme-primary .switch input:checked ~ .switch-indicator::after {
  background-color: #6384ea; }
.theme-primary .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #6384ea; }
.theme-primary .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #38c1f1; }
.theme-primary .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #39DA8A; }
.theme-primary .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #f1376e; }
.theme-primary .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #f9c20f; }

/*---badge---*/
.theme-primary .badge-primary {
  background-color: #6384ea;
  color: #ffffff; }
.theme-primary .badge-primary[href]:hover, .theme-primary .badge-primary[href]:focus {
  background-color: #3661e4; }
.theme-primary .badge-secondary {
  background-color: #e5eaee;
  color: #172b4c; }
.theme-primary .badge-secondary[href]:hover, .theme-primary .badge-secondary[href]:focus {
  background-color: #c6d1da; }
.theme-primary .badge-info {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-primary .badge-info[href]:hover, .theme-primary .badge-info[href]:focus {
  background-color: #10aee6; }
.theme-primary .badge-success {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-primary .badge-success[href]:hover, .theme-primary .badge-success[href]:focus {
  background-color: #23bd70; }
.theme-primary .badge-danger {
  background-color: #f33636eb;
  color: #ffffff; }
.theme-primary .badge-danger[href]:hover, .theme-primary .badge-danger[href]:focus {
  background-color: #eb1414; }
.theme-primary .badge-warning {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-primary .badge-warning[href]:hover, .theme-primary .badge-warning[href]:focus {
  background-color: #d0a005; }

/*---badge light---*/
.theme-primary .badge-primary-light {
  background-color: #e1f0ff;
  color: #6384ea; }
.theme-primary .badge-primary-light[href]:hover, .theme-primary .badge-primary-light[href]:focus {
  background-color: #aed7ff; }
.theme-primary .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c; }
.theme-primary .badge-secondary-light[href]:hover, .theme-primary .badge-secondary-light[href]:focus {
  background-color: #c9d3df; }
.theme-primary .badge-info-light {
  background-color: #def6ff;
  color: #38c1f1; }
.theme-primary .badge-info-light[href]:hover, .theme-primary .badge-info-light[href]:focus {
  background-color: #abe8ff; }
.theme-primary .badge-success-light {
  background-color: #caffe5;
  color: #39DA8A; }
.theme-primary .badge-success-light[href]:hover, .theme-primary .badge-success-light[href]:focus {
  background-color: #97ffcc; }
.theme-primary .badge-danger-light {
  background-color: #ffe2e5;
  color: #f1376e; }
.theme-primary .badge-danger-light[href]:hover, .theme-primary .badge-danger-light[href]:focus {
  background-color: #ffafb7; }
.theme-primary .badge-warning-light {
  background-color: #fff4de;
  color: #f9c20f; }
.theme-primary .badge-warning-light[href]:hover, .theme-primary .badge-warning-light[href]:focus {
  background-color: #ffe3ab; }

/*---rating---*/
.theme-primary .rating-primary .active {
  color: #6384ea; }
.theme-primary .rating-primary :checked ~ label {
  color: #6384ea; }
.theme-primary .rating-primary label:hover {
  color: #6384ea; }
  .theme-primary .rating-primary label:hover ~ label {
    color: #6384ea; }
.theme-primary .rating-info .active {
  color: #38c1f1; }
.theme-primary .rating-info :checked ~ label {
  color: #38c1f1; }
.theme-primary .rating-info label:hover {
  color: #38c1f1; }
  .theme-primary .rating-info label:hover ~ label {
    color: #38c1f1; }
.theme-primary .rating-success .active {
  color: #39DA8A; }
.theme-primary .rating-success :checked ~ label {
  color: #39DA8A; }
.theme-primary .rating-success label:hover {
  color: #39DA8A; }
  .theme-primary .rating-success label:hover ~ label {
    color: #39DA8A; }
.theme-primary .rating-danger .active {
  color: #f1376e; }
.theme-primary .rating-danger :checked ~ label {
  color: #f1376e; }
.theme-primary .rating-danger label:hover {
  color: #f1376e; }
  .theme-primary .rating-danger label:hover ~ label {
    color: #f1376e; }
.theme-primary .rating-warning .active {
  color: #f9c20f; }
.theme-primary .rating-warning :checked ~ label {
  color: #f9c20f; }
.theme-primary .rating-warning label:hover {
  color: #f9c20f; }
  .theme-primary .rating-warning label:hover ~ label {
    color: #f9c20f; }

/*---toggler---*/
.theme-primary .toggler-primary input:checked + i {
  color: #6384ea; }
.theme-primary .toggler-info input:checked + i {
  color: #38c1f1; }
.theme-primary .toggler-success input:checked + i {
  color: #39DA8A; }
.theme-primary .toggler-danger input:checked + i {
  color: #f1376e; }
.theme-primary .toggler-warning input:checked + i {
  color: #f9c20f; }

/*---nav tabs---*/
.theme-primary .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-primary .nav-tabs.nav-tabs-primary .nav-link:active, .theme-primary .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-primary .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #3661e4;
  background-color: transparent;
  color: #3661e4; }
.theme-primary .nav-tabs.nav-tabs-info .nav-link:hover, .theme-primary .nav-tabs.nav-tabs-info .nav-link:active, .theme-primary .nav-tabs.nav-tabs-info .nav-link:focus, .theme-primary .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #10aee6;
  background-color: #38c1f1;
  color: #ffffff; }
.theme-primary .nav-tabs.nav-tabs-success .nav-link:hover, .theme-primary .nav-tabs.nav-tabs-success .nav-link:active, .theme-primary .nav-tabs.nav-tabs-success .nav-link:focus, .theme-primary .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #23bd70;
  background-color: transparent;
  color: #23bd70; }
.theme-primary .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-primary .nav-tabs.nav-tabs-danger .nav-link:active, .theme-primary .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-primary .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #e5104f;
  background-color: transparent;
  color: #e5104f; }
.theme-primary .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-primary .nav-tabs.nav-tabs-warning .nav-link:active, .theme-primary .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-primary .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #d0a005;
  background-color: transparent;
  color: #d0a005; }
.theme-primary .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #3661e4; }
.theme-primary .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #10aee6; }
.theme-primary .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #23bd70; }
.theme-primary .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #e5104f; }
.theme-primary .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #d0a005; }
.theme-primary .nav-tabs .nav-link.active {
  border-bottom-color: #6384ea;
  background-color: #6384ea;
  color: #ffffff; }
  .theme-primary .nav-tabs .nav-link.active:hover, .theme-primary .nav-tabs .nav-link.active:focus {
    border-bottom-color: #6384ea;
    background-color: #6384ea;
    color: #ffffff; }
.theme-primary .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #6384ea;
  background-color: #6384ea; }
  .theme-primary .nav-tabs .nav-item.open .nav-link:hover, .theme-primary .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #6384ea;
    background-color: #6384ea; }

/*---todo---*/
.theme-primary .todo-list .primary {
  border-left-color: #6384ea; }
.theme-primary .todo-list .info {
  border-left-color: #6384ea; }
.theme-primary .todo-list .success {
  border-left-color: #39DA8A; }
.theme-primary .todo-list .danger {
  border-left-color: #f1376e; }
.theme-primary .todo-list .warning {
  border-left-color: #f9c20f; }

/*---timeline---*/
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #6384ea;
  border: 1px solid #6384ea;
  color: #ffffff; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #6384ea;
    border-right-color: #6384ea; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #38c1f1;
  border: 1px solid #38c1f1;
  color: #ffffff; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #38c1f1;
    border-right-color: #38c1f1; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #39DA8A;
  border: 1px solid #39DA8A;
  color: #ffffff; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #39DA8A;
    border-right-color: #39DA8A; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #f1376e;
  border: 1px solid #f1376e;
  color: #ffffff; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #f1376e;
    border-right-color: #f1376e; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #f9c20f;
  border: 1px solid #f9c20f;
  color: #ffffff; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #f9c20f;
    border-right-color: #f9c20f; }
  .theme-primary .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #6384ea;
  background-color: #ffffff; }
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #38c1f1;
  background-color: #ffffff; }
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #39DA8A;
  background-color: #ffffff; }
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #f1376e;
  background-color: #ffffff; }
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #f9c20f;
  background-color: #ffffff; }
.theme-primary .timeline .timeline-label .label-primary {
  background-color: #6384ea; }
.theme-primary .timeline .timeline-label .label-info {
  background-color: #38c1f1; }
.theme-primary .timeline .timeline-label .label-success {
  background-color: #39DA8A; }
.theme-primary .timeline .timeline-label .label-danger {
  background-color: #f1376e; }
.theme-primary .timeline .timeline-label .label-warning {
  background-color: #f9c20f; }
.theme-primary .timeline__year, .theme-primary .timeline5:before, .theme-primary .timeline__box:before, .theme-primary .timeline__date {
  background-color: #6384ea; }
.theme-primary .timeline__post {
  border-left: 3px solid #6384ea; }

/*---daterangepicker---*/
.theme-primary .daterangepicker td.active {
  background-color: #6384ea; }
  .theme-primary .daterangepicker td.active:hover {
    background-color: #6384ea; }
.theme-primary .daterangepicker .input-mini.active {
  border: 1px solid #6384ea; }
.theme-primary .ranges li:hover, .theme-primary .ranges li:active, .theme-primary .ranges li.active {
  border: 1px solid #6384ea;
  background-color: #6384ea; }

/*---control-sidebar---*/
.theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #6384ea;
  color: #6384ea; }
.theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #6384ea;
  color: #6384ea; }
  .theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #6384ea;
    color: #6384ea; }
.theme-primary .control-sidebar .rpanel-title .btn:hover {
  color: #6384ea; }

/*---nav---*/
.theme-primary .nav > li > a:hover, .theme-primary .nav > li > a:active, .theme-primary .nav > li > a:focus {
  color: #6384ea; }
.theme-primary .nav-pills > li > a.active {
  border-top-color: #6384ea;
  background-color: #6384ea !important;
  color: #ffffff; }
  .theme-primary .nav-pills > li > a.active:hover, .theme-primary .nav-pills > li > a.active:focus {
    border-top-color: #6384ea;
    background-color: #6384ea !important;
    color: #ffffff; }
.theme-primary .mailbox-nav .nav-pills > li > a:hover, .theme-primary .mailbox-nav .nav-pills > li > a:focus {
  border-color: #6384ea; }
.theme-primary .mailbox-nav .nav-pills > li > a.active {
  border-color: #6384ea; }
  .theme-primary .mailbox-nav .nav-pills > li > a.active:hover, .theme-primary .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #6384ea; }
.theme-primary .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #6384ea; }
.theme-primary .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #6384ea; }
.theme-primary .customtab li a.nav-link.active {
  border-bottom: 2px solid #6384ea; }

/*---form-element---*/
.theme-primary .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #6384ea, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-primary .form-element .form-control {
  background-image: linear-gradient(45deg, #6384ea, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-primary .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #6384ea, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-primary .form-control:focus {
  border-color: #6384ea; }
.theme-primary [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #6384ea;
  border-bottom: 2px solid #6384ea; }
.theme-primary [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #38c1f1;
  border-bottom: 2px solid #38c1f1; }
.theme-primary [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #39DA8A;
  border-bottom: 2px solid #39DA8A; }
.theme-primary [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #f1376e;
  border-bottom: 2px solid #f1376e; }
.theme-primary [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #f9c20f;
  border-bottom: 2px solid #f9c20f; }
.theme-primary [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #6384ea;
  background-color: #6384ea; }
.theme-primary [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #38c1f1;
  background-color: #38c1f1; }
.theme-primary [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #39DA8A;
  background-color: #39DA8A; }
.theme-primary [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #f1376e;
  background-color: #f1376e; }
.theme-primary [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #f9c20f;
  background-color: #f9c20f; }
.theme-primary [type=radio].radio-col-primary:checked + label:after {
  background-color: #6384ea;
  border-color: #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #6384ea;
  border: 2px solid #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].radio-col-info:checked + label:after {
  background-color: #38c1f1;
  border-color: #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #38c1f1;
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].radio-col-success:checked + label:after {
  background-color: #39DA8A;
  border-color: #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #39DA8A;
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].radio-col-danger:checked + label:after {
  background-color: #f1376e;
  border-color: #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #f1376e;
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].radio-col-warning:checked + label:after {
  background-color: #f9c20f;
  border-color: #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #f9c20f;
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-primary [type=checkbox]:checked + label:before {
  border-right: 2px solid #6384ea;
  border-bottom: 2px solid #6384ea; }
.theme-primary [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #6384ea;
  background-color: #6384ea; }
.theme-primary [type=radio].with-gap:checked + label:before, .theme-primary [type=radio].with-gap:checked + label:after {
  border: 2px solid #6384ea; }
.theme-primary [type=radio].with-gap:checked + label:after {
  background-color: #6384ea;
  z-index: 0; }
.theme-primary [type=radio]:checked + label:after {
  border: 2px solid #6384ea;
  background-color: #6384ea;
  z-index: 0; }
.theme-primary [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #6384ea;
  background-color: #6384ea; }

/*---Calender---*/
.theme-primary .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #6384ea; }
.theme-primary .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #6384ea;
  border-color: #6384ea; }
.theme-primary .fc-event, .theme-primary .calendar-event {
  background: #6384ea; }

/*---Tabs---*/
.theme-primary .tabs-vertical li .nav-link:hover, .theme-primary .tabs-vertical li .nav-link:active, .theme-primary .tabs-vertical li .nav-link:focus, .theme-primary .tabs-vertical li .nav-link.active {
  background-color: #6384ea;
  color: #ffffff; }
.theme-primary .customvtab .tabs-vertical li .nav-link:hover, .theme-primary .customvtab .tabs-vertical li .nav-link:active, .theme-primary .customvtab .tabs-vertical li .nav-link:focus, .theme-primary .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #6384ea;
  color: #6384ea; }
.theme-primary .customtab2 li a.nav-link:hover, .theme-primary .customtab2 li a.nav-link:active, .theme-primary .customtab2 li a.nav-link.active {
  background-color: #6384ea; }

.rtl.theme-primary .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-primary .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-primary .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-primary .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #6384ea; }

/*---Notification---*/
.theme-primary .jq-icon-primary {
  background-color: #6384ea;
  color: #ffffff;
  border-color: #6384ea; }
.theme-primary .jq-icon-info {
  background-color: #38c1f1;
  color: #ffffff;
  border-color: #38c1f1; }
.theme-primary .jq-icon-success {
  background-color: #39DA8A;
  color: #ffffff;
  border-color: #6384ea; }
.theme-primary .jq-icon-error {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-primary .jq-icon-danger {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-primary .jq-icon-warning {
  background-color: #f9c20f;
  color: #ffffff;
  border-color: #f9c20f; }

/*---avatar---*/
.theme-primary .avatar.status-primary::after {
  background-color: #6384ea; }
.theme-primary .avatar.status-info::after {
  background-color: #38c1f1; }
.theme-primary .avatar.status-success::after {
  background-color: #39DA8A; }
.theme-primary .avatar.status-danger::after {
  background-color: #f1376e; }
.theme-primary .avatar.status-warning::after {
  background-color: #f9c20f; }
.theme-primary .avatar[class*='status-']::after {
  background-color: #6384ea; }
.theme-primary .avatar-add:hover {
  background-color: #3661e4;
  border-color: #3661e4; }

/*---media---*/
.theme-primary .media-chat.media-chat-reverse .media-body p {
  background-color: #6384ea; }
.theme-primary .media-right-out a:hover {
  color: #3661e4; }

/*---control---*/
.theme-primary .control input:checked:focus ~ .control_indicator {
  background-color: #6384ea; }
.theme-primary .control input:checked ~ .control_indicator {
  background-color: #6384ea; }
.theme-primary .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #6384ea; }

/*---flex---*/
.theme-primary .flex-column > li > a.nav-link.active {
  border-left-color: #6384ea; }
  .theme-primary .flex-column > li > a.nav-link.active:hover {
    border-left-color: #6384ea; }

/*---pagination---*/
.theme-primary .pagination li a.current {
  border: 1px solid #6384ea;
  background-color: #6384ea; }
  .theme-primary .pagination li a.current:hover {
    border: 1px solid #6384ea;
    background-color: #6384ea; }
.theme-primary .pagination li a:hover {
  border: 1px solid #3661e4;
  background-color: #3661e4 !important; }
.theme-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #6384ea;
  background-color: #6384ea; }
  .theme-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #6384ea;
    background-color: #6384ea; }
.theme-primary .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #6384ea; }
.theme-primary .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #6384ea; }
.theme-primary .footable .pagination li a:hover, .theme-primary .footable .pagination li a:active, .theme-primary .footable .pagination li a.active {
  background-color: #6384ea; }

/*---dataTables---*/
.theme-primary .dt-buttons .dt-button {
  background-color: #6384ea; }

/*---select2---*/
.theme-primary .select2-container--default.select2-container--open {
  border-color: #6384ea; }
.theme-primary .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #6384ea; }
.theme-primary .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #6384ea !important; }
.theme-primary .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #6384ea !important; }
.theme-primary .select2-container--default .select2-selection--multiple:focus {
  border-color: #6384ea !important; }
.theme-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #6384ea;
  border-color: #6384ea; }

/*---Other---*/
.theme-primary .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #3661e4; }
.theme-primary .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #3661e4; }
.theme-primary .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #3661e4; }
.theme-primary [data-overlay-primary]::before {
  background: #3661e4; }

/*---wizard---*/
.theme-primary .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #6384ea;
  background-color: #6384ea; }
.theme-primary .wizard-content .wizard > .steps > ul > li.done {
  border-color: #3661e4;
  background-color: #3661e4; }
.theme-primary .wizard-content .wizard > .actions > ul > li > a {
  background-color: #6384ea; }
.theme-primary .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #6384ea; }
.theme-primary .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #6384ea; }
.theme-primary .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #6384ea; }
.theme-primary .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #6384ea; }
.theme-primary .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #6384ea;
  color: #6384ea; }
  .theme-primary .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #6384ea; }
.theme-primary .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #6384ea; }

@media (max-width: 767px) {
  .theme-primary .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #6384ea; } }
@media (max-width: 575px) {
  .theme-primary .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #6384ea; } }
/*---slider---*/
.theme-primary #primary .slider-selection {
  background-color: #6384ea; }
.theme-primary #info .slider-selection {
  background-color: #38c1f1; }
.theme-primary #success .slider-selection {
  background-color: #39DA8A; }
.theme-primary #danger .slider-selection {
  background-color: #f1376e; }
.theme-primary #warning .slider-selection {
  background-color: #f9c20f; }

/*---horizontal-timeline---*/
.theme-primary .cd-horizontal-timeline .events a.selected::after {
  background: #6384ea;
  border-color: #6384ea; }
.theme-primary .cd-horizontal-timeline .events a.older-event::after {
  border-color: #6384ea; }
.theme-primary .cd-horizontal-timeline .filling-line {
  background: #6384ea; }
.theme-primary .cd-horizontal-timeline a {
  color: #6384ea; }
  .theme-primary .cd-horizontal-timeline a:hover, .theme-primary .cd-horizontal-timeline a:focus {
    color: #6384ea; }
.theme-primary .cd-timeline-navigation a:hover, .theme-primary .cd-timeline-navigation a:focus {
  border-color: #6384ea; }

/**************************************
Theme Secondary Color
**************************************/
.bg-gradient-secondary, .theme-secondary .bg-gradient-secondary, .theme-secondary .art-bg {
  background: linear-gradient(45deg, #e5eaee, #38c1f1); }

.bg-light-body {
  background: transparent; }

.theme-secondary.fixed .main-header {
  background: #f8f8f8; }
.theme-secondary .main-header {
  background: #ffffff; }

.theme-secondary.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-secondary-dark, .dark-skin.theme-secondary .bg-gradient-secondary, .dark-skin.theme-secondary .art-bg {
  background-image: linear-gradient(45deg, #a7b8c6, #0d8ab6); }

.bg-dark-body {
  background: #1a233a; }

.dark-skin.theme-secondary.fixed .main-header {
  background: #1a233a; }
.dark-skin.theme-secondary .main-header {
  background: #1a233a; }

@media (max-width: 767px) {
  .theme-secondary.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-secondary.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-secondary.fixed .main-header {
    background-image: #1a233a; } }
.theme-secondary a:hover, .theme-secondary a:active, .theme-secondary a:focus {
  color: #e5eaee; }
.theme-secondary .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-secondary .main-sidebar .svg-icon:hover, .theme-secondary .main-sidebar .svg-icon:active, .theme-secondary .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-secondary .main-sidebar a:hover .svg-icon, .theme-secondary .main-sidebar a:active .svg-icon, .theme-secondary .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-secondary .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-secondary .svg-icon:hover, .theme-secondary .svg-icon:active, .theme-secondary .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-secondary a:hover .svg-icon, .theme-secondary a:active .svg-icon, .theme-secondary a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-secondary.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #e5eaee !important; }
  .theme-secondary.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #e5eaee; }
  .theme-secondary.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #e5eaee;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-secondary.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-secondary.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-secondary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #e5eaee !important; }
.theme-secondary.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #e5eaee !important; }
  .theme-secondary.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #e5eaee; }
  .theme-secondary.dark-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #e5eaee;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-secondary.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #333333 transparent transparent !important; }
.theme-secondary.dark-skin .sidebar-menu > li.active.treeview.treeview > a {
  background: transparent; }
  .theme-secondary.dark-skin .sidebar-menu > li.active.treeview.treeview > a > i {
    color: #e5eaee; }
  .theme-secondary.dark-skin .sidebar-menu > li.active.treeview.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-secondary.dark-skin .sidebar-menu > li.active.treeview.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-secondary.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #e5eaee !important; }
.theme-secondary.light-skin .sidebar-menu > li:hover, .theme-secondary.light-skin .sidebar-menu > li:active, .theme-secondary.light-skin .sidebar-menu > li.active {
  background-color: rgba(229, 234, 238, 0);
  color: #e5eaee;
  border-left: 0px solid rgba(229, 234, 238, 0); }
  .theme-secondary.light-skin .sidebar-menu > li:hover a, .theme-secondary.light-skin .sidebar-menu > li:active a, .theme-secondary.light-skin .sidebar-menu > li.active a {
    color: #e5eaee; }
    .theme-secondary.light-skin .sidebar-menu > li:hover a > i, .theme-secondary.light-skin .sidebar-menu > li:active a > i, .theme-secondary.light-skin .sidebar-menu > li.active a > i {
      color: #b5b5c3;
      background-color: rgba(229, 234, 238, 0); }
    .theme-secondary.light-skin .sidebar-menu > li:hover a > svg, .theme-secondary.light-skin .sidebar-menu > li:active a > svg, .theme-secondary.light-skin .sidebar-menu > li.active a > svg {
      color: #e5eaee;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-secondary.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-secondary.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-secondary.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-secondary.light-skin .sidebar-menu > li.active {
  background-color: rgba(229, 234, 238, 0);
  color: #e5eaee;
  border-left: 0px solid #e5eaee; }
  .theme-secondary.light-skin .sidebar-menu > li.active a {
    color: #e5eaee;
    background-color: transparent; }
    .theme-secondary.light-skin .sidebar-menu > li.active a > i {
      color: #e5eaee;
      background-color: rgba(229, 234, 238, 0); }
    .theme-secondary.light-skin .sidebar-menu > li.active a > svg {
      color: #e5eaee;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-secondary.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(229, 234, 238, 0);
    color: #e5eaee; }
    .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #e5eaee; }
      .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #e5eaee;
        background-color: rgba(229, 234, 238, 0); }
  .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #b5b5c3;
    background-color: rgba(229, 234, 238, 0); }
  .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(229, 234, 238, 0);
    color: #e5eaee; }
    .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #e5eaee; }
      .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #e5eaee;
        background-color: rgba(229, 234, 238, 0); }
  .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(229, 234, 238, 0);
    color: #e5eaee; }
    .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #e5eaee; }
      .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #e5eaee;
        background-color: rgba(229, 234, 238, 0); }
  .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(229, 234, 238, 0); }
.theme-secondary.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #e5eaee;
  border-right: 0px solid #e5eaee; }
.theme-secondary.dark-skin .sidebar-menu > li.active {
  background-color: rgba(229, 234, 238, 0);
  color: white;
  border-left: 0px solid #e5eaee; }
  .theme-secondary.dark-skin .sidebar-menu > li.active a {
    color: white;
    background-color: transparent; }
    .theme-secondary.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-secondary.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(229, 234, 238, 0);
    color: #e5eaee; }
    .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: #e5eaee !important; }
  .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(229, 234, 238, 0);
    color: #e5eaee; }
    .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #e5eaee; }
      .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #e5eaee;
        background-color: rgba(229, 234, 238, 0); }
  .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(229, 234, 238, 0);
    color: #e5eaee; }
    .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #e5eaee; }
      .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #e5eaee;
        background-color: rgba(229, 234, 238, 0); }
  .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(229, 234, 238, 0); }
.theme-secondary.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #e5eaee;
  border-right: 0px solid #e5eaee; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(229, 234, 238, 0.2);
    color: #e5eaee; } }
/*---Main Nav---*/
.theme-secondary .sm-blue li.current > a, .theme-secondary .sm-blue li.highlighted > a {
  background: #e5eaee;
  color: #ffffff !important; }
  .theme-secondary .sm-blue li.current > a:hover, .theme-secondary .sm-blue li.current > a:active, .theme-secondary .sm-blue li.current > a:focus, .theme-secondary .sm-blue li.highlighted > a:hover, .theme-secondary .sm-blue li.highlighted > a:active, .theme-secondary .sm-blue li.highlighted > a:focus {
    background: #e5eaee;
    color: #ffffff !important; }
.theme-secondary .sm-blue a.current, .theme-secondary .sm-blue a.highlighted {
  background: #e5eaee;
  color: #ffffff !important; }
.theme-secondary .sm-blue a:hover, .theme-secondary .sm-blue a:active, .theme-secondary .sm-blue a:focus {
  background: #e5eaee;
  color: #ffffff !important; }
.theme-secondary .sm-blue ul a:hover, .theme-secondary .sm-blue ul a:active, .theme-secondary .sm-blue ul a:focus {
  background: #ebedf3;
  color: #e5eaee !important; }
.theme-secondary .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #e5eaee !important; }

.dark-skin.theme-secondary .sm-blue a.current, .dark-skin.theme-secondary .sm-blue a.highlighted {
  background: #e5eaee;
  color: #ffffff !important; }
.dark-skin.theme-secondary .sm-blue a:hover, .dark-skin.theme-secondary .sm-blue a:active, .dark-skin.theme-secondary .sm-blue a:focus {
  background: #e5eaee;
  color: #ffffff !important; }
.dark-skin.theme-secondary .sm-blue ul a:hover, .dark-skin.theme-secondary .sm-blue ul a:active, .dark-skin.theme-secondary .sm-blue ul a:focus {
  background: #29354b;
  color: #e5eaee !important; }
.dark-skin.theme-secondary .sm-blue ul a.highlighted {
  background: #29354b;
  color: #e5eaee !important; }

/*---Primary Button---*/
.theme-secondary .btn-link {
  color: #e5eaee; }
.theme-secondary .btn-primary {
  background-color: #e5eaee;
  border-color: #e5eaee;
  color: #ffffff; }
  .theme-secondary .btn-primary:hover, .theme-secondary .btn-primary:active, .theme-secondary .btn-primary:focus, .theme-secondary .btn-primary.active {
    background-color: #c6d1da !important;
    border-color: #c6d1da !important;
    color: #ffffff !important; }
  .theme-secondary .btn-primary:disabled {
    background-color: white;
    border-color: #e5eaee;
    opacity: 0.5; }
  .theme-secondary .btn-primary.disabled {
    background-color: white;
    border-color: #e5eaee;
    opacity: 0.5; }
.theme-secondary .show > .btn-primary.dropdown-toggle {
  background-color: #c6d1da !important;
  border-color: #c6d1da !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-primary {
  color: #e5eaee;
  background-color: transparent;
  border-color: #e5eaee !important; }
  .theme-secondary .btn-outline.btn-primary:hover, .theme-secondary .btn-outline.btn-primary:active, .theme-secondary .btn-outline.btn-primary.active {
    background-color: #c6d1da !important;
    border-color: #c6d1da !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #c6d1da !important;
  border-color: #c6d1da !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-primary {
  color: #e5eaee !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-primary:hover, .theme-secondary .btn-flat.btn-primary:active, .theme-secondary .btn-flat.btn-primary.active {
    background-color: #c6d1da !important;
    border-color: #c6d1da !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-secondary .btn-info {
  background-color: #38c1f1;
  border-color: #38c1f1;
  color: #ffffff; }
  .theme-secondary .btn-info:hover, .theme-secondary .btn-info:active, .theme-secondary .btn-info:focus, .theme-secondary .btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
  .theme-secondary .btn-info:disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
  .theme-secondary .btn-info.disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
.theme-secondary .show > .btn-info.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-info {
  color: #38c1f1;
  background-color: transparent;
  border-color: #38c1f1 !important; }
  .theme-secondary .btn-outline.btn-info:hover, .theme-secondary .btn-outline.btn-info:active, .theme-secondary .btn-outline.btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-info {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-info:hover, .theme-secondary .btn-flat.btn-info:active, .theme-secondary .btn-flat.btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-secondary .btn-success {
  background-color: #39DA8A;
  border-color: #39DA8A;
  color: #ffffff; }
  .theme-secondary .btn-success:hover, .theme-secondary .btn-success:active, .theme-secondary .btn-success:focus, .theme-secondary .btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
  .theme-secondary .btn-success:disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
  .theme-secondary .btn-success.disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
.theme-secondary .show > .btn-success.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-success {
  color: #39DA8A;
  background-color: transparent;
  border-color: #39DA8A !important; }
  .theme-secondary .btn-outline.btn-success:hover, .theme-secondary .btn-outline.btn-success:active, .theme-secondary .btn-outline.btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-success {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-success:hover, .theme-secondary .btn-flat.btn-success:active, .theme-secondary .btn-flat.btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-secondary .btn-danger {
  background-color: #f1376e;
  border-color: #f1376e;
  color: #ffffff; }
  .theme-secondary .btn-danger:hover, .theme-secondary .btn-danger:active, .theme-secondary .btn-danger:focus, .theme-secondary .btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }
  .theme-secondary .btn-danger:disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
  .theme-secondary .btn-danger.disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
.theme-secondary .show > .btn-danger.dropdown-toggle {
  background-color: #e5104f !important;
  border-color: #e5104f !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-danger {
  color: #f1376e;
  background-color: transparent;
  border-color: #f1376e !important; }
  .theme-secondary .btn-outline.btn-danger:hover, .theme-secondary .btn-outline.btn-danger:active, .theme-secondary .btn-outline.btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #e5104f !important;
  border-color: #e5104f !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-danger {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-danger:hover, .theme-secondary .btn-flat.btn-danger:active, .theme-secondary .btn-flat.btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-secondary .btn-warning {
  background-color: #f9c20f;
  border-color: #f9c20f;
  color: #ffffff; }
  .theme-secondary .btn-warning:hover, .theme-secondary .btn-warning:active, .theme-secondary .btn-warning:focus, .theme-secondary .btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
  .theme-secondary .btn-warning:disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
  .theme-secondary .btn-warning.disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
.theme-secondary .show > .btn-warning.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-warning {
  color: #f9c20f;
  background-color: transparent;
  border-color: #f9c20f !important; }
  .theme-secondary .btn-outline.btn-warning:hover, .theme-secondary .btn-outline.btn-warning:active, .theme-secondary .btn-outline.btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-warning {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-warning:hover, .theme-secondary .btn-flat.btn-warning:active, .theme-secondary .btn-flat.btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-secondary .btn-primary-light {
  background-color: #e9edf2;
  border-color: #e9edf2;
  color: #e5eaee; }
  .theme-secondary .btn-primary-light:hover, .theme-secondary .btn-primary-light:active, .theme-secondary .btn-primary-light:focus, .theme-secondary .btn-primary-light.active {
    background-color: #e5eaee !important;
    border-color: #e5eaee !important;
    color: #ffffff !important; }
  .theme-secondary .btn-primary-light:disabled {
    background-color: white;
    border-color: #e9edf2;
    opacity: 0.5; }
  .theme-secondary .btn-primary-light.disabled {
    background-color: white;
    border-color: #e9edf2;
    opacity: 0.5; }
.theme-secondary .show > .btn-primary-light.dropdown-toggle {
  background-color: #e5eaee !important;
  border-color: #e5eaee !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-primary-light {
  color: #e5eaee;
  background-color: transparent;
  border-color: #e9edf2 !important; }
  .theme-secondary .btn-outline.btn-primary-light:hover, .theme-secondary .btn-outline.btn-primary-light:active, .theme-secondary .btn-outline.btn-primary-light.active {
    background-color: #e5eaee !important;
    border-color: #e5eaee !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #e5eaee !important;
  border-color: #e5eaee !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-primary-light {
  color: #e5eaee !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-primary-light:hover, .theme-secondary .btn-flat.btn-primary-light:active, .theme-secondary .btn-flat.btn-primary-light.active {
    background-color: #e5eaee !important;
    border-color: #e5eaee !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-secondary .btn-info-light {
  background-color: #def6ff;
  border-color: #def6ff;
  color: #38c1f1; }
  .theme-secondary .btn-info-light:hover, .theme-secondary .btn-info-light:active, .theme-secondary .btn-info-light:focus, .theme-secondary .btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
  .theme-secondary .btn-info-light:disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
  .theme-secondary .btn-info-light.disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
.theme-secondary .show > .btn-info.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-info-light {
  color: #38c1f1;
  background-color: transparent;
  border-color: #def6ff !important; }
  .theme-secondary .btn-outline.btn-info-light:hover, .theme-secondary .btn-outline.btn-info-light:active, .theme-secondary .btn-outline.btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-info-light {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-info-light:hover, .theme-secondary .btn-flat.btn-info-light:active, .theme-secondary .btn-flat.btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-secondary .btn-success-light {
  background-color: #caffe5;
  border-color: #caffe5;
  color: #39DA8A; }
  .theme-secondary .btn-success-light:hover, .theme-secondary .btn-success-light:active, .theme-secondary .btn-success-light:focus, .theme-secondary .btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
  .theme-secondary .btn-success-light:disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
  .theme-secondary .btn-success-light.disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
.theme-secondary .show > .btn-success-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-success-light {
  color: #39DA8A;
  background-color: transparent;
  border-color: #caffe5 !important; }
  .theme-secondary .btn-outline.btn-success-light:hover, .theme-secondary .btn-outline.btn-success-light:active, .theme-secondary .btn-outline.btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-success-light {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-success-light:hover, .theme-secondary .btn-flat.btn-success-light:active, .theme-secondary .btn-flat.btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-secondary .btn-danger-light {
  background-color: #ffe2e5;
  border-color: #ffe2e5;
  color: #f1376e; }
  .theme-secondary .btn-danger-light:hover, .theme-secondary .btn-danger-light:active, .theme-secondary .btn-danger-light:focus, .theme-secondary .btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
  .theme-secondary .btn-danger-light:disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
  .theme-secondary .btn-danger-light.disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
.theme-secondary .show > .btn-danger-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-danger-light {
  color: #f1376e;
  background-color: transparent;
  border-color: #ffe2e5 !important; }
  .theme-secondary .btn-outline.btn-danger-light:hover, .theme-secondary .btn-outline.btn-danger-light:active, .theme-secondary .btn-outline.btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-danger-light {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-danger-light:hover, .theme-secondary .btn-flat.btn-danger-light:active, .theme-secondary .btn-flat.btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-secondary .btn-warning-light {
  background-color: #fff4de;
  border-color: #fff4de;
  color: #f9c20f; }
  .theme-secondary .btn-warning-light:hover, .theme-secondary .btn-warning-light:active, .theme-secondary .btn-warning-light:focus, .theme-secondary .btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
  .theme-secondary .btn-warning-light:disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
  .theme-secondary .btn-warning-light.disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
.theme-secondary .show > .btn-warning-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-secondary .btn-outline.btn-warning-light {
  color: #f9c20f;
  background-color: transparent;
  border-color: #fff4de !important; }
  .theme-secondary .btn-outline.btn-warning-light:hover, .theme-secondary .btn-outline.btn-warning-light:active, .theme-secondary .btn-outline.btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
.theme-secondary .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-secondary .btn-flat.btn-warning-light {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-secondary .btn-flat.btn-warning-light:hover, .theme-secondary .btn-flat.btn-warning-light:active, .theme-secondary .btn-flat.btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-secondary .callout.callout-primary {
  border-color: #e5eaee;
  background-color: #e5eaee !important; }
.theme-secondary .callout.callout-info {
  border-color: #38c1f1;
  background-color: #38c1f1 !important; }
.theme-secondary .callout.callout-success {
  border-color: #39DA8A;
  background-color: #39DA8A !important; }
.theme-secondary .callout.callout-danger {
  border-color: #f1376e;
  background-color: #f1376e !important; }
.theme-secondary .callout.callout-warning {
  border-color: #f9c20f;
  background-color: #f9c20f !important; }

/*---alert---*/
.theme-secondary .alert-primary {
  border-color: #e5eaee;
  background-color: #e5eaee !important;
  color: #ffffff; }
.theme-secondary .alert-info {
  border-color: #38c1f1;
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-secondary .alert-success {
  border-color: #39DA8A;
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-secondary .alert-danger {
  border-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-secondary .alert-error {
  border-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-secondary .alert-warning {
  border-color: #f9c20f;
  background-color: #f9c20f !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-secondary .direct-chat-primary .right > .direct-chat-text p {
  background-color: #e5eaee;
  color: #ffffff; }
.theme-secondary .direct-chat-primary .right > .direct-chat-text:before, .theme-secondary .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #e5eaee; }
.theme-secondary .direct-chat-info .right > .direct-chat-text p {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-secondary .direct-chat-info .right > .direct-chat-text:before, .theme-secondary .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #38c1f1; }
.theme-secondary .direct-chat-success .right > .direct-chat-text p {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-secondary .direct-chat-success .right > .direct-chat-text:before, .theme-secondary .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #39DA8A; }
.theme-secondary .direct-chat-danger .right > .direct-chat-text p {
  background-color: #f1376e;
  color: #ffffff; }
.theme-secondary .direct-chat-danger .right > .direct-chat-text:before, .theme-secondary .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #f1376e; }
.theme-secondary .direct-chat-warning .right > .direct-chat-text p {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-secondary .direct-chat-warning .right > .direct-chat-text:before, .theme-secondary .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #f9c20f; }
.theme-secondary .right .direct-chat-text p {
  background-color: #e5eaee; }

/*---modal---*/
.theme-secondary .modal-primary .modal-footer, .theme-secondary .modal-primary .modal-header {
  border-color: #e5eaee; }
.theme-secondary .modal-primary .modal-body {
  background-color: #e5eaee !important; }
.theme-secondary .modal-info .modal-footer, .theme-secondary .modal-info .modal-header {
  border-color: #38c1f1; }
.theme-secondary .modal-info .modal-body {
  background-color: #38c1f1 !important; }
.theme-secondary .modal-success .modal-footer, .theme-secondary .modal-success .modal-header {
  border-color: #39DA8A; }
.theme-secondary .modal-success .modal-body {
  background-color: #39DA8A !important; }
.theme-secondary .modal-danger .modal-footer, .theme-secondary .modal-danger .modal-header {
  border-color: #f1376e; }
.theme-secondary .modal-danger .modal-body {
  background-color: #f1376e !important; }
.theme-secondary .modal-warning .modal-footer, .theme-secondary .modal-warning .modal-header {
  border-color: #f9c20f; }
.theme-secondary .modal-warning .modal-body {
  background-color: #f9c20f !important; }

/*---border---*/
.theme-secondary .border-primary {
  border-color: #e5eaee !important; }
.theme-secondary .border-info {
  border-color: #38c1f1 !important; }
.theme-secondary .border-success {
  border-color: #39DA8A !important; }
.theme-secondary .border-danger {
  border-color: #f1376e !important; }
.theme-secondary .border-warning {
  border-color: #f9c20f !important; }

/*---Background---*/
.theme-secondary .bg-primary {
  background-color: #e5eaee !important;
  color: #ffffff; }
.theme-secondary .bg-primary-light {
  background-color: #e9edf2 !important;
  color: #e5eaee; }
.theme-secondary .bg-info {
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-secondary .bg-info-light {
  background-color: #def6ff !important;
  color: #38c1f1; }
.theme-secondary .bg-success {
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-secondary .bg-success-light {
  background-color: #caffe5 !important;
  color: #39DA8A; }
.theme-secondary .bg-danger {
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-secondary .bg-danger-light {
  background-color: #ffe2e5 !important;
  color: #f1376e; }
.theme-secondary .bg-warning {
  background-color: #f9c20f !important;
  color: #ffffff; }
.theme-secondary .bg-warning-light {
  background-color: #fff4de !important;
  color: #f9c20f; }

/*---text---*/
.theme-secondary .text-primary {
  color: #e5eaee !important; }
.theme-secondary a.text-primary:hover, .theme-secondary a.text-primary:focus {
  color: #e5eaee !important; }
.theme-secondary .hover-primary:hover, .theme-secondary .hover-primary:focus {
  color: #e5eaee !important; }
.theme-secondary .text-info {
  color: #38c1f1 !important; }
.theme-secondary a.text-info:hover, .theme-secondary a.text-info:focus {
  color: #38c1f1 !important; }
.theme-secondary .hover-info:hover, .theme-secondary .hover-info:focus {
  color: #38c1f1 !important; }
.theme-secondary .text-success {
  color: #39DA8A !important; }
.theme-secondary a.text-success:hover, .theme-secondary a.text-success:focus {
  color: #39DA8A !important; }
.theme-secondary .hover-success:hover, .theme-secondary .hover-success:focus {
  color: #39DA8A !important; }
.theme-secondary .text-danger {
  color: #f1376e !important; }
.theme-secondary a.text-danger:hover, .theme-secondary a.text-danger:focus {
  color: #f1376e !important; }
.theme-secondary .hover-danger:hover, .theme-secondary .hover-danger:focus {
  color: #f1376e !important; }
.theme-secondary .text-warning {
  color: #f9c20f !important; }
.theme-secondary a.text-warning:hover, .theme-secondary a.text-warning:focus {
  color: #f9c20f !important; }
.theme-secondary .hover-warning:hover, .theme-secondary .hover-warning:focus {
  color: #f9c20f !important; }

/*---active background---*/
.theme-secondary .active.active-primary {
  background-color: #c6d1da !important; }
.theme-secondary .active.active-info {
  background-color: #10aee6 !important; }
.theme-secondary .active.active-success {
  background-color: #23bd70 !important; }
.theme-secondary .active.active-danger {
  background-color: #e5104f !important; }
.theme-secondary .active.active-warning {
  background-color: #d0a005 !important; }

/*---label background---*/
.theme-secondary .label-primary {
  background-color: #e5eaee !important; }
.theme-secondary .label-info {
  background-color: #38c1f1 !important; }
.theme-secondary .label-success {
  background-color: #39DA8A !important; }
.theme-secondary .label-danger {
  background-color: #f1376e !important; }
.theme-secondary .label-warning {
  background-color: #f9c20f !important; }

/*---ribbon---*/
.theme-secondary .ribbon-box .ribbon-primary {
  background-color: #e5eaee; }
  .theme-secondary .ribbon-box .ribbon-primary:before {
    border-color: #e5eaee transparent transparent; }
.theme-secondary .ribbon-box .ribbon-two-primary span {
  background-color: #e5eaee; }
  .theme-secondary .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #c6d1da;
    border-top: 3px solid #c6d1da; }
  .theme-secondary .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #c6d1da;
    border-top: 3px solid #c6d1da; }
.theme-secondary .ribbon-box .ribbon-info {
  background-color: #38c1f1; }
  .theme-secondary .ribbon-box .ribbon-info:before {
    border-color: #38c1f1 transparent transparent; }
.theme-secondary .ribbon-box .ribbon-two-info span {
  background-color: #38c1f1; }
  .theme-secondary .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
  .theme-secondary .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
.theme-secondary .ribbon-box .ribbon-success {
  background-color: #39DA8A; }
  .theme-secondary .ribbon-box .ribbon-success:before {
    border-color: #39DA8A transparent transparent; }
.theme-secondary .ribbon-box .ribbon-two-success span {
  background-color: #39DA8A; }
  .theme-secondary .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
  .theme-secondary .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
.theme-secondary .ribbon-box .ribbon-danger {
  background-color: #f1376e; }
  .theme-secondary .ribbon-box .ribbon-danger:before {
    border-color: #f1376e transparent transparent; }
.theme-secondary .ribbon-box .ribbon-two-danger span {
  background-color: #f1376e; }
  .theme-secondary .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
  .theme-secondary .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
.theme-secondary .ribbon-box .ribbon-warning {
  background-color: #f9c20f; }
  .theme-secondary .ribbon-box .ribbon-warning:before {
    border-color: #f9c20f transparent transparent; }
.theme-secondary .ribbon-box .ribbon-two-warning span {
  background-color: #f9c20f; }
  .theme-secondary .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }
  .theme-secondary .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }

/*---Box---*/
.theme-secondary .box-primary {
  background-color: #e5eaee !important; }
  .theme-secondary .box-primary.box-bordered {
    border-color: #e5eaee; }
.theme-secondary .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #e5eaee; }
.theme-secondary .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #e5eaee; }
  .theme-secondary .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-secondary .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-secondary .box-info {
  background-color: #38c1f1 !important; }
  .theme-secondary .box-info.box-bordered {
    border-color: #38c1f1; }
.theme-secondary .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #38c1f1; }
.theme-secondary .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #38c1f1; }
  .theme-secondary .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-secondary .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-secondary .box-success {
  background-color: #39DA8A !important; }
  .theme-secondary .box-success.box-bordered {
    border-color: #39DA8A; }
.theme-secondary .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #39DA8A; }
.theme-secondary .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #39DA8A; }
  .theme-secondary .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-secondary .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-secondary .box-danger {
  background-color: #f1376e !important; }
  .theme-secondary .box-danger.box-bordered {
    border-color: #f1376e; }
.theme-secondary .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #f1376e; }
.theme-secondary .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #f1376e; }
  .theme-secondary .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-secondary .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-secondary .box-warning {
  background-color: #f9c20f !important; }
  .theme-secondary .box-warning.box-bordered {
    border-color: #f9c20f; }
.theme-secondary .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #f9c20f; }
.theme-secondary .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #f9c20f; }
  .theme-secondary .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-secondary .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-secondary .box-profile .social-states a:hover {
  color: #c6d1da; }
.theme-secondary .box-controls li > a:hover {
  color: #c6d1da; }
.theme-secondary .box-controls .dropdown.show > a {
  color: #c6d1da; }
.theme-secondary .box-fullscreen .box-btn-fullscreen {
  color: #c6d1da; }

/*---progress bar---*/
.theme-secondary .progress-bar-primary {
  background-color: #e5eaee; }
.theme-secondary .progress-bar-info {
  background-color: #38c1f1; }
.theme-secondary .progress-bar-success {
  background-color: #39DA8A; }
.theme-secondary .progress-bar-danger {
  background-color: #f1376e; }
.theme-secondary .progress-bar-warning {
  background-color: #f9c20f; }

/*---panel---*/
.theme-secondary .panel-primary {
  border-color: #e5eaee; }
  .theme-secondary .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #e5eaee;
    border-color: #e5eaee; }
    .theme-secondary .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e5eaee; }
    .theme-secondary .panel-primary > .panel-heading .badge-pill {
      color: #e5eaee;
      background-color: #ffffff; }
  .theme-secondary .panel-primary .panel-title, .theme-secondary .panel-primary .panel-action {
    color: #ffffff; }
  .theme-secondary .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e5eaee; }
.theme-secondary .panel-line.panel-primary .panel-heading {
  color: #e5eaee;
  border-top-color: #e5eaee;
  background: transparent; }
.theme-secondary .panel-line.panel-primary .panel-title, .theme-secondary .panel-line.panel-primary .panel-action {
  color: #e5eaee; }
.theme-secondary .panel-info {
  border-color: #38c1f1; }
  .theme-secondary .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #38c1f1;
    border-color: #38c1f1; }
    .theme-secondary .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #38c1f1; }
    .theme-secondary .panel-info > .panel-heading .badge-pill {
      color: #38c1f1;
      background-color: #ffffff; }
  .theme-secondary .panel-info .panel-title, .theme-secondary .panel-info .panel-action {
    color: #ffffff; }
  .theme-secondary .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #38c1f1; }
.theme-secondary .panel-line.panel-info .panel-heading {
  color: #38c1f1;
  border-top-color: #38c1f1;
  background: transparent; }
.theme-secondary .panel-line.panel-info .panel-title, .theme-secondary .panel-line.panel-info .panel-action {
  color: #38c1f1; }
.theme-secondary .panel-success {
  border-color: #39DA8A; }
  .theme-secondary .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #39DA8A;
    border-color: #39DA8A; }
    .theme-secondary .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #39DA8A; }
    .theme-secondary .panel-success > .panel-heading .badge-pill {
      color: #39DA8A;
      background-color: #ffffff; }
  .theme-secondary .panel-success .panel-title, .theme-secondary .panel-success .panel-action {
    color: #ffffff; }
  .theme-secondary .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #39DA8A; }
.theme-secondary .panel-line.panel-success .panel-heading {
  color: #39DA8A;
  border-top-color: #39DA8A;
  background: transparent; }
.theme-secondary .panel-line.panel-success .panel-title, .theme-secondary .panel-line.panel-success .panel-action {
  color: #39DA8A; }
.theme-secondary .panel-danger {
  border-color: #f1376e; }
  .theme-secondary .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #f1376e;
    border-color: #f1376e; }
    .theme-secondary .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f1376e; }
    .theme-secondary .panel-danger > .panel-heading .badge-pill {
      color: #f1376e;
      background-color: #ffffff; }
  .theme-secondary .panel-danger .panel-title, .theme-secondary .panel-danger .panel-action {
    color: #ffffff; }
  .theme-secondary .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f1376e; }
.theme-secondary .panel-line.panel-danger .panel-heading {
  color: #f1376e;
  border-top-color: #f1376e;
  background: transparent; }
.theme-secondary .panel-line.panel-danger .panel-title, .theme-secondary .panel-line.panel-danger .panel-action {
  color: #f1376e; }
.theme-secondary .panel-warning {
  border-color: #f9c20f; }
  .theme-secondary .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #f9c20f;
    border-color: #f9c20f; }
    .theme-secondary .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f9c20f; }
    .theme-secondary .panel-warning > .panel-heading .badge-pill {
      color: #f9c20f;
      background-color: #ffffff; }
  .theme-secondary .panel-warning .panel-title, .theme-secondary .panel-warning .panel-action {
    color: #ffffff; }
  .theme-secondary .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f9c20f; }
.theme-secondary .panel-line.panel-warning .panel-heading {
  color: #f9c20f;
  border-top-color: #f9c20f;
  background: transparent; }
.theme-secondary .panel-line.panel-warning .panel-title, .theme-secondary .panel-line.panel-warning .panel-action {
  color: #f9c20f; }

/*---switch---*/
.theme-secondary .switch input:checked ~ .switch-indicator::after {
  background-color: #e5eaee; }
.theme-secondary .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #e5eaee; }
.theme-secondary .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #38c1f1; }
.theme-secondary .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #39DA8A; }
.theme-secondary .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #f1376e; }
.theme-secondary .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #f9c20f; }

/*---badge---*/
.theme-secondary .badge-primary {
  background-color: #e5eaee;
  color: #ffffff; }
.theme-secondary .badge-primary[href]:hover, .theme-secondary .badge-primary[href]:focus {
  background-color: #c6d1da; }
.theme-secondary .badge-secondary {
  background-color: #6384ea;
  color: #172b4c; }
.theme-secondary .badge-secondary[href]:hover, .theme-secondary .badge-secondary[href]:focus {
  background-color: #3661e4; }
.theme-secondary .badge-info {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-secondary .badge-info[href]:hover, .theme-secondary .badge-info[href]:focus {
  background-color: #10aee6; }
.theme-secondary .badge-success {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-secondary .badge-success[href]:hover, .theme-secondary .badge-success[href]:focus {
  background-color: #23bd70; }
.theme-secondary .badge-danger {
  background-color: #f1376e;
  color: #ffffff; }
.theme-secondary .badge-danger[href]:hover, .theme-secondary .badge-danger[href]:focus {
  background-color: #e5104f; }
.theme-secondary .badge-warning {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-secondary .badge-warning[href]:hover, .theme-secondary .badge-warning[href]:focus {
  background-color: #d0a005; }

/*---badge light---*/
.theme-secondary .badge-primary-light {
  background-color: #e9edf2;
  color: #e5eaee; }
.theme-secondary .badge-primary-light[href]:hover, .theme-secondary .badge-primary-light[href]:focus {
  background-color: #c9d3df; }
.theme-secondary .badge-secondary-light {
  background-color: #e1f0ff;
  color: #172b4c; }
.theme-secondary .badge-secondary-light[href]:hover, .theme-secondary .badge-secondary-light[href]:focus {
  background-color: #aed7ff; }
.theme-secondary .badge-info-light {
  background-color: #def6ff;
  color: #38c1f1; }
.theme-secondary .badge-info-light[href]:hover, .theme-secondary .badge-info-light[href]:focus {
  background-color: #abe8ff; }
.theme-secondary .badge-success-light {
  background-color: #caffe5;
  color: #39DA8A; }
.theme-secondary .badge-success-light[href]:hover, .theme-secondary .badge-success-light[href]:focus {
  background-color: #97ffcc; }
.theme-secondary .badge-danger-light {
  background-color: #ffe2e5;
  color: #f1376e; }
.theme-secondary .badge-danger-light[href]:hover, .theme-secondary .badge-danger-light[href]:focus {
  background-color: #ffafb7; }
.theme-secondary .badge-warning-light {
  background-color: #fff4de;
  color: #f9c20f; }
.theme-secondary .badge-warning-light[href]:hover, .theme-secondary .badge-warning-light[href]:focus {
  background-color: #ffe3ab; }

/*---rating---*/
.theme-secondary .rating-primary .active {
  color: #e5eaee; }
.theme-secondary .rating-primary :checked ~ label {
  color: #e5eaee; }
.theme-secondary .rating-primary label:hover {
  color: #e5eaee; }
  .theme-secondary .rating-primary label:hover ~ label {
    color: #e5eaee; }
.theme-secondary .rating-info .active {
  color: #38c1f1; }
.theme-secondary .rating-info :checked ~ label {
  color: #38c1f1; }
.theme-secondary .rating-info label:hover {
  color: #38c1f1; }
  .theme-secondary .rating-info label:hover ~ label {
    color: #38c1f1; }
.theme-secondary .rating-success .active {
  color: #39DA8A; }
.theme-secondary .rating-success :checked ~ label {
  color: #39DA8A; }
.theme-secondary .rating-success label:hover {
  color: #39DA8A; }
  .theme-secondary .rating-success label:hover ~ label {
    color: #39DA8A; }
.theme-secondary .rating-danger .active {
  color: #f1376e; }
.theme-secondary .rating-danger :checked ~ label {
  color: #f1376e; }
.theme-secondary .rating-danger label:hover {
  color: #f1376e; }
  .theme-secondary .rating-danger label:hover ~ label {
    color: #f1376e; }
.theme-secondary .rating-warning .active {
  color: #f9c20f; }
.theme-secondary .rating-warning :checked ~ label {
  color: #f9c20f; }
.theme-secondary .rating-warning label:hover {
  color: #f9c20f; }
  .theme-secondary .rating-warning label:hover ~ label {
    color: #f9c20f; }

/*---toggler---*/
.theme-secondary .toggler-primary input:checked + i {
  color: #e5eaee; }
.theme-secondary .toggler-info input:checked + i {
  color: #38c1f1; }
.theme-secondary .toggler-success input:checked + i {
  color: #39DA8A; }
.theme-secondary .toggler-danger input:checked + i {
  color: #f1376e; }
.theme-secondary .toggler-warning input:checked + i {
  color: #f9c20f; }

/*---nav tabs---*/
.theme-secondary .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-secondary .nav-tabs.nav-tabs-primary .nav-link:active, .theme-secondary .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-secondary .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #c6d1da;
  background-color: transparent;
  color: #c6d1da; }
.theme-secondary .nav-tabs.nav-tabs-info .nav-link:hover, .theme-secondary .nav-tabs.nav-tabs-info .nav-link:active, .theme-secondary .nav-tabs.nav-tabs-info .nav-link:focus, .theme-secondary .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #10aee6;
  background-color: #38c1f1;
  color: #ffffff; }
.theme-secondary .nav-tabs.nav-tabs-success .nav-link:hover, .theme-secondary .nav-tabs.nav-tabs-success .nav-link:active, .theme-secondary .nav-tabs.nav-tabs-success .nav-link:focus, .theme-secondary .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #23bd70;
  background-color: transparent;
  color: #23bd70; }
.theme-secondary .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-secondary .nav-tabs.nav-tabs-danger .nav-link:active, .theme-secondary .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-secondary .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #e5104f;
  background-color: transparent;
  color: #e5104f; }
.theme-secondary .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-secondary .nav-tabs.nav-tabs-warning .nav-link:active, .theme-secondary .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-secondary .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #d0a005;
  background-color: transparent;
  color: #d0a005; }
.theme-secondary .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #c6d1da; }
.theme-secondary .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #10aee6; }
.theme-secondary .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #23bd70; }
.theme-secondary .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #e5104f; }
.theme-secondary .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #d0a005; }
.theme-secondary .nav-tabs .nav-link.active {
  border-bottom-color: #e5eaee;
  background-color: #e5eaee;
  color: #ffffff; }
  .theme-secondary .nav-tabs .nav-link.active:hover, .theme-secondary .nav-tabs .nav-link.active:focus {
    border-bottom-color: #e5eaee;
    background-color: #e5eaee;
    color: #ffffff; }
.theme-secondary .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #e5eaee;
  background-color: #e5eaee; }
  .theme-secondary .nav-tabs .nav-item.open .nav-link:hover, .theme-secondary .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #e5eaee;
    background-color: #e5eaee; }

/*---todo---*/
.theme-secondary .todo-list .primary {
  border-left-color: #e5eaee; }
.theme-secondary .todo-list .info {
  border-left-color: #e5eaee; }
.theme-secondary .todo-list .success {
  border-left-color: #39DA8A; }
.theme-secondary .todo-list .danger {
  border-left-color: #f1376e; }
.theme-secondary .todo-list .warning {
  border-left-color: #f9c20f; }

/*---timeline---*/
.theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #e5eaee;
  border: 1px solid #e5eaee;
  color: #ffffff; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #e5eaee;
    border-right-color: #e5eaee; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #38c1f1;
  border: 1px solid #38c1f1;
  color: #ffffff; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #38c1f1;
    border-right-color: #38c1f1; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #39DA8A;
  border: 1px solid #39DA8A;
  color: #ffffff; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #39DA8A;
    border-right-color: #39DA8A; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #f1376e;
  border: 1px solid #f1376e;
  color: #ffffff; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #f1376e;
    border-right-color: #f1376e; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #f9c20f;
  border: 1px solid #f9c20f;
  color: #ffffff; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #f9c20f;
    border-right-color: #f9c20f; }
  .theme-secondary .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-secondary .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #e5eaee;
  background-color: #ffffff; }
.theme-secondary .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #38c1f1;
  background-color: #ffffff; }
.theme-secondary .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #39DA8A;
  background-color: #ffffff; }
.theme-secondary .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #f1376e;
  background-color: #ffffff; }
.theme-secondary .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #f9c20f;
  background-color: #ffffff; }
.theme-secondary .timeline .timeline-label .label-primary {
  background-color: #e5eaee; }
.theme-secondary .timeline .timeline-label .label-info {
  background-color: #38c1f1; }
.theme-secondary .timeline .timeline-label .label-success {
  background-color: #39DA8A; }
.theme-secondary .timeline .timeline-label .label-danger {
  background-color: #f1376e; }
.theme-secondary .timeline .timeline-label .label-warning {
  background-color: #f9c20f; }
.theme-secondary .timeline__year, .theme-secondary .timeline5:before, .theme-secondary .timeline__box:before, .theme-secondary .timeline__date {
  background-color: #e5eaee; }
.theme-secondary .timeline__post {
  border-left: 3px solid #e5eaee; }

/*---daterangepicker---*/
.theme-secondary .daterangepicker td.active {
  background-color: #e5eaee; }
  .theme-secondary .daterangepicker td.active:hover {
    background-color: #e5eaee; }
.theme-secondary .daterangepicker .input-mini.active {
  border: 1px solid #e5eaee; }
.theme-secondary .ranges li:hover, .theme-secondary .ranges li:active, .theme-secondary .ranges li.active {
  border: 1px solid #e5eaee;
  background-color: #e5eaee; }

/*---control-sidebar---*/
.theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #e5eaee;
  color: #e5eaee; }
.theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #e5eaee;
  color: #e5eaee; }
  .theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #e5eaee;
    color: #e5eaee; }
.theme-secondary .control-sidebar .rpanel-title .btn:hover {
  color: #e5eaee; }

/*---nav---*/
.theme-secondary .nav > li > a:hover, .theme-secondary .nav > li > a:active, .theme-secondary .nav > li > a:focus {
  color: #e5eaee; }
.theme-secondary .nav-pills > li > a.active {
  border-top-color: #e5eaee;
  background-color: #e5eaee !important;
  color: #ffffff; }
  .theme-secondary .nav-pills > li > a.active:hover, .theme-secondary .nav-pills > li > a.active:focus {
    border-top-color: #e5eaee;
    background-color: #e5eaee !important;
    color: #ffffff; }
.theme-secondary .mailbox-nav .nav-pills > li > a:hover, .theme-secondary .mailbox-nav .nav-pills > li > a:focus {
  border-color: #e5eaee; }
.theme-secondary .mailbox-nav .nav-pills > li > a.active {
  border-color: #e5eaee; }
  .theme-secondary .mailbox-nav .nav-pills > li > a.active:hover, .theme-secondary .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #e5eaee; }
.theme-secondary .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #e5eaee; }
.theme-secondary .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #e5eaee; }
.theme-secondary .customtab li a.nav-link.active {
  border-bottom: 2px solid #e5eaee; }

/*---form-element---*/
.theme-secondary .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #e5eaee, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-secondary .form-element .form-control {
  background-image: linear-gradient(45deg, #e5eaee, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-secondary .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #e5eaee, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-secondary .form-control:focus {
  border-color: #e5eaee; }
.theme-secondary [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #e5eaee;
  border-bottom: 2px solid #e5eaee; }
.theme-secondary [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #38c1f1;
  border-bottom: 2px solid #38c1f1; }
.theme-secondary [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #39DA8A;
  border-bottom: 2px solid #39DA8A; }
.theme-secondary [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #f1376e;
  border-bottom: 2px solid #f1376e; }
.theme-secondary [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #f9c20f;
  border-bottom: 2px solid #f9c20f; }
.theme-secondary [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #e5eaee;
  background-color: #e5eaee; }
.theme-secondary [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #38c1f1;
  background-color: #38c1f1; }
.theme-secondary [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #39DA8A;
  background-color: #39DA8A; }
.theme-secondary [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #f1376e;
  background-color: #f1376e; }
.theme-secondary [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #f9c20f;
  background-color: #f9c20f; }
.theme-secondary [type=radio].radio-col-primary:checked + label:after {
  background-color: #e5eaee;
  border-color: #e5eaee;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #e5eaee;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #e5eaee;
  border: 2px solid #e5eaee;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].radio-col-info:checked + label:after {
  background-color: #38c1f1;
  border-color: #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #38c1f1;
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].radio-col-success:checked + label:after {
  background-color: #39DA8A;
  border-color: #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #39DA8A;
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].radio-col-danger:checked + label:after {
  background-color: #f1376e;
  border-color: #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #f1376e;
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].radio-col-warning:checked + label:after {
  background-color: #f9c20f;
  border-color: #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #f9c20f;
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-secondary [type=checkbox]:checked + label:before {
  border-right: 2px solid #e5eaee;
  border-bottom: 2px solid #e5eaee; }
.theme-secondary [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #e5eaee;
  background-color: #e5eaee; }
.theme-secondary [type=radio].with-gap:checked + label:before, .theme-secondary [type=radio].with-gap:checked + label:after {
  border: 2px solid #e5eaee; }
.theme-secondary [type=radio].with-gap:checked + label:after {
  background-color: #e5eaee;
  z-index: 0; }
.theme-secondary [type=radio]:checked + label:after {
  border: 2px solid #e5eaee;
  background-color: #e5eaee;
  z-index: 0; }
.theme-secondary [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #e5eaee;
  background-color: #e5eaee; }

/*---Calender---*/
.theme-secondary .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #e5eaee; }
.theme-secondary .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #e5eaee;
  border-color: #e5eaee; }
.theme-secondary .fc-event, .theme-secondary .calendar-event {
  background: #e5eaee; }

/*---Tabs---*/
.theme-secondary .tabs-vertical li .nav-link:hover, .theme-secondary .tabs-vertical li .nav-link:active, .theme-secondary .tabs-vertical li .nav-link:focus, .theme-secondary .tabs-vertical li .nav-link.active {
  background-color: #e5eaee;
  color: #ffffff; }
.theme-secondary .customvtab .tabs-vertical li .nav-link:hover, .theme-secondary .customvtab .tabs-vertical li .nav-link:active, .theme-secondary .customvtab .tabs-vertical li .nav-link:focus, .theme-secondary .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #e5eaee;
  color: #e5eaee; }
.theme-secondary .customtab2 li a.nav-link:hover, .theme-secondary .customtab2 li a.nav-link:active, .theme-secondary .customtab2 li a.nav-link.active {
  background-color: #e5eaee; }

.rtl.theme-secondary .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-secondary .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-secondary .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-secondary .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #e5eaee; }

/*---Notification---*/
.theme-secondary .jq-icon-primary {
  background-color: #e5eaee;
  color: #ffffff;
  border-color: #e5eaee; }
.theme-secondary .jq-icon-info {
  background-color: #38c1f1;
  color: #ffffff;
  border-color: #38c1f1; }
.theme-secondary .jq-icon-success {
  background-color: #39DA8A;
  color: #ffffff;
  border-color: #e5eaee; }
.theme-secondary .jq-icon-error {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-secondary .jq-icon-danger {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-secondary .jq-icon-warning {
  background-color: #f9c20f;
  color: #ffffff;
  border-color: #f9c20f; }

/*---avatar---*/
.theme-secondary .avatar.status-primary::after {
  background-color: #e5eaee; }
.theme-secondary .avatar.status-info::after {
  background-color: #38c1f1; }
.theme-secondary .avatar.status-success::after {
  background-color: #39DA8A; }
.theme-secondary .avatar.status-danger::after {
  background-color: #f1376e; }
.theme-secondary .avatar.status-warning::after {
  background-color: #f9c20f; }
.theme-secondary .avatar[class*='status-']::after {
  background-color: #e5eaee; }
.theme-secondary .avatar-add:hover {
  background-color: #c6d1da;
  border-color: #c6d1da; }

/*---media---*/
.theme-secondary .media-chat.media-chat-reverse .media-body p {
  background-color: #e5eaee; }
.theme-secondary .media-right-out a:hover {
  color: #c6d1da; }

/*---control---*/
.theme-secondary .control input:checked:focus ~ .control_indicator {
  background-color: #e5eaee; }
.theme-secondary .control input:checked ~ .control_indicator {
  background-color: #e5eaee; }
.theme-secondary .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #e5eaee; }

/*---flex---*/
.theme-secondary .flex-column > li > a.nav-link.active {
  border-left-color: #e5eaee; }
  .theme-secondary .flex-column > li > a.nav-link.active:hover {
    border-left-color: #e5eaee; }

/*---pagination---*/
.theme-secondary .pagination li a.current {
  border: 1px solid #e5eaee;
  background-color: #e5eaee; }
  .theme-secondary .pagination li a.current:hover {
    border: 1px solid #e5eaee;
    background-color: #e5eaee; }
.theme-secondary .pagination li a:hover {
  border: 1px solid #c6d1da;
  background-color: #c6d1da !important; }
.theme-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #e5eaee;
  background-color: #e5eaee; }
  .theme-secondary .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #e5eaee;
    background-color: #e5eaee; }
.theme-secondary .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #e5eaee; }
.theme-secondary .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #e5eaee; }
.theme-secondary .footable .pagination li a:hover, .theme-secondary .footable .pagination li a:active, .theme-secondary .footable .pagination li a.active {
  background-color: #e5eaee; }

/*---dataTables---*/
.theme-secondary .dt-buttons .dt-button {
  background-color: #e5eaee; }

/*---select2---*/
.theme-secondary .select2-container--default.select2-container--open {
  border-color: #e5eaee; }
.theme-secondary .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e5eaee; }
.theme-secondary .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e5eaee !important; }
.theme-secondary .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #e5eaee !important; }
.theme-secondary .select2-container--default .select2-selection--multiple:focus {
  border-color: #e5eaee !important; }
.theme-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e5eaee;
  border-color: #e5eaee; }

/*---Other---*/
.theme-secondary .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #c6d1da; }
.theme-secondary .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #c6d1da; }
.theme-secondary .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #c6d1da; }
.theme-secondary [data-overlay-primary]::before {
  background: #c6d1da; }

/*---wizard---*/
.theme-secondary .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #e5eaee;
  background-color: #e5eaee; }
.theme-secondary .wizard-content .wizard > .steps > ul > li.done {
  border-color: #c6d1da;
  background-color: #c6d1da; }
.theme-secondary .wizard-content .wizard > .actions > ul > li > a {
  background-color: #e5eaee; }
.theme-secondary .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #e5eaee; }
.theme-secondary .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #e5eaee; }
.theme-secondary .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #e5eaee; }
.theme-secondary .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #e5eaee; }
.theme-secondary .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #e5eaee;
  color: #e5eaee; }
  .theme-secondary .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #e5eaee; }
.theme-secondary .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #e5eaee; }

@media (max-width: 767px) {
  .theme-secondary .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #e5eaee; } }
@media (max-width: 575px) {
  .theme-secondary .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #e5eaee; } }
/*---slider---*/
.theme-secondary #primary .slider-selection {
  background-color: #e5eaee; }
.theme-secondary #info .slider-selection {
  background-color: #38c1f1; }
.theme-secondary #success .slider-selection {
  background-color: #39DA8A; }
.theme-secondary #danger .slider-selection {
  background-color: #f1376e; }
.theme-secondary #warning .slider-selection {
  background-color: #f9c20f; }

/*---horizontal-timeline---*/
.theme-secondary .cd-horizontal-timeline .events a.selected::after {
  background: #e5eaee;
  border-color: #e5eaee; }
.theme-secondary .cd-horizontal-timeline .events a.older-event::after {
  border-color: #e5eaee; }
.theme-secondary .cd-horizontal-timeline .filling-line {
  background: #e5eaee; }
.theme-secondary .cd-horizontal-timeline a {
  color: #e5eaee; }
  .theme-secondary .cd-horizontal-timeline a:hover, .theme-secondary .cd-horizontal-timeline a:focus {
    color: #e5eaee; }
.theme-secondary .cd-timeline-navigation a:hover, .theme-secondary .cd-timeline-navigation a:focus {
  border-color: #e5eaee; }

/**************************************
Theme info Color
**************************************/
.bg-gradient-info, .theme-info .bg-gradient-info, .theme-info .art-bg {
  background: linear-gradient(45deg, #38c1f1, #6384ea); }

.bg-light-body {
  background: transparent; }

.theme-info.fixed .main-header {
  background: #f8f8f8; }
.theme-info .main-header {
  background: #ffffff; }

.theme-info.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-info-dark, .dark-skin.theme-info .bg-gradient-info, .dark-skin.theme-info .art-bg {
  background-image: linear-gradient(45deg, #0d8ab6, #1b46cc); }

.bg-dark-body {
  background: #1a233a; }

.dark-skin.theme-info.fixed .main-header {
  background: #1a233a; }
.dark-skin.theme-info .main-header {
  background: #1a233a; }

@media (max-width: 767px) {
  .theme-info.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-info.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-info.fixed .main-header {
    background-image: #1a233a; } }
.theme-info a:hover, .theme-info a:active, .theme-info a:focus {
  color: #38c1f1; }
.theme-info .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-info .main-sidebar .svg-icon:hover, .theme-info .main-sidebar .svg-icon:active, .theme-info .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-info .main-sidebar a:hover .svg-icon, .theme-info .main-sidebar a:active .svg-icon, .theme-info .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-info .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-info .svg-icon:hover, .theme-info .svg-icon:active, .theme-info .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-info a:hover .svg-icon, .theme-info a:active .svg-icon, .theme-info a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-info.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #38c1f1 !important; }
  .theme-info.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #38c1f1; }
  .theme-info.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #38c1f1;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-info.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-info.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-info.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #38c1f1 !important; }
.theme-info.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #38c1f1 !important; }
  .theme-info.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #38c1f1; }
  .theme-info.dark-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #38c1f1;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-info.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #333333 transparent transparent !important; }
.theme-info.dark-skin .sidebar-menu > li.active.treeview.treeview > a {
  background: transparent; }
  .theme-info.dark-skin .sidebar-menu > li.active.treeview.treeview > a > i {
    color: #38c1f1; }
  .theme-info.dark-skin .sidebar-menu > li.active.treeview.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-info.dark-skin .sidebar-menu > li.active.treeview.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-info.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #38c1f1 !important; }
.theme-info.light-skin .sidebar-menu > li:hover, .theme-info.light-skin .sidebar-menu > li:active, .theme-info.light-skin .sidebar-menu > li.active {
  background-color: rgba(56, 193, 241, 0);
  color: #38c1f1;
  border-left: 0px solid rgba(56, 193, 241, 0); }
  .theme-info.light-skin .sidebar-menu > li:hover a, .theme-info.light-skin .sidebar-menu > li:active a, .theme-info.light-skin .sidebar-menu > li.active a {
    color: #38c1f1; }
    .theme-info.light-skin .sidebar-menu > li:hover a > i, .theme-info.light-skin .sidebar-menu > li:active a > i, .theme-info.light-skin .sidebar-menu > li.active a > i {
      color: #b5b5c3;
      background-color: rgba(56, 193, 241, 0); }
    .theme-info.light-skin .sidebar-menu > li:hover a > svg, .theme-info.light-skin .sidebar-menu > li:active a > svg, .theme-info.light-skin .sidebar-menu > li.active a > svg {
      color: #38c1f1;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-info.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-info.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-info.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-info.light-skin .sidebar-menu > li.active {
  background-color: rgba(56, 193, 241, 0);
  color: #38c1f1;
  border-left: 0px solid #38c1f1; }
  .theme-info.light-skin .sidebar-menu > li.active a {
    color: #38c1f1;
    background-color: transparent; }
    .theme-info.light-skin .sidebar-menu > li.active a > i {
      color: #38c1f1;
      background-color: rgba(56, 193, 241, 0); }
    .theme-info.light-skin .sidebar-menu > li.active a > svg {
      color: #38c1f1;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-info.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(56, 193, 241, 0);
    color: #38c1f1; }
    .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #38c1f1; }
      .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #38c1f1;
        background-color: rgba(56, 193, 241, 0); }
  .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #b5b5c3;
    background-color: rgba(56, 193, 241, 0); }
  .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(56, 193, 241, 0);
    color: #38c1f1; }
    .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #38c1f1; }
      .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #38c1f1;
        background-color: rgba(56, 193, 241, 0); }
  .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(56, 193, 241, 0);
    color: #38c1f1; }
    .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #38c1f1; }
      .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #38c1f1;
        background-color: rgba(56, 193, 241, 0); }
  .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(56, 193, 241, 0); }
.theme-info.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #38c1f1;
  border-right: 0px solid #38c1f1; }
.theme-info.dark-skin .sidebar-menu > li.active {
  background-color: rgba(56, 193, 241, 0);
  color: white;
  border-left: 0px solid #38c1f1; }
  .theme-info.dark-skin .sidebar-menu > li.active a {
    color: white;
    background-color: transparent; }
    .theme-info.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-info.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(56, 193, 241, 0);
    color: #38c1f1; }
    .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: #38c1f1 !important; }
  .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(56, 193, 241, 0);
    color: #38c1f1; }
    .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #38c1f1; }
      .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #38c1f1;
        background-color: rgba(56, 193, 241, 0); }
  .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(56, 193, 241, 0);
    color: #38c1f1; }
    .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #38c1f1; }
      .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #38c1f1;
        background-color: rgba(56, 193, 241, 0); }
  .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(56, 193, 241, 0); }
.theme-info.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #38c1f1;
  border-right: 0px solid #38c1f1; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(56, 193, 241, 0.2);
    color: #38c1f1; } }
/*---Main Nav---*/
.theme-info .sm-blue li.current > a, .theme-info .sm-blue li.highlighted > a {
  background: #38c1f1;
  color: #ffffff !important; }
  .theme-info .sm-blue li.current > a:hover, .theme-info .sm-blue li.current > a:active, .theme-info .sm-blue li.current > a:focus, .theme-info .sm-blue li.highlighted > a:hover, .theme-info .sm-blue li.highlighted > a:active, .theme-info .sm-blue li.highlighted > a:focus {
    background: #38c1f1;
    color: #ffffff !important; }
.theme-info .sm-blue a.current, .theme-info .sm-blue a.highlighted {
  background: #38c1f1;
  color: #ffffff !important; }
.theme-info .sm-blue a:hover, .theme-info .sm-blue a:active, .theme-info .sm-blue a:focus {
  background: #38c1f1;
  color: #ffffff !important; }
.theme-info .sm-blue ul a:hover, .theme-info .sm-blue ul a:active, .theme-info .sm-blue ul a:focus {
  background: #ebedf3;
  color: #38c1f1 !important; }
.theme-info .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #38c1f1 !important; }

.dark-skin.theme-info .sm-blue a.current, .dark-skin.theme-info .sm-blue a.highlighted {
  background: #38c1f1;
  color: #ffffff !important; }
.dark-skin.theme-info .sm-blue a:hover, .dark-skin.theme-info .sm-blue a:active, .dark-skin.theme-info .sm-blue a:focus {
  background: #38c1f1;
  color: #ffffff !important; }
.dark-skin.theme-info .sm-blue ul a:hover, .dark-skin.theme-info .sm-blue ul a:active, .dark-skin.theme-info .sm-blue ul a:focus {
  background: #29354b;
  color: #38c1f1 !important; }
.dark-skin.theme-info .sm-blue ul a.highlighted {
  background: #29354b;
  color: #38c1f1 !important; }

/*---Primary Button---*/
.theme-info .btn-link {
  color: #38c1f1; }
.theme-info .btn-primary {
  background-color: #38c1f1;
  border-color: #38c1f1;
  color: #ffffff; }
  .theme-info .btn-primary:hover, .theme-info .btn-primary:active, .theme-info .btn-primary:focus, .theme-info .btn-primary.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
  .theme-info .btn-primary:disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
  .theme-info .btn-primary.disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
.theme-info .show > .btn-primary.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-primary {
  color: #38c1f1;
  background-color: transparent;
  border-color: #38c1f1 !important; }
  .theme-info .btn-outline.btn-primary:hover, .theme-info .btn-outline.btn-primary:active, .theme-info .btn-outline.btn-primary.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-primary {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-primary:hover, .theme-info .btn-flat.btn-primary:active, .theme-info .btn-flat.btn-primary.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-info .btn-info {
  background-color: #6384ea;
  border-color: #6384ea;
  color: #ffffff; }
  .theme-info .btn-info:hover, .theme-info .btn-info:active, .theme-info .btn-info:focus, .theme-info .btn-info.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }
  .theme-info .btn-info:disabled {
    background-color: #bdcbf6;
    border-color: #6384ea;
    opacity: 0.5; }
  .theme-info .btn-info.disabled {
    background-color: #bdcbf6;
    border-color: #6384ea;
    opacity: 0.5; }
.theme-info .show > .btn-info.dropdown-toggle {
  background-color: #3661e4 !important;
  border-color: #3661e4 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-info {
  color: #6384ea;
  background-color: transparent;
  border-color: #6384ea !important; }
  .theme-info .btn-outline.btn-info:hover, .theme-info .btn-outline.btn-info:active, .theme-info .btn-outline.btn-info.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #3661e4 !important;
  border-color: #3661e4 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-info {
  color: #6384ea !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-info:hover, .theme-info .btn-flat.btn-info:active, .theme-info .btn-flat.btn-info.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-info .btn-success {
  background-color: #39DA8A;
  border-color: #39DA8A;
  color: #ffffff; }
  .theme-info .btn-success:hover, .theme-info .btn-success:active, .theme-info .btn-success:focus, .theme-info .btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
  .theme-info .btn-success:disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
  .theme-info .btn-success.disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
.theme-info .show > .btn-success.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-success {
  color: #39DA8A;
  background-color: transparent;
  border-color: #39DA8A !important; }
  .theme-info .btn-outline.btn-success:hover, .theme-info .btn-outline.btn-success:active, .theme-info .btn-outline.btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-success {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-success:hover, .theme-info .btn-flat.btn-success:active, .theme-info .btn-flat.btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-info .btn-danger {
  background-color: #f1376e;
  border-color: #f1376e;
  color: #ffffff; }
  .theme-info .btn-danger:hover, .theme-info .btn-danger:active, .theme-info .btn-danger:focus, .theme-info .btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }
  .theme-info .btn-danger:disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
  .theme-info .btn-danger.disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
.theme-info .show > .btn-danger.dropdown-toggle {
  background-color: #e5104f !important;
  border-color: #e5104f !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-danger {
  color: #f1376e;
  background-color: transparent;
  border-color: #f1376e !important; }
  .theme-info .btn-outline.btn-danger:hover, .theme-info .btn-outline.btn-danger:active, .theme-info .btn-outline.btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #e5104f !important;
  border-color: #e5104f !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-danger {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-danger:hover, .theme-info .btn-flat.btn-danger:active, .theme-info .btn-flat.btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-info .btn-warning {
  background-color: #f9c20f;
  border-color: #f9c20f;
  color: #ffffff; }
  .theme-info .btn-warning:hover, .theme-info .btn-warning:active, .theme-info .btn-warning:focus, .theme-info .btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
  .theme-info .btn-warning:disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
  .theme-info .btn-warning.disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
.theme-info .show > .btn-warning.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-warning {
  color: #f9c20f;
  background-color: transparent;
  border-color: #f9c20f !important; }
  .theme-info .btn-outline.btn-warning:hover, .theme-info .btn-outline.btn-warning:active, .theme-info .btn-outline.btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-warning {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-warning:hover, .theme-info .btn-flat.btn-warning:active, .theme-info .btn-flat.btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-info .btn-primary-light {
  background-color: #def6ff;
  border-color: #def6ff;
  color: #38c1f1; }
  .theme-info .btn-primary-light:hover, .theme-info .btn-primary-light:active, .theme-info .btn-primary-light:focus, .theme-info .btn-primary-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
  .theme-info .btn-primary-light:disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
  .theme-info .btn-primary-light.disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
.theme-info .show > .btn-primary-light.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-primary-light {
  color: #38c1f1;
  background-color: transparent;
  border-color: #def6ff !important; }
  .theme-info .btn-outline.btn-primary-light:hover, .theme-info .btn-outline.btn-primary-light:active, .theme-info .btn-outline.btn-primary-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-primary-light {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-primary-light:hover, .theme-info .btn-flat.btn-primary-light:active, .theme-info .btn-flat.btn-primary-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-info .btn-info-light {
  background-color: #e1f0ff;
  border-color: #e1f0ff;
  color: #6384ea; }
  .theme-info .btn-info-light:hover, .theme-info .btn-info-light:active, .theme-info .btn-info-light:focus, .theme-info .btn-info-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }
  .theme-info .btn-info-light:disabled {
    background-color: white;
    border-color: #e1f0ff;
    opacity: 0.5; }
  .theme-info .btn-info-light.disabled {
    background-color: white;
    border-color: #e1f0ff;
    opacity: 0.5; }
.theme-info .show > .btn-info.dropdown-toggle {
  background-color: #6384ea !important;
  border-color: #6384ea !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-info-light {
  color: #6384ea;
  background-color: transparent;
  border-color: #e1f0ff !important; }
  .theme-info .btn-outline.btn-info-light:hover, .theme-info .btn-outline.btn-info-light:active, .theme-info .btn-outline.btn-info-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #6384ea !important;
  border-color: #6384ea !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-info-light {
  color: #6384ea !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-info-light:hover, .theme-info .btn-flat.btn-info-light:active, .theme-info .btn-flat.btn-info-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-info .btn-success-light {
  background-color: #caffe5;
  border-color: #caffe5;
  color: #39DA8A; }
  .theme-info .btn-success-light:hover, .theme-info .btn-success-light:active, .theme-info .btn-success-light:focus, .theme-info .btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
  .theme-info .btn-success-light:disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
  .theme-info .btn-success-light.disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
.theme-info .show > .btn-success-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-success-light {
  color: #39DA8A;
  background-color: transparent;
  border-color: #caffe5 !important; }
  .theme-info .btn-outline.btn-success-light:hover, .theme-info .btn-outline.btn-success-light:active, .theme-info .btn-outline.btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-success-light {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-success-light:hover, .theme-info .btn-flat.btn-success-light:active, .theme-info .btn-flat.btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-info .btn-danger-light {
  background-color: #ffe2e5;
  border-color: #ffe2e5;
  color: #f1376e; }
  .theme-info .btn-danger-light:hover, .theme-info .btn-danger-light:active, .theme-info .btn-danger-light:focus, .theme-info .btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
  .theme-info .btn-danger-light:disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
  .theme-info .btn-danger-light.disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
.theme-info .show > .btn-danger-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-danger-light {
  color: #f1376e;
  background-color: transparent;
  border-color: #ffe2e5 !important; }
  .theme-info .btn-outline.btn-danger-light:hover, .theme-info .btn-outline.btn-danger-light:active, .theme-info .btn-outline.btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-danger-light {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-danger-light:hover, .theme-info .btn-flat.btn-danger-light:active, .theme-info .btn-flat.btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-info .btn-warning-light {
  background-color: #fff4de;
  border-color: #fff4de;
  color: #f9c20f; }
  .theme-info .btn-warning-light:hover, .theme-info .btn-warning-light:active, .theme-info .btn-warning-light:focus, .theme-info .btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
  .theme-info .btn-warning-light:disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
  .theme-info .btn-warning-light.disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
.theme-info .show > .btn-warning-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-info .btn-outline.btn-warning-light {
  color: #f9c20f;
  background-color: transparent;
  border-color: #fff4de !important; }
  .theme-info .btn-outline.btn-warning-light:hover, .theme-info .btn-outline.btn-warning-light:active, .theme-info .btn-outline.btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
.theme-info .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-info .btn-flat.btn-warning-light {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-info .btn-flat.btn-warning-light:hover, .theme-info .btn-flat.btn-warning-light:active, .theme-info .btn-flat.btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-info .callout.callout-primary {
  border-color: #38c1f1;
  background-color: #38c1f1 !important; }
.theme-info .callout.callout-info {
  border-color: #6384ea;
  background-color: #6384ea !important; }
.theme-info .callout.callout-success {
  border-color: #39DA8A;
  background-color: #39DA8A !important; }
.theme-info .callout.callout-danger {
  border-color: #f1376e;
  background-color: #f1376e !important; }
.theme-info .callout.callout-warning {
  border-color: #f9c20f;
  background-color: #f9c20f !important; }

/*---alert---*/
.theme-info .alert-primary {
  border-color: #38c1f1;
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-info .alert-info {
  border-color: #6384ea;
  background-color: #6384ea !important;
  color: #ffffff; }
.theme-info .alert-success {
  border-color: #39DA8A;
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-info .alert-danger {
  border-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-info .alert-error {
  border-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-info .alert-warning {
  border-color: #f9c20f;
  background-color: #f9c20f !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-info .direct-chat-primary .right > .direct-chat-text p {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-info .direct-chat-primary .right > .direct-chat-text:before, .theme-info .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #38c1f1; }
.theme-info .direct-chat-info .right > .direct-chat-text p {
  background-color: #6384ea;
  color: #ffffff; }
.theme-info .direct-chat-info .right > .direct-chat-text:before, .theme-info .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #6384ea; }
.theme-info .direct-chat-success .right > .direct-chat-text p {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-info .direct-chat-success .right > .direct-chat-text:before, .theme-info .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #39DA8A; }
.theme-info .direct-chat-danger .right > .direct-chat-text p {
  background-color: #f1376e;
  color: #ffffff; }
.theme-info .direct-chat-danger .right > .direct-chat-text:before, .theme-info .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #f1376e; }
.theme-info .direct-chat-warning .right > .direct-chat-text p {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-info .direct-chat-warning .right > .direct-chat-text:before, .theme-info .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #f9c20f; }
.theme-info .right .direct-chat-text p {
  background-color: #38c1f1; }

/*---modal---*/
.theme-info .modal-primary .modal-footer, .theme-info .modal-primary .modal-header {
  border-color: #38c1f1; }
.theme-info .modal-primary .modal-body {
  background-color: #38c1f1 !important; }
.theme-info .modal-info .modal-footer, .theme-info .modal-info .modal-header {
  border-color: #6384ea; }
.theme-info .modal-info .modal-body {
  background-color: #6384ea !important; }
.theme-info .modal-success .modal-footer, .theme-info .modal-success .modal-header {
  border-color: #39DA8A; }
.theme-info .modal-success .modal-body {
  background-color: #39DA8A !important; }
.theme-info .modal-danger .modal-footer, .theme-info .modal-danger .modal-header {
  border-color: #f1376e; }
.theme-info .modal-danger .modal-body {
  background-color: #f1376e !important; }
.theme-info .modal-warning .modal-footer, .theme-info .modal-warning .modal-header {
  border-color: #f9c20f; }
.theme-info .modal-warning .modal-body {
  background-color: #f9c20f !important; }

/*---border---*/
.theme-info .border-primary {
  border-color: #38c1f1 !important; }
.theme-info .border-info {
  border-color: #6384ea !important; }
.theme-info .border-success {
  border-color: #39DA8A !important; }
.theme-info .border-danger {
  border-color: #f1376e !important; }
.theme-info .border-warning {
  border-color: #f9c20f !important; }

/*---Background---*/
.theme-info .bg-primary {
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-info .bg-primary-light {
  background-color: #def6ff !important;
  color: #38c1f1; }
.theme-info .bg-info {
  background-color: #6384ea !important;
  color: #ffffff; }
.theme-info .bg-info-light {
  background-color: #e1f0ff !important;
  color: #6384ea; }
.theme-info .bg-success {
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-info .bg-success-light {
  background-color: #caffe5 !important;
  color: #39DA8A; }
.theme-info .bg-danger {
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-info .bg-danger-light {
  background-color: #ffe2e5 !important;
  color: #f1376e; }
.theme-info .bg-warning {
  background-color: #f9c20f !important;
  color: #ffffff; }
.theme-info .bg-warning-light {
  background-color: #fff4de !important;
  color: #f9c20f; }

/*---text---*/
.theme-info .text-primary {
  color: #38c1f1 !important; }
.theme-info a.text-primary:hover, .theme-info a.text-primary:focus {
  color: #38c1f1 !important; }
.theme-info .hover-primary:hover, .theme-info .hover-primary:focus {
  color: #38c1f1 !important; }
.theme-info .text-info {
  color: #6384ea !important; }
.theme-info a.text-info:hover, .theme-info a.text-info:focus {
  color: #6384ea !important; }
.theme-info .hover-info:hover, .theme-info .hover-info:focus {
  color: #6384ea !important; }
.theme-info .text-success {
  color: #39DA8A !important; }
.theme-info a.text-success:hover, .theme-info a.text-success:focus {
  color: #39DA8A !important; }
.theme-info .hover-success:hover, .theme-info .hover-success:focus {
  color: #39DA8A !important; }
.theme-info .text-danger {
  color: #f1376e !important; }
.theme-info a.text-danger:hover, .theme-info a.text-danger:focus {
  color: #f1376e !important; }
.theme-info .hover-danger:hover, .theme-info .hover-danger:focus {
  color: #f1376e !important; }
.theme-info .text-warning {
  color: #f9c20f !important; }
.theme-info a.text-warning:hover, .theme-info a.text-warning:focus {
  color: #f9c20f !important; }
.theme-info .hover-warning:hover, .theme-info .hover-warning:focus {
  color: #f9c20f !important; }

/*---active background---*/
.theme-info .active.active-primary {
  background-color: #10aee6 !important; }
.theme-info .active.active-info {
  background-color: #3661e4 !important; }
.theme-info .active.active-success {
  background-color: #23bd70 !important; }
.theme-info .active.active-danger {
  background-color: #e5104f !important; }
.theme-info .active.active-warning {
  background-color: #d0a005 !important; }

/*---label background---*/
.theme-info .label-primary {
  background-color: #38c1f1 !important; }
.theme-info .label-info {
  background-color: #6384ea !important; }
.theme-info .label-success {
  background-color: #39DA8A !important; }
.theme-info .label-danger {
  background-color: #f1376e !important; }
.theme-info .label-warning {
  background-color: #f9c20f !important; }

/*---ribbon---*/
.theme-info .ribbon-box .ribbon-primary {
  background-color: #38c1f1; }
  .theme-info .ribbon-box .ribbon-primary:before {
    border-color: #38c1f1 transparent transparent; }
.theme-info .ribbon-box .ribbon-two-primary span {
  background-color: #38c1f1; }
  .theme-info .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
  .theme-info .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
.theme-info .ribbon-box .ribbon-info {
  background-color: #6384ea; }
  .theme-info .ribbon-box .ribbon-info:before {
    border-color: #6384ea transparent transparent; }
.theme-info .ribbon-box .ribbon-two-info span {
  background-color: #6384ea; }
  .theme-info .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #3661e4;
    border-top: 3px solid #3661e4; }
  .theme-info .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #3661e4;
    border-top: 3px solid #3661e4; }
.theme-info .ribbon-box .ribbon-success {
  background-color: #39DA8A; }
  .theme-info .ribbon-box .ribbon-success:before {
    border-color: #39DA8A transparent transparent; }
.theme-info .ribbon-box .ribbon-two-success span {
  background-color: #39DA8A; }
  .theme-info .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
  .theme-info .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
.theme-info .ribbon-box .ribbon-danger {
  background-color: #f1376e; }
  .theme-info .ribbon-box .ribbon-danger:before {
    border-color: #f1376e transparent transparent; }
.theme-info .ribbon-box .ribbon-two-danger span {
  background-color: #f1376e; }
  .theme-info .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
  .theme-info .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
.theme-info .ribbon-box .ribbon-warning {
  background-color: #f9c20f; }
  .theme-info .ribbon-box .ribbon-warning:before {
    border-color: #f9c20f transparent transparent; }
.theme-info .ribbon-box .ribbon-two-warning span {
  background-color: #f9c20f; }
  .theme-info .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }
  .theme-info .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }

/*---Box---*/
.theme-info .box-primary {
  background-color: #38c1f1 !important; }
  .theme-info .box-primary.box-bordered {
    border-color: #38c1f1; }
.theme-info .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #38c1f1; }
.theme-info .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #38c1f1; }
  .theme-info .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-info .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-info .box-info {
  background-color: #6384ea !important; }
  .theme-info .box-info.box-bordered {
    border-color: #6384ea; }
.theme-info .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #6384ea; }
.theme-info .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #6384ea; }
  .theme-info .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-info .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-info .box-success {
  background-color: #39DA8A !important; }
  .theme-info .box-success.box-bordered {
    border-color: #39DA8A; }
.theme-info .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #39DA8A; }
.theme-info .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #39DA8A; }
  .theme-info .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-info .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-info .box-danger {
  background-color: #f1376e !important; }
  .theme-info .box-danger.box-bordered {
    border-color: #f1376e; }
.theme-info .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #f1376e; }
.theme-info .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #f1376e; }
  .theme-info .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-info .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-info .box-warning {
  background-color: #f9c20f !important; }
  .theme-info .box-warning.box-bordered {
    border-color: #f9c20f; }
.theme-info .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #f9c20f; }
.theme-info .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #f9c20f; }
  .theme-info .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-info .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-info .box-profile .social-states a:hover {
  color: #10aee6; }
.theme-info .box-controls li > a:hover {
  color: #10aee6; }
.theme-info .box-controls .dropdown.show > a {
  color: #10aee6; }
.theme-info .box-fullscreen .box-btn-fullscreen {
  color: #10aee6; }

/*---progress bar---*/
.theme-info .progress-bar-primary {
  background-color: #38c1f1; }
.theme-info .progress-bar-info {
  background-color: #6384ea; }
.theme-info .progress-bar-success {
  background-color: #39DA8A; }
.theme-info .progress-bar-danger {
  background-color: #f1376e; }
.theme-info .progress-bar-warning {
  background-color: #f9c20f; }

/*---panel---*/
.theme-info .panel-primary {
  border-color: #38c1f1; }
  .theme-info .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #38c1f1;
    border-color: #38c1f1; }
    .theme-info .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #38c1f1; }
    .theme-info .panel-primary > .panel-heading .badge-pill {
      color: #38c1f1;
      background-color: #ffffff; }
  .theme-info .panel-primary .panel-title, .theme-info .panel-primary .panel-action {
    color: #ffffff; }
  .theme-info .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #38c1f1; }
.theme-info .panel-line.panel-primary .panel-heading {
  color: #38c1f1;
  border-top-color: #38c1f1;
  background: transparent; }
.theme-info .panel-line.panel-primary .panel-title, .theme-info .panel-line.panel-primary .panel-action {
  color: #38c1f1; }
.theme-info .panel-info {
  border-color: #6384ea; }
  .theme-info .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #6384ea;
    border-color: #6384ea; }
    .theme-info .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #6384ea; }
    .theme-info .panel-info > .panel-heading .badge-pill {
      color: #6384ea;
      background-color: #ffffff; }
  .theme-info .panel-info .panel-title, .theme-info .panel-info .panel-action {
    color: #ffffff; }
  .theme-info .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6384ea; }
.theme-info .panel-line.panel-info .panel-heading {
  color: #6384ea;
  border-top-color: #6384ea;
  background: transparent; }
.theme-info .panel-line.panel-info .panel-title, .theme-info .panel-line.panel-info .panel-action {
  color: #6384ea; }
.theme-info .panel-success {
  border-color: #39DA8A; }
  .theme-info .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #39DA8A;
    border-color: #39DA8A; }
    .theme-info .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #39DA8A; }
    .theme-info .panel-success > .panel-heading .badge-pill {
      color: #39DA8A;
      background-color: #ffffff; }
  .theme-info .panel-success .panel-title, .theme-info .panel-success .panel-action {
    color: #ffffff; }
  .theme-info .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #39DA8A; }
.theme-info .panel-line.panel-success .panel-heading {
  color: #39DA8A;
  border-top-color: #39DA8A;
  background: transparent; }
.theme-info .panel-line.panel-success .panel-title, .theme-info .panel-line.panel-success .panel-action {
  color: #39DA8A; }
.theme-info .panel-danger {
  border-color: #f1376e; }
  .theme-info .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #f1376e;
    border-color: #f1376e; }
    .theme-info .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f1376e; }
    .theme-info .panel-danger > .panel-heading .badge-pill {
      color: #f1376e;
      background-color: #ffffff; }
  .theme-info .panel-danger .panel-title, .theme-info .panel-danger .panel-action {
    color: #ffffff; }
  .theme-info .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f1376e; }
.theme-info .panel-line.panel-danger .panel-heading {
  color: #f1376e;
  border-top-color: #f1376e;
  background: transparent; }
.theme-info .panel-line.panel-danger .panel-title, .theme-info .panel-line.panel-danger .panel-action {
  color: #f1376e; }
.theme-info .panel-warning {
  border-color: #f9c20f; }
  .theme-info .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #f9c20f;
    border-color: #f9c20f; }
    .theme-info .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f9c20f; }
    .theme-info .panel-warning > .panel-heading .badge-pill {
      color: #f9c20f;
      background-color: #ffffff; }
  .theme-info .panel-warning .panel-title, .theme-info .panel-warning .panel-action {
    color: #ffffff; }
  .theme-info .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f9c20f; }
.theme-info .panel-line.panel-warning .panel-heading {
  color: #f9c20f;
  border-top-color: #f9c20f;
  background: transparent; }
.theme-info .panel-line.panel-warning .panel-title, .theme-info .panel-line.panel-warning .panel-action {
  color: #f9c20f; }

/*---switch---*/
.theme-info .switch input:checked ~ .switch-indicator::after {
  background-color: #38c1f1; }
.theme-info .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #38c1f1; }
.theme-info .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #6384ea; }
.theme-info .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #39DA8A; }
.theme-info .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #f1376e; }
.theme-info .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #f9c20f; }

/*---badge---*/
.theme-info .badge-primary {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-info .badge-primary[href]:hover, .theme-info .badge-primary[href]:focus {
  background-color: #10aee6; }
.theme-info .badge-secondary {
  background-color: #e5eaee;
  color: #172b4c; }
.theme-info .badge-secondary[href]:hover, .theme-info .badge-secondary[href]:focus {
  background-color: #c6d1da; }
.theme-info .badge-info {
  background-color: #6384ea;
  color: #ffffff; }
.theme-info .badge-info[href]:hover, .theme-info .badge-info[href]:focus {
  background-color: #3661e4; }
.theme-info .badge-success {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-info .badge-success[href]:hover, .theme-info .badge-success[href]:focus {
  background-color: #23bd70; }
.theme-info .badge-danger {
  background-color: #f1376e;
  color: #ffffff; }
.theme-info .badge-danger[href]:hover, .theme-info .badge-danger[href]:focus {
  background-color: #e5104f; }
.theme-info .badge-warning {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-info .badge-warning[href]:hover, .theme-info .badge-warning[href]:focus {
  background-color: #d0a005; }

/*---badge light---*/
.theme-info .badge-primary-light {
  background-color: #def6ff;
  color: #38c1f1; }
.theme-info .badge-primary-light[href]:hover, .theme-info .badge-primary-light[href]:focus {
  background-color: #abe8ff; }
.theme-info .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c; }
.theme-info .badge-secondary-light[href]:hover, .theme-info .badge-secondary-light[href]:focus {
  background-color: #c9d3df; }
.theme-info .badge-info-light {
  background-color: #e1f0ff;
  color: #6384ea; }
.theme-info .badge-info-light[href]:hover, .theme-info .badge-info-light[href]:focus {
  background-color: #aed7ff; }
.theme-info .badge-success-light {
  background-color: #caffe5;
  color: #39DA8A; }
.theme-info .badge-success-light[href]:hover, .theme-info .badge-success-light[href]:focus {
  background-color: #97ffcc; }
.theme-info .badge-danger-light {
  background-color: #ffe2e5;
  color: #f1376e; }
.theme-info .badge-danger-light[href]:hover, .theme-info .badge-danger-light[href]:focus {
  background-color: #ffafb7; }
.theme-info .badge-warning-light {
  background-color: #fff4de;
  color: #f9c20f; }
.theme-info .badge-warning-light[href]:hover, .theme-info .badge-warning-light[href]:focus {
  background-color: #ffe3ab; }

/*---rating---*/
.theme-info .rating-primary .active {
  color: #38c1f1; }
.theme-info .rating-primary :checked ~ label {
  color: #38c1f1; }
.theme-info .rating-primary label:hover {
  color: #38c1f1; }
  .theme-info .rating-primary label:hover ~ label {
    color: #38c1f1; }
.theme-info .rating-info .active {
  color: #6384ea; }
.theme-info .rating-info :checked ~ label {
  color: #6384ea; }
.theme-info .rating-info label:hover {
  color: #6384ea; }
  .theme-info .rating-info label:hover ~ label {
    color: #6384ea; }
.theme-info .rating-success .active {
  color: #39DA8A; }
.theme-info .rating-success :checked ~ label {
  color: #39DA8A; }
.theme-info .rating-success label:hover {
  color: #39DA8A; }
  .theme-info .rating-success label:hover ~ label {
    color: #39DA8A; }
.theme-info .rating-danger .active {
  color: #f1376e; }
.theme-info .rating-danger :checked ~ label {
  color: #f1376e; }
.theme-info .rating-danger label:hover {
  color: #f1376e; }
  .theme-info .rating-danger label:hover ~ label {
    color: #f1376e; }
.theme-info .rating-warning .active {
  color: #f9c20f; }
.theme-info .rating-warning :checked ~ label {
  color: #f9c20f; }
.theme-info .rating-warning label:hover {
  color: #f9c20f; }
  .theme-info .rating-warning label:hover ~ label {
    color: #f9c20f; }

/*---toggler---*/
.theme-info .toggler-primary input:checked + i {
  color: #38c1f1; }
.theme-info .toggler-info input:checked + i {
  color: #6384ea; }
.theme-info .toggler-success input:checked + i {
  color: #39DA8A; }
.theme-info .toggler-danger input:checked + i {
  color: #f1376e; }
.theme-info .toggler-warning input:checked + i {
  color: #f9c20f; }

/*---nav tabs---*/
.theme-info .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-info .nav-tabs.nav-tabs-primary .nav-link:active, .theme-info .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-info .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #10aee6;
  background-color: transparent;
  color: #10aee6; }
.theme-info .nav-tabs.nav-tabs-info .nav-link:hover, .theme-info .nav-tabs.nav-tabs-info .nav-link:active, .theme-info .nav-tabs.nav-tabs-info .nav-link:focus, .theme-info .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #3661e4;
  background-color: #6384ea;
  color: #ffffff; }
.theme-info .nav-tabs.nav-tabs-success .nav-link:hover, .theme-info .nav-tabs.nav-tabs-success .nav-link:active, .theme-info .nav-tabs.nav-tabs-success .nav-link:focus, .theme-info .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #23bd70;
  background-color: transparent;
  color: #23bd70; }
.theme-info .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-info .nav-tabs.nav-tabs-danger .nav-link:active, .theme-info .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-info .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #e5104f;
  background-color: transparent;
  color: #e5104f; }
.theme-info .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-info .nav-tabs.nav-tabs-warning .nav-link:active, .theme-info .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-info .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #d0a005;
  background-color: transparent;
  color: #d0a005; }
.theme-info .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #10aee6; }
.theme-info .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #3661e4; }
.theme-info .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #23bd70; }
.theme-info .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #e5104f; }
.theme-info .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #d0a005; }
.theme-info .nav-tabs .nav-link.active {
  border-bottom-color: #38c1f1;
  background-color: #38c1f1;
  color: #ffffff; }
  .theme-info .nav-tabs .nav-link.active:hover, .theme-info .nav-tabs .nav-link.active:focus {
    border-bottom-color: #38c1f1;
    background-color: #38c1f1;
    color: #ffffff; }
.theme-info .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #38c1f1;
  background-color: #38c1f1; }
  .theme-info .nav-tabs .nav-item.open .nav-link:hover, .theme-info .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #38c1f1;
    background-color: #38c1f1; }

/*---todo---*/
.theme-info .todo-list .primary {
  border-left-color: #38c1f1; }
.theme-info .todo-list .info {
  border-left-color: #38c1f1; }
.theme-info .todo-list .success {
  border-left-color: #39DA8A; }
.theme-info .todo-list .danger {
  border-left-color: #f1376e; }
.theme-info .todo-list .warning {
  border-left-color: #f9c20f; }

/*---timeline---*/
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #38c1f1;
  border: 1px solid #38c1f1;
  color: #ffffff; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-info .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #38c1f1;
    border-right-color: #38c1f1; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #6384ea;
  border: 1px solid #6384ea;
  color: #ffffff; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-info .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #6384ea;
    border-right-color: #6384ea; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #39DA8A;
  border: 1px solid #39DA8A;
  color: #ffffff; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-info .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #39DA8A;
    border-right-color: #39DA8A; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #f1376e;
  border: 1px solid #f1376e;
  color: #ffffff; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-info .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #f1376e;
    border-right-color: #f1376e; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #f9c20f;
  border: 1px solid #f9c20f;
  color: #ffffff; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-info .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #f9c20f;
    border-right-color: #f9c20f; }
  .theme-info .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #38c1f1;
  background-color: #ffffff; }
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #6384ea;
  background-color: #ffffff; }
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #39DA8A;
  background-color: #ffffff; }
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #f1376e;
  background-color: #ffffff; }
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #f9c20f;
  background-color: #ffffff; }
.theme-info .timeline .timeline-label .label-primary {
  background-color: #38c1f1; }
.theme-info .timeline .timeline-label .label-info {
  background-color: #6384ea; }
.theme-info .timeline .timeline-label .label-success {
  background-color: #39DA8A; }
.theme-info .timeline .timeline-label .label-danger {
  background-color: #f1376e; }
.theme-info .timeline .timeline-label .label-warning {
  background-color: #f9c20f; }
.theme-info .timeline__year, .theme-info .timeline5:before, .theme-info .timeline__box:before, .theme-info .timeline__date {
  background-color: #38c1f1; }
.theme-info .timeline__post {
  border-left: 3px solid #38c1f1; }

/*---daterangepicker---*/
.theme-info .daterangepicker td.active {
  background-color: #38c1f1; }
  .theme-info .daterangepicker td.active:hover {
    background-color: #38c1f1; }
.theme-info .daterangepicker .input-mini.active {
  border: 1px solid #38c1f1; }
.theme-info .ranges li:hover, .theme-info .ranges li:active, .theme-info .ranges li.active {
  border: 1px solid #38c1f1;
  background-color: #38c1f1; }

/*---control-sidebar---*/
.theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #38c1f1;
  color: #38c1f1; }
.theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #38c1f1;
  color: #38c1f1; }
  .theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #38c1f1;
    color: #38c1f1; }
.theme-info .control-sidebar .rpanel-title .btn:hover {
  color: #38c1f1; }

/*---nav---*/
.theme-info .nav > li > a:hover, .theme-info .nav > li > a:active, .theme-info .nav > li > a:focus {
  color: #38c1f1; }
.theme-info .nav-pills > li > a.active {
  border-top-color: #38c1f1;
  background-color: #38c1f1 !important;
  color: #ffffff; }
  .theme-info .nav-pills > li > a.active:hover, .theme-info .nav-pills > li > a.active:focus {
    border-top-color: #38c1f1;
    background-color: #38c1f1 !important;
    color: #ffffff; }
.theme-info .mailbox-nav .nav-pills > li > a:hover, .theme-info .mailbox-nav .nav-pills > li > a:focus {
  border-color: #38c1f1; }
.theme-info .mailbox-nav .nav-pills > li > a.active {
  border-color: #38c1f1; }
  .theme-info .mailbox-nav .nav-pills > li > a.active:hover, .theme-info .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #38c1f1; }
.theme-info .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #38c1f1; }
.theme-info .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #38c1f1; }
.theme-info .customtab li a.nav-link.active {
  border-bottom: 2px solid #38c1f1; }

/*---form-element---*/
.theme-info .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #38c1f1, #6384ea), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-info .form-element .form-control {
  background-image: linear-gradient(45deg, #38c1f1, #6384ea), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-info .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #38c1f1, #6384ea), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-info .form-control:focus {
  border-color: #38c1f1; }
.theme-info [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #38c1f1;
  border-bottom: 2px solid #38c1f1; }
.theme-info [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #6384ea;
  border-bottom: 2px solid #6384ea; }
.theme-info [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #39DA8A;
  border-bottom: 2px solid #39DA8A; }
.theme-info [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #f1376e;
  border-bottom: 2px solid #f1376e; }
.theme-info [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #f9c20f;
  border-bottom: 2px solid #f9c20f; }
.theme-info [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #38c1f1;
  background-color: #38c1f1; }
.theme-info [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #6384ea;
  background-color: #6384ea; }
.theme-info [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #39DA8A;
  background-color: #39DA8A; }
.theme-info [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #f1376e;
  background-color: #f1376e; }
.theme-info [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #f9c20f;
  background-color: #f9c20f; }
.theme-info [type=radio].radio-col-primary:checked + label:after {
  background-color: #38c1f1;
  border-color: #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #38c1f1;
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].radio-col-info:checked + label:after {
  background-color: #6384ea;
  border-color: #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #6384ea;
  border: 2px solid #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].radio-col-success:checked + label:after {
  background-color: #39DA8A;
  border-color: #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #39DA8A;
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].radio-col-danger:checked + label:after {
  background-color: #f1376e;
  border-color: #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #f1376e;
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].radio-col-warning:checked + label:after {
  background-color: #f9c20f;
  border-color: #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #f9c20f;
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-info [type=checkbox]:checked + label:before {
  border-right: 2px solid #38c1f1;
  border-bottom: 2px solid #38c1f1; }
.theme-info [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #38c1f1;
  background-color: #38c1f1; }
.theme-info [type=radio].with-gap:checked + label:before, .theme-info [type=radio].with-gap:checked + label:after {
  border: 2px solid #38c1f1; }
.theme-info [type=radio].with-gap:checked + label:after {
  background-color: #38c1f1;
  z-index: 0; }
.theme-info [type=radio]:checked + label:after {
  border: 2px solid #38c1f1;
  background-color: #38c1f1;
  z-index: 0; }
.theme-info [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #38c1f1;
  background-color: #38c1f1; }

/*---Calender---*/
.theme-info .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #38c1f1; }
.theme-info .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #38c1f1;
  border-color: #38c1f1; }
.theme-info .fc-event, .theme-info .calendar-event {
  background: #38c1f1; }

/*---Tabs---*/
.theme-info .tabs-vertical li .nav-link:hover, .theme-info .tabs-vertical li .nav-link:active, .theme-info .tabs-vertical li .nav-link:focus, .theme-info .tabs-vertical li .nav-link.active {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-info .customvtab .tabs-vertical li .nav-link:hover, .theme-info .customvtab .tabs-vertical li .nav-link:active, .theme-info .customvtab .tabs-vertical li .nav-link:focus, .theme-info .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #38c1f1;
  color: #38c1f1; }
.theme-info .customtab2 li a.nav-link:hover, .theme-info .customtab2 li a.nav-link:active, .theme-info .customtab2 li a.nav-link.active {
  background-color: #38c1f1; }

.rtl.theme-info .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-info .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-info .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-info .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #38c1f1; }

/*---Notification---*/
.theme-info .jq-icon-primary {
  background-color: #38c1f1;
  color: #ffffff;
  border-color: #38c1f1; }
.theme-info .jq-icon-info {
  background-color: #6384ea;
  color: #ffffff;
  border-color: #6384ea; }
.theme-info .jq-icon-success {
  background-color: #39DA8A;
  color: #ffffff;
  border-color: #38c1f1; }
.theme-info .jq-icon-error {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-info .jq-icon-danger {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-info .jq-icon-warning {
  background-color: #f9c20f;
  color: #ffffff;
  border-color: #f9c20f; }

/*---avatar---*/
.theme-info .avatar.status-primary::after {
  background-color: #38c1f1; }
.theme-info .avatar.status-info::after {
  background-color: #6384ea; }
.theme-info .avatar.status-success::after {
  background-color: #39DA8A; }
.theme-info .avatar.status-danger::after {
  background-color: #f1376e; }
.theme-info .avatar.status-warning::after {
  background-color: #f9c20f; }
.theme-info .avatar[class*='status-']::after {
  background-color: #38c1f1; }
.theme-info .avatar-add:hover {
  background-color: #10aee6;
  border-color: #10aee6; }

/*---media---*/
.theme-info .media-chat.media-chat-reverse .media-body p {
  background-color: #38c1f1; }
.theme-info .media-right-out a:hover {
  color: #10aee6; }

/*---control---*/
.theme-info .control input:checked:focus ~ .control_indicator {
  background-color: #38c1f1; }
.theme-info .control input:checked ~ .control_indicator {
  background-color: #38c1f1; }
.theme-info .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #38c1f1; }

/*---flex---*/
.theme-info .flex-column > li > a.nav-link.active {
  border-left-color: #38c1f1; }
  .theme-info .flex-column > li > a.nav-link.active:hover {
    border-left-color: #38c1f1; }

/*---pagination---*/
.theme-info .pagination li a.current {
  border: 1px solid #38c1f1;
  background-color: #38c1f1; }
  .theme-info .pagination li a.current:hover {
    border: 1px solid #38c1f1;
    background-color: #38c1f1; }
.theme-info .pagination li a:hover {
  border: 1px solid #10aee6;
  background-color: #10aee6 !important; }
.theme-info .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #38c1f1;
  background-color: #38c1f1; }
  .theme-info .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #38c1f1;
    background-color: #38c1f1; }
.theme-info .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #38c1f1; }
.theme-info .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #38c1f1; }
.theme-info .footable .pagination li a:hover, .theme-info .footable .pagination li a:active, .theme-info .footable .pagination li a.active {
  background-color: #38c1f1; }

/*---dataTables---*/
.theme-info .dt-buttons .dt-button {
  background-color: #38c1f1; }

/*---select2---*/
.theme-info .select2-container--default.select2-container--open {
  border-color: #38c1f1; }
.theme-info .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #38c1f1; }
.theme-info .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #38c1f1 !important; }
.theme-info .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #38c1f1 !important; }
.theme-info .select2-container--default .select2-selection--multiple:focus {
  border-color: #38c1f1 !important; }
.theme-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #38c1f1;
  border-color: #38c1f1; }

/*---Other---*/
.theme-info .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #10aee6; }
.theme-info .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #10aee6; }
.theme-info .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #10aee6; }
.theme-info [data-overlay-primary]::before {
  background: #10aee6; }

/*---wizard---*/
.theme-info .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #38c1f1;
  background-color: #38c1f1; }
.theme-info .wizard-content .wizard > .steps > ul > li.done {
  border-color: #10aee6;
  background-color: #10aee6; }
.theme-info .wizard-content .wizard > .actions > ul > li > a {
  background-color: #38c1f1; }
.theme-info .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #38c1f1; }
.theme-info .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #38c1f1; }
.theme-info .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #38c1f1; }
.theme-info .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #38c1f1; }
.theme-info .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #38c1f1;
  color: #38c1f1; }
  .theme-info .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #38c1f1; }
.theme-info .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #38c1f1; }

@media (max-width: 767px) {
  .theme-info .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #38c1f1; } }
@media (max-width: 575px) {
  .theme-info .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #38c1f1; } }
/*---slider---*/
.theme-info #primary .slider-selection {
  background-color: #38c1f1; }
.theme-info #info .slider-selection {
  background-color: #6384ea; }
.theme-info #success .slider-selection {
  background-color: #39DA8A; }
.theme-info #danger .slider-selection {
  background-color: #f1376e; }
.theme-info #warning .slider-selection {
  background-color: #f9c20f; }

/*---horizontal-timeline---*/
.theme-info .cd-horizontal-timeline .events a.selected::after {
  background: #38c1f1;
  border-color: #38c1f1; }
.theme-info .cd-horizontal-timeline .events a.older-event::after {
  border-color: #38c1f1; }
.theme-info .cd-horizontal-timeline .filling-line {
  background: #38c1f1; }
.theme-info .cd-horizontal-timeline a {
  color: #38c1f1; }
  .theme-info .cd-horizontal-timeline a:hover, .theme-info .cd-horizontal-timeline a:focus {
    color: #38c1f1; }
.theme-info .cd-timeline-navigation a:hover, .theme-info .cd-timeline-navigation a:focus {
  border-color: #38c1f1; }

/**************************************
Theme Success Color
**************************************/
.bg-gradient-success, .theme-success .bg-gradient-success, .theme-success .art-bg {
  background: linear-gradient(45deg, #39DA8A, #38c1f1); }

.bg-light-body {
  background: transparent; }

.theme-success.fixed .main-header {
  background: #f8f8f8; }
.theme-success .main-header {
  background: #ffffff; }

.theme-success.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-success-dark, .dark-skin.theme-success .bg-gradient-success, .dark-skin.theme-success .art-bg {
  background-image: linear-gradient(45deg, #1b9257, #0d8ab6); }

.bg-dark-body {
  background: #1a233a; }

.dark-skin.theme-success.fixed .main-header {
  background: #1a233a; }
.dark-skin.theme-success .main-header {
  background: #1a233a; }

@media (max-width: 767px) {
  .theme-success.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-success.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-success.fixed .main-header {
    background-image: #1a233a; } }
.theme-success a:hover, .theme-success a:active, .theme-success a:focus {
  color: #39DA8A; }
.theme-success .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-success .main-sidebar .svg-icon:hover, .theme-success .main-sidebar .svg-icon:active, .theme-success .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-success .main-sidebar a:hover .svg-icon, .theme-success .main-sidebar a:active .svg-icon, .theme-success .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-success .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-success .svg-icon:hover, .theme-success .svg-icon:active, .theme-success .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-success a:hover .svg-icon, .theme-success a:active .svg-icon, .theme-success a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-success.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #39DA8A !important; }
  .theme-success.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #39DA8A; }
  .theme-success.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #39DA8A;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-success.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-success.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-success.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #39DA8A !important; }
.theme-success.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #39DA8A !important; }
  .theme-success.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #39DA8A; }
  .theme-success.dark-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #39DA8A;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-success.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #333333 transparent transparent !important; }
.theme-success.dark-skin .sidebar-menu > li.active.treeview.treeview > a {
  background: transparent; }
  .theme-success.dark-skin .sidebar-menu > li.active.treeview.treeview > a > i {
    color: #39DA8A; }
  .theme-success.dark-skin .sidebar-menu > li.active.treeview.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-success.dark-skin .sidebar-menu > li.active.treeview.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-success.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #39DA8A !important; }
.theme-success.light-skin .sidebar-menu > li:hover, .theme-success.light-skin .sidebar-menu > li:active, .theme-success.light-skin .sidebar-menu > li.active {
  background-color: rgba(57, 218, 138, 0);
  color: #39da8a;
  border-left: 0px solid rgba(57, 218, 138, 0); }
  .theme-success.light-skin .sidebar-menu > li:hover a, .theme-success.light-skin .sidebar-menu > li:active a, .theme-success.light-skin .sidebar-menu > li.active a {
    color: #39da8a; }
    .theme-success.light-skin .sidebar-menu > li:hover a > i, .theme-success.light-skin .sidebar-menu > li:active a > i, .theme-success.light-skin .sidebar-menu > li.active a > i {
      color: #b5b5c3;
      background-color: rgba(57, 218, 138, 0); }
    .theme-success.light-skin .sidebar-menu > li:hover a > svg, .theme-success.light-skin .sidebar-menu > li:active a > svg, .theme-success.light-skin .sidebar-menu > li.active a > svg {
      color: #39DA8A;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-success.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-success.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-success.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-success.light-skin .sidebar-menu > li.active {
  background-color: rgba(57, 218, 138, 0);
  color: #39da8a;
  border-left: 0px solid #39da8a; }
  .theme-success.light-skin .sidebar-menu > li.active a {
    color: #39da8a;
    background-color: transparent; }
    .theme-success.light-skin .sidebar-menu > li.active a > i {
      color: #39DA8A;
      background-color: rgba(57, 218, 138, 0); }
    .theme-success.light-skin .sidebar-menu > li.active a > svg {
      color: #39DA8A;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-success.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(57, 218, 138, 0);
    color: #39da8a; }
    .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #39da8a; }
      .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #39da8a;
        background-color: rgba(57, 218, 138, 0); }
  .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #b5b5c3;
    background-color: rgba(57, 218, 138, 0); }
  .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(57, 218, 138, 0);
    color: #39da8a; }
    .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #39da8a; }
      .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #39da8a;
        background-color: rgba(57, 218, 138, 0); }
  .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(57, 218, 138, 0);
    color: #39da8a; }
    .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #39da8a; }
      .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #39da8a;
        background-color: rgba(57, 218, 138, 0); }
  .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(57, 218, 138, 0); }
.theme-success.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #39da8a;
  border-right: 0px solid #39da8a; }
.theme-success.dark-skin .sidebar-menu > li.active {
  background-color: rgba(57, 218, 138, 0);
  color: white;
  border-left: 0px solid #39da8a; }
  .theme-success.dark-skin .sidebar-menu > li.active a {
    color: white;
    background-color: transparent; }
    .theme-success.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-success.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(57, 218, 138, 0);
    color: #39da8a; }
    .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: #39da8a !important; }
  .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(57, 218, 138, 0);
    color: #39da8a; }
    .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #39da8a; }
      .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #39da8a;
        background-color: rgba(57, 218, 138, 0); }
  .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(57, 218, 138, 0);
    color: #39da8a; }
    .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #39da8a; }
      .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #39da8a;
        background-color: rgba(57, 218, 138, 0); }
  .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(57, 218, 138, 0); }
.theme-success.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #39da8a;
  border-right: 0px solid #39da8a; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(57, 218, 138, 0.2);
    color: #39da8a; } }
/*---Main Nav---*/
.theme-success .sm-blue li.current > a, .theme-success .sm-blue li.highlighted > a {
  background: #39DA8A;
  color: #ffffff !important; }
  .theme-success .sm-blue li.current > a:hover, .theme-success .sm-blue li.current > a:active, .theme-success .sm-blue li.current > a:focus, .theme-success .sm-blue li.highlighted > a:hover, .theme-success .sm-blue li.highlighted > a:active, .theme-success .sm-blue li.highlighted > a:focus {
    background: #39DA8A;
    color: #ffffff !important; }
.theme-success .sm-blue a.current, .theme-success .sm-blue a.highlighted {
  background: #39DA8A;
  color: #ffffff !important; }
.theme-success .sm-blue a:hover, .theme-success .sm-blue a:active, .theme-success .sm-blue a:focus {
  background: #39DA8A;
  color: #ffffff !important; }
.theme-success .sm-blue ul a:hover, .theme-success .sm-blue ul a:active, .theme-success .sm-blue ul a:focus {
  background: #ebedf3;
  color: #39DA8A !important; }
.theme-success .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #39DA8A !important; }

.dark-skin.theme-success .sm-blue a.current, .dark-skin.theme-success .sm-blue a.highlighted {
  background: #39DA8A;
  color: #ffffff !important; }
.dark-skin.theme-success .sm-blue a:hover, .dark-skin.theme-success .sm-blue a:active, .dark-skin.theme-success .sm-blue a:focus {
  background: #39DA8A;
  color: #ffffff !important; }
.dark-skin.theme-success .sm-blue ul a:hover, .dark-skin.theme-success .sm-blue ul a:active, .dark-skin.theme-success .sm-blue ul a:focus {
  background: #29354b;
  color: #39DA8A !important; }
.dark-skin.theme-success .sm-blue ul a.highlighted {
  background: #29354b;
  color: #39DA8A !important; }

/*---Primary Button---*/
.theme-success .btn-link {
  color: #39DA8A; }
.theme-success .btn-primary {
  background-color: #39DA8A;
  border-color: #39DA8A;
  color: #ffffff; }
  .theme-success .btn-primary:hover, .theme-success .btn-primary:active, .theme-success .btn-primary:focus, .theme-success .btn-primary.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
  .theme-success .btn-primary:disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
  .theme-success .btn-primary.disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
.theme-success .show > .btn-primary.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-primary {
  color: #39DA8A;
  background-color: transparent;
  border-color: #39DA8A !important; }
  .theme-success .btn-outline.btn-primary:hover, .theme-success .btn-outline.btn-primary:active, .theme-success .btn-outline.btn-primary.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-primary {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-primary:hover, .theme-success .btn-flat.btn-primary:active, .theme-success .btn-flat.btn-primary.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-success .btn-info {
  background-color: #38c1f1;
  border-color: #38c1f1;
  color: #ffffff; }
  .theme-success .btn-info:hover, .theme-success .btn-info:active, .theme-success .btn-info:focus, .theme-success .btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
  .theme-success .btn-info:disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
  .theme-success .btn-info.disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
.theme-success .show > .btn-info.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-info {
  color: #38c1f1;
  background-color: transparent;
  border-color: #38c1f1 !important; }
  .theme-success .btn-outline.btn-info:hover, .theme-success .btn-outline.btn-info:active, .theme-success .btn-outline.btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-info {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-info:hover, .theme-success .btn-flat.btn-info:active, .theme-success .btn-flat.btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-success .btn-success {
  background-color: #6384ea;
  border-color: #6384ea;
  color: #ffffff; }
  .theme-success .btn-success:hover, .theme-success .btn-success:active, .theme-success .btn-success:focus, .theme-success .btn-success.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }
  .theme-success .btn-success:disabled {
    background-color: #bdcbf6;
    border-color: #6384ea;
    opacity: 0.5; }
  .theme-success .btn-success.disabled {
    background-color: #bdcbf6;
    border-color: #6384ea;
    opacity: 0.5; }
.theme-success .show > .btn-success.dropdown-toggle {
  background-color: #3661e4 !important;
  border-color: #3661e4 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-success {
  color: #6384ea;
  background-color: transparent;
  border-color: #6384ea !important; }
  .theme-success .btn-outline.btn-success:hover, .theme-success .btn-outline.btn-success:active, .theme-success .btn-outline.btn-success.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #3661e4 !important;
  border-color: #3661e4 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-success {
  color: #6384ea !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-success:hover, .theme-success .btn-flat.btn-success:active, .theme-success .btn-flat.btn-success.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-success .btn-danger {
  background-color: #f1376e;
  border-color: #f1376e;
  color: #ffffff; }
  .theme-success .btn-danger:hover, .theme-success .btn-danger:active, .theme-success .btn-danger:focus, .theme-success .btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }
  .theme-success .btn-danger:disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
  .theme-success .btn-danger.disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
.theme-success .show > .btn-danger.dropdown-toggle {
  background-color: #e5104f !important;
  border-color: #e5104f !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-danger {
  color: #f1376e;
  background-color: transparent;
  border-color: #f1376e !important; }
  .theme-success .btn-outline.btn-danger:hover, .theme-success .btn-outline.btn-danger:active, .theme-success .btn-outline.btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #e5104f !important;
  border-color: #e5104f !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-danger {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-danger:hover, .theme-success .btn-flat.btn-danger:active, .theme-success .btn-flat.btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-success .btn-warning {
  background-color: #f9c20f;
  border-color: #f9c20f;
  color: #ffffff; }
  .theme-success .btn-warning:hover, .theme-success .btn-warning:active, .theme-success .btn-warning:focus, .theme-success .btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
  .theme-success .btn-warning:disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
  .theme-success .btn-warning.disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
.theme-success .show > .btn-warning.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-warning {
  color: #f9c20f;
  background-color: transparent;
  border-color: #f9c20f !important; }
  .theme-success .btn-outline.btn-warning:hover, .theme-success .btn-outline.btn-warning:active, .theme-success .btn-outline.btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-warning {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-warning:hover, .theme-success .btn-flat.btn-warning:active, .theme-success .btn-flat.btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-success .btn-primary-light {
  background-color: #caffe5;
  border-color: #caffe5;
  color: #39DA8A; }
  .theme-success .btn-primary-light:hover, .theme-success .btn-primary-light:active, .theme-success .btn-primary-light:focus, .theme-success .btn-primary-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
  .theme-success .btn-primary-light:disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
  .theme-success .btn-primary-light.disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
.theme-success .show > .btn-primary-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-primary-light {
  color: #39DA8A;
  background-color: transparent;
  border-color: #caffe5 !important; }
  .theme-success .btn-outline.btn-primary-light:hover, .theme-success .btn-outline.btn-primary-light:active, .theme-success .btn-outline.btn-primary-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-primary-light {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-primary-light:hover, .theme-success .btn-flat.btn-primary-light:active, .theme-success .btn-flat.btn-primary-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-success .btn-info-light {
  background-color: #def6ff;
  border-color: #def6ff;
  color: #38c1f1; }
  .theme-success .btn-info-light:hover, .theme-success .btn-info-light:active, .theme-success .btn-info-light:focus, .theme-success .btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
  .theme-success .btn-info-light:disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
  .theme-success .btn-info-light.disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
.theme-success .show > .btn-info.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-info-light {
  color: #38c1f1;
  background-color: transparent;
  border-color: #def6ff !important; }
  .theme-success .btn-outline.btn-info-light:hover, .theme-success .btn-outline.btn-info-light:active, .theme-success .btn-outline.btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-info-light {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-info-light:hover, .theme-success .btn-flat.btn-info-light:active, .theme-success .btn-flat.btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-success .btn-success-light {
  background-color: #e1f0ff;
  border-color: #e1f0ff;
  color: #6384ea; }
  .theme-success .btn-success-light:hover, .theme-success .btn-success-light:active, .theme-success .btn-success-light:focus, .theme-success .btn-success-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }
  .theme-success .btn-success-light:disabled {
    background-color: white;
    border-color: #e1f0ff;
    opacity: 0.5; }
  .theme-success .btn-success-light.disabled {
    background-color: white;
    border-color: #e1f0ff;
    opacity: 0.5; }
.theme-success .show > .btn-success-light.dropdown-toggle {
  background-color: #6384ea !important;
  border-color: #6384ea !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-success-light {
  color: #6384ea;
  background-color: transparent;
  border-color: #e1f0ff !important; }
  .theme-success .btn-outline.btn-success-light:hover, .theme-success .btn-outline.btn-success-light:active, .theme-success .btn-outline.btn-success-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #6384ea !important;
  border-color: #6384ea !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-success-light {
  color: #6384ea !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-success-light:hover, .theme-success .btn-flat.btn-success-light:active, .theme-success .btn-flat.btn-success-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-success .btn-danger-light {
  background-color: #ffe2e5;
  border-color: #ffe2e5;
  color: #f1376e; }
  .theme-success .btn-danger-light:hover, .theme-success .btn-danger-light:active, .theme-success .btn-danger-light:focus, .theme-success .btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
  .theme-success .btn-danger-light:disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
  .theme-success .btn-danger-light.disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
.theme-success .show > .btn-danger-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-danger-light {
  color: #f1376e;
  background-color: transparent;
  border-color: #ffe2e5 !important; }
  .theme-success .btn-outline.btn-danger-light:hover, .theme-success .btn-outline.btn-danger-light:active, .theme-success .btn-outline.btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-danger-light {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-danger-light:hover, .theme-success .btn-flat.btn-danger-light:active, .theme-success .btn-flat.btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-success .btn-warning-light {
  background-color: #fff4de;
  border-color: #fff4de;
  color: #f9c20f; }
  .theme-success .btn-warning-light:hover, .theme-success .btn-warning-light:active, .theme-success .btn-warning-light:focus, .theme-success .btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
  .theme-success .btn-warning-light:disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
  .theme-success .btn-warning-light.disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
.theme-success .show > .btn-warning-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-success .btn-outline.btn-warning-light {
  color: #f9c20f;
  background-color: transparent;
  border-color: #fff4de !important; }
  .theme-success .btn-outline.btn-warning-light:hover, .theme-success .btn-outline.btn-warning-light:active, .theme-success .btn-outline.btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
.theme-success .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-success .btn-flat.btn-warning-light {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-success .btn-flat.btn-warning-light:hover, .theme-success .btn-flat.btn-warning-light:active, .theme-success .btn-flat.btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-success .callout.callout-primary {
  border-color: #39DA8A;
  background-color: #39DA8A !important; }
.theme-success .callout.callout-info {
  border-color: #38c1f1;
  background-color: #38c1f1 !important; }
.theme-success .callout.callout-success {
  border-color: #6384ea;
  background-color: #6384ea !important; }
.theme-success .callout.callout-danger {
  border-color: #f1376e;
  background-color: #f1376e !important; }
.theme-success .callout.callout-warning {
  border-color: #f9c20f;
  background-color: #f9c20f !important; }

/*---alert---*/
.theme-success .alert-primary {
  border-color: #39DA8A;
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-success .alert-info {
  border-color: #38c1f1;
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-success .alert-success {
  border-color: #6384ea;
  background-color: #6384ea !important;
  color: #ffffff; }
.theme-success .alert-danger {
  border-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-success .alert-error {
  border-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-success .alert-warning {
  border-color: #f9c20f;
  background-color: #f9c20f !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-success .direct-chat-primary .right > .direct-chat-text p {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-success .direct-chat-primary .right > .direct-chat-text:before, .theme-success .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #39DA8A; }
.theme-success .direct-chat-info .right > .direct-chat-text p {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-success .direct-chat-info .right > .direct-chat-text:before, .theme-success .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #38c1f1; }
.theme-success .direct-chat-success .right > .direct-chat-text p {
  background-color: #6384ea;
  color: #ffffff; }
.theme-success .direct-chat-success .right > .direct-chat-text:before, .theme-success .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #6384ea; }
.theme-success .direct-chat-danger .right > .direct-chat-text p {
  background-color: #f1376e;
  color: #ffffff; }
.theme-success .direct-chat-danger .right > .direct-chat-text:before, .theme-success .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #f1376e; }
.theme-success .direct-chat-warning .right > .direct-chat-text p {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-success .direct-chat-warning .right > .direct-chat-text:before, .theme-success .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #f9c20f; }
.theme-success .right .direct-chat-text p {
  background-color: #39DA8A; }

/*---modal---*/
.theme-success .modal-primary .modal-footer, .theme-success .modal-primary .modal-header {
  border-color: #39DA8A; }
.theme-success .modal-primary .modal-body {
  background-color: #39DA8A !important; }
.theme-success .modal-info .modal-footer, .theme-success .modal-info .modal-header {
  border-color: #38c1f1; }
.theme-success .modal-info .modal-body {
  background-color: #38c1f1 !important; }
.theme-success .modal-success .modal-footer, .theme-success .modal-success .modal-header {
  border-color: #6384ea; }
.theme-success .modal-success .modal-body {
  background-color: #6384ea !important; }
.theme-success .modal-danger .modal-footer, .theme-success .modal-danger .modal-header {
  border-color: #f1376e; }
.theme-success .modal-danger .modal-body {
  background-color: #f1376e !important; }
.theme-success .modal-warning .modal-footer, .theme-success .modal-warning .modal-header {
  border-color: #f9c20f; }
.theme-success .modal-warning .modal-body {
  background-color: #f9c20f !important; }

/*---border---*/
.theme-success .border-primary {
  border-color: #39DA8A !important; }
.theme-success .border-info {
  border-color: #38c1f1 !important; }
.theme-success .border-success {
  border-color: #6384ea !important; }
.theme-success .border-danger {
  border-color: #f1376e !important; }
.theme-success .border-warning {
  border-color: #f9c20f !important; }

/*---Background---*/
.theme-success .bg-primary {
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-success .bg-primary-light {
  background-color: #caffe5 !important;
  color: #39DA8A; }
.theme-success .bg-info {
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-success .bg-info-light {
  background-color: #def6ff !important;
  color: #38c1f1; }
.theme-success .bg-success {
  background-color: #6384ea !important;
  color: #ffffff; }
.theme-success .bg-success-light {
  background-color: #e1f0ff !important;
  color: #6384ea; }
.theme-success .bg-danger {
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-success .bg-danger-light {
  background-color: #ffe2e5 !important;
  color: #f1376e; }
.theme-success .bg-warning {
  background-color: #f9c20f !important;
  color: #ffffff; }
.theme-success .bg-warning-light {
  background-color: #fff4de !important;
  color: #f9c20f; }

/*---text---*/
.theme-success .text-primary {
  color: #39DA8A !important; }
.theme-success a.text-primary:hover, .theme-success a.text-primary:focus {
  color: #39DA8A !important; }
.theme-success .hover-primary:hover, .theme-success .hover-primary:focus {
  color: #39DA8A !important; }
.theme-success .text-info {
  color: #38c1f1 !important; }
.theme-success a.text-info:hover, .theme-success a.text-info:focus {
  color: #38c1f1 !important; }
.theme-success .hover-info:hover, .theme-success .hover-info:focus {
  color: #38c1f1 !important; }
.theme-success .text-success {
  color: #6384ea !important; }
.theme-success a.text-success:hover, .theme-success a.text-success:focus {
  color: #6384ea !important; }
.theme-success .hover-success:hover, .theme-success .hover-success:focus {
  color: #6384ea !important; }
.theme-success .text-danger {
  color: #f1376e !important; }
.theme-success a.text-danger:hover, .theme-success a.text-danger:focus {
  color: #f1376e !important; }
.theme-success .hover-danger:hover, .theme-success .hover-danger:focus {
  color: #f1376e !important; }
.theme-success .text-warning {
  color: #f9c20f !important; }
.theme-success a.text-warning:hover, .theme-success a.text-warning:focus {
  color: #f9c20f !important; }
.theme-success .hover-warning:hover, .theme-success .hover-warning:focus {
  color: #f9c20f !important; }

/*---active background---*/
.theme-success .active.active-primary {
  background-color: #23bd70 !important; }
.theme-success .active.active-info {
  background-color: #10aee6 !important; }
.theme-success .active.active-success {
  background-color: #3661e4 !important; }
.theme-success .active.active-danger {
  background-color: #e5104f !important; }
.theme-success .active.active-warning {
  background-color: #d0a005 !important; }

/*---label background---*/
.theme-success .label-primary {
  background-color: #39DA8A !important; }
.theme-success .label-info {
  background-color: #38c1f1 !important; }
.theme-success .label-success {
  background-color: #6384ea !important; }
.theme-success .label-danger {
  background-color: #f1376e !important; }
.theme-success .label-warning {
  background-color: #f9c20f !important; }

/*---ribbon---*/
.theme-success .ribbon-box .ribbon-primary {
  background-color: #39DA8A; }
  .theme-success .ribbon-box .ribbon-primary:before {
    border-color: #39DA8A transparent transparent; }
.theme-success .ribbon-box .ribbon-two-primary span {
  background-color: #39DA8A; }
  .theme-success .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
  .theme-success .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
.theme-success .ribbon-box .ribbon-info {
  background-color: #38c1f1; }
  .theme-success .ribbon-box .ribbon-info:before {
    border-color: #38c1f1 transparent transparent; }
.theme-success .ribbon-box .ribbon-two-info span {
  background-color: #38c1f1; }
  .theme-success .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
  .theme-success .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
.theme-success .ribbon-box .ribbon-success {
  background-color: #6384ea; }
  .theme-success .ribbon-box .ribbon-success:before {
    border-color: #6384ea transparent transparent; }
.theme-success .ribbon-box .ribbon-two-success span {
  background-color: #6384ea; }
  .theme-success .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #3661e4;
    border-top: 3px solid #3661e4; }
  .theme-success .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #3661e4;
    border-top: 3px solid #3661e4; }
.theme-success .ribbon-box .ribbon-danger {
  background-color: #f1376e; }
  .theme-success .ribbon-box .ribbon-danger:before {
    border-color: #f1376e transparent transparent; }
.theme-success .ribbon-box .ribbon-two-danger span {
  background-color: #f1376e; }
  .theme-success .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
  .theme-success .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
.theme-success .ribbon-box .ribbon-warning {
  background-color: #f9c20f; }
  .theme-success .ribbon-box .ribbon-warning:before {
    border-color: #f9c20f transparent transparent; }
.theme-success .ribbon-box .ribbon-two-warning span {
  background-color: #f9c20f; }
  .theme-success .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }
  .theme-success .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }

/*---Box---*/
.theme-success .box-primary {
  background-color: #39DA8A !important; }
  .theme-success .box-primary.box-bordered {
    border-color: #39DA8A; }
.theme-success .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #39DA8A; }
.theme-success .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #39DA8A; }
  .theme-success .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-success .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-success .box-info {
  background-color: #38c1f1 !important; }
  .theme-success .box-info.box-bordered {
    border-color: #38c1f1; }
.theme-success .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #38c1f1; }
.theme-success .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #38c1f1; }
  .theme-success .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-success .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-success .box-success {
  background-color: #6384ea !important; }
  .theme-success .box-success.box-bordered {
    border-color: #6384ea; }
.theme-success .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #6384ea; }
.theme-success .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #6384ea; }
  .theme-success .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-success .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-success .box-danger {
  background-color: #f1376e !important; }
  .theme-success .box-danger.box-bordered {
    border-color: #f1376e; }
.theme-success .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #f1376e; }
.theme-success .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #f1376e; }
  .theme-success .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-success .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-success .box-warning {
  background-color: #f9c20f !important; }
  .theme-success .box-warning.box-bordered {
    border-color: #f9c20f; }
.theme-success .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #f9c20f; }
.theme-success .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #f9c20f; }
  .theme-success .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-success .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-success .box-profile .social-states a:hover {
  color: #23bd70; }
.theme-success .box-controls li > a:hover {
  color: #23bd70; }
.theme-success .box-controls .dropdown.show > a {
  color: #23bd70; }
.theme-success .box-fullscreen .box-btn-fullscreen {
  color: #23bd70; }

/*---progress bar---*/
.theme-success .progress-bar-primary {
  background-color: #39DA8A; }
.theme-success .progress-bar-info {
  background-color: #38c1f1; }
.theme-success .progress-bar-success {
  background-color: #6384ea; }
.theme-success .progress-bar-danger {
  background-color: #f1376e; }
.theme-success .progress-bar-warning {
  background-color: #f9c20f; }

/*---panel---*/
.theme-success .panel-primary {
  border-color: #39DA8A; }
  .theme-success .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #39DA8A;
    border-color: #39DA8A; }
    .theme-success .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #39DA8A; }
    .theme-success .panel-primary > .panel-heading .badge-pill {
      color: #39DA8A;
      background-color: #ffffff; }
  .theme-success .panel-primary .panel-title, .theme-success .panel-primary .panel-action {
    color: #ffffff; }
  .theme-success .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #39DA8A; }
.theme-success .panel-line.panel-primary .panel-heading {
  color: #39DA8A;
  border-top-color: #39DA8A;
  background: transparent; }
.theme-success .panel-line.panel-primary .panel-title, .theme-success .panel-line.panel-primary .panel-action {
  color: #39DA8A; }
.theme-success .panel-info {
  border-color: #38c1f1; }
  .theme-success .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #38c1f1;
    border-color: #38c1f1; }
    .theme-success .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #38c1f1; }
    .theme-success .panel-info > .panel-heading .badge-pill {
      color: #38c1f1;
      background-color: #ffffff; }
  .theme-success .panel-info .panel-title, .theme-success .panel-info .panel-action {
    color: #ffffff; }
  .theme-success .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #38c1f1; }
.theme-success .panel-line.panel-info .panel-heading {
  color: #38c1f1;
  border-top-color: #38c1f1;
  background: transparent; }
.theme-success .panel-line.panel-info .panel-title, .theme-success .panel-line.panel-info .panel-action {
  color: #38c1f1; }
.theme-success .panel-success {
  border-color: #6384ea; }
  .theme-success .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #6384ea;
    border-color: #6384ea; }
    .theme-success .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #6384ea; }
    .theme-success .panel-success > .panel-heading .badge-pill {
      color: #6384ea;
      background-color: #ffffff; }
  .theme-success .panel-success .panel-title, .theme-success .panel-success .panel-action {
    color: #ffffff; }
  .theme-success .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6384ea; }
.theme-success .panel-line.panel-success .panel-heading {
  color: #6384ea;
  border-top-color: #6384ea;
  background: transparent; }
.theme-success .panel-line.panel-success .panel-title, .theme-success .panel-line.panel-success .panel-action {
  color: #6384ea; }
.theme-success .panel-danger {
  border-color: #f1376e; }
  .theme-success .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #f1376e;
    border-color: #f1376e; }
    .theme-success .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f1376e; }
    .theme-success .panel-danger > .panel-heading .badge-pill {
      color: #f1376e;
      background-color: #ffffff; }
  .theme-success .panel-danger .panel-title, .theme-success .panel-danger .panel-action {
    color: #ffffff; }
  .theme-success .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f1376e; }
.theme-success .panel-line.panel-danger .panel-heading {
  color: #f1376e;
  border-top-color: #f1376e;
  background: transparent; }
.theme-success .panel-line.panel-danger .panel-title, .theme-success .panel-line.panel-danger .panel-action {
  color: #f1376e; }
.theme-success .panel-warning {
  border-color: #f9c20f; }
  .theme-success .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #f9c20f;
    border-color: #f9c20f; }
    .theme-success .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f9c20f; }
    .theme-success .panel-warning > .panel-heading .badge-pill {
      color: #f9c20f;
      background-color: #ffffff; }
  .theme-success .panel-warning .panel-title, .theme-success .panel-warning .panel-action {
    color: #ffffff; }
  .theme-success .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f9c20f; }
.theme-success .panel-line.panel-warning .panel-heading {
  color: #f9c20f;
  border-top-color: #f9c20f;
  background: transparent; }
.theme-success .panel-line.panel-warning .panel-title, .theme-success .panel-line.panel-warning .panel-action {
  color: #f9c20f; }

/*---switch---*/
.theme-success .switch input:checked ~ .switch-indicator::after {
  background-color: #39DA8A; }
.theme-success .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #39DA8A; }
.theme-success .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #38c1f1; }
.theme-success .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #6384ea; }
.theme-success .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #f1376e; }
.theme-success .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #f9c20f; }

/*---badge---*/
.theme-success .badge-primary {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-success .badge-primary[href]:hover, .theme-success .badge-primary[href]:focus {
  background-color: #23bd70; }
.theme-success .badge-secondary {
  background-color: #e5eaee;
  color: #172b4c; }
.theme-success .badge-secondary[href]:hover, .theme-success .badge-secondary[href]:focus {
  background-color: #c6d1da; }
.theme-success .badge-info {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-success .badge-info[href]:hover, .theme-success .badge-info[href]:focus {
  background-color: #10aee6; }
.theme-success .badge-success {
  background-color: #6384ea;
  color: #ffffff; }
.theme-success .badge-success[href]:hover, .theme-success .badge-success[href]:focus {
  background-color: #3661e4; }
.theme-success .badge-danger {
  background-color: #f1376e;
  color: #ffffff; }
.theme-success .badge-danger[href]:hover, .theme-success .badge-danger[href]:focus {
  background-color: #e5104f; }
.theme-success .badge-warning {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-success .badge-warning[href]:hover, .theme-success .badge-warning[href]:focus {
  background-color: #d0a005; }

/*---badge light---*/
.theme-success .badge-primary-light {
  background-color: #caffe5;
  color: #39DA8A; }
.theme-success .badge-primary-light[href]:hover, .theme-success .badge-primary-light[href]:focus {
  background-color: #97ffcc; }
.theme-success .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c; }
.theme-success .badge-secondary-light[href]:hover, .theme-success .badge-secondary-light[href]:focus {
  background-color: #c9d3df; }
.theme-success .badge-info-light {
  background-color: #def6ff;
  color: #38c1f1; }
.theme-success .badge-info-light[href]:hover, .theme-success .badge-info-light[href]:focus {
  background-color: #abe8ff; }
.theme-success .badge-success-light {
  background-color: #e1f0ff;
  color: #6384ea; }
.theme-success .badge-success-light[href]:hover, .theme-success .badge-success-light[href]:focus {
  background-color: #aed7ff; }
.theme-success .badge-danger-light {
  background-color: #ffe2e5;
  color: #f1376e; }
.theme-success .badge-danger-light[href]:hover, .theme-success .badge-danger-light[href]:focus {
  background-color: #ffafb7; }
.theme-success .badge-warning-light {
  background-color: #fff4de;
  color: #f9c20f; }
.theme-success .badge-warning-light[href]:hover, .theme-success .badge-warning-light[href]:focus {
  background-color: #ffe3ab; }

/*---rating---*/
.theme-success .rating-primary .active {
  color: #39DA8A; }
.theme-success .rating-primary :checked ~ label {
  color: #39DA8A; }
.theme-success .rating-primary label:hover {
  color: #39DA8A; }
  .theme-success .rating-primary label:hover ~ label {
    color: #39DA8A; }
.theme-success .rating-info .active {
  color: #38c1f1; }
.theme-success .rating-info :checked ~ label {
  color: #38c1f1; }
.theme-success .rating-info label:hover {
  color: #38c1f1; }
  .theme-success .rating-info label:hover ~ label {
    color: #38c1f1; }
.theme-success .rating-success .active {
  color: #6384ea; }
.theme-success .rating-success :checked ~ label {
  color: #6384ea; }
.theme-success .rating-success label:hover {
  color: #6384ea; }
  .theme-success .rating-success label:hover ~ label {
    color: #6384ea; }
.theme-success .rating-danger .active {
  color: #f1376e; }
.theme-success .rating-danger :checked ~ label {
  color: #f1376e; }
.theme-success .rating-danger label:hover {
  color: #f1376e; }
  .theme-success .rating-danger label:hover ~ label {
    color: #f1376e; }
.theme-success .rating-warning .active {
  color: #f9c20f; }
.theme-success .rating-warning :checked ~ label {
  color: #f9c20f; }
.theme-success .rating-warning label:hover {
  color: #f9c20f; }
  .theme-success .rating-warning label:hover ~ label {
    color: #f9c20f; }

/*---toggler---*/
.theme-success .toggler-primary input:checked + i {
  color: #39DA8A; }
.theme-success .toggler-info input:checked + i {
  color: #38c1f1; }
.theme-success .toggler-success input:checked + i {
  color: #6384ea; }
.theme-success .toggler-danger input:checked + i {
  color: #f1376e; }
.theme-success .toggler-warning input:checked + i {
  color: #f9c20f; }

/*---nav tabs---*/
.theme-success .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-success .nav-tabs.nav-tabs-primary .nav-link:active, .theme-success .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-success .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #23bd70;
  background-color: transparent;
  color: #23bd70; }
.theme-success .nav-tabs.nav-tabs-info .nav-link:hover, .theme-success .nav-tabs.nav-tabs-info .nav-link:active, .theme-success .nav-tabs.nav-tabs-info .nav-link:focus, .theme-success .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #10aee6;
  background-color: #38c1f1;
  color: #ffffff; }
.theme-success .nav-tabs.nav-tabs-success .nav-link:hover, .theme-success .nav-tabs.nav-tabs-success .nav-link:active, .theme-success .nav-tabs.nav-tabs-success .nav-link:focus, .theme-success .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #3661e4;
  background-color: transparent;
  color: #3661e4; }
.theme-success .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-success .nav-tabs.nav-tabs-danger .nav-link:active, .theme-success .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-success .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #e5104f;
  background-color: transparent;
  color: #e5104f; }
.theme-success .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-success .nav-tabs.nav-tabs-warning .nav-link:active, .theme-success .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-success .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #d0a005;
  background-color: transparent;
  color: #d0a005; }
.theme-success .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #23bd70; }
.theme-success .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #10aee6; }
.theme-success .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #3661e4; }
.theme-success .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #e5104f; }
.theme-success .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #d0a005; }
.theme-success .nav-tabs .nav-link.active {
  border-bottom-color: #39DA8A;
  background-color: #39DA8A;
  color: #ffffff; }
  .theme-success .nav-tabs .nav-link.active:hover, .theme-success .nav-tabs .nav-link.active:focus {
    border-bottom-color: #39DA8A;
    background-color: #39DA8A;
    color: #ffffff; }
.theme-success .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #39DA8A;
  background-color: #39DA8A; }
  .theme-success .nav-tabs .nav-item.open .nav-link:hover, .theme-success .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #39DA8A;
    background-color: #39DA8A; }

/*---todo---*/
.theme-success .todo-list .primary {
  border-left-color: #39DA8A; }
.theme-success .todo-list .info {
  border-left-color: #39DA8A; }
.theme-success .todo-list .success {
  border-left-color: #6384ea; }
.theme-success .todo-list .danger {
  border-left-color: #f1376e; }
.theme-success .todo-list .warning {
  border-left-color: #f9c20f; }

/*---timeline---*/
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #39DA8A;
  border: 1px solid #39DA8A;
  color: #ffffff; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-success .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #39DA8A;
    border-right-color: #39DA8A; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #38c1f1;
  border: 1px solid #38c1f1;
  color: #ffffff; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-success .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #38c1f1;
    border-right-color: #38c1f1; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #6384ea;
  border: 1px solid #6384ea;
  color: #ffffff; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-success .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #6384ea;
    border-right-color: #6384ea; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #f1376e;
  border: 1px solid #f1376e;
  color: #ffffff; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-success .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #f1376e;
    border-right-color: #f1376e; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #f9c20f;
  border: 1px solid #f9c20f;
  color: #ffffff; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-success .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #f9c20f;
    border-right-color: #f9c20f; }
  .theme-success .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #39DA8A;
  background-color: #ffffff; }
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #38c1f1;
  background-color: #ffffff; }
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #6384ea;
  background-color: #ffffff; }
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #f1376e;
  background-color: #ffffff; }
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #f9c20f;
  background-color: #ffffff; }
.theme-success .timeline .timeline-label .label-primary {
  background-color: #39DA8A; }
.theme-success .timeline .timeline-label .label-info {
  background-color: #38c1f1; }
.theme-success .timeline .timeline-label .label-success {
  background-color: #6384ea; }
.theme-success .timeline .timeline-label .label-danger {
  background-color: #f1376e; }
.theme-success .timeline .timeline-label .label-warning {
  background-color: #f9c20f; }
.theme-success .timeline__year, .theme-success .timeline5:before, .theme-success .timeline__box:before, .theme-success .timeline__date {
  background-color: #39DA8A; }
.theme-success .timeline__post {
  border-left: 3px solid #39DA8A; }

/*---daterangepicker---*/
.theme-success .daterangepicker td.active {
  background-color: #39DA8A; }
  .theme-success .daterangepicker td.active:hover {
    background-color: #39DA8A; }
.theme-success .daterangepicker .input-mini.active {
  border: 1px solid #39DA8A; }
.theme-success .ranges li:hover, .theme-success .ranges li:active, .theme-success .ranges li.active {
  border: 1px solid #39DA8A;
  background-color: #39DA8A; }

/*---control-sidebar---*/
.theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #39DA8A;
  color: #39DA8A; }
.theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #39DA8A;
  color: #39DA8A; }
  .theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #39DA8A;
    color: #39DA8A; }
.theme-success .control-sidebar .rpanel-title .btn:hover {
  color: #39DA8A; }

/*---nav---*/
.theme-success .nav > li > a:hover, .theme-success .nav > li > a:active, .theme-success .nav > li > a:focus {
  color: #39DA8A; }
.theme-success .nav-pills > li > a.active {
  border-top-color: #39DA8A;
  background-color: #39DA8A !important;
  color: #ffffff; }
  .theme-success .nav-pills > li > a.active:hover, .theme-success .nav-pills > li > a.active:focus {
    border-top-color: #39DA8A;
    background-color: #39DA8A !important;
    color: #ffffff; }
.theme-success .mailbox-nav .nav-pills > li > a:hover, .theme-success .mailbox-nav .nav-pills > li > a:focus {
  border-color: #39DA8A; }
.theme-success .mailbox-nav .nav-pills > li > a.active {
  border-color: #39DA8A; }
  .theme-success .mailbox-nav .nav-pills > li > a.active:hover, .theme-success .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #39DA8A; }
.theme-success .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #39DA8A; }
.theme-success .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #39DA8A; }
.theme-success .customtab li a.nav-link.active {
  border-bottom: 2px solid #39DA8A; }

/*---form-element---*/
.theme-success .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #39DA8A, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-success .form-element .form-control {
  background-image: linear-gradient(45deg, #39DA8A, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-success .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #39DA8A, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-success .form-control:focus {
  border-color: #39DA8A; }
.theme-success [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #39DA8A;
  border-bottom: 2px solid #39DA8A; }
.theme-success [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #38c1f1;
  border-bottom: 2px solid #38c1f1; }
.theme-success [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #6384ea;
  border-bottom: 2px solid #6384ea; }
.theme-success [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #f1376e;
  border-bottom: 2px solid #f1376e; }
.theme-success [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #f9c20f;
  border-bottom: 2px solid #f9c20f; }
.theme-success [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #39DA8A;
  background-color: #39DA8A; }
.theme-success [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #38c1f1;
  background-color: #38c1f1; }
.theme-success [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #6384ea;
  background-color: #6384ea; }
.theme-success [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #f1376e;
  background-color: #f1376e; }
.theme-success [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #f9c20f;
  background-color: #f9c20f; }
.theme-success [type=radio].radio-col-primary:checked + label:after {
  background-color: #39DA8A;
  border-color: #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #39DA8A;
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].radio-col-info:checked + label:after {
  background-color: #38c1f1;
  border-color: #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #38c1f1;
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].radio-col-success:checked + label:after {
  background-color: #6384ea;
  border-color: #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #6384ea;
  border: 2px solid #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].radio-col-danger:checked + label:after {
  background-color: #f1376e;
  border-color: #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #f1376e;
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].radio-col-warning:checked + label:after {
  background-color: #f9c20f;
  border-color: #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #f9c20f;
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-success [type=checkbox]:checked + label:before {
  border-right: 2px solid #39DA8A;
  border-bottom: 2px solid #39DA8A; }
.theme-success [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #39DA8A;
  background-color: #39DA8A; }
.theme-success [type=radio].with-gap:checked + label:before, .theme-success [type=radio].with-gap:checked + label:after {
  border: 2px solid #39DA8A; }
.theme-success [type=radio].with-gap:checked + label:after {
  background-color: #39DA8A;
  z-index: 0; }
.theme-success [type=radio]:checked + label:after {
  border: 2px solid #39DA8A;
  background-color: #39DA8A;
  z-index: 0; }
.theme-success [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #39DA8A;
  background-color: #39DA8A; }

/*---Calender---*/
.theme-success .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #39DA8A; }
.theme-success .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #39DA8A;
  border-color: #39DA8A; }
.theme-success .fc-event, .theme-success .calendar-event {
  background: #39DA8A; }

/*---Tabs---*/
.theme-success .tabs-vertical li .nav-link:hover, .theme-success .tabs-vertical li .nav-link:active, .theme-success .tabs-vertical li .nav-link:focus, .theme-success .tabs-vertical li .nav-link.active {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-success .customvtab .tabs-vertical li .nav-link:hover, .theme-success .customvtab .tabs-vertical li .nav-link:active, .theme-success .customvtab .tabs-vertical li .nav-link:focus, .theme-success .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #39DA8A;
  color: #39DA8A; }
.theme-success .customtab2 li a.nav-link:hover, .theme-success .customtab2 li a.nav-link:active, .theme-success .customtab2 li a.nav-link.active {
  background-color: #39DA8A; }

.rtl.theme-success .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-success .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-success .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-success .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #39DA8A; }

/*---Notification---*/
.theme-success .jq-icon-primary {
  background-color: #39DA8A;
  color: #ffffff;
  border-color: #39DA8A; }
.theme-success .jq-icon-info {
  background-color: #38c1f1;
  color: #ffffff;
  border-color: #38c1f1; }
.theme-success .jq-icon-success {
  background-color: #6384ea;
  color: #ffffff;
  border-color: #39DA8A; }
.theme-success .jq-icon-error {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-success .jq-icon-danger {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-success .jq-icon-warning {
  background-color: #f9c20f;
  color: #ffffff;
  border-color: #f9c20f; }

/*---avatar---*/
.theme-success .avatar.status-primary::after {
  background-color: #39DA8A; }
.theme-success .avatar.status-info::after {
  background-color: #38c1f1; }
.theme-success .avatar.status-success::after {
  background-color: #6384ea; }
.theme-success .avatar.status-danger::after {
  background-color: #f1376e; }
.theme-success .avatar.status-warning::after {
  background-color: #f9c20f; }
.theme-success .avatar[class*='status-']::after {
  background-color: #39DA8A; }
.theme-success .avatar-add:hover {
  background-color: #23bd70;
  border-color: #23bd70; }

/*---media---*/
.theme-success .media-chat.media-chat-reverse .media-body p {
  background-color: #39DA8A; }
.theme-success .media-right-out a:hover {
  color: #23bd70; }

/*---control---*/
.theme-success .control input:checked:focus ~ .control_indicator {
  background-color: #39DA8A; }
.theme-success .control input:checked ~ .control_indicator {
  background-color: #39DA8A; }
.theme-success .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #39DA8A; }

/*---flex---*/
.theme-success .flex-column > li > a.nav-link.active {
  border-left-color: #39DA8A; }
  .theme-success .flex-column > li > a.nav-link.active:hover {
    border-left-color: #39DA8A; }

/*---pagination---*/
.theme-success .pagination li a.current {
  border: 1px solid #39DA8A;
  background-color: #39DA8A; }
  .theme-success .pagination li a.current:hover {
    border: 1px solid #39DA8A;
    background-color: #39DA8A; }
.theme-success .pagination li a:hover {
  border: 1px solid #23bd70;
  background-color: #23bd70 !important; }
.theme-success .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #39DA8A;
  background-color: #39DA8A; }
  .theme-success .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #39DA8A;
    background-color: #39DA8A; }
.theme-success .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #39DA8A; }
.theme-success .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #39DA8A; }
.theme-success .footable .pagination li a:hover, .theme-success .footable .pagination li a:active, .theme-success .footable .pagination li a.active {
  background-color: #39DA8A; }

/*---dataTables---*/
.theme-success .dt-buttons .dt-button {
  background-color: #39DA8A; }

/*---select2---*/
.theme-success .select2-container--default.select2-container--open {
  border-color: #39DA8A; }
.theme-success .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #39DA8A; }
.theme-success .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #39DA8A !important; }
.theme-success .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #39DA8A !important; }
.theme-success .select2-container--default .select2-selection--multiple:focus {
  border-color: #39DA8A !important; }
.theme-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #39DA8A;
  border-color: #39DA8A; }

/*---Other---*/
.theme-success .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #23bd70; }
.theme-success .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #23bd70; }
.theme-success .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #23bd70; }
.theme-success [data-overlay-primary]::before {
  background: #23bd70; }

/*---wizard---*/
.theme-success .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #39DA8A;
  background-color: #39DA8A; }
.theme-success .wizard-content .wizard > .steps > ul > li.done {
  border-color: #23bd70;
  background-color: #23bd70; }
.theme-success .wizard-content .wizard > .actions > ul > li > a {
  background-color: #39DA8A; }
.theme-success .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #39DA8A; }
.theme-success .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #39DA8A; }
.theme-success .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #39DA8A; }
.theme-success .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #39DA8A; }
.theme-success .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #39DA8A;
  color: #39DA8A; }
  .theme-success .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #39DA8A; }
.theme-success .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #39DA8A; }

@media (max-width: 767px) {
  .theme-success .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #39DA8A; } }
@media (max-width: 575px) {
  .theme-success .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #39DA8A; } }
/*---slider---*/
.theme-success #primary .slider-selection {
  background-color: #39DA8A; }
.theme-success #info .slider-selection {
  background-color: #38c1f1; }
.theme-success #success .slider-selection {
  background-color: #6384ea; }
.theme-success #danger .slider-selection {
  background-color: #f1376e; }
.theme-success #warning .slider-selection {
  background-color: #f9c20f; }

/*---horizontal-timeline---*/
.theme-success .cd-horizontal-timeline .events a.selected::after {
  background: #39DA8A;
  border-color: #39DA8A; }
.theme-success .cd-horizontal-timeline .events a.older-event::after {
  border-color: #39DA8A; }
.theme-success .cd-horizontal-timeline .filling-line {
  background: #39DA8A; }
.theme-success .cd-horizontal-timeline a {
  color: #39DA8A; }
  .theme-success .cd-horizontal-timeline a:hover, .theme-success .cd-horizontal-timeline a:focus {
    color: #39DA8A; }
.theme-success .cd-timeline-navigation a:hover, .theme-success .cd-timeline-navigation a:focus {
  border-color: #39DA8A; }

/**************************************
Theme Danger Color
**************************************/
.bg-gradient-danger, .theme-danger .bg-gradient-danger, .theme-danger .art-bg {
  background: linear-gradient(45deg, #f1376e, #38c1f1); }

.bg-light-body {
  background: transparent; }

.theme-danger.fixed .main-header {
  background: #f8f8f8; }
.theme-danger .main-header {
  background: #ffffff; }

.theme-danger.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-danger-dark, .dark-skin.theme-danger .bg-gradient-danger, .dark-skin.theme-danger .art-bg {
  background-image: linear-gradient(45deg, #b50d3f, #0d8ab6); }

.bg-dark-body {
  background: #1a233a; }

.dark-skin.theme-danger.fixed .main-header {
  background: #1a233a; }
.dark-skin.theme-danger .main-header {
  background: #1a233a; }

@media (max-width: 767px) {
  .theme-danger.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-danger.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-danger.fixed .main-header {
    background-image: #1a233a; } }
.theme-danger a:hover, .theme-danger a:active, .theme-danger a:focus {
  color: #f1376e; }
.theme-danger .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-danger .main-sidebar .svg-icon:hover, .theme-danger .main-sidebar .svg-icon:active, .theme-danger .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-danger .main-sidebar a:hover .svg-icon, .theme-danger .main-sidebar a:active .svg-icon, .theme-danger .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-danger .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-danger .svg-icon:hover, .theme-danger .svg-icon:active, .theme-danger .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-danger a:hover .svg-icon, .theme-danger a:active .svg-icon, .theme-danger a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-danger.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #f1376e !important; }
  .theme-danger.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #f1376e; }
  .theme-danger.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #f1376e;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-danger.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-danger.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-danger.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #f1376e !important; }
.theme-danger.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #f1376e !important; }
  .theme-danger.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #f1376e; }
  .theme-danger.dark-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #f1376e;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-danger.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #333333 transparent transparent !important; }
.theme-danger.dark-skin .sidebar-menu > li.active.treeview.treeview > a {
  background: transparent; }
  .theme-danger.dark-skin .sidebar-menu > li.active.treeview.treeview > a > i {
    color: #f1376e; }
  .theme-danger.dark-skin .sidebar-menu > li.active.treeview.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-danger.dark-skin .sidebar-menu > li.active.treeview.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-danger.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #f1376e !important; }
.theme-danger.light-skin .sidebar-menu > li:hover, .theme-danger.light-skin .sidebar-menu > li:active, .theme-danger.light-skin .sidebar-menu > li.active {
  background-color: rgba(241, 55, 110, 0);
  color: #f1376e;
  border-left: 0px solid rgba(241, 55, 110, 0); }
  .theme-danger.light-skin .sidebar-menu > li:hover a, .theme-danger.light-skin .sidebar-menu > li:active a, .theme-danger.light-skin .sidebar-menu > li.active a {
    color: #f1376e; }
    .theme-danger.light-skin .sidebar-menu > li:hover a > i, .theme-danger.light-skin .sidebar-menu > li:active a > i, .theme-danger.light-skin .sidebar-menu > li.active a > i {
      color: #b5b5c3;
      background-color: rgba(241, 55, 110, 0); }
    .theme-danger.light-skin .sidebar-menu > li:hover a > svg, .theme-danger.light-skin .sidebar-menu > li:active a > svg, .theme-danger.light-skin .sidebar-menu > li.active a > svg {
      color: #f1376e;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-danger.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-danger.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-danger.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-danger.light-skin .sidebar-menu > li.active {
  background-color: rgba(241, 55, 110, 0);
  color: #f1376e;
  border-left: 0px solid #f1376e; }
  .theme-danger.light-skin .sidebar-menu > li.active a {
    color: #f1376e;
    background-color: transparent; }
    .theme-danger.light-skin .sidebar-menu > li.active a > i {
      color: #f1376e;
      background-color: rgba(241, 55, 110, 0); }
    .theme-danger.light-skin .sidebar-menu > li.active a > svg {
      color: #f1376e;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-danger.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(241, 55, 110, 0);
    color: #f1376e; }
    .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #f1376e; }
      .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #f1376e;
        background-color: rgba(241, 55, 110, 0); }
  .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #b5b5c3;
    background-color: rgba(241, 55, 110, 0); }
  .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(241, 55, 110, 0);
    color: #f1376e; }
    .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #f1376e; }
      .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #f1376e;
        background-color: rgba(241, 55, 110, 0); }
  .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(241, 55, 110, 0);
    color: #f1376e; }
    .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #f1376e; }
      .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #f1376e;
        background-color: rgba(241, 55, 110, 0); }
  .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(241, 55, 110, 0); }
.theme-danger.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #f1376e;
  border-right: 0px solid #f1376e; }
.theme-danger.dark-skin .sidebar-menu > li.active {
  background-color: rgba(241, 55, 110, 0);
  color: white;
  border-left: 0px solid #f1376e; }
  .theme-danger.dark-skin .sidebar-menu > li.active a {
    color: white;
    background-color: transparent; }
    .theme-danger.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-danger.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(241, 55, 110, 0);
    color: #f1376e; }
    .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: #f1376e !important; }
  .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(241, 55, 110, 0);
    color: #f1376e; }
    .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #f1376e; }
      .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #f1376e;
        background-color: rgba(241, 55, 110, 0); }
  .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(241, 55, 110, 0);
    color: #f1376e; }
    .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #f1376e; }
      .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #f1376e;
        background-color: rgba(241, 55, 110, 0); }
  .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(241, 55, 110, 0); }
.theme-danger.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #f1376e;
  border-right: 0px solid #f1376e; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(241, 55, 110, 0.2);
    color: #f1376e; } }
/*---Main Nav---*/
.theme-danger .sm-blue li.current > a, .theme-danger .sm-blue li.highlighted > a {
  background: #f1376e;
  color: #ffffff !important; }
  .theme-danger .sm-blue li.current > a:hover, .theme-danger .sm-blue li.current > a:active, .theme-danger .sm-blue li.current > a:focus, .theme-danger .sm-blue li.highlighted > a:hover, .theme-danger .sm-blue li.highlighted > a:active, .theme-danger .sm-blue li.highlighted > a:focus {
    background: #f1376e;
    color: #ffffff !important; }
.theme-danger .sm-blue a.current, .theme-danger .sm-blue a.highlighted {
  background: #f1376e;
  color: #ffffff !important; }
.theme-danger .sm-blue a:hover, .theme-danger .sm-blue a:active, .theme-danger .sm-blue a:focus {
  background: #f1376e;
  color: #ffffff !important; }
.theme-danger .sm-blue ul a:hover, .theme-danger .sm-blue ul a:active, .theme-danger .sm-blue ul a:focus {
  background: #ebedf3;
  color: #f1376e !important; }
.theme-danger .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #f1376e !important; }

.dark-skin.theme-danger .sm-blue a.current, .dark-skin.theme-danger .sm-blue a.highlighted {
  background: #f1376e;
  color: #ffffff !important; }
.dark-skin.theme-danger .sm-blue a:hover, .dark-skin.theme-danger .sm-blue a:active, .dark-skin.theme-danger .sm-blue a:focus {
  background: #f1376e;
  color: #ffffff !important; }
.dark-skin.theme-danger .sm-blue ul a:hover, .dark-skin.theme-danger .sm-blue ul a:active, .dark-skin.theme-danger .sm-blue ul a:focus {
  background: #29354b;
  color: #f1376e !important; }
.dark-skin.theme-danger .sm-blue ul a.highlighted {
  background: #29354b;
  color: #f1376e !important; }

/*---Primary Button---*/
.theme-danger .btn-link {
  color: #f1376e; }
.theme-danger .btn-primary {
  background-color: #f1376e;
  border-color: #f1376e;
  color: #ffffff; }
  .theme-danger .btn-primary:hover, .theme-danger .btn-primary:active, .theme-danger .btn-primary:focus, .theme-danger .btn-primary.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }
  .theme-danger .btn-primary:disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
  .theme-danger .btn-primary.disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
.theme-danger .show > .btn-primary.dropdown-toggle {
  background-color: #e5104f !important;
  border-color: #e5104f !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-primary {
  color: #f1376e;
  background-color: transparent;
  border-color: #f1376e !important; }
  .theme-danger .btn-outline.btn-primary:hover, .theme-danger .btn-outline.btn-primary:active, .theme-danger .btn-outline.btn-primary.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #e5104f !important;
  border-color: #e5104f !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-primary {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-primary:hover, .theme-danger .btn-flat.btn-primary:active, .theme-danger .btn-flat.btn-primary.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-danger .btn-info {
  background-color: #38c1f1;
  border-color: #38c1f1;
  color: #ffffff; }
  .theme-danger .btn-info:hover, .theme-danger .btn-info:active, .theme-danger .btn-info:focus, .theme-danger .btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
  .theme-danger .btn-info:disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
  .theme-danger .btn-info.disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
.theme-danger .show > .btn-info.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-info {
  color: #38c1f1;
  background-color: transparent;
  border-color: #38c1f1 !important; }
  .theme-danger .btn-outline.btn-info:hover, .theme-danger .btn-outline.btn-info:active, .theme-danger .btn-outline.btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-info {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-info:hover, .theme-danger .btn-flat.btn-info:active, .theme-danger .btn-flat.btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-danger .btn-success {
  background-color: #39DA8A;
  border-color: #39DA8A;
  color: #ffffff; }
  .theme-danger .btn-success:hover, .theme-danger .btn-success:active, .theme-danger .btn-success:focus, .theme-danger .btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
  .theme-danger .btn-success:disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
  .theme-danger .btn-success.disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
.theme-danger .show > .btn-success.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-success {
  color: #39DA8A;
  background-color: transparent;
  border-color: #39DA8A !important; }
  .theme-danger .btn-outline.btn-success:hover, .theme-danger .btn-outline.btn-success:active, .theme-danger .btn-outline.btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-success {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-success:hover, .theme-danger .btn-flat.btn-success:active, .theme-danger .btn-flat.btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-danger .btn-danger {
  background-color: #6384ea;
  border-color: #6384ea;
  color: #ffffff; }
  .theme-danger .btn-danger:hover, .theme-danger .btn-danger:active, .theme-danger .btn-danger:focus, .theme-danger .btn-danger.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }
  .theme-danger .btn-danger:disabled {
    background-color: #bdcbf6;
    border-color: #6384ea;
    opacity: 0.5; }
  .theme-danger .btn-danger.disabled {
    background-color: #bdcbf6;
    border-color: #6384ea;
    opacity: 0.5; }
.theme-danger .show > .btn-danger.dropdown-toggle {
  background-color: #3661e4 !important;
  border-color: #3661e4 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-danger {
  color: #6384ea;
  background-color: transparent;
  border-color: #6384ea !important; }
  .theme-danger .btn-outline.btn-danger:hover, .theme-danger .btn-outline.btn-danger:active, .theme-danger .btn-outline.btn-danger.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #3661e4 !important;
  border-color: #3661e4 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-danger {
  color: #6384ea !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-danger:hover, .theme-danger .btn-flat.btn-danger:active, .theme-danger .btn-flat.btn-danger.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-danger .btn-warning {
  background-color: #f9c20f;
  border-color: #f9c20f;
  color: #ffffff; }
  .theme-danger .btn-warning:hover, .theme-danger .btn-warning:active, .theme-danger .btn-warning:focus, .theme-danger .btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
  .theme-danger .btn-warning:disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
  .theme-danger .btn-warning.disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
.theme-danger .show > .btn-warning.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-warning {
  color: #f9c20f;
  background-color: transparent;
  border-color: #f9c20f !important; }
  .theme-danger .btn-outline.btn-warning:hover, .theme-danger .btn-outline.btn-warning:active, .theme-danger .btn-outline.btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-warning {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-warning:hover, .theme-danger .btn-flat.btn-warning:active, .theme-danger .btn-flat.btn-warning.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-danger .btn-primary-light {
  background-color: #ffe2e5;
  border-color: #ffe2e5;
  color: #f1376e; }
  .theme-danger .btn-primary-light:hover, .theme-danger .btn-primary-light:active, .theme-danger .btn-primary-light:focus, .theme-danger .btn-primary-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
  .theme-danger .btn-primary-light:disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
  .theme-danger .btn-primary-light.disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
.theme-danger .show > .btn-primary-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-primary-light {
  color: #f1376e;
  background-color: transparent;
  border-color: #ffe2e5 !important; }
  .theme-danger .btn-outline.btn-primary-light:hover, .theme-danger .btn-outline.btn-primary-light:active, .theme-danger .btn-outline.btn-primary-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-primary-light {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-primary-light:hover, .theme-danger .btn-flat.btn-primary-light:active, .theme-danger .btn-flat.btn-primary-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-danger .btn-info-light {
  background-color: #def6ff;
  border-color: #def6ff;
  color: #38c1f1; }
  .theme-danger .btn-info-light:hover, .theme-danger .btn-info-light:active, .theme-danger .btn-info-light:focus, .theme-danger .btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
  .theme-danger .btn-info-light:disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
  .theme-danger .btn-info-light.disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
.theme-danger .show > .btn-info.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-info-light {
  color: #38c1f1;
  background-color: transparent;
  border-color: #def6ff !important; }
  .theme-danger .btn-outline.btn-info-light:hover, .theme-danger .btn-outline.btn-info-light:active, .theme-danger .btn-outline.btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-info-light {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-info-light:hover, .theme-danger .btn-flat.btn-info-light:active, .theme-danger .btn-flat.btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-danger .btn-success-light {
  background-color: #caffe5;
  border-color: #caffe5;
  color: #39DA8A; }
  .theme-danger .btn-success-light:hover, .theme-danger .btn-success-light:active, .theme-danger .btn-success-light:focus, .theme-danger .btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
  .theme-danger .btn-success-light:disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
  .theme-danger .btn-success-light.disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
.theme-danger .show > .btn-success-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-success-light {
  color: #39DA8A;
  background-color: transparent;
  border-color: #caffe5 !important; }
  .theme-danger .btn-outline.btn-success-light:hover, .theme-danger .btn-outline.btn-success-light:active, .theme-danger .btn-outline.btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-success-light {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-success-light:hover, .theme-danger .btn-flat.btn-success-light:active, .theme-danger .btn-flat.btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-danger .btn-danger-light {
  background-color: #e1f0ff;
  border-color: #e1f0ff;
  color: #6384ea; }
  .theme-danger .btn-danger-light:hover, .theme-danger .btn-danger-light:active, .theme-danger .btn-danger-light:focus, .theme-danger .btn-danger-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }
  .theme-danger .btn-danger-light:disabled {
    background-color: white;
    border-color: #e1f0ff;
    opacity: 0.5; }
  .theme-danger .btn-danger-light.disabled {
    background-color: white;
    border-color: #e1f0ff;
    opacity: 0.5; }
.theme-danger .show > .btn-danger-light.dropdown-toggle {
  background-color: #6384ea !important;
  border-color: #6384ea !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-danger-light {
  color: #6384ea;
  background-color: transparent;
  border-color: #e1f0ff !important; }
  .theme-danger .btn-outline.btn-danger-light:hover, .theme-danger .btn-outline.btn-danger-light:active, .theme-danger .btn-outline.btn-danger-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #6384ea !important;
  border-color: #6384ea !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-danger-light {
  color: #6384ea !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-danger-light:hover, .theme-danger .btn-flat.btn-danger-light:active, .theme-danger .btn-flat.btn-danger-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-danger .btn-warning-light {
  background-color: #fff4de;
  border-color: #fff4de;
  color: #f9c20f; }
  .theme-danger .btn-warning-light:hover, .theme-danger .btn-warning-light:active, .theme-danger .btn-warning-light:focus, .theme-danger .btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
  .theme-danger .btn-warning-light:disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
  .theme-danger .btn-warning-light.disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
.theme-danger .show > .btn-warning-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-danger .btn-outline.btn-warning-light {
  color: #f9c20f;
  background-color: transparent;
  border-color: #fff4de !important; }
  .theme-danger .btn-outline.btn-warning-light:hover, .theme-danger .btn-outline.btn-warning-light:active, .theme-danger .btn-outline.btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
.theme-danger .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-danger .btn-flat.btn-warning-light {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-danger .btn-flat.btn-warning-light:hover, .theme-danger .btn-flat.btn-warning-light:active, .theme-danger .btn-flat.btn-warning-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-danger .callout.callout-primary {
  border-color: #f1376e;
  background-color: #f1376e !important; }
.theme-danger .callout.callout-info {
  border-color: #38c1f1;
  background-color: #38c1f1 !important; }
.theme-danger .callout.callout-success {
  border-color: #39DA8A;
  background-color: #39DA8A !important; }
.theme-danger .callout.callout-danger {
  border-color: #6384ea;
  background-color: #6384ea !important; }
.theme-danger .callout.callout-warning {
  border-color: #f9c20f;
  background-color: #f9c20f !important; }

/*---alert---*/
.theme-danger .alert-primary {
  border-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-danger .alert-info {
  border-color: #38c1f1;
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-danger .alert-success {
  border-color: #39DA8A;
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-danger .alert-danger {
  border-color: #6384ea;
  background-color: #6384ea !important;
  color: #ffffff; }
.theme-danger .alert-error {
  border-color: #6384ea;
  background-color: #6384ea !important;
  color: #ffffff; }
.theme-danger .alert-warning {
  border-color: #f9c20f;
  background-color: #f9c20f !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-danger .direct-chat-primary .right > .direct-chat-text p {
  background-color: #f1376e;
  color: #ffffff; }
.theme-danger .direct-chat-primary .right > .direct-chat-text:before, .theme-danger .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #f1376e; }
.theme-danger .direct-chat-info .right > .direct-chat-text p {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-danger .direct-chat-info .right > .direct-chat-text:before, .theme-danger .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #38c1f1; }
.theme-danger .direct-chat-success .right > .direct-chat-text p {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-danger .direct-chat-success .right > .direct-chat-text:before, .theme-danger .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #39DA8A; }
.theme-danger .direct-chat-danger .right > .direct-chat-text p {
  background-color: #6384ea;
  color: #ffffff; }
.theme-danger .direct-chat-danger .right > .direct-chat-text:before, .theme-danger .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #6384ea; }
.theme-danger .direct-chat-warning .right > .direct-chat-text p {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-danger .direct-chat-warning .right > .direct-chat-text:before, .theme-danger .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #f9c20f; }
.theme-danger .right .direct-chat-text p {
  background-color: #f1376e; }

/*---modal---*/
.theme-danger .modal-primary .modal-footer, .theme-danger .modal-primary .modal-header {
  border-color: #f1376e; }
.theme-danger .modal-primary .modal-body {
  background-color: #f1376e !important; }
.theme-danger .modal-info .modal-footer, .theme-danger .modal-info .modal-header {
  border-color: #38c1f1; }
.theme-danger .modal-info .modal-body {
  background-color: #38c1f1 !important; }
.theme-danger .modal-success .modal-footer, .theme-danger .modal-success .modal-header {
  border-color: #39DA8A; }
.theme-danger .modal-success .modal-body {
  background-color: #39DA8A !important; }
.theme-danger .modal-danger .modal-footer, .theme-danger .modal-danger .modal-header {
  border-color: #6384ea; }
.theme-danger .modal-danger .modal-body {
  background-color: #6384ea !important; }
.theme-danger .modal-warning .modal-footer, .theme-danger .modal-warning .modal-header {
  border-color: #f9c20f; }
.theme-danger .modal-warning .modal-body {
  background-color: #f9c20f !important; }

/*---border---*/
.theme-danger .border-primary {
  border-color: #f1376e !important; }
.theme-danger .border-info {
  border-color: #38c1f1 !important; }
.theme-danger .border-success {
  border-color: #39DA8A !important; }
.theme-danger .border-danger {
  border-color: #6384ea !important; }
.theme-danger .border-warning {
  border-color: #f9c20f !important; }

/*---Background---*/
.theme-danger .bg-primary {
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-danger .bg-primary-light {
  background-color: #ffe2e5 !important;
  color: #f1376e; }
.theme-danger .bg-info {
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-danger .bg-info-light {
  background-color: #def6ff !important;
  color: #38c1f1; }
.theme-danger .bg-success {
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-danger .bg-success-light {
  background-color: #caffe5 !important;
  color: #39DA8A; }
.theme-danger .bg-danger {
  background-color: #6384ea !important;
  color: #ffffff; }
.theme-danger .bg-danger-light {
  background-color: #e1f0ff !important;
  color: #6384ea; }
.theme-danger .bg-warning {
  background-color: #f9c20f !important;
  color: #ffffff; }
.theme-danger .bg-warning-light {
  background-color: #fff4de !important;
  color: #f9c20f; }

/*---text---*/
.theme-danger .text-primary {
  color: #f1376e !important; }
.theme-danger a.text-primary:hover, .theme-danger a.text-primary:focus {
  color: #f1376e !important; }
.theme-danger .hover-primary:hover, .theme-danger .hover-primary:focus {
  color: #f1376e !important; }
.theme-danger .text-info {
  color: #38c1f1 !important; }
.theme-danger a.text-info:hover, .theme-danger a.text-info:focus {
  color: #38c1f1 !important; }
.theme-danger .hover-info:hover, .theme-danger .hover-info:focus {
  color: #38c1f1 !important; }
.theme-danger .text-success {
  color: #39DA8A !important; }
.theme-danger a.text-success:hover, .theme-danger a.text-success:focus {
  color: #39DA8A !important; }
.theme-danger .hover-success:hover, .theme-danger .hover-success:focus {
  color: #39DA8A !important; }
.theme-danger .text-danger {
  color: #6384ea !important; }
.theme-danger a.text-danger:hover, .theme-danger a.text-danger:focus {
  color: #6384ea !important; }
.theme-danger .hover-danger:hover, .theme-danger .hover-danger:focus {
  color: #6384ea !important; }
.theme-danger .text-warning {
  color: #f9c20f !important; }
.theme-danger a.text-warning:hover, .theme-danger a.text-warning:focus {
  color: #f9c20f !important; }
.theme-danger .hover-warning:hover, .theme-danger .hover-warning:focus {
  color: #f9c20f !important; }

/*---active background---*/
.theme-danger .active.active-primary {
  background-color: #e5104f !important; }
.theme-danger .active.active-info {
  background-color: #10aee6 !important; }
.theme-danger .active.active-success {
  background-color: #23bd70 !important; }
.theme-danger .active.active-danger {
  background-color: #3661e4 !important; }
.theme-danger .active.active-warning {
  background-color: #d0a005 !important; }

/*---label background---*/
.theme-danger .label-primary {
  background-color: #f1376e !important; }
.theme-danger .label-info {
  background-color: #38c1f1 !important; }
.theme-danger .label-success {
  background-color: #39DA8A !important; }
.theme-danger .label-danger {
  background-color: #6384ea !important; }
.theme-danger .label-warning {
  background-color: #f9c20f !important; }

/*---ribbon---*/
.theme-danger .ribbon-box .ribbon-primary {
  background-color: #f1376e; }
  .theme-danger .ribbon-box .ribbon-primary:before {
    border-color: #f1376e transparent transparent; }
.theme-danger .ribbon-box .ribbon-two-primary span {
  background-color: #f1376e; }
  .theme-danger .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
  .theme-danger .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
.theme-danger .ribbon-box .ribbon-info {
  background-color: #38c1f1; }
  .theme-danger .ribbon-box .ribbon-info:before {
    border-color: #38c1f1 transparent transparent; }
.theme-danger .ribbon-box .ribbon-two-info span {
  background-color: #38c1f1; }
  .theme-danger .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
  .theme-danger .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
.theme-danger .ribbon-box .ribbon-success {
  background-color: #39DA8A; }
  .theme-danger .ribbon-box .ribbon-success:before {
    border-color: #39DA8A transparent transparent; }
.theme-danger .ribbon-box .ribbon-two-success span {
  background-color: #39DA8A; }
  .theme-danger .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
  .theme-danger .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
.theme-danger .ribbon-box .ribbon-danger {
  background-color: #6384ea; }
  .theme-danger .ribbon-box .ribbon-danger:before {
    border-color: #6384ea transparent transparent; }
.theme-danger .ribbon-box .ribbon-two-danger span {
  background-color: #6384ea; }
  .theme-danger .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #3661e4;
    border-top: 3px solid #3661e4; }
  .theme-danger .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #3661e4;
    border-top: 3px solid #3661e4; }
.theme-danger .ribbon-box .ribbon-warning {
  background-color: #f9c20f; }
  .theme-danger .ribbon-box .ribbon-warning:before {
    border-color: #f9c20f transparent transparent; }
.theme-danger .ribbon-box .ribbon-two-warning span {
  background-color: #f9c20f; }
  .theme-danger .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }
  .theme-danger .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }

/*---Box---*/
.theme-danger .box-primary {
  background-color: #f1376e !important; }
  .theme-danger .box-primary.box-bordered {
    border-color: #f1376e; }
.theme-danger .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #f1376e; }
.theme-danger .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #f1376e; }
  .theme-danger .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-danger .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-danger .box-info {
  background-color: #38c1f1 !important; }
  .theme-danger .box-info.box-bordered {
    border-color: #38c1f1; }
.theme-danger .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #38c1f1; }
.theme-danger .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #38c1f1; }
  .theme-danger .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-danger .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-danger .box-success {
  background-color: #39DA8A !important; }
  .theme-danger .box-success.box-bordered {
    border-color: #39DA8A; }
.theme-danger .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #39DA8A; }
.theme-danger .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #39DA8A; }
  .theme-danger .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-danger .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-danger .box-danger {
  background-color: #6384ea !important; }
  .theme-danger .box-danger.box-bordered {
    border-color: #6384ea; }
.theme-danger .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #6384ea; }
.theme-danger .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #6384ea; }
  .theme-danger .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-danger .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-danger .box-warning {
  background-color: #f9c20f !important; }
  .theme-danger .box-warning.box-bordered {
    border-color: #f9c20f; }
.theme-danger .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #f9c20f; }
.theme-danger .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #f9c20f; }
  .theme-danger .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-danger .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-danger .box-profile .social-states a:hover {
  color: #e5104f; }
.theme-danger .box-controls li > a:hover {
  color: #e5104f; }
.theme-danger .box-controls .dropdown.show > a {
  color: #e5104f; }
.theme-danger .box-fullscreen .box-btn-fullscreen {
  color: #e5104f; }

/*---progress bar---*/
.theme-danger .progress-bar-primary {
  background-color: #f1376e; }
.theme-danger .progress-bar-info {
  background-color: #38c1f1; }
.theme-danger .progress-bar-success {
  background-color: #39DA8A; }
.theme-danger .progress-bar-danger {
  background-color: #6384ea; }
.theme-danger .progress-bar-warning {
  background-color: #f9c20f; }

/*---panel---*/
.theme-danger .panel-primary {
  border-color: #f1376e; }
  .theme-danger .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #f1376e;
    border-color: #f1376e; }
    .theme-danger .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f1376e; }
    .theme-danger .panel-primary > .panel-heading .badge-pill {
      color: #f1376e;
      background-color: #ffffff; }
  .theme-danger .panel-primary .panel-title, .theme-danger .panel-primary .panel-action {
    color: #ffffff; }
  .theme-danger .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f1376e; }
.theme-danger .panel-line.panel-primary .panel-heading {
  color: #f1376e;
  border-top-color: #f1376e;
  background: transparent; }
.theme-danger .panel-line.panel-primary .panel-title, .theme-danger .panel-line.panel-primary .panel-action {
  color: #f1376e; }
.theme-danger .panel-info {
  border-color: #38c1f1; }
  .theme-danger .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #38c1f1;
    border-color: #38c1f1; }
    .theme-danger .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #38c1f1; }
    .theme-danger .panel-info > .panel-heading .badge-pill {
      color: #38c1f1;
      background-color: #ffffff; }
  .theme-danger .panel-info .panel-title, .theme-danger .panel-info .panel-action {
    color: #ffffff; }
  .theme-danger .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #38c1f1; }
.theme-danger .panel-line.panel-info .panel-heading {
  color: #38c1f1;
  border-top-color: #38c1f1;
  background: transparent; }
.theme-danger .panel-line.panel-info .panel-title, .theme-danger .panel-line.panel-info .panel-action {
  color: #38c1f1; }
.theme-danger .panel-success {
  border-color: #39DA8A; }
  .theme-danger .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #39DA8A;
    border-color: #39DA8A; }
    .theme-danger .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #39DA8A; }
    .theme-danger .panel-success > .panel-heading .badge-pill {
      color: #39DA8A;
      background-color: #ffffff; }
  .theme-danger .panel-success .panel-title, .theme-danger .panel-success .panel-action {
    color: #ffffff; }
  .theme-danger .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #39DA8A; }
.theme-danger .panel-line.panel-success .panel-heading {
  color: #39DA8A;
  border-top-color: #39DA8A;
  background: transparent; }
.theme-danger .panel-line.panel-success .panel-title, .theme-danger .panel-line.panel-success .panel-action {
  color: #39DA8A; }
.theme-danger .panel-danger {
  border-color: #6384ea; }
  .theme-danger .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #6384ea;
    border-color: #6384ea; }
    .theme-danger .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #6384ea; }
    .theme-danger .panel-danger > .panel-heading .badge-pill {
      color: #6384ea;
      background-color: #ffffff; }
  .theme-danger .panel-danger .panel-title, .theme-danger .panel-danger .panel-action {
    color: #ffffff; }
  .theme-danger .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6384ea; }
.theme-danger .panel-line.panel-danger .panel-heading {
  color: #6384ea;
  border-top-color: #6384ea;
  background: transparent; }
.theme-danger .panel-line.panel-danger .panel-title, .theme-danger .panel-line.panel-danger .panel-action {
  color: #6384ea; }
.theme-danger .panel-warning {
  border-color: #f9c20f; }
  .theme-danger .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #f9c20f;
    border-color: #f9c20f; }
    .theme-danger .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f9c20f; }
    .theme-danger .panel-warning > .panel-heading .badge-pill {
      color: #f9c20f;
      background-color: #ffffff; }
  .theme-danger .panel-warning .panel-title, .theme-danger .panel-warning .panel-action {
    color: #ffffff; }
  .theme-danger .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f9c20f; }
.theme-danger .panel-line.panel-warning .panel-heading {
  color: #f9c20f;
  border-top-color: #f9c20f;
  background: transparent; }
.theme-danger .panel-line.panel-warning .panel-title, .theme-danger .panel-line.panel-warning .panel-action {
  color: #f9c20f; }

/*---switch---*/
.theme-danger .switch input:checked ~ .switch-indicator::after {
  background-color: #f1376e; }
.theme-danger .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #f1376e; }
.theme-danger .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #38c1f1; }
.theme-danger .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #39DA8A; }
.theme-danger .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #6384ea; }
.theme-danger .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #f9c20f; }

/*---badge---*/
.theme-danger .badge-primary {
  background-color: #f1376e;
  color: #ffffff; }
.theme-danger .badge-primary[href]:hover, .theme-danger .badge-primary[href]:focus {
  background-color: #e5104f; }
.theme-danger .badge-secondary {
  background-color: #e5eaee;
  color: #172b4c; }
.theme-danger .badge-secondary[href]:hover, .theme-danger .badge-secondary[href]:focus {
  background-color: #c6d1da; }
.theme-danger .badge-info {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-danger .badge-info[href]:hover, .theme-danger .badge-info[href]:focus {
  background-color: #10aee6; }
.theme-danger .badge-success {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-danger .badge-success[href]:hover, .theme-danger .badge-success[href]:focus {
  background-color: #23bd70; }
.theme-danger .badge-danger {
  background-color: #6384ea;
  color: #ffffff; }
.theme-danger .badge-danger[href]:hover, .theme-danger .badge-danger[href]:focus {
  background-color: #3661e4; }
.theme-danger .badge-warning {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-danger .badge-warning[href]:hover, .theme-danger .badge-warning[href]:focus {
  background-color: #d0a005; }

/*---badge light---*/
.theme-danger .badge-primary-light {
  background-color: #ffe2e5;
  color: #f1376e; }
.theme-danger .badge-primary-light[href]:hover, .theme-danger .badge-primary-light[href]:focus {
  background-color: #ffafb7; }
.theme-danger .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c; }
.theme-danger .badge-secondary-light[href]:hover, .theme-danger .badge-secondary-light[href]:focus {
  background-color: #c9d3df; }
.theme-danger .badge-info-light {
  background-color: #def6ff;
  color: #38c1f1; }
.theme-danger .badge-info-light[href]:hover, .theme-danger .badge-info-light[href]:focus {
  background-color: #abe8ff; }
.theme-danger .badge-success-light {
  background-color: #caffe5;
  color: #39DA8A; }
.theme-danger .badge-success-light[href]:hover, .theme-danger .badge-success-light[href]:focus {
  background-color: #97ffcc; }
.theme-danger .badge-danger-light {
  background-color: #e1f0ff;
  color: #6384ea; }
.theme-danger .badge-danger-light[href]:hover, .theme-danger .badge-danger-light[href]:focus {
  background-color: #aed7ff; }
.theme-danger .badge-warning-light {
  background-color: #fff4de;
  color: #f9c20f; }
.theme-danger .badge-warning-light[href]:hover, .theme-danger .badge-warning-light[href]:focus {
  background-color: #ffe3ab; }

/*---rating---*/
.theme-danger .rating-primary .active {
  color: #f1376e; }
.theme-danger .rating-primary :checked ~ label {
  color: #f1376e; }
.theme-danger .rating-primary label:hover {
  color: #f1376e; }
  .theme-danger .rating-primary label:hover ~ label {
    color: #f1376e; }
.theme-danger .rating-info .active {
  color: #38c1f1; }
.theme-danger .rating-info :checked ~ label {
  color: #38c1f1; }
.theme-danger .rating-info label:hover {
  color: #38c1f1; }
  .theme-danger .rating-info label:hover ~ label {
    color: #38c1f1; }
.theme-danger .rating-success .active {
  color: #39DA8A; }
.theme-danger .rating-success :checked ~ label {
  color: #39DA8A; }
.theme-danger .rating-success label:hover {
  color: #39DA8A; }
  .theme-danger .rating-success label:hover ~ label {
    color: #39DA8A; }
.theme-danger .rating-danger .active {
  color: #6384ea; }
.theme-danger .rating-danger :checked ~ label {
  color: #6384ea; }
.theme-danger .rating-danger label:hover {
  color: #6384ea; }
  .theme-danger .rating-danger label:hover ~ label {
    color: #6384ea; }
.theme-danger .rating-warning .active {
  color: #f9c20f; }
.theme-danger .rating-warning :checked ~ label {
  color: #f9c20f; }
.theme-danger .rating-warning label:hover {
  color: #f9c20f; }
  .theme-danger .rating-warning label:hover ~ label {
    color: #f9c20f; }

/*---toggler---*/
.theme-danger .toggler-primary input:checked + i {
  color: #f1376e; }
.theme-danger .toggler-info input:checked + i {
  color: #38c1f1; }
.theme-danger .toggler-success input:checked + i {
  color: #39DA8A; }
.theme-danger .toggler-danger input:checked + i {
  color: #6384ea; }
.theme-danger .toggler-warning input:checked + i {
  color: #f9c20f; }

/*---nav tabs---*/
.theme-danger .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-danger .nav-tabs.nav-tabs-primary .nav-link:active, .theme-danger .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-danger .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #e5104f;
  background-color: transparent;
  color: #e5104f; }
.theme-danger .nav-tabs.nav-tabs-info .nav-link:hover, .theme-danger .nav-tabs.nav-tabs-info .nav-link:active, .theme-danger .nav-tabs.nav-tabs-info .nav-link:focus, .theme-danger .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #10aee6;
  background-color: #38c1f1;
  color: #ffffff; }
.theme-danger .nav-tabs.nav-tabs-success .nav-link:hover, .theme-danger .nav-tabs.nav-tabs-success .nav-link:active, .theme-danger .nav-tabs.nav-tabs-success .nav-link:focus, .theme-danger .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #23bd70;
  background-color: transparent;
  color: #23bd70; }
.theme-danger .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-danger .nav-tabs.nav-tabs-danger .nav-link:active, .theme-danger .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-danger .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #3661e4;
  background-color: transparent;
  color: #3661e4; }
.theme-danger .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-danger .nav-tabs.nav-tabs-warning .nav-link:active, .theme-danger .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-danger .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #d0a005;
  background-color: transparent;
  color: #d0a005; }
.theme-danger .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #e5104f; }
.theme-danger .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #10aee6; }
.theme-danger .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #23bd70; }
.theme-danger .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #3661e4; }
.theme-danger .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #d0a005; }
.theme-danger .nav-tabs .nav-link.active {
  border-bottom-color: #f1376e;
  background-color: #f1376e;
  color: #ffffff; }
  .theme-danger .nav-tabs .nav-link.active:hover, .theme-danger .nav-tabs .nav-link.active:focus {
    border-bottom-color: #f1376e;
    background-color: #f1376e;
    color: #ffffff; }
.theme-danger .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #f1376e;
  background-color: #f1376e; }
  .theme-danger .nav-tabs .nav-item.open .nav-link:hover, .theme-danger .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #f1376e;
    background-color: #f1376e; }

/*---todo---*/
.theme-danger .todo-list .primary {
  border-left-color: #f1376e; }
.theme-danger .todo-list .info {
  border-left-color: #f1376e; }
.theme-danger .todo-list .success {
  border-left-color: #39DA8A; }
.theme-danger .todo-list .danger {
  border-left-color: #6384ea; }
.theme-danger .todo-list .warning {
  border-left-color: #f9c20f; }

/*---timeline---*/
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #f1376e;
  border: 1px solid #f1376e;
  color: #ffffff; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #f1376e;
    border-right-color: #f1376e; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #38c1f1;
  border: 1px solid #38c1f1;
  color: #ffffff; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #38c1f1;
    border-right-color: #38c1f1; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #39DA8A;
  border: 1px solid #39DA8A;
  color: #ffffff; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #39DA8A;
    border-right-color: #39DA8A; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #6384ea;
  border: 1px solid #6384ea;
  color: #ffffff; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #6384ea;
    border-right-color: #6384ea; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #f9c20f;
  border: 1px solid #f9c20f;
  color: #ffffff; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #f9c20f;
    border-right-color: #f9c20f; }
  .theme-danger .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #f1376e;
  background-color: #ffffff; }
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #38c1f1;
  background-color: #ffffff; }
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #39DA8A;
  background-color: #ffffff; }
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #6384ea;
  background-color: #ffffff; }
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #f9c20f;
  background-color: #ffffff; }
.theme-danger .timeline .timeline-label .label-primary {
  background-color: #f1376e; }
.theme-danger .timeline .timeline-label .label-info {
  background-color: #38c1f1; }
.theme-danger .timeline .timeline-label .label-success {
  background-color: #39DA8A; }
.theme-danger .timeline .timeline-label .label-danger {
  background-color: #6384ea; }
.theme-danger .timeline .timeline-label .label-warning {
  background-color: #f9c20f; }
.theme-danger .timeline__year, .theme-danger .timeline5:before, .theme-danger .timeline__box:before, .theme-danger .timeline__date {
  background-color: #f1376e; }
.theme-danger .timeline__post {
  border-left: 3px solid #f1376e; }

/*---daterangepicker---*/
.theme-danger .daterangepicker td.active {
  background-color: #f1376e; }
  .theme-danger .daterangepicker td.active:hover {
    background-color: #f1376e; }
.theme-danger .daterangepicker .input-mini.active {
  border: 1px solid #f1376e; }
.theme-danger .ranges li:hover, .theme-danger .ranges li:active, .theme-danger .ranges li.active {
  border: 1px solid #f1376e;
  background-color: #f1376e; }

/*---control-sidebar---*/
.theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #f1376e;
  color: #f1376e; }
.theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #f1376e;
  color: #f1376e; }
  .theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #f1376e;
    color: #f1376e; }
.theme-danger .control-sidebar .rpanel-title .btn:hover {
  color: #f1376e; }

/*---nav---*/
.theme-danger .nav > li > a:hover, .theme-danger .nav > li > a:active, .theme-danger .nav > li > a:focus {
  color: #f1376e; }
.theme-danger .nav-pills > li > a.active {
  border-top-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
  .theme-danger .nav-pills > li > a.active:hover, .theme-danger .nav-pills > li > a.active:focus {
    border-top-color: #f1376e;
    background-color: #f1376e !important;
    color: #ffffff; }
.theme-danger .mailbox-nav .nav-pills > li > a:hover, .theme-danger .mailbox-nav .nav-pills > li > a:focus {
  border-color: #f1376e; }
.theme-danger .mailbox-nav .nav-pills > li > a.active {
  border-color: #f1376e; }
  .theme-danger .mailbox-nav .nav-pills > li > a.active:hover, .theme-danger .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #f1376e; }
.theme-danger .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #f1376e; }
.theme-danger .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #f1376e; }
.theme-danger .customtab li a.nav-link.active {
  border-bottom: 2px solid #f1376e; }

/*---form-element---*/
.theme-danger .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #f1376e, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-danger .form-element .form-control {
  background-image: linear-gradient(45deg, #f1376e, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-danger .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #f1376e, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-danger .form-control:focus {
  border-color: #f1376e; }
.theme-danger [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #f1376e;
  border-bottom: 2px solid #f1376e; }
.theme-danger [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #38c1f1;
  border-bottom: 2px solid #38c1f1; }
.theme-danger [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #39DA8A;
  border-bottom: 2px solid #39DA8A; }
.theme-danger [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #6384ea;
  border-bottom: 2px solid #6384ea; }
.theme-danger [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #f9c20f;
  border-bottom: 2px solid #f9c20f; }
.theme-danger [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #f1376e;
  background-color: #f1376e; }
.theme-danger [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #38c1f1;
  background-color: #38c1f1; }
.theme-danger [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #39DA8A;
  background-color: #39DA8A; }
.theme-danger [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #6384ea;
  background-color: #6384ea; }
.theme-danger [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #f9c20f;
  background-color: #f9c20f; }
.theme-danger [type=radio].radio-col-primary:checked + label:after {
  background-color: #f1376e;
  border-color: #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #f1376e;
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].radio-col-info:checked + label:after {
  background-color: #38c1f1;
  border-color: #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #38c1f1;
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].radio-col-success:checked + label:after {
  background-color: #39DA8A;
  border-color: #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #39DA8A;
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].radio-col-danger:checked + label:after {
  background-color: #6384ea;
  border-color: #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #6384ea;
  border: 2px solid #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].radio-col-warning:checked + label:after {
  background-color: #f9c20f;
  border-color: #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #f9c20f;
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-danger [type=checkbox]:checked + label:before {
  border-right: 2px solid #f1376e;
  border-bottom: 2px solid #f1376e; }
.theme-danger [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #f1376e;
  background-color: #f1376e; }
.theme-danger [type=radio].with-gap:checked + label:before, .theme-danger [type=radio].with-gap:checked + label:after {
  border: 2px solid #f1376e; }
.theme-danger [type=radio].with-gap:checked + label:after {
  background-color: #f1376e;
  z-index: 0; }
.theme-danger [type=radio]:checked + label:after {
  border: 2px solid #f1376e;
  background-color: #f1376e;
  z-index: 0; }
.theme-danger [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #f1376e;
  background-color: #f1376e; }

/*---Calender---*/
.theme-danger .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #f1376e; }
.theme-danger .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #f1376e;
  border-color: #f1376e; }
.theme-danger .fc-event, .theme-danger .calendar-event {
  background: #f1376e; }

/*---Tabs---*/
.theme-danger .tabs-vertical li .nav-link:hover, .theme-danger .tabs-vertical li .nav-link:active, .theme-danger .tabs-vertical li .nav-link:focus, .theme-danger .tabs-vertical li .nav-link.active {
  background-color: #f1376e;
  color: #ffffff; }
.theme-danger .customvtab .tabs-vertical li .nav-link:hover, .theme-danger .customvtab .tabs-vertical li .nav-link:active, .theme-danger .customvtab .tabs-vertical li .nav-link:focus, .theme-danger .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #f1376e;
  color: #f1376e; }
.theme-danger .customtab2 li a.nav-link:hover, .theme-danger .customtab2 li a.nav-link:active, .theme-danger .customtab2 li a.nav-link.active {
  background-color: #f1376e; }

.rtl.theme-danger .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-danger .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-danger .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-danger .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #f1376e; }

/*---Notification---*/
.theme-danger .jq-icon-primary {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-danger .jq-icon-info {
  background-color: #38c1f1;
  color: #ffffff;
  border-color: #38c1f1; }
.theme-danger .jq-icon-success {
  background-color: #39DA8A;
  color: #ffffff;
  border-color: #f1376e; }
.theme-danger .jq-icon-error {
  background-color: #6384ea;
  color: #ffffff;
  border-color: #6384ea; }
.theme-danger .jq-icon-danger {
  background-color: #6384ea;
  color: #ffffff;
  border-color: #6384ea; }
.theme-danger .jq-icon-warning {
  background-color: #f9c20f;
  color: #ffffff;
  border-color: #f9c20f; }

/*---avatar---*/
.theme-danger .avatar.status-primary::after {
  background-color: #f1376e; }
.theme-danger .avatar.status-info::after {
  background-color: #38c1f1; }
.theme-danger .avatar.status-success::after {
  background-color: #39DA8A; }
.theme-danger .avatar.status-danger::after {
  background-color: #6384ea; }
.theme-danger .avatar.status-warning::after {
  background-color: #f9c20f; }
.theme-danger .avatar[class*='status-']::after {
  background-color: #f1376e; }
.theme-danger .avatar-add:hover {
  background-color: #e5104f;
  border-color: #e5104f; }

/*---media---*/
.theme-danger .media-chat.media-chat-reverse .media-body p {
  background-color: #f1376e; }
.theme-danger .media-right-out a:hover {
  color: #e5104f; }

/*---control---*/
.theme-danger .control input:checked:focus ~ .control_indicator {
  background-color: #f1376e; }
.theme-danger .control input:checked ~ .control_indicator {
  background-color: #f1376e; }
.theme-danger .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #f1376e; }

/*---flex---*/
.theme-danger .flex-column > li > a.nav-link.active {
  border-left-color: #f1376e; }
  .theme-danger .flex-column > li > a.nav-link.active:hover {
    border-left-color: #f1376e; }

/*---pagination---*/
.theme-danger .pagination li a.current {
  border: 1px solid #f1376e;
  background-color: #f1376e; }
  .theme-danger .pagination li a.current:hover {
    border: 1px solid #f1376e;
    background-color: #f1376e; }
.theme-danger .pagination li a:hover {
  border: 1px solid #e5104f;
  background-color: #e5104f !important; }
.theme-danger .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #f1376e;
  background-color: #f1376e; }
  .theme-danger .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #f1376e;
    background-color: #f1376e; }
.theme-danger .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #f1376e; }
.theme-danger .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #f1376e; }
.theme-danger .footable .pagination li a:hover, .theme-danger .footable .pagination li a:active, .theme-danger .footable .pagination li a.active {
  background-color: #f1376e; }

/*---dataTables---*/
.theme-danger .dt-buttons .dt-button {
  background-color: #f1376e; }

/*---select2---*/
.theme-danger .select2-container--default.select2-container--open {
  border-color: #f1376e; }
.theme-danger .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f1376e; }
.theme-danger .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #f1376e !important; }
.theme-danger .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f1376e !important; }
.theme-danger .select2-container--default .select2-selection--multiple:focus {
  border-color: #f1376e !important; }
.theme-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f1376e;
  border-color: #f1376e; }

/*---Other---*/
.theme-danger .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #e5104f; }
.theme-danger .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #e5104f; }
.theme-danger .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #e5104f; }
.theme-danger [data-overlay-primary]::before {
  background: #e5104f; }

/*---wizard---*/
.theme-danger .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #f1376e;
  background-color: #f1376e; }
.theme-danger .wizard-content .wizard > .steps > ul > li.done {
  border-color: #e5104f;
  background-color: #e5104f; }
.theme-danger .wizard-content .wizard > .actions > ul > li > a {
  background-color: #f1376e; }
.theme-danger .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #f1376e; }
.theme-danger .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #f1376e; }
.theme-danger .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #f1376e; }
.theme-danger .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #f1376e; }
.theme-danger .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #f1376e;
  color: #f1376e; }
  .theme-danger .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #f1376e; }
.theme-danger .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #f1376e; }

@media (max-width: 767px) {
  .theme-danger .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #f1376e; } }
@media (max-width: 575px) {
  .theme-danger .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #f1376e; } }
/*---slider---*/
.theme-danger #primary .slider-selection {
  background-color: #f1376e; }
.theme-danger #info .slider-selection {
  background-color: #38c1f1; }
.theme-danger #success .slider-selection {
  background-color: #39DA8A; }
.theme-danger #danger .slider-selection {
  background-color: #6384ea; }
.theme-danger #warning .slider-selection {
  background-color: #f9c20f; }

/*---horizontal-timeline---*/
.theme-danger .cd-horizontal-timeline .events a.selected::after {
  background: #f1376e;
  border-color: #f1376e; }
.theme-danger .cd-horizontal-timeline .events a.older-event::after {
  border-color: #f1376e; }
.theme-danger .cd-horizontal-timeline .filling-line {
  background: #f1376e; }
.theme-danger .cd-horizontal-timeline a {
  color: #f1376e; }
  .theme-danger .cd-horizontal-timeline a:hover, .theme-danger .cd-horizontal-timeline a:focus {
    color: #f1376e; }
.theme-danger .cd-timeline-navigation a:hover, .theme-danger .cd-timeline-navigation a:focus {
  border-color: #f1376e; }

/**************************************
Theme Warning Color
**************************************/
.bg-gradient-warning, .theme-warning .bg-gradient-warning, .theme-warning .art-bg {
  background: linear-gradient(45deg, #f9c20f, #38c1f1); }

.bg-light-body {
  background: transparent; }

.theme-warning.fixed .main-header {
  background: #f8f8f8; }
.theme-warning .main-header {
  background: #ffffff; }

.theme-warning.onlyheader .art-bg {
  background-image: none; }

.bg-gradient-warning-dark, .dark-skin.theme-warning .bg-gradient-warning, .dark-skin.theme-warning .art-bg {
  background-image: linear-gradient(45deg, #9e7a04, #0d8ab6); }

.bg-dark-body {
  background: #1a233a; }

.dark-skin.theme-warning.fixed .main-header {
  background: #1a233a; }
.dark-skin.theme-warning .main-header {
  background: #1a233a; }

@media (max-width: 767px) {
  .theme-warning.fixed .main-header {
    background-image: #e4e6ef; }
    .theme-warning.fixed .main-header.navbar {
      background: none; }

  .dark-skin.theme-warning.fixed .main-header {
    background-image: #1a233a; } }
.theme-warning a:hover, .theme-warning a:active, .theme-warning a:focus {
  color: #f9c20f; }
.theme-warning .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-warning .main-sidebar .svg-icon:hover, .theme-warning .main-sidebar .svg-icon:active, .theme-warning .main-sidebar .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-warning .main-sidebar a:hover .svg-icon, .theme-warning .main-sidebar a:active .svg-icon, .theme-warning .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-warning .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); }
  .theme-warning .svg-icon:hover, .theme-warning .svg-icon:active, .theme-warning .svg-icon:focus {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-warning a:hover .svg-icon, .theme-warning a:active .svg-icon, .theme-warning a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }

.theme-warning.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #f9c20f !important; }
  .theme-warning.light-skin .sidebar-menu > li.active.treeview > a > i {
    color: #f9c20f; }
  .theme-warning.light-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #f9c20f;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-warning.light-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-warning.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-warning.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #f9c20f !important; }
.theme-warning.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #f9c20f !important; }
  .theme-warning.dark-skin .sidebar-menu > li.active.treeview > a > i {
    color: #f9c20f; }
  .theme-warning.dark-skin .sidebar-menu > li.active.treeview > a > svg {
    color: #f9c20f;
    fill: rgba(1, 104, 250, 0.2); }
  .theme-warning.dark-skin .sidebar-menu > li.active.treeview > a:after {
    border-color: transparent #333333 transparent transparent !important; }
.theme-warning.dark-skin .sidebar-menu > li.active.treeview.treeview > a {
  background: transparent; }
  .theme-warning.dark-skin .sidebar-menu > li.active.treeview.treeview > a > i {
    color: #f9c20f; }
  .theme-warning.dark-skin .sidebar-menu > li.active.treeview.treeview > a:after {
    border-color: transparent #fafafa transparent transparent !important; }
.theme-warning.dark-skin .sidebar-menu > li.active.treeview.treeview .treeview-menu li a {
  color: #b5b5c3; }
.theme-warning.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #f9c20f !important; }
.theme-warning.light-skin .sidebar-menu > li:hover, .theme-warning.light-skin .sidebar-menu > li:active, .theme-warning.light-skin .sidebar-menu > li.active {
  background-color: rgba(249, 194, 15, 0);
  color: #f9c20f;
  border-left: 0px solid rgba(249, 194, 15, 0); }
  .theme-warning.light-skin .sidebar-menu > li:hover a, .theme-warning.light-skin .sidebar-menu > li:active a, .theme-warning.light-skin .sidebar-menu > li.active a {
    color: #f9c20f; }
    .theme-warning.light-skin .sidebar-menu > li:hover a > i, .theme-warning.light-skin .sidebar-menu > li:active a > i, .theme-warning.light-skin .sidebar-menu > li.active a > i {
      color: #b5b5c3;
      background-color: rgba(249, 194, 15, 0); }
    .theme-warning.light-skin .sidebar-menu > li:hover a > svg, .theme-warning.light-skin .sidebar-menu > li:active a > svg, .theme-warning.light-skin .sidebar-menu > li.active a > svg {
      color: #f9c20f;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-warning.light-skin .sidebar-menu > li:hover a img.svg-icon, .theme-warning.light-skin .sidebar-menu > li:active a img.svg-icon, .theme-warning.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
.theme-warning.light-skin .sidebar-menu > li.active {
  background-color: rgba(249, 194, 15, 0);
  color: #f9c20f;
  border-left: 0px solid #f9c20f; }
  .theme-warning.light-skin .sidebar-menu > li.active a {
    color: #f9c20f;
    background-color: transparent; }
    .theme-warning.light-skin .sidebar-menu > li.active a > i {
      color: #f9c20f;
      background-color: rgba(249, 194, 15, 0); }
    .theme-warning.light-skin .sidebar-menu > li.active a > svg {
      color: #f9c20f;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-warning.light-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(249, 194, 15, 0);
    color: #f9c20f; }
    .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
      color: #f9c20f; }
      .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.active a > i {
        color: #f9c20f;
        background-color: rgba(249, 194, 15, 0); }
  .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
    color: #b5b5c3;
    background-color: rgba(249, 194, 15, 0); }
  .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(249, 194, 15, 0);
    color: #f9c20f; }
    .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #f9c20f; }
      .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #f9c20f;
        background-color: rgba(249, 194, 15, 0); }
  .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(249, 194, 15, 0);
    color: #f9c20f; }
    .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #f9c20f; }
      .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #f9c20f;
        background-color: rgba(249, 194, 15, 0); }
  .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(249, 194, 15, 0); }
.theme-warning.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #f9c20f;
  border-right: 0px solid #f9c20f; }
.theme-warning.dark-skin .sidebar-menu > li.active {
  background-color: rgba(249, 194, 15, 0);
  color: white;
  border-left: 0px solid #f9c20f; }
  .theme-warning.dark-skin .sidebar-menu > li.active a {
    color: white;
    background-color: transparent; }
    .theme-warning.dark-skin .sidebar-menu > li.active a > svg {
      color: #ffffff;
      fill: rgba(1, 104, 250, 0.2); }
    .theme-warning.dark-skin .sidebar-menu > li.active a img.svg-icon {
      filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); }
  .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
    background-color: rgba(249, 194, 15, 0);
    color: #f9c20f; }
    .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
      color: #f9c20f !important; }
  .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active {
    background-color: rgba(249, 194, 15, 0);
    color: #f9c20f; }
    .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a {
      color: #f9c20f; }
      .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview.active a > i {
        color: #f9c20f;
        background-color: rgba(249, 194, 15, 0); }
  .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active {
    background-color: rgba(249, 194, 15, 0);
    color: #f9c20f; }
    .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a {
      color: #f9c20f; }
      .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li.active a > i {
        color: #f9c20f;
        background-color: rgba(249, 194, 15, 0); }
  .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a {
    color: #b5b5c3; }
    .theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.treeview .treeview-menu li a > i {
      color: #b5b5c3;
      background-color: rgba(249, 194, 15, 0); }
.theme-warning.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #f9c20f;
  border-right: 0px solid #f9c20f; }

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(249, 194, 15, 0.2);
    color: #f9c20f; } }
/*---Main Nav---*/
.theme-warning .sm-blue li.current > a, .theme-warning .sm-blue li.highlighted > a {
  background: #f9c20f;
  color: #ffffff !important; }
  .theme-warning .sm-blue li.current > a:hover, .theme-warning .sm-blue li.current > a:active, .theme-warning .sm-blue li.current > a:focus, .theme-warning .sm-blue li.highlighted > a:hover, .theme-warning .sm-blue li.highlighted > a:active, .theme-warning .sm-blue li.highlighted > a:focus {
    background: #f9c20f;
    color: #ffffff !important; }
.theme-warning .sm-blue a.current, .theme-warning .sm-blue a.highlighted {
  background: #f9c20f;
  color: #ffffff !important; }
.theme-warning .sm-blue a:hover, .theme-warning .sm-blue a:active, .theme-warning .sm-blue a:focus {
  background: #f9c20f;
  color: #ffffff !important; }
.theme-warning .sm-blue ul a:hover, .theme-warning .sm-blue ul a:active, .theme-warning .sm-blue ul a:focus {
  background: #ebedf3;
  color: #f9c20f !important; }
.theme-warning .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #f9c20f !important; }

.dark-skin.theme-warning .sm-blue a.current, .dark-skin.theme-warning .sm-blue a.highlighted {
  background: #f9c20f;
  color: #ffffff !important; }
.dark-skin.theme-warning .sm-blue a:hover, .dark-skin.theme-warning .sm-blue a:active, .dark-skin.theme-warning .sm-blue a:focus {
  background: #f9c20f;
  color: #ffffff !important; }
.dark-skin.theme-warning .sm-blue ul a:hover, .dark-skin.theme-warning .sm-blue ul a:active, .dark-skin.theme-warning .sm-blue ul a:focus {
  background: #29354b;
  color: #f9c20f !important; }
.dark-skin.theme-warning .sm-blue ul a.highlighted {
  background: #29354b;
  color: #f9c20f !important; }

/*---Primary Button---*/
.theme-warning .btn-link {
  color: #f9c20f; }
.theme-warning .btn-primary {
  background-color: #f9c20f;
  border-color: #f9c20f;
  color: #ffffff; }
  .theme-warning .btn-primary:hover, .theme-warning .btn-primary:active, .theme-warning .btn-primary:focus, .theme-warning .btn-primary.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
  .theme-warning .btn-primary:disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
  .theme-warning .btn-primary.disabled {
    background-color: #fbdb73;
    border-color: #f9c20f;
    opacity: 0.5; }
.theme-warning .show > .btn-primary.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-primary {
  color: #f9c20f;
  background-color: transparent;
  border-color: #f9c20f !important; }
  .theme-warning .btn-outline.btn-primary:hover, .theme-warning .btn-outline.btn-primary:active, .theme-warning .btn-outline.btn-primary.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #d0a005 !important;
  border-color: #d0a005 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-primary {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-primary:hover, .theme-warning .btn-flat.btn-primary:active, .theme-warning .btn-flat.btn-primary.active {
    background-color: #d0a005 !important;
    border-color: #d0a005 !important;
    color: #ffffff !important; }

/*---info Button---*/
.theme-warning .btn-info {
  background-color: #38c1f1;
  border-color: #38c1f1;
  color: #ffffff; }
  .theme-warning .btn-info:hover, .theme-warning .btn-info:active, .theme-warning .btn-info:focus, .theme-warning .btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
  .theme-warning .btn-info:disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
  .theme-warning .btn-info.disabled {
    background-color: #97dff8;
    border-color: #38c1f1;
    opacity: 0.5; }
.theme-warning .show > .btn-info.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-info {
  color: #38c1f1;
  background-color: transparent;
  border-color: #38c1f1 !important; }
  .theme-warning .btn-outline.btn-info:hover, .theme-warning .btn-outline.btn-info:active, .theme-warning .btn-outline.btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #10aee6 !important;
  border-color: #10aee6 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-info {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-info:hover, .theme-warning .btn-flat.btn-info:active, .theme-warning .btn-flat.btn-info.active {
    background-color: #10aee6 !important;
    border-color: #10aee6 !important;
    color: #ffffff !important; }

/*---Success Button---*/
.theme-warning .btn-success {
  background-color: #39DA8A;
  border-color: #39DA8A;
  color: #ffffff; }
  .theme-warning .btn-success:hover, .theme-warning .btn-success:active, .theme-warning .btn-success:focus, .theme-warning .btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
  .theme-warning .btn-success:disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
  .theme-warning .btn-success.disabled {
    background-color: #8feabd;
    border-color: #39DA8A;
    opacity: 0.5; }
.theme-warning .show > .btn-success.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-success {
  color: #39DA8A;
  background-color: transparent;
  border-color: #39DA8A !important; }
  .theme-warning .btn-outline.btn-success:hover, .theme-warning .btn-outline.btn-success:active, .theme-warning .btn-outline.btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #23bd70 !important;
  border-color: #23bd70 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-success {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-success:hover, .theme-warning .btn-flat.btn-success:active, .theme-warning .btn-flat.btn-success.active {
    background-color: #23bd70 !important;
    border-color: #23bd70 !important;
    color: #ffffff !important; }

/*---Danger Button---*/
.theme-warning .btn-danger {
  background-color: #f1376e;
  border-color: #f1376e;
  color: #ffffff; }
  .theme-warning .btn-danger:hover, .theme-warning .btn-danger:active, .theme-warning .btn-danger:focus, .theme-warning .btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }
  .theme-warning .btn-danger:disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
  .theme-warning .btn-danger.disabled {
    background-color: #f896b3;
    border-color: #f1376e;
    opacity: 0.5; }
.theme-warning .show > .btn-danger.dropdown-toggle {
  background-color: #e5104f !important;
  border-color: #e5104f !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-danger {
  color: #f1376e;
  background-color: transparent;
  border-color: #f1376e !important; }
  .theme-warning .btn-outline.btn-danger:hover, .theme-warning .btn-outline.btn-danger:active, .theme-warning .btn-outline.btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #e5104f !important;
  border-color: #e5104f !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-danger {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-danger:hover, .theme-warning .btn-flat.btn-danger:active, .theme-warning .btn-flat.btn-danger.active {
    background-color: #e5104f !important;
    border-color: #e5104f !important;
    color: #ffffff !important; }

/*---Warning Button---*/
.theme-warning .btn-warning {
  background-color: #6384ea;
  border-color: #6384ea;
  color: #ffffff; }
  .theme-warning .btn-warning:hover, .theme-warning .btn-warning:active, .theme-warning .btn-warning:focus, .theme-warning .btn-warning.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }
  .theme-warning .btn-warning:disabled {
    background-color: #bdcbf6;
    border-color: #6384ea;
    opacity: 0.5; }
  .theme-warning .btn-warning.disabled {
    background-color: #bdcbf6;
    border-color: #6384ea;
    opacity: 0.5; }
.theme-warning .show > .btn-warning.dropdown-toggle {
  background-color: #3661e4 !important;
  border-color: #3661e4 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-warning {
  color: #6384ea;
  background-color: transparent;
  border-color: #6384ea !important; }
  .theme-warning .btn-outline.btn-warning:hover, .theme-warning .btn-outline.btn-warning:active, .theme-warning .btn-outline.btn-warning.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #3661e4 !important;
  border-color: #3661e4 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-warning {
  color: #6384ea !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-warning:hover, .theme-warning .btn-flat.btn-warning:active, .theme-warning .btn-flat.btn-warning.active {
    background-color: #3661e4 !important;
    border-color: #3661e4 !important;
    color: #ffffff !important; }

/*---Primary Button light---*/
.theme-warning .btn-primary-light {
  background-color: #fff4de;
  border-color: #fff4de;
  color: #f9c20f; }
  .theme-warning .btn-primary-light:hover, .theme-warning .btn-primary-light:active, .theme-warning .btn-primary-light:focus, .theme-warning .btn-primary-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
  .theme-warning .btn-primary-light:disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
  .theme-warning .btn-primary-light.disabled {
    background-color: white;
    border-color: #fff4de;
    opacity: 0.5; }
.theme-warning .show > .btn-primary-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-primary-light {
  color: #f9c20f;
  background-color: transparent;
  border-color: #fff4de !important; }
  .theme-warning .btn-outline.btn-primary-light:hover, .theme-warning .btn-outline.btn-primary-light:active, .theme-warning .btn-outline.btn-primary-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #f9c20f !important;
  border-color: #f9c20f !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-primary-light {
  color: #f9c20f !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-primary-light:hover, .theme-warning .btn-flat.btn-primary-light:active, .theme-warning .btn-flat.btn-primary-light.active {
    background-color: #f9c20f !important;
    border-color: #f9c20f !important;
    color: #ffffff !important; }

/*---info Button light---*/
.theme-warning .btn-info-light {
  background-color: #def6ff;
  border-color: #def6ff;
  color: #38c1f1; }
  .theme-warning .btn-info-light:hover, .theme-warning .btn-info-light:active, .theme-warning .btn-info-light:focus, .theme-warning .btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
  .theme-warning .btn-info-light:disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
  .theme-warning .btn-info-light.disabled {
    background-color: white;
    border-color: #def6ff;
    opacity: 0.5; }
.theme-warning .show > .btn-info.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-info-light {
  color: #38c1f1;
  background-color: transparent;
  border-color: #def6ff !important; }
  .theme-warning .btn-outline.btn-info-light:hover, .theme-warning .btn-outline.btn-info-light:active, .theme-warning .btn-outline.btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #38c1f1 !important;
  border-color: #38c1f1 !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-info-light {
  color: #38c1f1 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-info-light:hover, .theme-warning .btn-flat.btn-info-light:active, .theme-warning .btn-flat.btn-info-light.active {
    background-color: #38c1f1 !important;
    border-color: #38c1f1 !important;
    color: #ffffff !important; }

/*---Success Button light---*/
.theme-warning .btn-success-light {
  background-color: #caffe5;
  border-color: #caffe5;
  color: #39DA8A; }
  .theme-warning .btn-success-light:hover, .theme-warning .btn-success-light:active, .theme-warning .btn-success-light:focus, .theme-warning .btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
  .theme-warning .btn-success-light:disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
  .theme-warning .btn-success-light.disabled {
    background-color: white;
    border-color: #caffe5;
    opacity: 0.5; }
.theme-warning .show > .btn-success-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-success-light {
  color: #39DA8A;
  background-color: transparent;
  border-color: #caffe5 !important; }
  .theme-warning .btn-outline.btn-success-light:hover, .theme-warning .btn-outline.btn-success-light:active, .theme-warning .btn-outline.btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #39DA8A !important;
  border-color: #39DA8A !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-success-light {
  color: #39DA8A !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-success-light:hover, .theme-warning .btn-flat.btn-success-light:active, .theme-warning .btn-flat.btn-success-light.active {
    background-color: #39DA8A !important;
    border-color: #39DA8A !important;
    color: #ffffff !important; }

/*---Danger Button light---*/
.theme-warning .btn-danger-light {
  background-color: #ffe2e5;
  border-color: #ffe2e5;
  color: #f1376e; }
  .theme-warning .btn-danger-light:hover, .theme-warning .btn-danger-light:active, .theme-warning .btn-danger-light:focus, .theme-warning .btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
  .theme-warning .btn-danger-light:disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
  .theme-warning .btn-danger-light.disabled {
    background-color: white;
    border-color: #ffe2e5;
    opacity: 0.5; }
.theme-warning .show > .btn-danger-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-danger-light {
  color: #f1376e;
  background-color: transparent;
  border-color: #ffe2e5 !important; }
  .theme-warning .btn-outline.btn-danger-light:hover, .theme-warning .btn-outline.btn-danger-light:active, .theme-warning .btn-outline.btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #f1376e !important;
  border-color: #f1376e !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-danger-light {
  color: #f1376e !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-danger-light:hover, .theme-warning .btn-flat.btn-danger-light:active, .theme-warning .btn-flat.btn-danger-light.active {
    background-color: #f1376e !important;
    border-color: #f1376e !important;
    color: #ffffff !important; }

/*---Warning Button light---*/
.theme-warning .btn-warning-light {
  background-color: #e1f0ff;
  border-color: #e1f0ff;
  color: #6384ea; }
  .theme-warning .btn-warning-light:hover, .theme-warning .btn-warning-light:active, .theme-warning .btn-warning-light:focus, .theme-warning .btn-warning-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }
  .theme-warning .btn-warning-light:disabled {
    background-color: white;
    border-color: #e1f0ff;
    opacity: 0.5; }
  .theme-warning .btn-warning-light.disabled {
    background-color: white;
    border-color: #e1f0ff;
    opacity: 0.5; }
.theme-warning .show > .btn-warning-light.dropdown-toggle {
  background-color: #6384ea !important;
  border-color: #6384ea !important;
  color: #ffffff; }
.theme-warning .btn-outline.btn-warning-light {
  color: #6384ea;
  background-color: transparent;
  border-color: #e1f0ff !important; }
  .theme-warning .btn-outline.btn-warning-light:hover, .theme-warning .btn-outline.btn-warning-light:active, .theme-warning .btn-outline.btn-warning-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }
.theme-warning .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #6384ea !important;
  border-color: #6384ea !important;
  color: #ffffff; }
.theme-warning .btn-flat.btn-warning-light {
  color: #6384ea !important;
  background-color: #f3f6f9;
  border-color: transparent; }
  .theme-warning .btn-flat.btn-warning-light:hover, .theme-warning .btn-flat.btn-warning-light:active, .theme-warning .btn-flat.btn-warning-light.active {
    background-color: #6384ea !important;
    border-color: #6384ea !important;
    color: #ffffff !important; }

/*---callout---*/
.theme-warning .callout.callout-primary {
  border-color: #f9c20f;
  background-color: #f9c20f !important; }
.theme-warning .callout.callout-info {
  border-color: #38c1f1;
  background-color: #38c1f1 !important; }
.theme-warning .callout.callout-success {
  border-color: #39DA8A;
  background-color: #39DA8A !important; }
.theme-warning .callout.callout-danger {
  border-color: #f1376e;
  background-color: #f1376e !important; }
.theme-warning .callout.callout-warning {
  border-color: #6384ea;
  background-color: #6384ea !important; }

/*---alert---*/
.theme-warning .alert-primary {
  border-color: #f9c20f;
  background-color: #f9c20f !important;
  color: #ffffff; }
.theme-warning .alert-info {
  border-color: #38c1f1;
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-warning .alert-success {
  border-color: #39DA8A;
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-warning .alert-danger {
  border-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-warning .alert-error {
  border-color: #f1376e;
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-warning .alert-warning {
  border-color: #6384ea;
  background-color: #6384ea !important;
  color: #ffffff; }

/*---direct-chat---*/
.theme-warning .direct-chat-primary .right > .direct-chat-text p {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-warning .direct-chat-primary .right > .direct-chat-text:before, .theme-warning .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #f9c20f; }
.theme-warning .direct-chat-info .right > .direct-chat-text p {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-warning .direct-chat-info .right > .direct-chat-text:before, .theme-warning .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #38c1f1; }
.theme-warning .direct-chat-success .right > .direct-chat-text p {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-warning .direct-chat-success .right > .direct-chat-text:before, .theme-warning .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #39DA8A; }
.theme-warning .direct-chat-danger .right > .direct-chat-text p {
  background-color: #f1376e;
  color: #ffffff; }
.theme-warning .direct-chat-danger .right > .direct-chat-text:before, .theme-warning .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #f1376e; }
.theme-warning .direct-chat-warning .right > .direct-chat-text p {
  background-color: #6384ea;
  color: #ffffff; }
.theme-warning .direct-chat-warning .right > .direct-chat-text:before, .theme-warning .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #6384ea; }
.theme-warning .right .direct-chat-text p {
  background-color: #f9c20f; }

/*---modal---*/
.theme-warning .modal-primary .modal-footer, .theme-warning .modal-primary .modal-header {
  border-color: #f9c20f; }
.theme-warning .modal-primary .modal-body {
  background-color: #f9c20f !important; }
.theme-warning .modal-info .modal-footer, .theme-warning .modal-info .modal-header {
  border-color: #38c1f1; }
.theme-warning .modal-info .modal-body {
  background-color: #38c1f1 !important; }
.theme-warning .modal-success .modal-footer, .theme-warning .modal-success .modal-header {
  border-color: #39DA8A; }
.theme-warning .modal-success .modal-body {
  background-color: #39DA8A !important; }
.theme-warning .modal-danger .modal-footer, .theme-warning .modal-danger .modal-header {
  border-color: #f1376e; }
.theme-warning .modal-danger .modal-body {
  background-color: #f1376e !important; }
.theme-warning .modal-warning .modal-footer, .theme-warning .modal-warning .modal-header {
  border-color: #6384ea; }
.theme-warning .modal-warning .modal-body {
  background-color: #6384ea !important; }

/*---border---*/
.theme-warning .border-primary {
  border-color: #f9c20f !important; }
.theme-warning .border-info {
  border-color: #38c1f1 !important; }
.theme-warning .border-success {
  border-color: #39DA8A !important; }
.theme-warning .border-danger {
  border-color: #f1376e !important; }
.theme-warning .border-warning {
  border-color: #6384ea !important; }

/*---Background---*/
.theme-warning .bg-primary {
  background-color: #f9c20f !important;
  color: #ffffff; }
.theme-warning .bg-primary-light {
  background-color: #fff4de !important;
  color: #f9c20f; }
.theme-warning .bg-info {
  background-color: #38c1f1 !important;
  color: #ffffff; }
.theme-warning .bg-info-light {
  background-color: #def6ff !important;
  color: #38c1f1; }
.theme-warning .bg-success {
  background-color: #39DA8A !important;
  color: #ffffff; }
.theme-warning .bg-success-light {
  background-color: #caffe5 !important;
  color: #39DA8A; }
.theme-warning .bg-danger {
  background-color: #f1376e !important;
  color: #ffffff; }
.theme-warning .bg-danger-light {
  background-color: #ffe2e5 !important;
  color: #f1376e; }
.theme-warning .bg-warning {
  background-color: #6384ea !important;
  color: #ffffff; }
.theme-warning .bg-warning-light {
  background-color: #e1f0ff !important;
  color: #6384ea; }

/*---text---*/
.theme-warning .text-primary {
  color: #f9c20f !important; }
.theme-warning a.text-primary:hover, .theme-warning a.text-primary:focus {
  color: #f9c20f !important; }
.theme-warning .hover-primary:hover, .theme-warning .hover-primary:focus {
  color: #f9c20f !important; }
.theme-warning .text-info {
  color: #38c1f1 !important; }
.theme-warning a.text-info:hover, .theme-warning a.text-info:focus {
  color: #38c1f1 !important; }
.theme-warning .hover-info:hover, .theme-warning .hover-info:focus {
  color: #38c1f1 !important; }
.theme-warning .text-success {
  color: #39DA8A !important; }
.theme-warning a.text-success:hover, .theme-warning a.text-success:focus {
  color: #39DA8A !important; }
.theme-warning .hover-success:hover, .theme-warning .hover-success:focus {
  color: #39DA8A !important; }
.theme-warning .text-danger {
  color: #f1376e !important; }
.theme-warning a.text-danger:hover, .theme-warning a.text-danger:focus {
  color: #f1376e !important; }
.theme-warning .hover-danger:hover, .theme-warning .hover-danger:focus {
  color: #f1376e !important; }
.theme-warning .text-warning {
  color: #6384ea !important; }
.theme-warning a.text-warning:hover, .theme-warning a.text-warning:focus {
  color: #6384ea !important; }
.theme-warning .hover-warning:hover, .theme-warning .hover-warning:focus {
  color: #6384ea !important; }

/*---active background---*/
.theme-warning .active.active-primary {
  background-color: #d0a005 !important; }
.theme-warning .active.active-info {
  background-color: #10aee6 !important; }
.theme-warning .active.active-success {
  background-color: #23bd70 !important; }
.theme-warning .active.active-danger {
  background-color: #e5104f !important; }
.theme-warning .active.active-warning {
  background-color: #3661e4 !important; }

/*---label background---*/
.theme-warning .label-primary {
  background-color: #f9c20f !important; }
.theme-warning .label-info {
  background-color: #38c1f1 !important; }
.theme-warning .label-success {
  background-color: #39DA8A !important; }
.theme-warning .label-danger {
  background-color: #f1376e !important; }
.theme-warning .label-warning {
  background-color: #6384ea !important; }

/*---ribbon---*/
.theme-warning .ribbon-box .ribbon-primary {
  background-color: #f9c20f; }
  .theme-warning .ribbon-box .ribbon-primary:before {
    border-color: #f9c20f transparent transparent; }
.theme-warning .ribbon-box .ribbon-two-primary span {
  background-color: #f9c20f; }
  .theme-warning .ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }
  .theme-warning .ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #d0a005;
    border-top: 3px solid #d0a005; }
.theme-warning .ribbon-box .ribbon-info {
  background-color: #38c1f1; }
  .theme-warning .ribbon-box .ribbon-info:before {
    border-color: #38c1f1 transparent transparent; }
.theme-warning .ribbon-box .ribbon-two-info span {
  background-color: #38c1f1; }
  .theme-warning .ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
  .theme-warning .ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #10aee6;
    border-top: 3px solid #10aee6; }
.theme-warning .ribbon-box .ribbon-success {
  background-color: #39DA8A; }
  .theme-warning .ribbon-box .ribbon-success:before {
    border-color: #39DA8A transparent transparent; }
.theme-warning .ribbon-box .ribbon-two-success span {
  background-color: #39DA8A; }
  .theme-warning .ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
  .theme-warning .ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #23bd70;
    border-top: 3px solid #23bd70; }
.theme-warning .ribbon-box .ribbon-danger {
  background-color: #f1376e; }
  .theme-warning .ribbon-box .ribbon-danger:before {
    border-color: #f1376e transparent transparent; }
.theme-warning .ribbon-box .ribbon-two-danger span {
  background-color: #f1376e; }
  .theme-warning .ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
  .theme-warning .ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #e5104f;
    border-top: 3px solid #e5104f; }
.theme-warning .ribbon-box .ribbon-warning {
  background-color: #6384ea; }
  .theme-warning .ribbon-box .ribbon-warning:before {
    border-color: #6384ea transparent transparent; }
.theme-warning .ribbon-box .ribbon-two-warning span {
  background-color: #6384ea; }
  .theme-warning .ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #3661e4;
    border-top: 3px solid #3661e4; }
  .theme-warning .ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #3661e4;
    border-top: 3px solid #3661e4; }

/*---Box---*/
.theme-warning .box-primary {
  background-color: #f9c20f !important; }
  .theme-warning .box-primary.box-bordered {
    border-color: #f9c20f; }
.theme-warning .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #f9c20f; }
.theme-warning .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #f9c20f; }
  .theme-warning .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff; }
  .theme-warning .box.box-solid.box-primary > .box-header > a {
    color: #ffffff; }
.theme-warning .box-info {
  background-color: #38c1f1 !important; }
  .theme-warning .box-info.box-bordered {
    border-color: #38c1f1; }
.theme-warning .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #38c1f1; }
.theme-warning .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #38c1f1; }
  .theme-warning .box.box-solid.box-info > .box-header .btn {
    color: #ffffff; }
  .theme-warning .box.box-solid.box-info > .box-header > a {
    color: #ffffff; }
.theme-warning .box-success {
  background-color: #39DA8A !important; }
  .theme-warning .box-success.box-bordered {
    border-color: #39DA8A; }
.theme-warning .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #39DA8A; }
.theme-warning .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #39DA8A; }
  .theme-warning .box.box-solid.box-success > .box-header .btn {
    color: #ffffff; }
  .theme-warning .box.box-solid.box-success > .box-header > a {
    color: #ffffff; }
.theme-warning .box-danger {
  background-color: #f1376e !important; }
  .theme-warning .box-danger.box-bordered {
    border-color: #f1376e; }
.theme-warning .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #f1376e; }
.theme-warning .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #f1376e; }
  .theme-warning .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff; }
  .theme-warning .box.box-solid.box-danger > .box-header > a {
    color: #ffffff; }
.theme-warning .box-warning {
  background-color: #6384ea !important; }
  .theme-warning .box-warning.box-bordered {
    border-color: #6384ea; }
.theme-warning .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #6384ea; }
.theme-warning .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #6384ea; }
  .theme-warning .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff; }
  .theme-warning .box.box-solid.box-warning > .box-header > a {
    color: #ffffff; }
.theme-warning .box-profile .social-states a:hover {
  color: #d0a005; }
.theme-warning .box-controls li > a:hover {
  color: #d0a005; }
.theme-warning .box-controls .dropdown.show > a {
  color: #d0a005; }
.theme-warning .box-fullscreen .box-btn-fullscreen {
  color: #d0a005; }

/*---progress bar---*/
.theme-warning .progress-bar-primary {
  background-color: #f9c20f; }
.theme-warning .progress-bar-info {
  background-color: #38c1f1; }
.theme-warning .progress-bar-success {
  background-color: #39DA8A; }
.theme-warning .progress-bar-danger {
  background-color: #f1376e; }
.theme-warning .progress-bar-warning {
  background-color: #6384ea; }

/*---panel---*/
.theme-warning .panel-primary {
  border-color: #f9c20f; }
  .theme-warning .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #f9c20f;
    border-color: #f9c20f; }
    .theme-warning .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f9c20f; }
    .theme-warning .panel-primary > .panel-heading .badge-pill {
      color: #f9c20f;
      background-color: #ffffff; }
  .theme-warning .panel-primary .panel-title, .theme-warning .panel-primary .panel-action {
    color: #ffffff; }
  .theme-warning .panel-primary .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f9c20f; }
.theme-warning .panel-line.panel-primary .panel-heading {
  color: #f9c20f;
  border-top-color: #f9c20f;
  background: transparent; }
.theme-warning .panel-line.panel-primary .panel-title, .theme-warning .panel-line.panel-primary .panel-action {
  color: #f9c20f; }
.theme-warning .panel-info {
  border-color: #38c1f1; }
  .theme-warning .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #38c1f1;
    border-color: #38c1f1; }
    .theme-warning .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #38c1f1; }
    .theme-warning .panel-info > .panel-heading .badge-pill {
      color: #38c1f1;
      background-color: #ffffff; }
  .theme-warning .panel-info .panel-title, .theme-warning .panel-info .panel-action {
    color: #ffffff; }
  .theme-warning .panel-info .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #38c1f1; }
.theme-warning .panel-line.panel-info .panel-heading {
  color: #38c1f1;
  border-top-color: #38c1f1;
  background: transparent; }
.theme-warning .panel-line.panel-info .panel-title, .theme-warning .panel-line.panel-info .panel-action {
  color: #38c1f1; }
.theme-warning .panel-success {
  border-color: #39DA8A; }
  .theme-warning .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #39DA8A;
    border-color: #39DA8A; }
    .theme-warning .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #39DA8A; }
    .theme-warning .panel-success > .panel-heading .badge-pill {
      color: #39DA8A;
      background-color: #ffffff; }
  .theme-warning .panel-success .panel-title, .theme-warning .panel-success .panel-action {
    color: #ffffff; }
  .theme-warning .panel-success .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #39DA8A; }
.theme-warning .panel-line.panel-success .panel-heading {
  color: #39DA8A;
  border-top-color: #39DA8A;
  background: transparent; }
.theme-warning .panel-line.panel-success .panel-title, .theme-warning .panel-line.panel-success .panel-action {
  color: #39DA8A; }
.theme-warning .panel-danger {
  border-color: #f1376e; }
  .theme-warning .panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #f1376e;
    border-color: #f1376e; }
    .theme-warning .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f1376e; }
    .theme-warning .panel-danger > .panel-heading .badge-pill {
      color: #f1376e;
      background-color: #ffffff; }
  .theme-warning .panel-danger .panel-title, .theme-warning .panel-danger .panel-action {
    color: #ffffff; }
  .theme-warning .panel-danger .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f1376e; }
.theme-warning .panel-line.panel-danger .panel-heading {
  color: #f1376e;
  border-top-color: #f1376e;
  background: transparent; }
.theme-warning .panel-line.panel-danger .panel-title, .theme-warning .panel-line.panel-danger .panel-action {
  color: #f1376e; }
.theme-warning .panel-warning {
  border-color: #6384ea; }
  .theme-warning .panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #6384ea;
    border-color: #6384ea; }
    .theme-warning .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #6384ea; }
    .theme-warning .panel-warning > .panel-heading .badge-pill {
      color: #6384ea;
      background-color: #ffffff; }
  .theme-warning .panel-warning .panel-title, .theme-warning .panel-warning .panel-action {
    color: #ffffff; }
  .theme-warning .panel-warning .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #6384ea; }
.theme-warning .panel-line.panel-warning .panel-heading {
  color: #6384ea;
  border-top-color: #6384ea;
  background: transparent; }
.theme-warning .panel-line.panel-warning .panel-title, .theme-warning .panel-line.panel-warning .panel-action {
  color: #6384ea; }

/*---switch---*/
.theme-warning .switch input:checked ~ .switch-indicator::after {
  background-color: #f9c20f; }
.theme-warning .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #f9c20f; }
.theme-warning .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #38c1f1; }
.theme-warning .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #39DA8A; }
.theme-warning .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #f1376e; }
.theme-warning .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #6384ea; }

/*---badge---*/
.theme-warning .badge-primary {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-warning .badge-primary[href]:hover, .theme-warning .badge-primary[href]:focus {
  background-color: #d0a005; }
.theme-warning .badge-secondary {
  background-color: #e5eaee;
  color: #172b4c; }
.theme-warning .badge-secondary[href]:hover, .theme-warning .badge-secondary[href]:focus {
  background-color: #c6d1da; }
.theme-warning .badge-info {
  background-color: #38c1f1;
  color: #ffffff; }
.theme-warning .badge-info[href]:hover, .theme-warning .badge-info[href]:focus {
  background-color: #10aee6; }
.theme-warning .badge-success {
  background-color: #39DA8A;
  color: #ffffff; }
.theme-warning .badge-success[href]:hover, .theme-warning .badge-success[href]:focus {
  background-color: #23bd70; }
.theme-warning .badge-danger {
  background-color: #f1376e;
  color: #ffffff; }
.theme-warning .badge-danger[href]:hover, .theme-warning .badge-danger[href]:focus {
  background-color: #e5104f; }
.theme-warning .badge-warning {
  background-color: #6384ea;
  color: #ffffff; }
.theme-warning .badge-warning[href]:hover, .theme-warning .badge-warning[href]:focus {
  background-color: #3661e4; }

/*---badge light---*/
.theme-warning .badge-primary-light {
  background-color: #fff4de;
  color: #f9c20f; }
.theme-warning .badge-primary-light[href]:hover, .theme-warning .badge-primary-light[href]:focus {
  background-color: #ffe3ab; }
.theme-warning .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c; }
.theme-warning .badge-secondary-light[href]:hover, .theme-warning .badge-secondary-light[href]:focus {
  background-color: #c9d3df; }
.theme-warning .badge-info-light {
  background-color: #def6ff;
  color: #38c1f1; }
.theme-warning .badge-info-light[href]:hover, .theme-warning .badge-info-light[href]:focus {
  background-color: #abe8ff; }
.theme-warning .badge-success-light {
  background-color: #caffe5;
  color: #39DA8A; }
.theme-warning .badge-success-light[href]:hover, .theme-warning .badge-success-light[href]:focus {
  background-color: #97ffcc; }
.theme-warning .badge-danger-light {
  background-color: #ffe2e5;
  color: #f1376e; }
.theme-warning .badge-danger-light[href]:hover, .theme-warning .badge-danger-light[href]:focus {
  background-color: #ffafb7; }
.theme-warning .badge-warning-light {
  background-color: #e1f0ff;
  color: #6384ea; }
.theme-warning .badge-warning-light[href]:hover, .theme-warning .badge-warning-light[href]:focus {
  background-color: #aed7ff; }

/*---rating---*/
.theme-warning .rating-primary .active {
  color: #f9c20f; }
.theme-warning .rating-primary :checked ~ label {
  color: #f9c20f; }
.theme-warning .rating-primary label:hover {
  color: #f9c20f; }
  .theme-warning .rating-primary label:hover ~ label {
    color: #f9c20f; }
.theme-warning .rating-info .active {
  color: #38c1f1; }
.theme-warning .rating-info :checked ~ label {
  color: #38c1f1; }
.theme-warning .rating-info label:hover {
  color: #38c1f1; }
  .theme-warning .rating-info label:hover ~ label {
    color: #38c1f1; }
.theme-warning .rating-success .active {
  color: #39DA8A; }
.theme-warning .rating-success :checked ~ label {
  color: #39DA8A; }
.theme-warning .rating-success label:hover {
  color: #39DA8A; }
  .theme-warning .rating-success label:hover ~ label {
    color: #39DA8A; }
.theme-warning .rating-danger .active {
  color: #f1376e; }
.theme-warning .rating-danger :checked ~ label {
  color: #f1376e; }
.theme-warning .rating-danger label:hover {
  color: #f1376e; }
  .theme-warning .rating-danger label:hover ~ label {
    color: #f1376e; }
.theme-warning .rating-warning .active {
  color: #6384ea; }
.theme-warning .rating-warning :checked ~ label {
  color: #6384ea; }
.theme-warning .rating-warning label:hover {
  color: #6384ea; }
  .theme-warning .rating-warning label:hover ~ label {
    color: #6384ea; }

/*---toggler---*/
.theme-warning .toggler-primary input:checked + i {
  color: #f9c20f; }
.theme-warning .toggler-info input:checked + i {
  color: #38c1f1; }
.theme-warning .toggler-success input:checked + i {
  color: #39DA8A; }
.theme-warning .toggler-danger input:checked + i {
  color: #f1376e; }
.theme-warning .toggler-warning input:checked + i {
  color: #6384ea; }

/*---nav tabs---*/
.theme-warning .nav-tabs.nav-tabs-primary .nav-link:hover, .theme-warning .nav-tabs.nav-tabs-primary .nav-link:active, .theme-warning .nav-tabs.nav-tabs-primary .nav-link:focus, .theme-warning .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #d0a005;
  background-color: transparent;
  color: #d0a005; }
.theme-warning .nav-tabs.nav-tabs-info .nav-link:hover, .theme-warning .nav-tabs.nav-tabs-info .nav-link:active, .theme-warning .nav-tabs.nav-tabs-info .nav-link:focus, .theme-warning .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #10aee6;
  background-color: #38c1f1;
  color: #ffffff; }
.theme-warning .nav-tabs.nav-tabs-success .nav-link:hover, .theme-warning .nav-tabs.nav-tabs-success .nav-link:active, .theme-warning .nav-tabs.nav-tabs-success .nav-link:focus, .theme-warning .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #23bd70;
  background-color: transparent;
  color: #23bd70; }
.theme-warning .nav-tabs.nav-tabs-danger .nav-link:hover, .theme-warning .nav-tabs.nav-tabs-danger .nav-link:active, .theme-warning .nav-tabs.nav-tabs-danger .nav-link:focus, .theme-warning .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #e5104f;
  background-color: transparent;
  color: #e5104f; }
.theme-warning .nav-tabs.nav-tabs-warning .nav-link:hover, .theme-warning .nav-tabs.nav-tabs-warning .nav-link:active, .theme-warning .nav-tabs.nav-tabs-warning .nav-link:focus, .theme-warning .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #3661e4;
  background-color: transparent;
  color: #3661e4; }
.theme-warning .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #d0a005; }
.theme-warning .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #10aee6; }
.theme-warning .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #23bd70; }
.theme-warning .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #e5104f; }
.theme-warning .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #3661e4; }
.theme-warning .nav-tabs .nav-link.active {
  border-bottom-color: #f9c20f;
  background-color: #f9c20f;
  color: #ffffff; }
  .theme-warning .nav-tabs .nav-link.active:hover, .theme-warning .nav-tabs .nav-link.active:focus {
    border-bottom-color: #f9c20f;
    background-color: #f9c20f;
    color: #ffffff; }
.theme-warning .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #f9c20f;
  background-color: #f9c20f; }
  .theme-warning .nav-tabs .nav-item.open .nav-link:hover, .theme-warning .nav-tabs .nav-item.open .nav-link:focus {
    border-bottom-color: #f9c20f;
    background-color: #f9c20f; }

/*---todo---*/
.theme-warning .todo-list .primary {
  border-left-color: #f9c20f; }
.theme-warning .todo-list .info {
  border-left-color: #f9c20f; }
.theme-warning .todo-list .success {
  border-left-color: #39DA8A; }
.theme-warning .todo-list .danger {
  border-left-color: #f1376e; }
.theme-warning .todo-list .warning {
  border-left-color: #6384ea; }

/*---timeline---*/
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #f9c20f;
  border: 1px solid #f9c20f;
  color: #ffffff; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-primary:before, .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-primary:after {
    border-left-color: #f9c20f;
    border-right-color: #f9c20f; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-primary * {
    color: inherit; }
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #38c1f1;
  border: 1px solid #38c1f1;
  color: #ffffff; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-info:before, .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-info:after {
    border-left-color: #38c1f1;
    border-right-color: #38c1f1; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-info * {
    color: inherit; }
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #39DA8A;
  border: 1px solid #39DA8A;
  color: #ffffff; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-success:before, .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-success:after {
    border-left-color: #39DA8A;
    border-right-color: #39DA8A; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-success * {
    color: inherit; }
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #f1376e;
  border: 1px solid #f1376e;
  color: #ffffff; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-danger:before, .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-danger:after {
    border-left-color: #f1376e;
    border-right-color: #f1376e; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-danger * {
    color: inherit; }
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #6384ea;
  border: 1px solid #6384ea;
  color: #ffffff; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-warning:before, .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-warning:after {
    border-left-color: #6384ea;
    border-right-color: #6384ea; }
  .theme-warning .timeline .timeline-item > .timeline-event.timeline-event-warning * {
    color: inherit; }
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #f9c20f;
  background-color: #ffffff; }
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #38c1f1;
  background-color: #ffffff; }
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #39DA8A;
  background-color: #ffffff; }
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #f1376e;
  background-color: #ffffff; }
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #6384ea;
  background-color: #ffffff; }
.theme-warning .timeline .timeline-label .label-primary {
  background-color: #f9c20f; }
.theme-warning .timeline .timeline-label .label-info {
  background-color: #38c1f1; }
.theme-warning .timeline .timeline-label .label-success {
  background-color: #39DA8A; }
.theme-warning .timeline .timeline-label .label-danger {
  background-color: #f1376e; }
.theme-warning .timeline .timeline-label .label-warning {
  background-color: #6384ea; }
.theme-warning .timeline__year, .theme-warning .timeline5:before, .theme-warning .timeline__box:before, .theme-warning .timeline__date {
  background-color: #f9c20f; }
.theme-warning .timeline__post {
  border-left: 3px solid #f9c20f; }

/*---daterangepicker---*/
.theme-warning .daterangepicker td.active {
  background-color: #f9c20f; }
  .theme-warning .daterangepicker td.active:hover {
    background-color: #f9c20f; }
.theme-warning .daterangepicker .input-mini.active {
  border: 1px solid #f9c20f; }
.theme-warning .ranges li:hover, .theme-warning .ranges li:active, .theme-warning .ranges li.active {
  border: 1px solid #f9c20f;
  background-color: #f9c20f; }

/*---control-sidebar---*/
.theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover, .theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active, .theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #f9c20f;
  color: #f9c20f; }
.theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #f9c20f;
  color: #f9c20f; }
  .theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:hover, .theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:active, .theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active:focus {
    border-color: #f9c20f;
    color: #f9c20f; }
.theme-warning .control-sidebar .rpanel-title .btn:hover {
  color: #f9c20f; }

/*---nav---*/
.theme-warning .nav > li > a:hover, .theme-warning .nav > li > a:active, .theme-warning .nav > li > a:focus {
  color: #f9c20f; }
.theme-warning .nav-pills > li > a.active {
  border-top-color: #f9c20f;
  background-color: #f9c20f !important;
  color: #ffffff; }
  .theme-warning .nav-pills > li > a.active:hover, .theme-warning .nav-pills > li > a.active:focus {
    border-top-color: #f9c20f;
    background-color: #f9c20f !important;
    color: #ffffff; }
.theme-warning .mailbox-nav .nav-pills > li > a:hover, .theme-warning .mailbox-nav .nav-pills > li > a:focus {
  border-color: #f9c20f; }
.theme-warning .mailbox-nav .nav-pills > li > a.active {
  border-color: #f9c20f; }
  .theme-warning .mailbox-nav .nav-pills > li > a.active:hover, .theme-warning .mailbox-nav .nav-pills > li > a.active:focus {
    border-color: #f9c20f; }
.theme-warning .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #f9c20f; }
.theme-warning .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #f9c20f; }
.theme-warning .customtab li a.nav-link.active {
  border-bottom: 2px solid #f9c20f; }

/*---form-element---*/
.theme-warning .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #f9c20f, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-warning .form-element .form-control {
  background-image: linear-gradient(45deg, #f9c20f, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
  .theme-warning .form-element .form-control:focus {
    background-image: linear-gradient(45deg, #f9c20f, #38c1f1), linear-gradient(#3b6dc1, #3b6dc1); }
.theme-warning .form-control:focus {
  border-color: #f9c20f; }
.theme-warning [type=checkbox]:checked.chk-col-primary + label:before {
  border-right: 2px solid #f9c20f;
  border-bottom: 2px solid #f9c20f; }
.theme-warning [type=checkbox]:checked.chk-col-info + label:before {
  border-right: 2px solid #38c1f1;
  border-bottom: 2px solid #38c1f1; }
.theme-warning [type=checkbox]:checked.chk-col-success + label:before {
  border-right: 2px solid #39DA8A;
  border-bottom: 2px solid #39DA8A; }
.theme-warning [type=checkbox]:checked.chk-col-danger + label:before {
  border-right: 2px solid #f1376e;
  border-bottom: 2px solid #f1376e; }
.theme-warning [type=checkbox]:checked.chk-col-warning + label:before {
  border-right: 2px solid #6384ea;
  border-bottom: 2px solid #6384ea; }
.theme-warning [type=checkbox].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #f9c20f;
  background-color: #f9c20f; }
.theme-warning [type=checkbox].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #38c1f1;
  background-color: #38c1f1; }
.theme-warning [type=checkbox].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #39DA8A;
  background-color: #39DA8A; }
.theme-warning [type=checkbox].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #f1376e;
  background-color: #f1376e; }
.theme-warning [type=checkbox].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #6384ea;
  background-color: #6384ea; }
.theme-warning [type=radio].radio-col-primary:checked + label:after {
  background-color: #f9c20f;
  border-color: #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-primary:checked + label:after {
  background-color: #f9c20f;
  border: 2px solid #f9c20f;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].radio-col-info:checked + label:after {
  background-color: #38c1f1;
  border-color: #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-info:checked + label:after {
  background-color: #38c1f1;
  border: 2px solid #38c1f1;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].radio-col-success:checked + label:after {
  background-color: #39DA8A;
  border-color: #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-success:checked + label:after {
  background-color: #39DA8A;
  border: 2px solid #39DA8A;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].radio-col-danger:checked + label:after {
  background-color: #f1376e;
  border-color: #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-danger:checked + label:after {
  background-color: #f1376e;
  border: 2px solid #f1376e;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].radio-col-warning:checked + label:after {
  background-color: #6384ea;
  border-color: #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=radio].with-gap.radio-col-warning:checked + label:after {
  background-color: #6384ea;
  border: 2px solid #6384ea;
  -webkit-animation: ripple .2s linear forwards;
  animation: ripple .2s linear forwards; }
.theme-warning [type=checkbox]:checked + label:before {
  border-right: 2px solid #f9c20f;
  border-bottom: 2px solid #f9c20f; }
.theme-warning [type=checkbox].filled-in:checked + label:after {
  border: 2px solid #f9c20f;
  background-color: #f9c20f; }
.theme-warning [type=radio].with-gap:checked + label:before, .theme-warning [type=radio].with-gap:checked + label:after {
  border: 2px solid #f9c20f; }
.theme-warning [type=radio].with-gap:checked + label:after {
  background-color: #f9c20f;
  z-index: 0; }
.theme-warning [type=radio]:checked + label:after {
  border: 2px solid #f9c20f;
  background-color: #f9c20f;
  z-index: 0; }
.theme-warning [type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-color: #f9c20f;
  background-color: #f9c20f; }

/*---Calender---*/
.theme-warning .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #f9c20f; }
.theme-warning .fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a:hover {
  background: #f9c20f;
  border-color: #f9c20f; }
.theme-warning .fc-event, .theme-warning .calendar-event {
  background: #f9c20f; }

/*---Tabs---*/
.theme-warning .tabs-vertical li .nav-link:hover, .theme-warning .tabs-vertical li .nav-link:active, .theme-warning .tabs-vertical li .nav-link:focus, .theme-warning .tabs-vertical li .nav-link.active {
  background-color: #f9c20f;
  color: #ffffff; }
.theme-warning .customvtab .tabs-vertical li .nav-link:hover, .theme-warning .customvtab .tabs-vertical li .nav-link:active, .theme-warning .customvtab .tabs-vertical li .nav-link:focus, .theme-warning .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #f9c20f;
  color: #f9c20f; }
.theme-warning .customtab2 li a.nav-link:hover, .theme-warning .customtab2 li a.nav-link:active, .theme-warning .customtab2 li a.nav-link.active {
  background-color: #f9c20f; }

.rtl.theme-warning .customvtab .tabs-vertical li .nav-link:hover, .rtl.theme-warning .customvtab .tabs-vertical li .nav-link:active, .rtl.theme-warning .customvtab .tabs-vertical li .nav-link:focus, .rtl.theme-warning .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #f9c20f; }

/*---Notification---*/
.theme-warning .jq-icon-primary {
  background-color: #f9c20f;
  color: #ffffff;
  border-color: #f9c20f; }
.theme-warning .jq-icon-info {
  background-color: #38c1f1;
  color: #ffffff;
  border-color: #38c1f1; }
.theme-warning .jq-icon-success {
  background-color: #39DA8A;
  color: #ffffff;
  border-color: #f9c20f; }
.theme-warning .jq-icon-error {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-warning .jq-icon-danger {
  background-color: #f1376e;
  color: #ffffff;
  border-color: #f1376e; }
.theme-warning .jq-icon-warning {
  background-color: #6384ea;
  color: #ffffff;
  border-color: #6384ea; }

/*---avatar---*/
.theme-warning .avatar.status-primary::after {
  background-color: #f9c20f; }
.theme-warning .avatar.status-info::after {
  background-color: #38c1f1; }
.theme-warning .avatar.status-success::after {
  background-color: #39DA8A; }
.theme-warning .avatar.status-danger::after {
  background-color: #f1376e; }
.theme-warning .avatar.status-warning::after {
  background-color: #6384ea; }
.theme-warning .avatar[class*='status-']::after {
  background-color: #f9c20f; }
.theme-warning .avatar-add:hover {
  background-color: #d0a005;
  border-color: #d0a005; }

/*---media---*/
.theme-warning .media-chat.media-chat-reverse .media-body p {
  background-color: #f9c20f; }
.theme-warning .media-right-out a:hover {
  color: #d0a005; }

/*---control---*/
.theme-warning .control input:checked:focus ~ .control_indicator {
  background-color: #f9c20f; }
.theme-warning .control input:checked ~ .control_indicator {
  background-color: #f9c20f; }
.theme-warning .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #f9c20f; }

/*---flex---*/
.theme-warning .flex-column > li > a.nav-link.active {
  border-left-color: #f9c20f; }
  .theme-warning .flex-column > li > a.nav-link.active:hover {
    border-left-color: #f9c20f; }

/*---pagination---*/
.theme-warning .pagination li a.current {
  border: 1px solid #f9c20f;
  background-color: #f9c20f; }
  .theme-warning .pagination li a.current:hover {
    border: 1px solid #f9c20f;
    background-color: #f9c20f; }
.theme-warning .pagination li a:hover {
  border: 1px solid #d0a005;
  background-color: #d0a005 !important; }
.theme-warning .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #f9c20f;
  background-color: #f9c20f; }
  .theme-warning .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #f9c20f;
    background-color: #f9c20f; }
.theme-warning .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #f9c20f; }
.theme-warning .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #f9c20f; }
.theme-warning .footable .pagination li a:hover, .theme-warning .footable .pagination li a:active, .theme-warning .footable .pagination li a.active {
  background-color: #f9c20f; }

/*---dataTables---*/
.theme-warning .dt-buttons .dt-button {
  background-color: #f9c20f; }

/*---select2---*/
.theme-warning .select2-container--default.select2-container--open {
  border-color: #f9c20f; }
.theme-warning .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f9c20f; }
.theme-warning .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #f9c20f !important; }
.theme-warning .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f9c20f !important; }
.theme-warning .select2-container--default .select2-selection--multiple:focus {
  border-color: #f9c20f !important; }
.theme-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f9c20f;
  border-color: #f9c20f; }

/*---Other---*/
.theme-warning .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #d0a005; }
.theme-warning .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #d0a005; }
.theme-warning .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #d0a005; }
.theme-warning [data-overlay-primary]::before {
  background: #d0a005; }

/*---wizard---*/
.theme-warning .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #f9c20f;
  background-color: #f9c20f; }
.theme-warning .wizard-content .wizard > .steps > ul > li.done {
  border-color: #d0a005;
  background-color: #d0a005; }
.theme-warning .wizard-content .wizard > .actions > ul > li > a {
  background-color: #f9c20f; }
.theme-warning .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #f9c20f; }
.theme-warning .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #f9c20f; }
.theme-warning .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  background-color: #f9c20f; }
.theme-warning .wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  background-color: #f9c20f; }
.theme-warning .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #f9c20f;
  color: #f9c20f; }
  .theme-warning .wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color: #f9c20f; }
.theme-warning .wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #f9c20f; }

@media (max-width: 767px) {
  .theme-warning .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #f9c20f; } }
@media (max-width: 575px) {
  .theme-warning .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #f9c20f; } }
/*---slider---*/
.theme-warning #primary .slider-selection {
  background-color: #f9c20f; }
.theme-warning #info .slider-selection {
  background-color: #38c1f1; }
.theme-warning #success .slider-selection {
  background-color: #39DA8A; }
.theme-warning #danger .slider-selection {
  background-color: #f1376e; }
.theme-warning #warning .slider-selection {
  background-color: #6384ea; }

/*---horizontal-timeline---*/
.theme-warning .cd-horizontal-timeline .events a.selected::after {
  background: #f9c20f;
  border-color: #f9c20f; }
.theme-warning .cd-horizontal-timeline .events a.older-event::after {
  border-color: #f9c20f; }
.theme-warning .cd-horizontal-timeline .filling-line {
  background: #f9c20f; }
.theme-warning .cd-horizontal-timeline a {
  color: #f9c20f; }
  .theme-warning .cd-horizontal-timeline a:hover, .theme-warning .cd-horizontal-timeline a:focus {
    color: #f9c20f; }
.theme-warning .cd-timeline-navigation a:hover, .theme-warning .cd-timeline-navigation a:focus {
  border-color: #f9c20f; }

/*# sourceMappingURL=color_theme.css.map */
