@font-face {
    font-family: DroidKufi-Regular;
    src: url('font/DroidKufi/DroidKufi-Regular.woff') format('woff');
}
@font-face {
  font-family: "icomoon";
  src: url("font/icomoon.eot");
  src: url("font/icomoon.eot?#iefix") format("embedded-opentype"), url("font/icomoon.woff")
      format("woff"), url("font/icomoon.ttf") format("truetype"), url("font/icomoon.svg#icomoon")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
    font-family: 'ElegantIcons';
    src: url('../fonts/ElegantIcons.eot?d918s8');
    src: url('../fonts/ElegantIcons.eot?#iefixd918s8') format('embedded-opentype'), url('../fonts/ElegantIcons.woff?d918s8') format('woff'), url('../fonts/ElegantIcons.ttf?d918s8') format('truetype'), url('../fonts/ElegantIcons.svg?d918s8##icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.ArabicFont {
    font-family: DroidKufi-Regular,sans-serif!important;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #116fad;
    --hov-primary: #0c4f7a;
    --soft-primary: rgba(55, 125, 255, 0.15);
    --secondary: #8f97ab;
    --soft-secondary: rgba(143, 151, 171, 0.15);
    --success: #0abb75;
    --soft-success: rgba(10, 187, 117, 0.15);
    --info: #25bcf1;
    --soft-info: rgba(37, 188, 241, 0.15);
    --warning: #ffc519;
    --soft-warning: rgba(255, 197, 25, 0.15);
    --danger: #ef486a;
    --soft-danger: rgba(239, 72, 106, 0.15);
    --light: #f2f3f8;
    --dark: #111723;
    --soft-dark: rgba(42, 50, 66, 0.15);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
.tagify {
    --tags-border-color: #e2e5ec;
    --tag-bg: #e2e5ec;
    --tag-hover: #d9e6ff;
    --tag-text-color: #212529;
    --tag-text-color--edit: #212529;
    --tag-pad: 0.3rem 0.5rem;
    --tag-inset-shadow-size: 1.1em;
    --tag-invalid-color: #d39494;
    --tag-invalid-bg: rgba(253, 57, 75, 0.5);
    --tag-remove-bg: rgba(253, 57, 75, 0.3);
    --tag-remove-btn-bg: none;
    --tag-remove-btn-bg--hover: #fd394b;
    --tag--min-width: 1ch;
    --tag--max-width: auto;
    --tag-hide-transition: 0.3s;
    --loader-size: 0.8em;
}
pre {
    white-space: initial;
}
.c-scrollbar::-webkit-scrollbar {
    width: 4px;
    background: #1e1e2d;
    border-radius: 3px;
}
.c-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}
.c-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}
.c-scrollbar {
    scrollbar-color: rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
}
.c-scrollbar-light::-webkit-scrollbar, .uppy-Dashboard-files::-webkit-scrollbar, .bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}
.c-scrollbar-light::-webkit-scrollbar-track, .uppy-Dashboard-files::-webkit-scrollbar-track, .bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
    background: transparent;
}
.c-scrollbar-light::-webkit-scrollbar-thumb, .uppy-Dashboard-files::-webkit-scrollbar-thumb, .bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 41, 0.1);
    border-radius: 3px;
}
.c-scrollbar-light, .uppy-Dashboard-files, .bootstrap-select .dropdown-menu .inner {
    scrollbar-color: rgba(24, 28, 41, 0.08);
    scrollbar-width: thin;
}
.no-scrollbar::-webkit-scrollbar {
    width: 0;
}
.no-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}
.no-scrollbar::-webkit-scrollbar-thumb {
    background: transparent;
}
.img-fit {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
}
.overlay.overlay-fixed {
    position: fixed;
}
.hov-overlay .overlay, .hov-container .hov-box {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.hov-overlay:hover .overlay, .hov-container:hover .hov-box {
    visibility: visible;
    opacity: 1;
}
.fullscreen {
    min-height: 100vh;
}
.z--1 {
    z-index: -1!important;
}
.z-0 {
    z-index: 0!important;
}
.z-1 {
    z-index: 1!important;
}
.z-2 {
    z-index: 2!important;
}
.z-3 {
    z-index: 3!important;
}
.z-1020 {
    z-index: 1020!important;
}
.z-1035 {
    z-index: 1035!important;
}
.z-1045 {
    z-index: 1045!important;
}
.minw-0 {
    min-width: 0;
}
.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.c-pointer {
    cursor: pointer!important;
}
.c-not-allowed {
    cursor: not-allowed!important;
}
.c-default {
    cursor: default!important;
}
.attached-top, .attached-bottom {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
.attached-top {
    top: 0;
}
.attached-bottom {
    bottom: 0;
}
.separator {
    position: relative;
    text-align: center;
    z-index: 1;
}
.separator:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebedf2;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.absolute-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
}
[dir="rtl"] .absolute-top-right {
    right: auto;
    left: 0;
}
.absolute-top-left {
    position: absolute;
    top: 0;
    left: 0;
}
[dir="rtl"] .absolute-top-left {
    left: auto;
    right: 0;
}
.absolute-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
[dir="rtl"] .absolute-bottom-right {
    left: auto;
    right: 0;
}
.absolute-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
[dir="rtl"] .absolute-bottom-left {
    left: auto;
    right: 0;
}
.absolute-top-center {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
}
.recommended-ribbon {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #ff0000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 5px 30px;
    top: 29px;
    right: -40px;
}
.dot-loader>div {
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 2px;
    background: #777;
    -webkit-animation: loader 1.48s ease-in-out infinite both;
    animation: loader 1.48s ease-in-out infinite both;
}
.dot-loader > div:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.dot-loader > div:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes loader {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
}
@keyframes loader {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.2;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
}
@media (max-width: 991.98px) {
    .mobile-hor-swipe {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
    }
}
.top-0 {
    top: 0!important;
}
.top-100 {
    top: 100%!important;
}
.bottom-0 {
    bottom: 0!important;
}
.bottom-100 {
    bottom: 100%!important;
}
.left-0 {
    left: 0!important;
}
.left-100 {
    left: 100%!important;
}
.right-0 {
    right: 0!important;
}
.right-100 {
    right: 100%!important;
}
.fw-100 {
    font-weight: 100!important;
}
.fw-200 {
    font-weight: 200!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;
}
.fw-800 {
    font-weight: 800!important;
}
.fw-900 {
    font-weight: 900!important;
}
.fs-8 {
    font-size: .5rem!important;
}
.fs-9 {
    font-size: .5625rem!important;
}
.fs-10 {
    font-size: .625rem!important;
}
.fs-11 {
    font-size: .6875rem!important;
}
.fs-12 {
    font-size: .75rem!important;
}
.fs-13 {
    font-size: .8125rem!important;
}
.fs-14 {
    font-size: .875rem!important;
}
.fs-15 {
    font-size: .9375rem!important;
}
.fs-15 {
    font-size: .9375rem!important;
}
.fs-16 {
    font-size: 1rem!important;
}
.fs-17 {
    font-size: 1.0625rem!important;
}
.fs-18 {
    font-size: 1.125rem!important;
}
.fs-19 {
    font-size: 1.1875rem!important;
}
.fs-20 {
    font-size: 1.25rem!important;
}
.fs-21 {
    font-size: 1.3125rem!important;
}
.fs-22 {
    font-size: 1.375rem!important;
}
.fs-23 {
    font-size: 1.4375rem!important;
}
.fs-24 {
    font-size: 1.5rem!important;
}
.fs-36 {
    font-size: 2.25rem !important;
}
.lh-1 {
    line-height: 1!important;
}
.lh-1-1 {
    line-height: 1.1!important;
}
.lh-1-2 {
    line-height: 1.2!important;
}
.lh-1-3 {
    line-height: 1.3!important;
}
.lh-1-4 {
    line-height: 1.4!important;
}
.lh-1-5 {
    line-height: 1.5!important;
}
.lh-1-6 {
    line-height: 1.6!important;
}
.lh-1-7 {
    line-height: 1.7!important;
}
.lh-1-8 {
    line-height: 1.8!important;
}
.lh-1-9 {
    line-height: 1.9!important;
}
.lh-2 {
    line-height: 2!important;
}
.opacity-0 {
    opacity: 0!important;
}
.opacity-10 {
    opacity: .1!important;
}
.opacity-20 {
    opacity: .2!important;
}
.opacity-30 {
    opacity: .3!important;
}
.opacity-40 {
    opacity: .4!important;
}
.opacity-50 {
    opacity: .5!important;
}
.opacity-60 {
    opacity: .6!important;
}
.opacity-70 {
    opacity: .7!important;
}
.opacity-80 {
    opacity: .8!important;
}
.opacity-90 {
    opacity: .9!important;
}
.opacity-100 {
    opacity: 1!important;
}
.hov-opacity-0:hover {
    opacity: 0!important;
}
.hov-opacity-10:hover {
    opacity: .1!important;
}
.hov-opacity-20:hover {
    opacity: .2!important;
}
.hov-opacity-30:hover {
    opacity: .3!important;
}
.hov-opacity-40:hover {
    opacity: .4!important;
}
.hov-opacity-50:hover {
    opacity: .5!important;
}
.hov-opacity-60:hover {
    opacity: .6!important;
}
.hov-opacity-70:hover {
    opacity: .7!important;
}
.hov-opacity-80:hover {
    opacity: .8!important;
}
.hov-opacity-90:hover {
    opacity: .9!important;
}
.hov-opacity-100:hover {
    opacity: 1!important;
}
.shadow-xs {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}
.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.hov-shadow-xs:hover {
    box-shadow: 0 0 0 1px rgba(0,0,0,.05)!important;
}
.hov-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05)!important;
}
.hov-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important;
}
.hov-shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.hov-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.hov-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
.hov-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}
.hov-shadow-none:hover {
    box-shadow: none !important;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-primary {
    background-color: var(--primary)!important;
}
.bg-soft-primary {
    background-color: var(--soft-primary)!important;
}
.bg-secondary {
    background-color: var(--secondary)!important;
}
.bg-soft-secondary {
    background-color: var(--soft-secondary)!important;
}
.bg-success {
    background-color: var(--success)!important;
}
.bg-soft-success {
    background-color: var(--soft-success)!important;
}
.bg-info {
    background-color: var(--info)!important;
}
.bg-soft-info {
    background-color: var(--soft-info)!important;
}
.bg-warning {
    background-color: var(--warning)!important;
}
.bg-soft-warning {
    background-color: var(--soft-warning)!important;
}
.bg-danger {
    background-color: var(--danger)!important;
}
.bg-soft-danger {
    background-color: var(--soft-danger)!important;
}
.bg-dark {
    background-color: var(--dark)!important;
}
.bg-soft-dark {
    background-color: var(--soft-dark)!important;
}
.bg-light {
    background-color: var(--light)!important;
}
.bg-black {
    background-color: #0d111b!important;
}
.hov-bg-primary:hover {
    background-color: var(--primary)!important;
}
.hov-bg-soft-primary:hover {
    background-color: var(--soft-primary)!important;
}
.hov-bg-secondary:hover {
    background-color: var(--secondary)!important;
}
.hov-bg-soft-secondary:hover {
    background-color: var(--soft-secondary)!important;
}
.hov-bg-success:hover {
    background-color: var(--success)!important;
}
.hov-bg-soft-success:hover {
    background-color: var(--soft-success)!important;
}
.hov-bg-info:hover {
    background-color: var(--info)!important;
}
.hov-bg-soft-info:hover {
    background-color: var(--soft-info)!important;
}
.hov-bg-warning:hover {
    background-color: var(--warning)!important;
}
.hov-bg-soft-warning:hover {
    background-color: var(--soft-warning)!important;
}
.hov-bg-danger:hover {
    background-color: var(--danger)!important;
}
.hov-bg-soft-danger:hover {
    background-color: var(--soft-danger)!important;
}
.hov-bg-dark:hover {
    background-color: var(--dark)!important;
}
.hov-bg-soft-dark:hover {
    background-color: var(--soft-dark)!important;
}
.hov-bg-light:hover {
    background-color: var(--light)!important;
}
.hov-bg-black:hover {
    background-color: #0d111b!important;
}
.hov-bg-white:hover {
    background-color: #fff!important;
}
.bg-grad-1 {
    background-color: #eb4786;
    background-image: linear-gradient(315deg,#eb4786 0,#b854a6 74%);
}
.bg-grad-2 {
    background-color: #875fc0;
    background-image: linear-gradient(315deg,#875fc0 0,#5346ba 74%);
}
.bg-grad-3 {
    background-color: #47c5f4;
    background-image: linear-gradient(315deg,#47c5f4 0,#6791d9 74%);
}
.bg-grad-4 {
    background-color: #ffb72c;
    background-image: linear-gradient(315deg,#ffb72c 0,#f57f59 74%);
}
[class*="border"], hr {
    border-color: #e2e5ec !important;
}
.bg-grad-5 {
    background-color: #673ab7;
    background-image: linear-gradient(315deg,#673ab7 0,#512da8 74%);
}
` .bg-grad-6 {
    background-color: #005c97;
    background-image: linear-gradient(315deg,#005c97 0,#363795 74%);
}
.bg-grad-7 {
    background: #ed213a;
    background: -webkit-linear-gradient(to top,#93291e,#ed213a);
    background: linear-gradient(to top,#93291e,#ed213a);
}
.bg-grad-8 {
    background-color: #3bb78f;
    background-image: linear-gradient(315deg,#3bb78f 0,#0bab64 74%);
}
.bg-grad-9 {
    background-color: #000;
    background-image: linear-gradient(315deg,#000 0,#414141 74%);
}
.bg-grad-10 {
    background: #457fca;
    background: -webkit-linear-gradient(to top,#5691c8,#457fca);
    background: linear-gradient(to top,#5691c8,#457fca);
}
.bg-grad-11 {
    background: #673ab7;
    background: -webkit-linear-gradient(to right,#673ab7,#512da8);
    background: linear-gradient(to right,#673ab7,#512da8);
}
.bg-grad-12 {
    background: #136a8a;
    background: -webkit-linear-gradient(to right,#136a8a,#267871);
    background: linear-gradient(to right,#136a8a,#267871);
}
.bg-grad-13 {
    background-color: #ef5734;
    background-image: linear-gradient(315deg,#ef5734 0,#ffcc2f 74%);
}
.bg-grad-14 {
    background-color: #05e8ba;
    background-image: linear-gradient(315deg,#05e8ba 0,#087ee1 74%);
}
.border-gray-100 {
    border-color: #f7fafc!important;
}
.border-gray-200 {
    border-color: #edf2f7!important;
}
.border-gray-300 {
    border-color: #e2e8f0!important;
}
.border-gray-400 {
    border-color: #cbd5e0!important;
}
.border-gray-500 {
    border-color: #a0aec0!important;
}
.border-gray-600 {
    border-color: #718096!important;
}
.border-gray-700 {
    border-color: #4a5568!important;
}
.border-gray-800 {
    border-color: #2d3748!important;
}
.border-gray-900 {
    border-color: #1a202c!important;
}
.border-primary {
    border-color: var(--primary)!important;
}
.border-secondary {
    border-color: var(--secondary)!important;
}
.border-success {
    border-color: var(--success)!important;
}
.border-info {
    border-color: var(--info)!important;
}
.border-warning {
    border-color: var(--warning)!important;
}
.border-danger {
    border-color: var(--danger)!important;
}
.border-light {
    border-color: var(--light)!important;
}
.border-dark {
    border-color: var(--dark)!important;
}
.border-soft-primary {
    border-color: var(--soft-primary)!important;
}
.border-soft-secondary {
    border-color: var(--soft-secondary)!important;
}
.border-soft-success {
    border-color: var(--soft-success)!important;
}
.border-soft-info {
    border-color: var(--soft-info)!important;
}
.border-soft-warning {
    border-color: var(--soft-warning)!important;
}
.border-soft-danger {
    border-color: var(--soft-danger)!important;
}
.border-soft-dark {
    border-color: var(--soft-dark)!important;
}
.spinner-border {
    border-right-color: transparent!important;
}
.border-width-2 {
    border-width: 2px!important;
}
.border-width-3 {
    border-width: 3px!important;
}
.border-width-4 {
    border-width: 4px!important;
}
.border-dotted {
    border-style: dotted!important;
}
.border-dashed {
    border-style: dashed!important;
}
.text-primary {
    color: var(--primary)!important;
}
.text-soft-primary {
    color: var(--soft-primary)!important;
}
.text-secondary {
    color: var(--secondary)!important;
}
.text-soft-secondary {
    color: var(--soft-secondary)!important;
}
.text-success {
    color: var(--success)!important;
}
.text-soft-success {
    color: var(--soft-success)!important;
}
.text-info {
    color: var(--info)!important;
}
.text-soft-info {
    color: var(--soft-info)!important;
}
.text-warning {
    color: var(--warning)!important;
}
.text-soft-warning {
    color: var(--soft-warning)!important;
}
.text-danger {
    color: var(--danger)!important;
}
.text-soft-danger {
    color: var(--soft-danger)!important;
}
.text-dark {
    color: var(--dark)!important;
}
.text-soft-dark {
    color: var(--soft-dark)!important;
}
.text-light {
    color: var(--light)!important;
}
.text-inherit {
    color: inherit!important;
}
.hov-text-primary:hover {
    color: var(--primary)!important;
}
.hov-text-soft-primary:hover {
    color: var(--soft-primary)!important;
}
.hov-text-secondary:hover {
    color: var(--secondary)!important;
}
.hov-text-soft-secondary:hover {
    color: var(--soft-secondary)!important;
}
.hov-text-success:hover {
    color: var(--success)!important;
}
.hov-text-soft-success:hover {
    color: var(--soft-success)!important;
}
.hov-text-info:hover {
    color: var(--info)!important;
}
.hov-text-soft-info:hover {
    color: var(--soft-info)!important;
}
.hov-text-warning:hover {
    color: var(--warning)!important;
}
.hov-text-soft-warning:hover {
    color: var(--soft-warning)!important;
}
.hov-text-danger:hover {
    color: var(--danger)!important;
}
.hov-text-soft-danger:hover {
    color: var(--soft-danger)!important;
}
.hov-text-dark:hover {
    color: var(--dark)!important;
}
.hov-text-soft-dark:hover {
    color: var(--soft-dark)!important;
}
.hov-text-light:hover {
    color: var(--light)!important;
}
.hov-text-white:hover {
    color: #fff!important;
}
.w-auto {
    width: auto;
}
.size-5px,.w-5px {
    width: 5px;
}
.size-10px,.w-10px {
    width: 10px;
}
.size-15px,.w-15px {
    width: 15px;
}
.size-20px,.w-20px {
    width: 20px;
}
.size-25px,.w-25px {
    width: 25px;
}
.size-30px,.w-30px {
    width: 30px;
}
.size-35px,.w-35px {
    width: 35px;
}
.size-40px,.w-40px {
    width: 40px;
}
.size-45px,.w-45px {
    width: 45px;
}
.size-50px,.w-50px {
    width: 50px;
}
.size-60px,.w-60px {
    width: 60px;
}
.size-70px,.w-70px {
    width: 70px;
}
.size-80px,.w-80px {
    width: 80px;
}
.size-90px,.w-90px {
    width: 90px;
}
.size-100px,.w-100px {
    width: 100px;
}
.size-110px,.w-110px {
    width: 110px;
}
.size-120px,.w-120px {
    width: 120px;
}
.size-130px,.w-130px {
    width: 130px;
}
.size-140px,.w-140px {
    width: 140px;
}
.size-150px,.w-150px {
    width: 150px;
}
.size-160px,.w-160px {
    width: 160px;
}
.size-170px,.w-170px {
    width: 170px;
}
.size-180px,.w-180px {
    width: 180px;
}
.size-190px,.w-190px {
    width: 190px;
}
.size-200px,.w-200px {
    width: 200px;
}
.size-210px,.w-210px {
    width: 210px;
}
.size-220px,.w-220px {
    width: 220px;
}
.size-230px,.w-230px {
    width: 230px;
}
.size-240px,.w-240px {
    width: 240px;
}
.size-250px,.w-250px {
    width: 250px;
}
.size-260px,.w-260px {
    width: 260px;
}
.size-270px,.w-270px {
    width: 270px;
}
.size-280px,.w-280px {
    width: 280px;
}
.size-290px,.w-290px {
    width: 290px;
}
.size-300px,.w-300px {
    width: 300px;
}
.size-310px,.w-310px {
    width: 310px;
}
.size-320px,.w-320px {
    width: 320px;
}
.size-330px,.w-330px {
    width: 330px;
}
.size-340px,.w-340px {
    width: 340px;
}
.size-350px,.w-350px {
    width: 350px;
}
.size-360px,.w-360px {
    width: 360px;
}
.size-370px,.w-370px {
    width: 370px;
}
.size-380px,.w-380px {
    width: 380px;
}
.size-390px,.w-390px {
    width: 390px;
}
.size-400px,.w-400px {
    width: 400px;
}
.size-410px,.w-410px {
    width: 410px;
}
.size-420px,.w-420px {
    width: 420px;
}
.size-450px,.w-450px {
    width: 450px;
}
.size-500px,.w-500px {
    width: 500px;
}
.h-auto {
    height: auto;
}
.h-5px,.size-5px {
    height: 5px;
}
.h-10px,.size-10px {
    height: 10px;
}
.h-15px,.size-15px {
    height: 15px;
}
.h-20px,.size-20px {
    height: 20px;
}
.h-25px,.size-25px {
    height: 25px;
}
.h-30px,.size-30px {
    height: 30px;
}
.h-35px,.size-35px {
    height: 35px;
}
.h-40px,.size-40px {
    height: 40px;
}
.h-45px,.size-45px {
    height: 45px;
}
.h-50px,.size-50px {
    height: 50px;
}
.h-60px,.size-60px {
    height: 60px;
}
.h-70px,.size-70px {
    height: 70px;
}
.h-80px,.size-80px {
    height: 80px;
}
.h-90px,.size-90px {
    height: 90px;
}
.h-100px,.size-100px {
    height: 100px;
}
.h-110px,.size-110px {
    height: 110px;
}
.h-120px,.size-120px {
    height: 120px;
}
.h-130px,.size-130px {
    height: 130px;
}
.h-140px,.size-140px {
    height: 140px;
}
.h-150px,.size-150px {
    height: 150px;
}
.h-160px,.size-160px {
    height: 160px;
}
.h-170px,.size-170px {
    height: 170px;
}
.h-180px,.size-180px {
    height: 180px;
}
.h-190px,.size-190px {
    height: 190px;
}
.h-200px,.size-200px {
    height: 200px;
}
.h-210px,.size-210px {
    height: 210px;
}
.h-220px,.size-220px {
    height: 220px;
}
.h-230px,.size-230px {
    height: 230px;
}
.h-240px,.size-240px {
    height: 240px;
}
.h-250px,.size-250px {
    height: 250px;
}
.h-260px,.size-260px {
    height: 260px;
}
.h-270px,.size-270px {
    height: 270px;
}
.h-280px,.size-280px {
    height: 280px;
}
.h-290px,.size-290px {
    height: 290px;
}
.h-300px,.size-300px {
    height: 300px;
}
.h-310px,.size-310px {
    height: 310px;
}
.h-320px,.size-320px {
    height: 320px;
}
.h-330px,.size-330px {
    height: 330px;
}
.h-340px,.size-340px {
    height: 340px;
}
.h-350px,.size-350px {
    height: 350px;
}
.h-360px,.size-360px {
    height: 360px;
}
.h-370px,.size-370px {
    height: 370px;
}
.h-380px,.size-380px {
    height: 380px;
}
.h-390px,.size-390px {
    height: 390px;
}
.h-400px,.size-400px {
    height: 400px;
}
.h-410px,.size-410px {
    height: 410px;
}
.h-420px,.size-420px {
    height: 420px;
}
.h-450px,.size-450px {
    height: 450px;
}
.h-500px,.size-500px {
    height: 500px;
}
.p-6,.pl-6,.px-6 {
    padding-left: 4rem;
}
.p-7,.pl-7,.px-7 {
    padding-left: 5rem;
}
.p-8,.pl-8,.px-8 {
    padding-left: 6rem;
}
.p-9,.pl-9,.px-9 {
    padding-left: 8rem;
}
.p-10,.pl-10,.px-10 {
    padding-left: 10rem;
}
.p-11,.pl-11,.px-11 {
    padding-left: 12rem;
}
.p-12,.pl-12,.px-12 {
    padding-left: 16rem;
}
.p-6,.pr-6,.px-6 {
    padding-right: 4rem;
}
.p-7,.pr-7,.px-7 {
    padding-right: 5rem;
}
.p-8,.pr-8,.px-8 {
    padding-right: 6rem;
}
.p-9,.pr-9,.px-9 {
    padding-right: 8rem;
}
.p-10,.pr-10,.px-10 {
    padding-right: 10rem;
}
.p-11,.pr-11,.px-11 {
    padding-right: 12rem;
}
.p-12,.pr-12,.px-12 {
    padding-right: 16rem;
}
.p-6,.pt-6,.py-6 {
    padding-top: 4rem;
}
.p-7,.pt-7,.py-7 {
    padding-top: 5rem;
}
.p-8,.pt-8,.py-8 {
    padding-top: 6rem;
}
.p-9,.pt-9,.py-9 {
    padding-top: 8rem;
}
.p-10,.pt-10,.py-10 {
    padding-top: 10rem;
}
.p-11,.pt-11,.py-11 {
    padding-top: 12rem;
}
.p-12,.pt-12,.py-12 {
    padding-top: 16rem;
}
.p-6,.pb-6,.py-6 {
    padding-bottom: 4rem;
}
.p-7,.pb-7,.py-7 {
    padding-bottom: 5rem;
}
.p-8,.pb-8,.py-8 {
    padding-bottom: 6rem;
}
.p-9,.pb-9,.py-9 {
    padding-bottom: 8rem;
}
.p-10,.pb-10,.py-10 {
    padding-bottom: 10rem;
}
.p-11,.pb-11,.py-11 {
    padding-bottom: 12rem;
}
.p-12,.pb-12,.py-12 {
    padding-bottom: 16rem;
}
.p-5px,.pl-5px,.px-5px {
    padding-left: 5px;
}
.p-10px,.pl-10px,.px-10px {
    padding-left: 10px;
}
.p-15px,.pl-15px,.px-15px {
    padding-left: 15px;
}
.p-20px,.pl-20px,.px-20px {
    padding-left: 20px;
}
.p-25px,.pl-25px,.px-25px {
    padding-left: 25px;
}
.p-30px,.pl-30px,.px-30px {
    padding-left: 30px;
}
.p-5px,.pr-5px,.px-5px {
    padding-right: 5px;
}
.p-10px,.pr-10px,.px-10px {
    padding-right: 10px;
}
.p-15px,.pr-15px,.px-15px {
    padding-right: 15px;
}
.p-20px,.pr-20px,.px-20px {
    padding-right: 20px;
}
.p-25px,.pr-25px,.px-25px {
    padding-right: 25px;
}
.p-30px,.pr-30px,.px-30px {
    padding-right: 30px;
}
.p-5px,.pt-5px,.py-5px {
    padding-top: 5px;
}
.p-10px,.pt-10px,.py-10px {
    padding-top: 10px;
}
.p-15px,.pt-15px,.py-15px {
    padding-top: 15px;
}
.p-20px,.pt-20px,.py-20px {
    padding-top: 20px;
}
.p-25px,.pt-25px,.py-25px {
    padding-top: 25px;
}
.p-30px,.pt-30px,.py-30px {
    padding-top: 30px;
}
.p-5px,.pb-5px,.py-5px {
    padding-bottom: 5px;
}
.p-10px,.pb-10px,.py-10px {
    padding-bottom: 10px;
}
.p-15px,.pb-15px,.py-15px {
    padding-bottom: 15px;
}
.p-20px,.pb-20px,.py-20px {
    padding-bottom: 20px;
}
.p-25px,.pb-25px,.py-25px {
    padding-bottom: 25px;
}
.p-30px,.pb-30px,.py-30px {
    padding-bottom: 30px;
}
.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.gutters-5>.col,.gutters-5>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.gutters-10>.col,.gutters-10>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
}
.gutters-20>.col,.gutters-20>[class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
}
.gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
}
.gutters-25>.col,.gutters-25>[class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
}
.gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
}
.gutters-30>.col,.gutters-30>[class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
}
[dir="rtl"] .row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
[dir="rtl"] .row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
[dir="rtl"] .row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
[dir="rtl"] .row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
[dir="rtl"] .row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
[dir="rtl"] .row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
@media (min-width:576px) {
    .border-sm {
        border: 1px solid #e2e5ec!important;
    }
    .border-sm-top {
        border-top: 1px solid #e2e5ec!important;
    }
    .border-sm-right {
        border-right: 1px solid #e2e5ec!important;
    }
    .border-sm-bottom {
        border-bottom: 1px solid #e2e5ec!important;
    }
    .border-sm-left {
        border-left: 1px solid #e2e5ec!important;
    }
    .border-sm-0 {
        border: 0!important;
    }
    .border-sm-top-0 {
        border-top: 0!important;
    }
    .border-sm-right-0 {
        border-right: 0!important;
    }
    .border-sm-bottom-0 {
        border-bottom: 0!important;
    }
    .border-sm-left-0 {
        border-left: 0!important;
    }
    .w-sm-25 {
        width: 25%!important;
    }
    .w-sm-50 {
        width: 50%!important;
    }
    .w-sm-75 {
        width: 75%!important;
    }
    .w-sm-100 {
        width: 100%!important;
    }
    .w-sm-auto {
        width: auto!important;
    }
    .p-sm-6,.pl-sm-6,.px-sm-6 {
        padding-left: 4rem;
    }
    .p-sm-7,.pl-sm-7,.px-sm-7 {
        padding-left: 5rem;
    }
    .p-sm-8,.pl-sm-8,.px-sm-8 {
        padding-left: 6rem;
    }
    .p-sm-9,.pl-sm-9,.px-sm-9 {
        padding-left: 8rem;
    }
    .p-sm-10,.pl-sm-10,.px-sm-10 {
        padding-left: 10rem;
    }
    .p-sm-11,.pl-sm-11,.px-sm-11 {
        padding-left: 12rem;
    }
    .p-sm-12,.pl-sm-12,.px-sm-12 {
        padding-left: 16rem;
    }
    .p-sm-6,.pr-sm-6,.px-sm-6 {
        padding-right: 4rem;
    }
    .p-sm-7,.pr-sm-7,.px-sm-7 {
        padding-right: 5rem;
    }
    .p-sm-8,.pr-sm-8,.px-sm-8 {
        padding-right: 6rem;
    }
    .p-sm-9,.pr-sm-9,.px-sm-9 {
        padding-right: 8rem;
    }
    .p-sm-10,.pr-sm-10,.px-sm-10 {
        padding-right: 10rem;
    }
    .p-sm-11,.pr-sm-11,.px-sm-11 {
        padding-right: 12rem;
    }
    .p-sm-12,.pr-sm-12,.px-sm-12 {
        padding-right: 16rem;
    }
    .p-sm-6,.pt-sm-6,.py-sm-6 {
        padding-top: 4rem;
    }
    .p-sm-7,.pt-sm-7,.py-sm-7 {
        padding-top: 5rem;
    }
    .p-sm-8,.pt-sm-8,.py-sm-8 {
        padding-top: 6rem;
    }
    .p-sm-9,.pt-sm-9,.py-sm-9 {
        padding-top: 8rem;
    }
    .p-sm-10,.pt-sm-10,.py-sm-10 {
        padding-top: 10rem;
    }
    .p-sm-11,.pt-sm-11,.py-sm-11 {
        padding-top: 12rem;
    }
    .p-sm-12,.pt-sm-12,.py-sm-12 {
        padding-top: 16rem;
    }
    .p-sm-6,.pb-sm-6,.py-sm-6 {
        padding-bottom: 4rem;
    }
    .p-sm-7,.pb-sm-7,.py-sm-7 {
        padding-bottom: 5rem;
    }
    .p-sm-8,.pb-sm-8,.py-sm-8 {
        padding-bottom: 6rem;
    }
    .p-sm-9,.pb-sm-9,.py-sm-9 {
        padding-bottom: 8rem;
    }
    .p-sm-10,.pb-sm-10,.py-sm-10 {
        padding-bottom: 10rem;
    }
    .p-sm-11,.pb-sm-11,.py-sm-11 {
        padding-bottom: 12rem;
    }
    .p-sm-12,.pb-sm-12,.py-sm-12 {
        padding-bottom: 16rem;
    }
    .p-sm-5px,.pl-sm-5px,.px-sm-5px {
        padding-left: 5px;
    }
    .p-sm-10px,.pl-sm-10px,.px-sm-10px {
        padding-left: 10px;
    }
    .p-sm-15px,.pl-sm-15px,.px-sm-15px {
        padding-left: 15px;
    }
    .p-sm-20px,.pl-sm-20px,.px-sm-20px {
        padding-left: 20px;
    }
    .p-sm-25px,.pl-sm-25px,.px-sm-25px {
        padding-left: 25px;
    }
    .p-sm-30px,.pl-sm-30px,.px-sm-30px {
        padding-left: 30px;
    }
    .p-sm-5px,.pr-sm-5px,.px-sm-5px {
        padding-right: 5px;
    }
    .p-sm-10px,.pr-sm-10px,.px-sm-10px {
        padding-right: 10px;
    }
    .p-sm-15px,.pr-sm-15px,.px-sm-15px {
        padding-right: 15px;
    }
    .p-sm-20px,.pr-sm-20px,.px-sm-20px {
        padding-right: 20px;
    }
    .p-sm-25px,.pr-sm-25px,.px-sm-25px {
        padding-right: 25px;
    }
    .p-sm-30px,.pr-sm-30px,.px-sm-30px {
        padding-right: 30px;
    }
    .p-sm-5px,.pt-sm-5px,.py-sm-5px {
        padding-top: 5px;
    }
    .p-sm-10px,.pt-sm-10px,.py-sm-10px {
        padding-top: 10px;
    }
    .p-sm-15px,.pt-sm-15px,.py-sm-15px {
        padding-top: 15px;
    }
    .p-sm-20px,.pt-sm-20px,.py-sm-20px {
        padding-top: 20px;
    }
    .p-sm-25px,.pt-sm-25px,.py-sm-25px {
        padding-top: 25px;
    }
    .p-sm-30px,.pt-sm-30px,.py-sm-30px {
        padding-top: 30px;
    }
    .p-sm-5px,.pb-sm-5px,.py-sm-5px {
        padding-bottom: 5px;
    }
    .p-sm-10px,.pb-sm-10px,.py-sm-10px {
        padding-bottom: 10px;
    }
    .p-sm-15px,.pb-sm-15px,.py-sm-15px {
        padding-bottom: 15px;
    }
    .p-sm-20px,.pb-sm-20px,.py-sm-20px {
        padding-bottom: 20px;
    }
    .p-sm-25px,.pb-sm-25px,.py-sm-25px {
        padding-bottom: 25px;
    }
    .p-sm-30px,.pb-sm-30px,.py-sm-30px {
        padding-bottom: 30px;
    }
    .w-sm-auto {
        width: auto;
    }
    .size-sm-5px,.w-sm-5px {
        width: 5px;
    }
    .size-sm-10px,.w-sm-10px {
        width: 10px;
    }
    .size-sm-15px,.w-sm-15px {
        width: 15px;
    }
    .size-sm-20px,.w-sm-20px {
        width: 20px;
    }
    .size-sm-25px,.w-sm-25px {
        width: 25px;
    }
    .size-sm-30px,.w-sm-30px {
        width: 30px;
    }
    .size-sm-35px,.w-sm-35px {
        width: 35px;
    }
    .size-sm-40px,.w-sm-40px {
        width: 40px;
    }
    .size-sm-45px,.w-sm-45px {
        width: 45px;
    }
    .size-sm-50px,.w-sm-50px {
        width: 50px;
    }
    .size-sm-60px,.w-sm-60px {
        width: 60px;
    }
    .size-sm-70px,.w-sm-70px {
        width: 70px;
    }
    .size-sm-80px,.w-sm-80px {
        width: 80px;
    }
    .size-sm-90px,.w-sm-90px {
        width: 90px;
    }
    .size-sm-100px,.w-sm-100px {
        width: 100px;
    }
    .size-sm-110px,.w-sm-110px {
        width: 110px;
    }
    .size-sm-120px,.w-sm-120px {
        width: 120px;
    }
    .size-sm-130px,.w-sm-130px {
        width: 130px;
    }
    .size-sm-140px,.w-sm-140px {
        width: 140px;
    }
    .size-sm-150px,.w-sm-150px {
        width: 150px;
    }
    .size-sm-160px,.w-sm-160px {
        width: 160px;
    }
    .size-sm-170px,.w-sm-170px {
        width: 170px;
    }
    .size-sm-180px,.w-sm-180px {
        width: 180px;
    }
    .size-sm-190px,.w-sm-190px {
        width: 190px;
    }
    .size-sm-200px,.w-sm-200px {
        width: 200px;
    }
    .size-sm-210px,.w-sm-210px {
        width: 210px;
    }
    .size-sm-220px,.w-sm-220px {
        width: 220px;
    }
    .size-sm-230px,.w-sm-230px {
        width: 230px;
    }
    .size-sm-240px,.w-sm-240px {
        width: 240px;
    }
    .size-sm-250px,.w-sm-250px {
        width: 250px;
    }
    .size-sm-260px,.w-sm-260px {
        width: 260px;
    }
    .size-sm-270px,.w-sm-270px {
        width: 270px;
    }
    .size-sm-280px,.w-sm-280px {
        width: 280px;
    }
    .size-sm-290px,.w-sm-290px {
        width: 290px;
    }
    .size-sm-300px,.w-sm-300px {
        width: 300px;
    }
    .size-sm-310px,.w-sm-310px {
        width: 310px;
    }
    .size-sm-320px,.w-sm-320px {
        width: 320px;
    }
    .size-sm-330px,.w-sm-330px {
        width: 330px;
    }
    .size-sm-340px,.w-sm-340px {
        width: 340px;
    }
    .size-sm-350px,.w-sm-350px {
        width: 350px;
    }
    .size-sm-360px,.w-sm-360px {
        width: 360px;
    }
    .size-sm-370px,.w-sm-370px {
        width: 370px;
    }
    .size-sm-380px,.w-sm-380px {
        width: 380px;
    }
    .size-sm-390px,.w-sm-390px {
        width: 390px;
    }
    .size-sm-400px,.w-sm-400px {
        width: 400px;
    }
    .size-sm-410px,.w-sm-410px {
        width: 410px;
    }
    .size-sm-420px,.w-sm-420px {
        width: 420px;
    }
    .size-sm-450px,.w-sm-450px {
        width: 450px;
    }
    .size-sm-500px,.w-sm-500px {
        width: 500px;
    }
    .h-sm-auto {
        height: auto;
    }
    .h-sm-5px,.size-sm-5px {
        height: 5px;
    }
    .h-sm-10px,.size-sm-10px {
        height: 10px;
    }
    .h-sm-15px,.size-sm-15px {
        height: 15px;
    }
    .h-sm-20px,.size-sm-20px {
        height: 20px;
    }
    .h-sm-25px,.size-sm-25px {
        height: 25px;
    }
    .h-sm-30px,.size-sm-30px {
        height: 30px;
    }
    .h-sm-35px,.size-sm-35px {
        height: 35px;
    }
    .h-sm-40px,.size-sm-40px {
        height: 40px;
    }
    .h-sm-45px,.size-sm-45px {
        height: 45px;
    }
    .h-sm-50px,.size-sm-50px {
        height: 50px;
    }
    .h-sm-60px,.size-sm-60px {
        height: 60px;
    }
    .h-sm-70px,.size-sm-70px {
        height: 70px;
    }
    .h-sm-80px,.size-sm-80px {
        height: 80px;
    }
    .h-sm-90px,.size-sm-90px {
        height: 90px;
    }
    .h-sm-100px,.size-sm-100px {
        height: 100px;
    }
    .h-sm-110px,.size-sm-110px {
        height: 110px;
    }
    .h-sm-120px,.size-sm-120px {
        height: 120px;
    }
    .h-sm-130px,.size-sm-130px {
        height: 130px;
    }
    .h-sm-140px,.size-sm-140px {
        height: 140px;
    }
    .h-sm-150px,.size-sm-150px {
        height: 150px;
    }
    .h-sm-160px,.size-sm-160px {
        height: 160px;
    }
    .h-sm-170px,.size-sm-170px {
        height: 170px;
    }
    .h-sm-180px,.size-sm-180px {
        height: 180px;
    }
    .h-sm-190px,.size-sm-190px {
        height: 190px;
    }
    .h-sm-200px,.size-sm-200px {
        height: 200px;
    }
    .h-sm-210px,.size-sm-210px {
        height: 210px;
    }
    .h-sm-220px,.size-sm-220px {
        height: 220px;
    }
    .h-sm-230px,.size-sm-230px {
        height: 230px;
    }
    .h-sm-240px,.size-sm-240px {
        height: 240px;
    }
    .h-sm-250px,.size-sm-250px {
        height: 250px;
    }
    .h-sm-260px,.size-sm-260px {
        height: 260px;
    }
    .h-sm-270px,.size-sm-270px {
        height: 270px;
    }
    .h-sm-280px,.size-sm-280px {
        height: 280px;
    }
    .h-sm-290px,.size-sm-290px {
        height: 290px;
    }
    .h-sm-300px,.size-sm-300px {
        height: 300px;
    }
    .h-sm-310px,.size-sm-310px {
        height: 310px;
    }
    .h-sm-320px,.size-sm-320px {
        height: 320px;
    }
    .h-sm-330px,.size-sm-330px {
        height: 330px;
    }
    .h-sm-340px,.size-sm-340px {
        height: 340px;
    }
    .h-sm-350px,.size-sm-350px {
        height: 350px;
    }
    .h-sm-360px,.size-sm-360px {
        height: 360px;
    }
    .h-sm-370px,.size-sm-370px {
        height: 370px;
    }
    .h-sm-380px,.size-sm-380px {
        height: 380px;
    }
    .h-sm-390px,.size-sm-390px {
        height: 390px;
    }
    .h-sm-400px,.size-sm-400px {
        height: 400px;
    }
    .h-sm-410px,.size-sm-410px {
        height: 410px;
    }
    .h-sm-420px,.size-sm-420px {
        height: 420px;
    }
    .h-sm-450px,.size-sm-450px {
        height: 450px;
    }
    .h-sm-500px,.size-sm-500px {
        height: 500px;
    }
    .sm-no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .sm-no-gutters>.col,.sm-no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .sm-gutters-5 {
        margin-right: -5px;
        margin-left: -5px;
    }
    .sm-gutters-5>.col,.sm-gutters-5>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .sm-gutters-10 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .sm-gutters-10>.col,.sm-gutters-10>[class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }
    .sm-gutters-15 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .sm-gutters-15>.col,.sm-gutters-15>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .sm-gutters-20 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .sm-gutters-20>.col,.sm-gutters-20>[class*=col-] {
        padding-right: 20px;
        padding-left: 20px;
    }
    .sm-gutters-25 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .sm-gutters-25>.col,.sm-gutters-25>[class*=col-] {
        padding-right: 25px;
        padding-left: 25px;
    }
    .sm-gutters-30 {
        margin-right: -30px;
        margin-left: -30px;
    }
    .sm-gutters-30>.col,.sm-gutters-30>[class*=col-] {
        padding-right: 30px;
        padding-left: 30px;
    }
    .flex-grow-sm-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important;
    }
    .flex-grow-sm-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
    }
    [dir="rtl"] .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="rtl"] .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="rtl"] .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    [dir="rtl"] .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="rtl"] .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    [dir="rtl"] .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
@media (min-width:768px) {
    .border-md {
        border: 1px solid #e2e5ec!important;
    }
    .border-md-top {
        border-top: 1px solid #e2e5ec!important;
    }
    .border-md-right {
        border-right: 1px solid #e2e5ec!important;
    }
    .border-md-bottom {
        border-bottom: 1px solid #e2e5ec!important;
    }
    .border-md-left {
        border-left: 1px solid #e2e5ec!important;
    }
    .border-md-0 {
        border: 0!important;
    }
    .border-md-top-0 {
        border-top: 0!important;
    }
    .border-md-right-0 {
        border-right: 0!important;
    }
    .border-md-bottom-0 {
        border-bottom: 0!important;
    }
    .border-md-left-0 {
        border-left: 0!important;
    }
    .w-md-25 {
        width: 25%!important;
    }
    .w-md-50 {
        width: 50%!important;
    }
    .w-md-75 {
        width: 75%!important;
    }
    .w-md-100 {
        width: 100%!important;
    }
    .w-md-auto {
        width: auto!important;
    }
    .p-md-6,.pl-md-6,.px-md-6 {
        padding-left: 4rem;
    }
    .p-md-7,.pl-md-7,.px-md-7 {
        padding-left: 5rem;
    }
    .p-md-8,.pl-md-8,.px-md-8 {
        padding-left: 6rem;
    }
    .p-md-9,.pl-md-9,.px-md-9 {
        padding-left: 8rem;
    }
    .p-md-10,.pl-md-10,.px-md-10 {
        padding-left: 10rem;
    }
    .p-md-11,.pl-md-11,.px-md-11 {
        padding-left: 12rem;
    }
    .p-md-12,.pl-md-12,.px-md-12 {
        padding-left: 16rem;
    }
    .p-md-6,.pr-md-6,.px-md-6 {
        padding-right: 4rem;
    }
    .p-md-7,.pr-md-7,.px-md-7 {
        padding-right: 5rem;
    }
    .p-md-8,.pr-md-8,.px-md-8 {
        padding-right: 6rem;
    }
    .p-md-9,.pr-md-9,.px-md-9 {
        padding-right: 8rem;
    }
    .p-md-10,.pr-md-10,.px-md-10 {
        padding-right: 10rem;
    }
    .p-md-11,.pr-md-11,.px-md-11 {
        padding-right: 12rem;
    }
    .p-md-12,.pr-md-12,.px-md-12 {
        padding-right: 16rem;
    }
    .p-md-6,.pt-md-6,.py-md-6 {
        padding-top: 4rem;
    }
    .p-md-7,.pt-md-7,.py-md-7 {
        padding-top: 5rem;
    }
    .p-md-8,.pt-md-8,.py-md-8 {
        padding-top: 6rem;
    }
    .p-md-9,.pt-md-9,.py-md-9 {
        padding-top: 8rem;
    }
    .p-md-10,.pt-md-10,.py-md-10 {
        padding-top: 10rem;
    }
    .p-md-11,.pt-md-11,.py-md-11 {
        padding-top: 12rem;
    }
    .p-md-12,.pt-md-12,.py-md-12 {
        padding-top: 16rem;
    }
    .p-md-6,.pb-md-6,.py-md-6 {
        padding-bottom: 4rem;
    }
    .p-md-7,.pb-md-7,.py-md-7 {
        padding-bottom: 5rem;
    }
    .p-md-8,.pb-md-8,.py-md-8 {
        padding-bottom: 6rem;
    }
    .p-md-9,.pb-md-9,.py-md-9 {
        padding-bottom: 8rem;
    }
    .p-md-10,.pb-md-10,.py-md-10 {
        padding-bottom: 10rem;
    }
    .p-md-11,.pb-md-11,.py-md-11 {
        padding-bottom: 12rem;
    }
    .p-md-12,.pb-md-12,.py-md-12 {
        padding-bottom: 16rem;
    }
    .p-md-5px,.pl-md-5px,.px-md-5px {
        padding-left: 5px;
    }
    .p-md-10px,.pl-md-10px,.px-md-10px {
        padding-left: 10px;
    }
    .p-md-15px,.pl-md-15px,.px-md-15px {
        padding-left: 15px;
    }
    .p-md-20px,.pl-md-20px,.px-md-20px {
        padding-left: 20px;
    }
    .p-md-25px,.pl-md-25px,.px-md-25px {
        padding-left: 25px;
    }
    .p-md-30px,.pl-md-30px,.px-md-30px {
        padding-left: 30px;
    }
    .p-md-5px,.pr-md-5px,.px-md-5px {
        padding-right: 5px;
    }
    .p-md-10px,.pr-md-10px,.px-md-10px {
        padding-right: 10px;
    }
    .p-md-15px,.pr-md-15px,.px-md-15px {
        padding-right: 15px;
    }
    .p-md-20px,.pr-md-20px,.px-md-20px {
        padding-right: 20px;
    }
    .p-md-25px,.pr-md-25px,.px-md-25px {
        padding-right: 25px;
    }
    .p-md-30px,.pr-md-30px,.px-md-30px {
        padding-right: 30px;
    }
    .p-md-5px,.pt-md-5px,.py-md-5px {
        padding-top: 5px;
    }
    .p-md-10px,.pt-md-10px,.py-md-10px {
        padding-top: 10px;
    }
    .p-md-15px,.pt-md-15px,.py-md-15px {
        padding-top: 15px;
    }
    .p-md-20px,.pt-md-20px,.py-md-20px {
        padding-top: 20px;
    }
    .p-md-25px,.pt-md-25px,.py-md-25px {
        padding-top: 25px;
    }
    .p-md-30px,.pt-md-30px,.py-md-30px {
        padding-top: 30px;
    }
    .p-md-5px,.pb-md-5px,.py-md-5px {
        padding-bottom: 5px;
    }
    .p-md-10px,.pb-md-10px,.py-md-10px {
        padding-bottom: 10px;
    }
    .p-md-15px,.pb-md-15px,.py-md-15px {
        padding-bottom: 15px;
    }
    .p-md-20px,.pb-md-20px,.py-md-20px {
        padding-bottom: 20px;
    }
    .p-md-25px,.pb-md-25px,.py-md-25px {
        padding-bottom: 25px;
    }
    .p-md-30px,.pb-md-30px,.py-md-30px {
        padding-bottom: 30px;
    }
    .w-md-auto {
        width: auto;
    }
    .size-md-5px,.w-md-5px {
        width: 5px;
    }
    .size-md-10px,.w-md-10px {
        width: 10px;
    }
    .size-md-15px,.w-md-15px {
        width: 15px;
    }
    .size-md-20px,.w-md-20px {
        width: 20px;
    }
    .size-md-25px,.w-md-25px {
        width: 25px;
    }
    .size-md-30px,.w-md-30px {
        width: 30px;
    }
    .size-md-35px,.w-md-35px {
        width: 35px;
    }
    .size-md-40px,.w-md-40px {
        width: 40px;
    }
    .size-md-45px,.w-md-45px {
        width: 45px;
    }
    .size-md-50px,.w-md-50px {
        width: 50px;
    }
    .size-md-60px,.w-md-60px {
        width: 60px;
    }
    .size-md-70px,.w-md-70px {
        width: 70px;
    }
    .size-md-80px,.w-md-80px {
        width: 80px;
    }
    .size-md-90px,.w-md-90px {
        width: 90px;
    }
    .size-md-100px,.w-md-100px {
        width: 100px;
    }
    .size-md-110px,.w-md-110px {
        width: 110px;
    }
    .size-md-120px,.w-md-120px {
        width: 120px;
    }
    .size-md-130px,.w-md-130px {
        width: 130px;
    }
    .size-md-140px,.w-md-140px {
        width: 140px;
    }
    .size-md-150px,.w-md-150px {
        width: 150px;
    }
    .size-md-160px,.w-md-160px {
        width: 160px;
    }
    .size-md-170px,.w-md-170px {
        width: 170px;
    }
    .size-md-180px,.w-md-180px {
        width: 180px;
    }
    .size-md-190px,.w-md-190px {
        width: 190px;
    }
    .size-md-200px,.w-md-200px {
        width: 200px;
    }
    .size-md-210px,.w-md-210px {
        width: 210px;
    }
    .size-md-220px,.w-md-220px {
        width: 220px;
    }
    .size-md-230px,.w-md-230px {
        width: 230px;
    }
    .size-md-240px,.w-md-240px {
        width: 240px;
    }
    .size-md-250px,.w-md-250px {
        width: 250px;
    }
    .size-md-260px,.w-md-260px {
        width: 260px;
    }
    .size-md-270px,.w-md-270px {
        width: 270px;
    }
    .size-md-280px,.w-md-280px {
        width: 280px;
    }
    .size-md-290px,.w-md-290px {
        width: 290px;
    }
    .size-md-300px,.w-md-300px {
        width: 300px;
    }
    .size-md-310px,.w-md-310px {
        width: 310px;
    }
    .size-md-320px,.w-md-320px {
        width: 320px;
    }
    .size-md-330px,.w-md-330px {
        width: 330px;
    }
    .size-md-340px,.w-md-340px {
        width: 340px;
    }
    .size-md-350px,.w-md-350px {
        width: 350px;
    }
    .size-md-360px,.w-md-360px {
        width: 360px;
    }
    .size-md-370px,.w-md-370px {
        width: 370px;
    }
    .size-md-380px,.w-md-380px {
        width: 380px;
    }
    .size-md-390px,.w-md-390px {
        width: 390px;
    }
    .size-md-400px,.w-md-400px {
        width: 400px;
    }
    .size-md-410px,.w-md-410px {
        width: 410px;
    }
    .size-md-420px,.w-md-420px {
        width: 420px;
    }
    .size-md-450px,.w-md-450px {
        width: 450px;
    }
    .size-md-500px,.w-md-500px {
        width: 500px;
    }
    .h-md-auto {
        height: auto;
    }
    .h-md-5px,.size-md-5px {
        height: 5px;
    }
    .h-md-10px,.size-md-10px {
        height: 10px;
    }
    .h-md-15px,.size-md-15px {
        height: 15px;
    }
    .h-md-20px,.size-md-20px {
        height: 20px;
    }
    .h-md-25px,.size-md-25px {
        height: 25px;
    }
    .h-md-30px,.size-md-30px {
        height: 30px;
    }
    .h-md-35px,.size-md-35px {
        height: 35px;
    }
    .h-md-40px,.size-md-40px {
        height: 40px;
    }
    .h-md-45px,.size-md-45px {
        height: 45px;
    }
    .h-md-50px,.size-md-50px {
        height: 50px;
    }
    .h-md-60px,.size-md-60px {
        height: 60px;
    }
    .h-md-70px,.size-md-70px {
        height: 70px;
    }
    .h-md-80px,.size-md-80px {
        height: 80px;
    }
    .h-md-90px,.size-md-90px {
        height: 90px;
    }
    .h-md-100px,.size-md-100px {
        height: 100px;
    }
    .h-md-110px,.size-md-110px {
        height: 110px;
    }
    .h-md-120px,.size-md-120px {
        height: 120px;
    }
    .h-md-130px,.size-md-130px {
        height: 130px;
    }
    .h-md-140px,.size-md-140px {
        height: 140px;
    }
    .h-md-150px,.size-md-150px {
        height: 150px;
    }
    .h-md-160px,.size-md-160px {
        height: 160px;
    }
    .h-md-170px,.size-md-170px {
        height: 170px;
    }
    .h-md-180px,.size-md-180px {
        height: 180px;
    }
    .h-md-190px,.size-md-190px {
        height: 190px;
    }
    .h-md-200px,.size-md-200px {
        height: 200px;
    }
    .h-md-210px,.size-md-210px {
        height: 210px;
    }
    .h-md-220px,.size-md-220px {
        height: 220px;
    }
    .h-md-230px,.size-md-230px {
        height: 230px;
    }
    .h-md-240px,.size-md-240px {
        height: 240px;
    }
    .h-md-250px,.size-md-250px {
        height: 250px;
    }
    .h-md-260px,.size-md-260px {
        height: 260px;
    }
    .h-md-270px,.size-md-270px {
        height: 270px;
    }
    .h-md-280px,.size-md-280px {
        height: 280px;
    }
    .h-md-290px,.size-md-290px {
        height: 290px;
    }
    .h-md-300px,.size-md-300px {
        height: 300px;
    }
    .h-md-310px,.size-md-310px {
        height: 310px;
    }
    .h-md-320px,.size-md-320px {
        height: 320px;
    }
    .h-md-330px,.size-md-330px {
        height: 330px;
    }
    .h-md-340px,.size-md-340px {
        height: 340px;
    }
    .h-md-350px,.size-md-350px {
        height: 350px;
    }
    .h-md-360px,.size-md-360px {
        height: 360px;
    }
    .h-md-370px,.size-md-370px {
        height: 370px;
    }
    .h-md-380px,.size-md-380px {
        height: 380px;
    }
    .h-md-390px,.size-md-390px {
        height: 390px;
    }
    .h-md-400px,.size-md-400px {
        height: 400px;
    }
    .h-md-410px,.size-md-410px {
        height: 410px;
    }
    .h-md-420px,.size-md-420px {
        height: 420px;
    }
    .h-md-450px,.size-md-450px {
        height: 450px;
    }
    .h-md-500px,.size-md-500px {
        height: 500px;
    }
    .md-no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .md-no-gutters>.col,.md-no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .md-gutters-5 {
        margin-right: -5px;
        margin-left: -5px;
    }
    .md-gutters-5>.col,.md-gutters-5>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .md-gutters-10 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .md-gutters-10>.col,.md-gutters-10>[class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }
    .md-gutters-15 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .md-gutters-15>.col,.md-gutters-15>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .md-gutters-20 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .md-gutters-20>.col,.md-gutters-20>[class*=col-] {
        padding-right: 20px;
        padding-left: 20px;
    }
    .md-gutters-25 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .md-gutters-25>.col,.md-gutters-25>[class*=col-] {
        padding-right: 25px;
        padding-left: 25px;
    }
    .md-gutters-30 {
        margin-right: -30px;
        margin-left: -30px;
    }
    .md-gutters-30>.col,.md-gutters-30>[class*=col-] {
        padding-right: 30px;
        padding-left: 30px;
    }
    .flex-grow-md-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important;
    }
    .flex-grow-md-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
    }
    [dir="rtl"] .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="rtl"] .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="rtl"] .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    [dir="rtl"] .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="rtl"] .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    [dir="rtl"] .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
@media (min-width:992px) {
    .border-lg {
        border: 1px solid #e2e5ec!important;
    }
    .border-lg-top {
        border-top: 1px solid #e2e5ec!important;
    }
    .border-lg-right {
        border-right: 1px solid #e2e5ec!important;
    }
    .border-lg-bottom {
        border-bottom: 1px solid #e2e5ec!important;
    }
    .border-lg-left {
        border-left: 1px solid #e2e5ec!important;
    }
    .border-lg-0 {
        border: 0!important;
    }
    .border-lg-top-0 {
        border-top: 0!important;
    }
    .border-lg-right-0 {
        border-right: 0!important;
    }
    .border-lg-bottom-0 {
        border-bottom: 0!important;
    }
    .border-lg-left-0 {
        border-left: 0!important;
    }
    .w-lg-25 {
        width: 25%!important;
    }
    .w-lg-50 {
        width: 50%!important;
    }
    .w-lg-75 {
        width: 75%!important;
    }
    .w-lg-100 {
        width: 100%!important;
    }
    .w-lg-auto {
        width: auto!important;
    }
    .p-lg-6,.pl-lg-6,.px-lg-6 {
        padding-left: 4rem;
    }
    .p-lg-7,.pl-lg-7,.px-lg-7 {
        padding-left: 5rem;
    }
    .p-lg-8,.pl-lg-8,.px-lg-8 {
        padding-left: 6rem;
    }
    .p-lg-9,.pl-lg-9,.px-lg-9 {
        padding-left: 8rem;
    }
    .p-lg-10,.pl-lg-10,.px-lg-10 {
        padding-left: 10rem;
    }
    .p-lg-11,.pl-lg-11,.px-lg-11 {
        padding-left: 12rem;
    }
    .p-lg-12,.pl-lg-12,.px-lg-12 {
        padding-left: 16rem;
    }
    .p-lg-6,.pr-lg-6,.px-lg-6 {
        padding-right: 4rem;
    }
    .p-lg-7,.pr-lg-7,.px-lg-7 {
        padding-right: 5rem;
    }
    .p-lg-8,.pr-lg-8,.px-lg-8 {
        padding-right: 6rem;
    }
    .p-lg-9,.pr-lg-9,.px-lg-9 {
        padding-right: 8rem;
    }
    .p-lg-10,.pr-lg-10,.px-lg-10 {
        padding-right: 10rem;
    }
    .p-lg-11,.pr-lg-11,.px-lg-11 {
        padding-right: 12rem;
    }
    .p-lg-12,.pr-lg-12,.px-lg-12 {
        padding-right: 16rem;
    }
    .p-lg-6,.pt-lg-6,.py-lg-6 {
        padding-top: 4rem;
    }
    .p-lg-7,.pt-lg-7,.py-lg-7 {
        padding-top: 5rem;
    }
    .p-lg-8,.pt-lg-8,.py-lg-8 {
        padding-top: 6rem;
    }
    .p-lg-9,.pt-lg-9,.py-lg-9 {
        padding-top: 8rem;
    }
    .p-lg-10,.pt-lg-10,.py-lg-10 {
        padding-top: 10rem;
    }
    .p-lg-11,.pt-lg-11,.py-lg-11 {
        padding-top: 12rem;
    }
    .p-lg-12,.pt-lg-12,.py-lg-12 {
        padding-top: 16rem;
    }
    .p-lg-6,.pb-lg-6,.py-lg-6 {
        padding-bottom: 4rem;
    }
    .p-lg-7,.pb-lg-7,.py-lg-7 {
        padding-bottom: 5rem;
    }
    .p-lg-8,.pb-lg-8,.py-lg-8 {
        padding-bottom: 6rem;
    }
    .p-lg-9,.pb-lg-9,.py-lg-9 {
        padding-bottom: 8rem;
    }
    .p-lg-10,.pb-lg-10,.py-lg-10 {
        padding-bottom: 10rem;
    }
    .p-lg-11,.pb-lg-11,.py-lg-11 {
        padding-bottom: 12rem;
    }
    .p-lg-12,.pb-lg-12,.py-lg-12 {
        padding-bottom: 16rem;
    }
    .p-lg-5px,.pl-lg-5px,.px-lg-5px {
        padding-left: 5px;
    }
    .p-lg-10px,.pl-lg-10px,.px-lg-10px {
        padding-left: 10px;
    }
    .p-lg-15px,.pl-lg-15px,.px-lg-15px {
        padding-left: 15px;
    }
    .p-lg-20px,.pl-lg-20px,.px-lg-20px {
        padding-left: 20px;
    }
    .p-lg-25px,.pl-lg-25px,.px-lg-25px {
        padding-left: 25px;
    }
    .p-lg-30px,.pl-lg-30px,.px-lg-30px {
        padding-left: 30px;
    }
    .p-lg-5px,.pr-lg-5px,.px-lg-5px {
        padding-right: 5px;
    }
    .p-lg-10px,.pr-lg-10px,.px-lg-10px {
        padding-right: 10px;
    }
    .p-lg-15px,.pr-lg-15px,.px-lg-15px {
        padding-right: 15px;
    }
    .p-lg-20px,.pr-lg-20px,.px-lg-20px {
        padding-right: 20px;
    }
    .p-lg-25px,.pr-lg-25px,.px-lg-25px {
        padding-right: 25px;
    }
    .p-lg-30px,.pr-lg-30px,.px-lg-30px {
        padding-right: 30px;
    }
    .p-lg-5px,.pt-lg-5px,.py-lg-5px {
        padding-top: 5px;
    }
    .p-lg-10px,.pt-lg-10px,.py-lg-10px {
        padding-top: 10px;
    }
    .p-lg-15px,.pt-lg-15px,.py-lg-15px {
        padding-top: 15px;
    }
    .p-lg-20px,.pt-lg-20px,.py-lg-20px {
        padding-top: 20px;
    }
    .p-lg-25px,.pt-lg-25px,.py-lg-25px {
        padding-top: 25px;
    }
    .p-lg-30px,.pt-lg-30px,.py-lg-30px {
        padding-top: 30px;
    }
    .p-lg-5px,.pb-lg-5px,.py-lg-5px {
        padding-bottom: 5px;
    }
    .p-lg-10px,.pb-lg-10px,.py-lg-10px {
        padding-bottom: 10px;
    }
    .p-lg-15px,.pb-lg-15px,.py-lg-15px {
        padding-bottom: 15px;
    }
    .p-lg-20px,.pb-lg-20px,.py-lg-20px {
        padding-bottom: 20px;
    }
    .p-lg-25px,.pb-lg-25px,.py-lg-25px {
        padding-bottom: 25px;
    }
    .p-lg-30px,.pb-lg-30px,.py-lg-30px {
        padding-bottom: 30px;
    }
    .w-lg-auto {
        width: auto;
    }
    .size-lg-5px,.w-lg-5px {
        width: 5px;
    }
    .size-lg-10px,.w-lg-10px {
        width: 10px;
    }
    .size-lg-15px,.w-lg-15px {
        width: 15px;
    }
    .size-lg-20px,.w-lg-20px {
        width: 20px;
    }
    .size-lg-25px,.w-lg-25px {
        width: 25px;
    }
    .size-lg-30px,.w-lg-30px {
        width: 30px;
    }
    .size-lg-35px,.w-lg-35px {
        width: 35px;
    }
    .size-lg-40px,.w-lg-40px {
        width: 40px;
    }
    .size-lg-45px,.w-lg-45px {
        width: 45px;
    }
    .size-lg-50px,.w-lg-50px {
        width: 50px;
    }
    .size-lg-60px,.w-lg-60px {
        width: 60px;
    }
    .size-lg-70px,.w-lg-70px {
        width: 70px;
    }
    .size-lg-80px,.w-lg-80px {
        width: 80px;
    }
    .size-lg-90px,.w-lg-90px {
        width: 90px;
    }
    .size-lg-100px,.w-lg-100px {
        width: 100px;
    }
    .size-lg-110px,.w-lg-110px {
        width: 110px;
    }
    .size-lg-120px,.w-lg-120px {
        width: 120px;
    }
    .size-lg-130px,.w-lg-130px {
        width: 130px;
    }
    .size-lg-140px,.w-lg-140px {
        width: 140px;
    }
    .size-lg-150px,.w-lg-150px {
        width: 150px;
    }
    .size-lg-160px,.w-lg-160px {
        width: 160px;
    }
    .size-lg-170px,.w-lg-170px {
        width: 170px;
    }
    .size-lg-180px,.w-lg-180px {
        width: 180px;
    }
    .size-lg-190px,.w-lg-190px {
        width: 190px;
    }
    .size-lg-200px,.w-lg-200px {
        width: 200px;
    }
    .size-lg-210px,.w-lg-210px {
        width: 210px;
    }
    .size-lg-220px,.w-lg-220px {
        width: 220px;
    }
    .size-lg-230px,.w-lg-230px {
        width: 230px;
    }
    .size-lg-240px,.w-lg-240px {
        width: 240px;
    }
    .size-lg-250px,.w-lg-250px {
        width: 250px;
    }
    .size-lg-260px,.w-lg-260px {
        width: 260px;
    }
    .size-lg-270px,.w-lg-270px {
        width: 270px;
    }
    .size-lg-280px,.w-lg-280px {
        width: 280px;
    }
    .size-lg-290px,.w-lg-290px {
        width: 290px;
    }
    .size-lg-300px,.w-lg-300px {
        width: 300px;
    }
    .size-lg-310px,.w-lg-310px {
        width: 310px;
    }
    .size-lg-320px,.w-lg-320px {
        width: 320px;
    }
    .size-lg-330px,.w-lg-330px {
        width: 330px;
    }
    .size-lg-340px,.w-lg-340px {
        width: 340px;
    }
    .size-lg-350px,.w-lg-350px {
        width: 350px;
    }
    .size-lg-360px,.w-lg-360px {
        width: 360px;
    }
    .size-lg-370px,.w-lg-370px {
        width: 370px;
    }
    .size-lg-380px,.w-lg-380px {
        width: 380px;
    }
    .size-lg-390px,.w-lg-390px {
        width: 390px;
    }
    .size-lg-400px,.w-lg-400px {
        width: 400px;
    }
    .size-lg-410px,.w-lg-410px {
        width: 410px;
    }
    .size-lg-420px,.w-lg-420px {
        width: 420px;
    }
    .size-lg-450px,.w-lg-450px {
        width: 450px;
    }
    .size-lg-500px,.w-lg-500px {
        width: 500px;
    }
    .h-lg-auto {
        height: auto;
    }
    .h-lg-5px,.size-lg-5px {
        height: 5px;
    }
    .h-lg-10px,.size-lg-10px {
        height: 10px;
    }
    .h-lg-15px,.size-lg-15px {
        height: 15px;
    }
    .h-lg-20px,.size-lg-20px {
        height: 20px;
    }
    .h-lg-25px,.size-lg-25px {
        height: 25px;
    }
    .h-lg-30px,.size-lg-30px {
        height: 30px;
    }
    .h-lg-35px,.size-lg-35px {
        height: 35px;
    }
    .h-lg-40px,.size-lg-40px {
        height: 40px;
    }
    .h-lg-45px,.size-lg-45px {
        height: 45px;
    }
    .h-lg-50px,.size-lg-50px {
        height: 50px;
    }
    .h-lg-60px,.size-lg-60px {
        height: 60px;
    }
    .h-lg-70px,.size-lg-70px {
        height: 70px;
    }
    .h-lg-80px,.size-lg-80px {
        height: 80px;
    }
    .h-lg-90px,.size-lg-90px {
        height: 90px;
    }
    .h-lg-100px,.size-lg-100px {
        height: 100px;
    }
    .h-lg-110px,.size-lg-110px {
        height: 110px;
    }
    .h-lg-120px,.size-lg-120px {
        height: 120px;
    }
    .h-lg-130px,.size-lg-130px {
        height: 130px;
    }
    .h-lg-140px,.size-lg-140px {
        height: 140px;
    }
    .h-lg-150px,.size-lg-150px {
        height: 150px;
    }
    .h-lg-160px,.size-lg-160px {
        height: 160px;
    }
    .h-lg-170px,.size-lg-170px {
        height: 170px;
    }
    .h-lg-180px,.size-lg-180px {
        height: 180px;
    }
    .h-lg-190px,.size-lg-190px {
        height: 190px;
    }
    .h-lg-200px,.size-lg-200px {
        height: 200px;
    }
    .h-lg-210px,.size-lg-210px {
        height: 210px;
    }
    .h-lg-220px,.size-lg-220px {
        height: 220px;
    }
    .h-lg-230px,.size-lg-230px {
        height: 230px;
    }
    .h-lg-240px,.size-lg-240px {
        height: 240px;
    }
    .h-lg-250px,.size-lg-250px {
        height: 250px;
    }
    .h-lg-260px,.size-lg-260px {
        height: 260px;
    }
    .h-lg-270px,.size-lg-270px {
        height: 270px;
    }
    .h-lg-280px,.size-lg-280px {
        height: 280px;
    }
    .h-lg-290px,.size-lg-290px {
        height: 290px;
    }
    .h-lg-300px,.size-lg-300px {
        height: 300px;
    }
    .h-lg-310px,.size-lg-310px {
        height: 310px;
    }
    .h-lg-320px,.size-lg-320px {
        height: 320px;
    }
    .h-lg-330px,.size-lg-330px {
        height: 330px;
    }
    .h-lg-340px,.size-lg-340px {
        height: 340px;
    }
    .h-lg-350px,.size-lg-350px {
        height: 350px;
    }
    .h-lg-360px,.size-lg-360px {
        height: 360px;
    }
    .h-lg-370px,.size-lg-370px {
        height: 370px;
    }
    .h-lg-380px,.size-lg-380px {
        height: 380px;
    }
    .h-lg-390px,.size-lg-390px {
        height: 390px;
    }
    .h-lg-400px,.size-lg-400px {
        height: 400px;
    }
    .h-lg-410px,.size-lg-410px {
        height: 410px;
    }
    .h-lg-420px,.size-lg-420px {
        height: 420px;
    }
    .h-lg-450px,.size-lg-450px {
        height: 450px;
    }
    .h-lg-500px,.size-lg-500px {
        height: 500px;
    }
    .lg-no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .lg-no-gutters>.col,.lg-no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .lg-gutters-5 {
        margin-right: -5px;
        margin-left: -5px;
    }
    .lg-gutters-5>.col,.lg-gutters-5>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .lg-gutters-10 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lg-gutters-10>.col,.lg-gutters-10>[class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }
    .lg-gutters-15 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .lg-gutters-15>.col,.lg-gutters-15>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .lg-gutters-20 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .lg-gutters-20>.col,.lg-gutters-20>[class*=col-] {
        padding-right: 20px;
        padding-left: 20px;
    }
    .lg-gutters-25 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lg-gutters-25>.col,.lg-gutters-25>[class*=col-] {
        padding-right: 25px;
        padding-left: 25px;
    }
    .lg-gutters-30 {
        margin-right: -30px;
        margin-left: -30px;
    }
    .lg-gutters-30>.col,.lg-gutters-30>[class*=col-] {
        padding-right: 30px;
        padding-left: 30px;
    }
    .flex-grow-lg-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important;
    }
    .flex-grow-lg-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
    }
    [dir="rtl"] .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="rtl"] .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="rtl"] .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    [dir="rtl"] .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="rtl"] .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    [dir="rtl"] .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
@media (min-width:1200px) {
    .border-xl {
        border: 1px solid #e2e5ec!important;
    }
    .border-xl-top {
        border-top: 1px solid #e2e5ec!important;
    }
    .border-xl-right {
        border-right: 1px solid #e2e5ec!important;
    }
    .border-xl-bottom {
        border-bottom: 1px solid #e2e5ec!important;
    }
    .border-xl-left {
        border-left: 1px solid #e2e5ec!important;
    }
    .border-xl-0 {
        border: 0!important;
    }
    .border-xl-top-0 {
        border-top: 0!important;
    }
    .border-xl-right-0 {
        border-right: 0!important;
    }
    .border-xl-bottom-0 {
        border-bottom: 0!important;
    }
    .border-xl-left-0 {
        border-left: 0!important;
    }
    .w-xl-25 {
        width: 25%!important;
    }
    .w-xl-50 {
        width: 50%!important;
    }
    .w-xl-75 {
        width: 75%!important;
    }
    .w-xl-100 {
        width: 100%!important;
    }
    .w-xl-auto {
        width: auto!important;
    }
    .p-xl-6,.pl-xl-6,.px-xl-6 {
        padding-left: 4rem;
    }
    .p-xl-7,.pl-xl-7,.px-xl-7 {
        padding-left: 5rem;
    }
    .p-xl-8,.pl-xl-8,.px-xl-8 {
        padding-left: 6rem;
    }
    .p-xl-9,.pl-xl-9,.px-xl-9 {
        padding-left: 8rem;
    }
    .p-xl-10,.pl-xl-10,.px-xl-10 {
        padding-left: 10rem;
    }
    .p-xl-11,.pl-xl-11,.px-xl-11 {
        padding-left: 12rem;
    }
    .p-xl-12,.pl-xl-12,.px-xl-12 {
        padding-left: 16rem;
    }
    .p-xl-6,.pr-xl-6,.px-xl-6 {
        padding-right: 4rem;
    }
    .p-xl-7,.pr-xl-7,.px-xl-7 {
        padding-right: 5rem;
    }
    .p-xl-8,.pr-xl-8,.px-xl-8 {
        padding-right: 6rem;
    }
    .p-xl-9,.pr-xl-9,.px-xl-9 {
        padding-right: 8rem;
    }
    .p-xl-10,.pr-xl-10,.px-xl-10 {
        padding-right: 10rem;
    }
    .p-xl-11,.pr-xl-11,.px-xl-11 {
        padding-right: 12rem;
    }
    .p-xl-12,.pr-xl-12,.px-xl-12 {
        padding-right: 16rem;
    }
    .p-xl-6,.pt-xl-6,.py-xl-6 {
        padding-top: 4rem;
    }
    .p-xl-7,.pt-xl-7,.py-xl-7 {
        padding-top: 5rem;
    }
    .p-xl-8,.pt-xl-8,.py-xl-8 {
        padding-top: 6rem;
    }
    .p-xl-9,.pt-xl-9,.py-xl-9 {
        padding-top: 8rem;
    }
    .p-xl-10,.pt-xl-10,.py-xl-10 {
        padding-top: 10rem;
    }
    .p-xl-11,.pt-xl-11,.py-xl-11 {
        padding-top: 12rem;
    }
    .p-xl-12,.pt-xl-12,.py-xl-12 {
        padding-top: 16rem;
    }
    .p-xl-6,.pb-xl-6,.py-xl-6 {
        padding-bottom: 4rem;
    }
    .p-xl-7,.pb-xl-7,.py-xl-7 {
        padding-bottom: 5rem;
    }
    .p-xl-8,.pb-xl-8,.py-xl-8 {
        padding-bottom: 6rem;
    }
    .p-xl-9,.pb-xl-9,.py-xl-9 {
        padding-bottom: 8rem;
    }
    .p-xl-10,.pb-xl-10,.py-xl-10 {
        padding-bottom: 10rem;
    }
    .p-xl-11,.pb-xl-11,.py-xl-11 {
        padding-bottom: 12rem;
    }
    .p-xl-12,.pb-xl-12,.py-xl-12 {
        padding-bottom: 16rem;
    }
    .p-xl-5px,.pl-xl-5px,.px-xl-5px {
        padding-left: 5px;
    }
    .p-xl-10px,.pl-xl-10px,.px-xl-10px {
        padding-left: 10px;
    }
    .p-xl-15px,.pl-xl-15px,.px-xl-15px {
        padding-left: 15px;
    }
    .p-xl-20px,.pl-xl-20px,.px-xl-20px {
        padding-left: 20px;
    }
    .p-xl-25px,.pl-xl-25px,.px-xl-25px {
        padding-left: 25px;
    }
    .p-xl-30px,.pl-xl-30px,.px-xl-30px {
        padding-left: 30px;
    }
    .p-xl-5px,.pr-xl-5px,.px-xl-5px {
        padding-right: 5px;
    }
    .p-xl-10px,.pr-xl-10px,.px-xl-10px {
        padding-right: 10px;
    }
    .p-xl-15px,.pr-xl-15px,.px-xl-15px {
        padding-right: 15px;
    }
    .p-xl-20px,.pr-xl-20px,.px-xl-20px {
        padding-right: 20px;
    }
    .p-xl-25px,.pr-xl-25px,.px-xl-25px {
        padding-right: 25px;
    }
    .p-xl-30px,.pr-xl-30px,.px-xl-30px {
        padding-right: 30px;
    }
    .p-xl-5px,.pt-xl-5px,.py-xl-5px {
        padding-top: 5px;
    }
    .p-xl-10px,.pt-xl-10px,.py-xl-10px {
        padding-top: 10px;
    }
    .p-xl-15px,.pt-xl-15px,.py-xl-15px {
        padding-top: 15px;
    }
    .p-xl-20px,.pt-xl-20px,.py-xl-20px {
        padding-top: 20px;
    }
    .p-xl-25px,.pt-xl-25px,.py-xl-25px {
        padding-top: 25px;
    }
    .p-xl-30px,.pt-xl-30px,.py-xl-30px {
        padding-top: 30px;
    }
    .p-xl-5px,.pb-xl-5px,.py-xl-5px {
        padding-bottom: 5px;
    }
    .p-xl-10px,.pb-xl-10px,.py-xl-10px {
        padding-bottom: 10px;
    }
    .p-xl-15px,.pb-xl-15px,.py-xl-15px {
        padding-bottom: 15px;
    }
    .p-xl-20px,.pb-xl-20px,.py-xl-20px {
        padding-bottom: 20px;
    }
    .p-xl-25px,.pb-xl-25px,.py-xl-25px {
        padding-bottom: 25px;
    }
    .p-xl-30px,.pb-xl-30px,.py-xl-30px {
        padding-bottom: 30px;
    }
    .w-xl-auto {
        width: auto;
    }
    .size-xl-5px,.w-xl-5px {
        width: 5px;
    }
    .size-xl-10px,.w-xl-10px {
        width: 10px;
    }
    .size-xl-15px,.w-xl-15px {
        width: 15px;
    }
    .size-xl-20px,.w-xl-20px {
        width: 20px;
    }
    .size-xl-25px,.w-xl-25px {
        width: 25px;
    }
    .size-xl-30px,.w-xl-30px {
        width: 30px;
    }
    .size-xl-35px,.w-xl-35px {
        width: 35px;
    }
    .size-xl-40px,.w-xl-40px {
        width: 40px;
    }
    .size-xl-45px,.w-xl-45px {
        width: 45px;
    }
    .size-xl-50px,.w-xl-50px {
        width: 50px;
    }
    .size-xl-60px,.w-xl-60px {
        width: 60px;
    }
    .size-xl-70px,.w-xl-70px {
        width: 70px;
    }
    .size-xl-80px,.w-xl-80px {
        width: 80px;
    }
    .size-xl-90px,.w-xl-90px {
        width: 90px;
    }
    .size-xl-100px,.w-xl-100px {
        width: 100px;
    }
    .size-xl-110px,.w-xl-110px {
        width: 110px;
    }
    .size-xl-120px,.w-xl-120px {
        width: 120px;
    }
    .size-xl-130px,.w-xl-130px {
        width: 130px;
    }
    .size-xl-140px,.w-xl-140px {
        width: 140px;
    }
    .size-xl-150px,.w-xl-150px {
        width: 150px;
    }
    .size-xl-160px,.w-xl-160px {
        width: 160px;
    }
    .size-xl-170px,.w-xl-170px {
        width: 170px;
    }
    .size-xl-180px,.w-xl-180px {
        width: 180px;
    }
    .size-xl-190px,.w-xl-190px {
        width: 190px;
    }
    .size-xl-200px,.w-xl-200px {
        width: 200px;
    }
    .size-xl-210px,.w-xl-210px {
        width: 210px;
    }
    .size-xl-220px,.w-xl-220px {
        width: 220px;
    }
    .size-xl-230px,.w-xl-230px {
        width: 230px;
    }
    .size-xl-240px,.w-xl-240px {
        width: 240px;
    }
    .size-xl-250px,.w-xl-250px {
        width: 250px;
    }
    .size-xl-260px,.w-xl-260px {
        width: 260px;
    }
    .size-xl-270px,.w-xl-270px {
        width: 270px;
    }
    .size-xl-280px,.w-xl-280px {
        width: 280px;
    }
    .size-xl-290px,.w-xl-290px {
        width: 290px;
    }
    .size-xl-300px,.w-xl-300px {
        width: 300px;
    }
    .size-xl-310px,.w-xl-310px {
        width: 310px;
    }
    .size-xl-320px,.w-xl-320px {
        width: 320px;
    }
    .size-xl-330px,.w-xl-330px {
        width: 330px;
    }
    .size-xl-340px,.w-xl-340px {
        width: 340px;
    }
    .size-xl-350px,.w-xl-350px {
        width: 350px;
    }
    .size-xl-360px,.w-xl-360px {
        width: 360px;
    }
    .size-xl-370px,.w-xl-370px {
        width: 370px;
    }
    .size-xl-380px,.w-xl-380px {
        width: 380px;
    }
    .size-xl-390px,.w-xl-390px {
        width: 390px;
    }
    .size-xl-400px,.w-xl-400px {
        width: 400px;
    }
    .size-xl-410px,.w-xl-410px {
        width: 410px;
    }
    .size-xl-420px,.w-xl-420px {
        width: 420px;
    }
    .size-xl-450px,.w-xl-450px {
        width: 450px;
    }
    .size-xl-500px,.w-xl-500px {
        width: 500px;
    }
    .h-xl-auto {
        height: auto;
    }
    .h-xl-5px,.size-xl-5px {
        height: 5px;
    }
    .h-xl-10px,.size-xl-10px {
        height: 10px;
    }
    .h-xl-15px,.size-xl-15px {
        height: 15px;
    }
    .h-xl-20px,.size-xl-20px {
        height: 20px;
    }
    .h-xl-25px,.size-xl-25px {
        height: 25px;
    }
    .h-xl-30px,.size-xl-30px {
        height: 30px;
    }
    .h-xl-35px,.size-xl-35px {
        height: 35px;
    }
    .h-xl-40px,.size-xl-40px {
        height: 40px;
    }
    .h-xl-45px,.size-xl-45px {
        height: 45px;
    }
    .h-xl-50px,.size-xl-50px {
        height: 50px;
    }
    .h-xl-60px,.size-xl-60px {
        height: 60px;
    }
    .h-xl-70px,.size-xl-70px {
        height: 70px;
    }
    .h-xl-80px,.size-xl-80px {
        height: 80px;
    }
    .h-xl-90px,.size-xl-90px {
        height: 90px;
    }
    .h-xl-100px,.size-xl-100px {
        height: 100px;
    }
    .h-xl-110px,.size-xl-110px {
        height: 110px;
    }
    .h-xl-120px,.size-xl-120px {
        height: 120px;
    }
    .h-xl-130px,.size-xl-130px {
        height: 130px;
    }
    .h-xl-140px,.size-xl-140px {
        height: 140px;
    }
    .h-xl-150px,.size-xl-150px {
        height: 150px;
    }
    .h-xl-160px,.size-xl-160px {
        height: 160px;
    }
    .h-xl-170px,.size-xl-170px {
        height: 170px;
    }
    .h-xl-180px,.size-xl-180px {
        height: 180px;
    }
    .h-xl-190px,.size-xl-190px {
        height: 190px;
    }
    .h-xl-200px,.size-xl-200px {
        height: 200px;
    }
    .h-xl-210px,.size-xl-210px {
        height: 210px;
    }
    .h-xl-220px,.size-xl-220px {
        height: 220px;
    }
    .h-xl-230px,.size-xl-230px {
        height: 230px;
    }
    .h-xl-240px,.size-xl-240px {
        height: 240px;
    }
    .h-xl-250px,.size-xl-250px {
        height: 250px;
    }
    .h-xl-260px,.size-xl-260px {
        height: 260px;
    }
    .h-xl-270px,.size-xl-270px {
        height: 270px;
    }
    .h-xl-280px,.size-xl-280px {
        height: 280px;
    }
    .h-xl-290px,.size-xl-290px {
        height: 290px;
    }
    .h-xl-300px,.size-xl-300px {
        height: 300px;
    }
    .h-xl-310px,.size-xl-310px {
        height: 310px;
    }
    .h-xl-320px,.size-xl-320px {
        height: 320px;
    }
    .h-xl-330px,.size-xl-330px {
        height: 330px;
    }
    .h-xl-340px,.size-xl-340px {
        height: 340px;
    }
    .h-xl-350px,.size-xl-350px {
        height: 350px;
    }
    .h-xl-360px,.size-xl-360px {
        height: 360px;
    }
    .h-xl-370px,.size-xl-370px {
        height: 370px;
    }
    .h-xl-380px,.size-xl-380px {
        height: 380px;
    }
    .h-xl-390px,.size-xl-390px {
        height: 390px;
    }
    .h-xl-400px,.size-xl-400px {
        height: 400px;
    }
    .h-xl-410px,.size-xl-410px {
        height: 410px;
    }
    .h-xl-420px,.size-xl-420px {
        height: 420px;
    }
    .h-xl-450px,.size-xl-450px {
        height: 450px;
    }
    .h-xl-500px,.size-xl-500px {
        height: 500px;
    }
    .xl-no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .xl-no-gutters>.col,.xl-no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .xl-gutters-5 {
        margin-right: -5px;
        margin-left: -5px;
    }
    .xl-gutters-5>.col,.xl-gutters-5>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .xl-gutters-10 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .xl-gutters-10>.col,.xl-gutters-10>[class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }
    .xl-gutters-15 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .xl-gutters-15>.col,.xl-gutters-15>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .xl-gutters-20 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .xl-gutters-20>.col,.xl-gutters-20>[class*=col-] {
        padding-right: 20px;
        padding-left: 20px;
    }
    .xl-gutters-25 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .xl-gutters-25>.col,.xl-gutters-25>[class*=col-] {
        padding-right: 25px;
        padding-left: 25px;
    }
    .xl-gutters-30 {
        margin-right: -30px;
        margin-left: -30px;
    }
    .xl-gutters-30>.col,.xl-gutters-30>[class*=col-] {
        padding-right: 30px;
        padding-left: 30px;
    }
    .flex-grow-xl-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important;
    }
    .flex-grow-xl-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
    }
    [dir="rtl"] .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="rtl"] .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="rtl"] .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    [dir="rtl"] .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="rtl"] .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    [dir="rtl"] .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
@media (min-width:1500px) {
    .border-xxl {
        border: 1px solid #e2e5ec!important;
    }
    .border-xxl-top {
        border-top: 1px solid #e2e5ec!important;
    }
    .border-xxl-right {
        border-right: 1px solid #e2e5ec!important;
    }
    .border-xxl-bottom {
        border-bottom: 1px solid #e2e5ec!important;
    }
    .border-xxl-left {
        border-left: 1px solid #e2e5ec!important;
    }
    .border-xxl-0 {
        border: 0!important;
    }
    .border-xxl-top-0 {
        border-top: 0!important;
    }
    .border-xxl-right-0 {
        border-right: 0!important;
    }
    .border-xxl-bottom-0 {
        border-bottom: 0!important;
    }
    .border-xxl-left-0 {
        border-left: 0!important;
    }
    .w-xxl-25 {
        width: 25%!important;
    }
    .w-xxl-50 {
        width: 50%!important;
    }
    .w-xxl-75 {
        width: 75%!important;
    }
    .w-xxl-100 {
        width: 100%!important;
    }
    .w-xxl-auto {
        width: auto!important;
    }
    .container {
        max-width: 1400px;
    }
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xxl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xxl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xxl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xxl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xxl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xxl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.666667%;
    }
    .p-xxl-6,.pl-xxl-6,.px-xxl-6 {
        padding-left: 4rem;
    }
    .p-xxl-7,.pl-xxl-7,.px-xxl-7 {
        padding-left: 5rem;
    }
    .p-xxl-8,.pl-xxl-8,.px-xxl-8 {
        padding-left: 6rem;
    }
    .p-xxl-9,.pl-xxl-9,.px-xxl-9 {
        padding-left: 8rem;
    }
    .p-xxl-10,.pl-xxl-10,.px-xxl-10 {
        padding-left: 10rem;
    }
    .p-xxl-11,.pl-xxl-11,.px-xxl-11 {
        padding-left: 12rem;
    }
    .p-xxl-12,.pl-xxl-12,.px-xxl-12 {
        padding-left: 16rem;
    }
    .p-xxl-6,.pr-xxl-6,.px-xxl-6 {
        padding-right: 4rem;
    }
    .p-xxl-7,.pr-xxl-7,.px-xxl-7 {
        padding-right: 5rem;
    }
    .p-xxl-8,.pr-xxl-8,.px-xxl-8 {
        padding-right: 6rem;
    }
    .p-xxl-9,.pr-xxl-9,.px-xxl-9 {
        padding-right: 8rem;
    }
    .p-xxl-10,.pr-xxl-10,.px-xxl-10 {
        padding-right: 10rem;
    }
    .p-xxl-11,.pr-xxl-11,.px-xxl-11 {
        padding-right: 12rem;
    }
    .p-xxl-12,.pr-xxl-12,.px-xxl-12 {
        padding-right: 16rem;
    }
    .p-xxl-6,.pt-xxl-6,.py-xxl-6 {
        padding-top: 4rem;
    }
    .p-xxl-7,.pt-xxl-7,.py-xxl-7 {
        padding-top: 5rem;
    }
    .p-xxl-8,.pt-xxl-8,.py-xxl-8 {
        padding-top: 6rem;
    }
    .p-xxl-9,.pt-xxl-9,.py-xxl-9 {
        padding-top: 8rem;
    }
    .p-xxl-10,.pt-xxl-10,.py-xxl-10 {
        padding-top: 10rem;
    }
    .p-xxl-11,.pt-xxl-11,.py-xxl-11 {
        padding-top: 12rem;
    }
    .p-xxl-12,.pt-xxl-12,.py-xxl-12 {
        padding-top: 16rem;
    }
    .p-xxl-6,.pb-xxl-6,.py-xxl-6 {
        padding-bottom: 4rem;
    }
    .p-xxl-7,.pb-xxl-7,.py-xxl-7 {
        padding-bottom: 5rem;
    }
    .p-xxl-8,.pb-xxl-8,.py-xxl-8 {
        padding-bottom: 6rem;
    }
    .p-xxl-9,.pb-xxl-9,.py-xxl-9 {
        padding-bottom: 8rem;
    }
    .p-xxl-10,.pb-xxl-10,.py-xxl-10 {
        padding-bottom: 10rem;
    }
    .p-xxl-11,.pb-xxl-11,.py-xxl-11 {
        padding-bottom: 12rem;
    }
    .p-xxl-12,.pb-xxl-12,.py-xxl-12 {
        padding-bottom: 16rem;
    }
    .p-xxl-5px,.pl-xxl-5px,.px-xxl-5px {
        padding-left: 5px;
    }
    .p-xxl-10px,.pl-xxl-10px,.px-xxl-10px {
        padding-left: 10px;
    }
    .p-xxl-15px,.pl-xxl-15px,.px-xxl-15px {
        padding-left: 15px;
    }
    .p-xxl-20px,.pl-xxl-20px,.px-xxl-20px {
        padding-left: 20px;
    }
    .p-xxl-25px,.pl-xxl-25px,.px-xxl-25px {
        padding-left: 25px;
    }
    .p-xxl-30px,.pl-xxl-30px,.px-xxl-30px {
        padding-left: 30px;
    }
    .p-xxl-5px,.pr-xxl-5px,.px-xxl-5px {
        padding-right: 5px;
    }
    .p-xxl-10px,.pr-xxl-10px,.px-xxl-10px {
        padding-right: 10px;
    }
    .p-xxl-15px,.pr-xxl-15px,.px-xxl-15px {
        padding-right: 15px;
    }
    .p-xxl-20px,.pr-xxl-20px,.px-xxl-20px {
        padding-right: 20px;
    }
    .p-xxl-25px,.pr-xxl-25px,.px-xxl-25px {
        padding-right: 25px;
    }
    .p-xxl-30px,.pr-xxl-30px,.px-xxl-30px {
        padding-right: 30px;
    }
    .p-xxl-5px,.pt-xxl-5px,.py-xxl-5px {
        padding-top: 5px;
    }
    .p-xxl-10px,.pt-xxl-10px,.py-xxl-10px {
        padding-top: 10px;
    }
    .p-xxl-15px,.pt-xxl-15px,.py-xxl-15px {
        padding-top: 15px;
    }
    .p-xxl-20px,.pt-xxl-20px,.py-xxl-20px {
        padding-top: 20px;
    }
    .p-xxl-25px,.pt-xxl-25px,.py-xxl-25px {
        padding-top: 25px;
    }
    .p-xxl-30px,.pt-xxl-30px,.py-xxl-30px {
        padding-top: 30px;
    }
    .p-xxl-5px,.pb-xxl-5px,.py-xxl-5px {
        padding-bottom: 5px;
    }
    .p-xxl-10px,.pb-xxl-10px,.py-xxl-10px {
        padding-bottom: 10px;
    }
    .p-xxl-15px,.pb-xxl-15px,.py-xxl-15px {
        padding-bottom: 15px;
    }
    .p-xxl-20px,.pb-xxl-20px,.py-xxl-20px {
        padding-bottom: 20px;
    }
    .p-xxl-25px,.pb-xxl-25px,.py-xxl-25px {
        padding-bottom: 25px;
    }
    .p-xxl-30px,.pb-xxl-30px,.py-xxl-30px {
        padding-bottom: 30px;
    }
    .w-xxl-auto {
        width: auto;
    }
    .size-xxl-5px,.w-xxl-5px {
        width: 5px;
    }
    .size-xxl-10px,.w-xxl-10px {
        width: 10px;
    }
    .size-xxl-15px,.w-xxl-15px {
        width: 15px;
    }
    .size-xxl-20px,.w-xxl-20px {
        width: 20px;
    }
    .size-xxl-25px,.w-xxl-25px {
        width: 25px;
    }
    .size-xxl-30px,.w-xxl-30px {
        width: 30px;
    }
    .size-xxl-35px,.w-xxl-35px {
        width: 35px;
    }
    .size-xxl-40px,.w-xxl-40px {
        width: 40px;
    }
    .size-xxl-45px,.w-xxl-45px {
        width: 45px;
    }
    .size-xxl-50px,.w-xxl-50px {
        width: 50px;
    }
    .size-xxl-60px,.w-xxl-60px {
        width: 60px;
    }
    .size-xxl-70px,.w-xxl-70px {
        width: 70px;
    }
    .size-xxl-80px,.w-xxl-80px {
        width: 80px;
    }
    .size-xxl-90px,.w-xxl-90px {
        width: 90px;
    }
    .size-xxl-100px,.w-xxl-100px {
        width: 100px;
    }
    .size-xxl-110px,.w-xxl-110px {
        width: 110px;
    }
    .size-xxl-120px,.w-xxl-120px {
        width: 120px;
    }
    .size-xxl-130px,.w-xxl-130px {
        width: 130px;
    }
    .size-xxl-140px,.w-xxl-140px {
        width: 140px;
    }
    .size-xxl-150px,.w-xxl-150px {
        width: 150px;
    }
    .size-xxl-160px,.w-xxl-160px {
        width: 160px;
    }
    .size-xxl-170px,.w-xxl-170px {
        width: 170px;
    }
    .size-xxl-180px,.w-xxl-180px {
        width: 180px;
    }
    .size-xxl-190px,.w-xxl-190px {
        width: 190px;
    }
    .size-xxl-200px,.w-xxl-200px {
        width: 200px;
    }
    .size-xxl-210px,.w-xxl-210px {
        width: 210px;
    }
    .size-xxl-220px,.w-xxl-220px {
        width: 220px;
    }
    .size-xxl-230px,.w-xxl-230px {
        width: 230px;
    }
    .size-xxl-240px,.w-xxl-240px {
        width: 240px;
    }
    .size-xxl-250px,.w-xxl-250px {
        width: 250px;
    }
    .size-xxl-260px,.w-xxl-260px {
        width: 260px;
    }
    .size-xxl-270px,.w-xxl-270px {
        width: 270px;
    }
    .size-xxl-280px,.w-xxl-280px {
        width: 280px;
    }
    .size-xxl-290px,.w-xxl-290px {
        width: 290px;
    }
    .size-xxl-300px,.w-xxl-300px {
        width: 300px;
    }
    .size-xxl-310px,.w-xxl-310px {
        width: 310px;
    }
    .size-xxl-320px,.w-xxl-320px {
        width: 320px;
    }
    .size-xxl-330px,.w-xxl-330px {
        width: 330px;
    }
    .size-xxl-340px,.w-xxl-340px {
        width: 340px;
    }
    .size-xxl-350px,.w-xxl-350px {
        width: 350px;
    }
    .size-xxl-360px,.w-xxl-360px {
        width: 360px;
    }
    .size-xxl-370px,.w-xxl-370px {
        width: 370px;
    }
    .size-xxl-380px,.w-xxl-380px {
        width: 380px;
    }
    .size-xxl-390px,.w-xxl-390px {
        width: 390px;
    }
    .size-xxl-400px,.w-xxl-400px {
        width: 400px;
    }
    .size-xxl-410px,.w-xxl-410px {
        width: 410px;
    }
    .size-xxl-420px,.w-xxl-420px {
        width: 420px;
    }
    .size-xxl-450px,.w-xxl-450px {
        width: 450px;
    }
    .size-xxl-500px,.w-xxl-500px {
        width: 500px;
    }
    .h-xxl-auto {
        height: auto;
    }
    .h-xxl-5px,.size-xxl-5px {
        height: 5px;
    }
    .h-xxl-10px,.size-xxl-10px {
        height: 10px;
    }
    .h-xxl-15px,.size-xxl-15px {
        height: 15px;
    }
    .h-xxl-20px,.size-xxl-20px {
        height: 20px;
    }
    .h-xxl-25px,.size-xxl-25px {
        height: 25px;
    }
    .h-xxl-30px,.size-xxl-30px {
        height: 30px;
    }
    .h-xxl-35px,.size-xxl-35px {
        height: 35px;
    }
    .h-xxl-40px,.size-xxl-40px {
        height: 40px;
    }
    .h-xxl-45px,.size-xxl-45px {
        height: 45px;
    }
    .h-xxl-50px,.size-xxl-50px {
        height: 50px;
    }
    .h-xxl-60px,.size-xxl-60px {
        height: 60px;
    }
    .h-xxl-70px,.size-xxl-70px {
        height: 70px;
    }
    .h-xxl-80px,.size-xxl-80px {
        height: 80px;
    }
    .h-xxl-90px,.size-xxl-90px {
        height: 90px;
    }
    .h-xxl-100px,.size-xxl-100px {
        height: 100px;
    }
    .h-xxl-110px,.size-xxl-110px {
        height: 110px;
    }
    .h-xxl-120px,.size-xxl-120px {
        height: 120px;
    }
    .h-xxl-130px,.size-xxl-130px {
        height: 130px;
    }
    .h-xxl-140px,.size-xxl-140px {
        height: 140px;
    }
    .h-xxl-150px,.size-xxl-150px {
        height: 150px;
    }
    .h-xxl-160px,.size-xxl-160px {
        height: 160px;
    }
    .h-xxl-170px,.size-xxl-170px {
        height: 170px;
    }
    .h-xxl-180px,.size-xxl-180px {
        height: 180px;
    }
    .h-xxl-190px,.size-xxl-190px {
        height: 190px;
    }
    .h-xxl-200px,.size-xxl-200px {
        height: 200px;
    }
    .h-xxl-210px,.size-xxl-210px {
        height: 210px;
    }
    .h-xxl-220px,.size-xxl-220px {
        height: 220px;
    }
    .h-xxl-230px,.size-xxl-230px {
        height: 230px;
    }
    .h-xxl-240px,.size-xxl-240px {
        height: 240px;
    }
    .h-xxl-250px,.size-xxl-250px {
        height: 250px;
    }
    .h-xxl-260px,.size-xxl-260px {
        height: 260px;
    }
    .h-xxl-270px,.size-xxl-270px {
        height: 270px;
    }
    .h-xxl-280px,.size-xxl-280px {
        height: 280px;
    }
    .h-xxl-290px,.size-xxl-290px {
        height: 290px;
    }
    .h-xxl-300px,.size-xxl-300px {
        height: 300px;
    }
    .h-xxl-310px,.size-xxl-310px {
        height: 310px;
    }
    .h-xxl-320px,.size-xxl-320px {
        height: 320px;
    }
    .h-xxl-330px,.size-xxl-330px {
        height: 330px;
    }
    .h-xxl-340px,.size-xxl-340px {
        height: 340px;
    }
    .h-xxl-350px,.size-xxl-350px {
        height: 350px;
    }
    .h-xxl-360px,.size-xxl-360px {
        height: 360px;
    }
    .h-xxl-370px,.size-xxl-370px {
        height: 370px;
    }
    .h-xxl-380px,.size-xxl-380px {
        height: 380px;
    }
    .h-xxl-390px,.size-xxl-390px {
        height: 390px;
    }
    .h-xxl-400px,.size-xxl-400px {
        height: 400px;
    }
    .h-xxl-410px,.size-xxl-410px {
        height: 410px;
    }
    .h-xxl-420px,.size-xxl-420px {
        height: 420px;
    }
    .h-xxl-450px,.size-xxl-450px {
        height: 450px;
    }
    .h-xxl-500px,.size-xxl-500px {
        height: 500px;
    }
    .xxl-no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .xxl-no-gutters>.col,.xxl-no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
    .xxl-gutters-5 {
        margin-right: -5px;
        margin-left: -5px;
    }
    .xxl-gutters-5>.col,.xxl-gutters-5>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .xxl-gutters-10 {
        margin-right: -10px;
        margin-left: -10px;
    }
    .xxl-gutters-10>.col,.xxl-gutters-10>[class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }
    .xxl-gutters-15 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .xxl-gutters-15>.col,.xxl-gutters-15>[class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .xxl-gutters-20 {
        margin-right: -20px;
        margin-left: -20px;
    }
    .xxl-gutters-20>.col,.xxl-gutters-20>[class*=col-] {
        padding-right: 20px;
        padding-left: 20px;
    }
    .xxl-gutters-25 {
        margin-right: -25px;
        margin-left: -25px;
    }
    .xxl-gutters-25>.col,.xxl-gutters-25>[class*=col-] {
        padding-right: 25px;
        padding-left: 25px;
    }
    .xxl-gutters-30 {
        margin-right: -30px;
        margin-left: -30px;
    }
    .xxl-gutters-30>.col,.xxl-gutters-30>[class*=col-] {
        padding-right: 30px;
        padding-left: 30px;
    }
    [dir="rtl"] .row-cols-xxl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    [dir="rtl"] .row-cols-xxl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    [dir="rtl"] .row-cols-xxl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    [dir="rtl"] .row-cols-xxl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    [dir="rtl"] .row-cols-xxl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    [dir="rtl"] .row-cols-xxl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .flex-grow-xxl-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important;
    }
    .flex-grow-xxl-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important;
    }
}
body {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1b28;
    background-color: var(--website-back-color);
    background: var(--website-back-image) repeat 50% 0;
    max-width: 100vw;
    overflow-x: hidden;
}
.btn,.has-transition,a,button,input,textarea {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a {
    color: var(--primary);
}
a:hover {
    text-decoration: none;
}
.custom-file-input:focus~.custom-file-label,.page-link:focus,:focus,a:focus,button:focus {
    box-shadow: none;
    outline: 0;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.nova-mobile-toggler {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: 0 0;
    outline: 0!important;
    width: 24px;
    height: 24px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.nova-mobile-toggler span {
    display: block;
    position: absolute;
    top: 11px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #484f66;
}
.nova-mobile-toggler span:after,.nova-mobile-toggler span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #484f66;
}
.nova-mobile-toggler.light span,.nova-mobile-toggler.light span:after,.nova-mobile-toggler.light span:before {
    background: #fff;
}
.nova-mobile-toggler span:before {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    left: auto;
    left: 0;
    width: 50%;
    top: -8px;
}
.nova-mobile-toggler span:after {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    left: auto;
    left: 0;
    width: 75%;
    bottom: -9px;
}
[dir="rtl"] .nova-mobile-toggler span,[dir="rtl"] .nova-mobile-toggler span:after,[dir="rtl"] .nova-mobile-toggler span:before {
    left: auto;
    right: 0;
}
.nova-main-wrapper {
    min-height: 100vh;
    max-width: 100vw;
}
.nova-titlebar .title,.nova-titlebar h1 {
    font-size: 1rem;
    font-weight: 500;
}
.nova-content-wrapper {
    padding-left: 0;
    padding-top: 5px;
    height: 100%;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.nova-main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (min-width:992px) {
    .nova-content-wrapper {
        padding-top: 5px;
    }
}
@media (min-width:1200px) {
    .nova-content-wrapper {
        padding-left: 265px;
    }
    [dir="rtl"] .nova-content-wrapper {
        padding-left: 0;
    }
    .side-menu-closed .nova-content-wrapper {
        padding-left: 0;
    }
    [dir="rtl"] .side-menu-closed .nova-content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
.nova-topbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 55px;
    left: 0;
    z-index: 97;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(121,121,162,.1);
    box-shadow: 0 10px 30px 0 rgba(121,121,162,.1);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.nova-topbar-logo-wrap img {
    height: 30px;
}
.nova-topbar-user,.nova-topbar-user:hover {
    color: var(--gray-dark);
}
.nova-topbar-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (min-width:992px) {
    .nova-topbar {
        height: 65px;
    }
}
@media (min-width:1200px) {
    .nova-topbar {
        width: calc(100% - 265px);
        left: 265px;
    }
    [dir="rtl"] .nova-topbar {
        left: auto;
        right: 265px;
    }
    .side-menu-closed .nova-topbar {
        left: 0;
        width: 100%;
    }
    [dir="rtl"] .side-menu-closed .nova-topbar {
        left: auto;
        right: 0;
        width: 100%;
    }
}
.nova-sidebar-overlay {
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 98;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s ease,opacity .3s ease;
    transition: visibility .3s ease,opacity .3s ease;
}
@media (max-width:1199.98px) {
    .side-menu-open .nova-sidebar-overlay {
        visibility: visible;
        opacity: 1;
    }
}
.nova-sidebar.left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -265px;
    height: 100vh;
    overflow-y: auto;
    z-index: 99;
    background-color: #141423;
    width: 265px;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
}
[dir="rtl"] .nova-sidebar.left {
    left: auto;
    right: -265px;
    -webkit-transition: right .3s ease;
    transition: right .3s ease;
}
.side-menu-open .nova-sidebar-wrap .left {
    left: 0;
}
[dir="rtl"] .side-menu-open .nova-sidebar-wrap .left {
    right: 0;
}
.nova-side-nav-logo-wrap a {
    padding: 17px 25px;
}
.nova-side-nav-logo-wrap img {
    height: 31px;
}
.nova-side-nav-logo-wrap {
    background-color: #1a1a27;
}
.nova-side-nav-wrap {
    padding: 15px 0;
}
.nova-side-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nova-side-nav-list .level-2:not(.mm-show):not(.mm-collapsing),.nova-side-nav-list .level-3:not(.mm-show):not(.mm-collapsing) {
    visibility: hidden;
    height: 0;
}
.nova-side-nav-list .nova-side-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 10px 25px;
    font-size: .875rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #a2a3b7;
    border-left: 3px solid transparent;
}
.nova-side-nav-list .nova-side-nav-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a7c9e;
    margin-right: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
[dir="rtl"] .nova-side-nav-list .nova-side-nav-icon {
    margin-right: 0;
    margin-left: 6px;
}
.nova-side-nav-list .nova-side-nav-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.nova-side-nav-list .nova-side-nav-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 80%;
}
.nova-side-nav-list .nova-side-nav-link:hover .nova-side-nav-icon {
    color: #9191a0;
}
.nova-side-nav-list .nova-side-nav-arrow::after {
    content: "\f105";
    font-family: "Line Awesome Free";
    font-weight: 900;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
[dir="rtl"] .nova-side-nav-list .nova-side-nav-arrow::after {
    content: "\f104";
}
.nova-side-nav-list [aria-expanded=true] .nova-side-nav-arrow::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
[dir="rtl"] .nova-side-nav-list [aria-expanded=true] .nova-side-nav-arrow::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.nova-side-nav-list .level-2 .nova-side-nav-link {
    padding: 10px 25px 10px 54px;
    position: relative;
    font-size: .8125rem;
}
[dir="rtl"] .nova-side-nav-list .level-2 .nova-side-nav-link {
    padding: 10px 54px 10px 25px;
}
.nova-side-nav-list .level-3 .nova-side-nav-link {
    padding-left: 68px;
}
.nova-side-nav-list .level-2 .nova-side-nav-link:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    border: 1px solid #575979;
    border-radius: 50%;
    top: calc(50% - 3px);
    left: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.nova-side-nav-list .level-3 .nova-side-nav-link:after {
    left: 54px;
}
[dir="rtl"] .nova-side-nav-list .level-2 .nova-side-nav-link:after {
    left: 0;
    right: 40px;
}
[dir="rtl"] .nova-side-nav-list .level-3 .nova-side-nav-link:after {
    right: 54px;
}
.nova-side-nav-list .nova-side-nav-link.active,.nova-side-nav-list .nova-side-nav-link.level-2-active,.nova-side-nav-list .nova-side-nav-link.level-3-active,.nova-side-nav-list .nova-side-nav-link:hover {
    color: #fff;
    background: linear-gradient(90deg,rgba(59,125,221,.1),rgba(59,125,221,.0875) 50%,transparent);
    border-left-color: #3b7ddd;
}
.nova-side-nav-list .level-2 .nova-side-nav-link.active:after,.nova-side-nav-list .level-2 .nova-side-nav-link:hover:after {
    background: #575979;
}
@media (min-width:1200px) {
    .nova-sidebar.left {
        left: 0;
    }
    [dir="rtl"] .nova-sidebar.left {
        left: auto;
        right: 0;
    }
    .side-menu-closed .nova-sidebar.left {
        left: -265px;
    }
    [dir="rtl"] .side-menu-closed .nova-sidebar.left {
        left: auto;
        right: -265px;
    }
}
.dropdown-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown-toggle::after {
    border: 0;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 80%;
    margin-left: .3rem;
}
.dropup .dropdown-toggle::after {
    border: 0;
    content: "\f106";
}
.dropdown-toggle.no-arrow::after {
    content: none;
}
.dropdown-menu {
    border-color: #e2e5ec;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    padding: .5rem 0;
    border-radius: 4px;
    max-width: 100%;
}
.dropdown-menu-animated {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: margin-top .3s,visibility .3s,opacity .3s;
    transition: margin-top .3s,visibility .3s,opacity .3s;
    margin-top: 20px!important;
}
.show.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0!important;
}
.dropdown-menu.dropdown-menu-xs {
    width: 160px;
    min-width: 160px;
}
.dropdown-menu.dropdown-menu-sm {
    width: 240px;
    min-width: 240px;
}
.dropdown-menu.dropdown-menu-md {
    width: 260px;
    min-width: 260px;
}
.dropdown-menu.dropdown-menu-lg {
    width: 320px;
    min-width: 320px;
}
.dropdown-menu.dropdown-menu-xl {
    width: 380px;
    min-width: 380px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #74788d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-item.active,.dropdown-item:active,.dropdown-item:hover {
    color: #fff!important;
    background-color: var(--primary);
}
.card {
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-color: #ebedf2;
}
.card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: transparent;
}
.card .card-body {
    padding: 20px 25px;
    border-radius: 4px;
}
.card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #ebedf2;
    background-color: transparent;
    padding: 12px 25px;
}
.card-bordered {
    border: 1px solid #ebedf2;
}
.nova-p-hov-icon a {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    margin-top: 5px;
    margin-right: 5px;
    color: #333;
    font-size: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1),0 3px 8px rgba(0,0,0,.12);
    transform: translateX(calc(100% + 7px));
    -webkit-transform: translateX(calc(100% + 7px));
}
[dir="rtl"] .nova-p-hov-icon a {
    transform: translateX(calc(-100% - 7px));
    -webkit-transform: translateX(calc(-100% - 7px));
    margin-left: 5px;
}
.nova-p-hov-icon a:hover {
    background: var(--primary);
    color: #fff;
}
.nova-p-hov-icon a:nth-child(2) {
    transition-delay: 50ms;
    -webkit-transition-delay: 50ms;
}
.nova-p-hov-icon a:nth-child(3) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}
.nova-card-box {
    overflow: hidden;
}
.nova-card-box:hover .nova-p-hov-icon a {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.nova-nav-tabs a.active {
    border-bottom: 2px solid var(--primary);
}
.nova-steps .icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    background: var(--secondary);
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.nova-steps>* {
    opacity: .4;
}
.nova-steps>:not(:first-of-type):before {
    position: absolute;
    width: calc(100% - 20px);
    height: 4px;
    background: var(--secondary);
    content: "";
    right: calc(50% + 20px);
    top: 18px;
    z-index: 0;
    opacity: .4;
}
[dir="rtl"] .nova-steps>:not(:first-of-type):before {
    left: calc(50% + 20px);
    right: auto;
}
.nova-steps .title {
    font-size: 15px;
    font-weight: 600;
}
.nova-steps .done .icon,.nova-steps .done:before {
    background: var(--primary)!important;
}
.nova-steps .active,.nova-steps .active:before,.nova-steps .done,.nova-steps .done:before {
    opacity: 1!important;
}
.nova-steps .active .icon {
    background: var(--success);
}
.nova-steps.arrow-divider>:not(:first-of-type) {
    position: relative;
}
.nova-steps.arrow-divider>:not(:first-of-type):before {
    position: absolute;
    content: "\f105";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 5px;
    left: -13px;
    font-size: 22px;
    opacity: .2!important;
    height: auto;
    width: auto;
    background-color: transparent!important;
}
[dir="rtl"] .nova-steps.arrow-divider>:not(:first-of-type):before {
    left: -5px;
    right: auto;
    content: "\f104";
}
.nova-count-down {
    display: flex;
    direction: ltr;
}
.nova-count-down .countdown-item {
    padding: 4px 6px;
    background: var(--primary);
    color: #fff;
    border-radius: 3px;
    margin: 0 3px;
}
.nova-count-down-lg .countdown-item {
    padding: 6px 10px;
    font-size: 16px;
}
.form-control {
    padding: .6rem 1rem;
    font-size: .875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #e2e5ec;
    color: #898b92;
}
.form-control-sm {
    height: calc(1.5rem + .8rem + 2px);
    padding: .4rem .7rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.form-control-lg {
    height: calc(1.5rem + 1.5rem + 2px);
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #898b92;
}
.form-control:-ms-input-placeholder {
    color: #898b92;
}
.form-control::placeholder {
    color: #898b92;
}
.form-control:disabled,.form-control[readonly] {
    background-color: #f7f8fa;
    opacity: 1;
    border-color: #e2e5ec;
}
.resize-off {
    resize: none;
}
.custom-file-input:focus~.custom-file-label {
    border-color: #e2e5ec;
}
.custom-file {
    height: calc(1.3125rem + 1.2rem + 2px);
    overflow: hidden;
}
.custom-file-input {
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute;
}
.custom-file-name {
    white-space: nowrap;
}
.custom-file-label,.custom-file-label::after {
    padding: .6rem 1rem;
    font-size: .875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #e2e5ec;
    color: #898b92;
}
.custom-file-label::after {
    height: calc(1.3125rem + 1.2rem);
}
.custom-file-sm {
    height: calc(1.5rem + .8rem + 2px);
}
.custom-file-sm .custom-file-label,.custom-file-sm .custom-file-label::after {
    height: calc(1.5rem + .8rem + 2px);
    padding: .4rem .7rem;
    font-size: .8125rem;
    line-height: 1.5;
}
.custom-file-sm .custom-file-label::after {
    height: calc(1.5rem + .8rem);
}
.custom-file-lg {
    height: calc(1.5rem + 1.5rem + 2px);
}
.custom-file-lg .custom-file-label,.custom-file-lg .custom-file-label::after {
    height: calc(1.5rem + 1.5rem + 2px);
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
}
.custom-file-lg .custom-file-label::after {
    height: calc(1.5rem + 1.5rem);
}
/*custom checkbox, radio*/
.nova-checkbox-list {
    padding: 0 0;
}
.nova-checkbox,
.nova-radio {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
[dir="rtl"] .nova-checkbox,
[dir="rtl"] .nova-radio {
    padding-right: 28px;
    padding-left: 0;
}
.nova-checkbox-list .nova-checkbox,
.nova-radio-list .nova-radio {
    display: block;
}
.nova-checkbox.nova-checkbox-disabled,
.nova-radio.nova-radio-disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
.nova-checkbox-inline .nova-checkbox,
.nova-radio-inline .nova-radio {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
.nova-checkbox-inline .nova-checkbox:last-child,
.nova-radio-inline .nova-radio:last-child {
    margin-right: 0;
}
.nova-checkbox > input,
.nova-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.nova-square-check,
.nova-rounded-check {
    background: 0 0;
    position: relative;
    height: 16px;
    width: 16px;
    border: 1px solid #d1d7e2;
}

.nova-checkbox .nova-square-check,
.nova-checkbox .nova-rounded-check,
.nova-radio .nova-square-check,
.nova-radio .nova-rounded-check {
    position: absolute;
    top: 2px;
    left: 0;
}
[dir="rtl"] .nova-checkbox .nova-square-check,
[dir="rtl"] .nova-checkbox .nova-rounded-check,
[dir="rtl"] .nova-radio .nova-square-check,
[dir="rtl"] .nova-radio .nova-rounded-check {
    left: auto;
    right: 0;
}
.nova-square-check {
    border-radius: 3px;
}
.nova-rounded-check {
    border-radius: 50%;
}
.nova-square-check:after,
.nova-rounded-check:after {
    content: "";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nova-square-check:after {
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid var(--primary);
}
.nova-rounded-check:after {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}
.nova-checkbox > input:checked ~ .nova-square-check:after,
.nova-radio > input:checked ~ .nova-square-check:after,
.nova-checkbox > input:checked ~ .nova-rounded-check:after,
.nova-radio > input:checked ~ .nova-rounded-check:after {
    visibility: visible;
    opacity: 1;
}
.nova-megabox {
    position: relative;
    cursor: pointer;
}
.nova-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.nova-megabox .nova-megabox-elem {
    border: 2px solid #e2e5ec;
    border-radius: .25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: .25rem;
}
.nova-megabox>input:checked~span .nova-rounded-check:after,.nova-megabox>input:checked~span .nova-square-check:after {
    visibility: visible;
    opacity: 1;
}
.nova-megabox>input:checked~.nova-megabox-elem {
    border-color: var(--primary);
}
.input-group>.input-group-prepend>.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    padding: .6rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #74788d;
    background-color: #f7f8fa;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
}
.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .8rem + 2px);
}
.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .4rem .7rem;
    font-size: .8125rem;
}
.nova-input-icon {
    position: relative;
}
.nova-input-icon.nova-input-icon--left .form-control {
    padding-left: 2.6rem;
}
.nova-input-icon.nova-input-icon--right .form-control {
    padding-right: 2.6rem;
}
.nova-input-icon>.nova-input-icon__icon {
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 2.6rem;
}
.nova-input-icon--left>.nova-input-icon__icon {
    left: 0;
}
.nova-input-icon--right>.nova-input-icon__icon {
    right: 0;
}
.nova-switch input:empty {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}
.nova-switch input:empty~span {
    display: inline-block;
    position: relative;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 24px;
    height: 21px;
    width: 40px;
    border-radius: 12px;
}
.nova-switch input:empty~span:after,.nova-switch input:empty~span:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: " ";
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    width: 40px;
    border-radius: 12px;
}
.nova-switch input:empty~span:before {
    background-color: #e8ebf1;
}
.nova-switch input:empty~span:after {
    height: 17px;
    width: 17px;
    line-height: 20px;
    top: 2px;
    bottom: 2px;
    margin-left: 2px;
    font-size: .8em;
    text-align: center;
    vertical-align: middle;
    color: #f8f9fb;
    background-color: #fff;
}
.nova-switch input:checked~span:after {
    background-color: var(--primary);
    margin-left: 20px;
}
.nova-switch-secondary input:checked~span:after {
    background-color: var(--secondary);
}
.nova-switch-success input:checked~span:after {
    background-color: var(--success);
}
.nova-switch-info input:checked~span:after {
    background-color: var(--info);
}
.nova-switch-warning input:checked~span:after {
    background-color: var(--warning);
}
.nova-switch-danger input:checked~span:after {
    background-color: var(--danger);
}
.nova-switch-light input:checked~span:after {
    background-color: var(--light);
}
.nova-switch-dark input:checked~span:after {
    background-color: var(--dark);
}
.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0!important;
}
.bootstrap-select .dropdown-toggle {
    color: #898b92;
    background-color: transparent!important;
    border-color: #e2e5ec;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .416rem .7rem;
    height: calc(1.5rem + .8rem + 2px);
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    height: calc(1.5rem + 1.5rem + 2px);
    padding: .75rem 1rem;
    font-size: 1rem;
}
.bootstrap-select .dropdown-toggle:active,.bootstrap-select .dropdown-toggle:focus,.show.bootstrap-select .dropdown-toggle {
    border-color: var(--primary)!important;
}
.bootstrap-select .dropdown-menu .selected span.check-mark {
    right: 12px;
    top: 11px;
}
.bootstrap-select .bs-ok-default:after {
    width: 6px;
    height: 12px;
    border-width: 0 2px 2px 0;
    border-color: #6f6f80;
}
.dropdown-item:hover .bs-ok-default:after {
    border-color: #fff;
}
.bootstrap-select .no-results {
    padding: 8px 10px;
    background: #f5f5f5;
    margin: 0 8px;
    border-radius: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.bootstrap-select .dropdown-menu .notify {
    width: calc(100% - 20px);
    margin: 0 10px;
    min-height: 26px;
    padding: 8px 12px;
    background: #f2f3f8;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.bootstrap-select .notify.fadeOut {
    -webkit-animation: bs-notify-fadeOut 2s linear .2s;
    -o-animation: bs-notify-fadeOut 2s linear .2s;
    animation: bs-notify-fadeOut 2s linear .2s;
}
.bootstrap-select .bs-actionsbox .btn-group button:first-child {
    border-right: 1px solid #fff;
}
.bootstrap-select .bs-actionsbox .btn-group button:last-child {
    border-left: 1px solid #fff;
}
.bootstrap-select .bs-actionsbox .btn-group button {
    padding: .6rem .5rem;
    line-height: 1;
}
.bootstrap-select .dropdown-menu li,.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bootstrap-select .dropdown-menu li a span.text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0;
    vertical-align: bottom;
}
[dir="rtl"] .bootstrap-select .dropdown-toggle .filter-option {
    float: right;
    text-align: right;
}
.nova-tag-input {
    height: auto;
    padding: .465rem 1rem .2rem;
}
.nova-tag-input .tagify__input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nova-tag-input .tagify__input:before {
    line-height: 1;
    position: static;
}
.nova-tag-input .tagify__input,.nova-tag-input .tagify__tag {
    margin: 0 5px 5px 0;
}
.nova-tag-input .tagify__tag__removeBtn {
    font: 12px Serif;
    line-height: 1.5;
}
.nova-tag-input .tagify__tag__removeBtn:hover+div>span {
    opacity: 1;
}
.note-editor .note-dropzone {
    opacity: 0!important;
}
.note-editor.note-frame {
    border: 1px solid #e2e5ec;
    box-shadow: none;
    background: #f7f8fa;
}
.note-editor.note-frame .panel-heading.note-toolbar {
    background: #f7f8fa;
}
.note-editor .card-header.note-toolbar {
    padding: 5px 10px 10px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    min-height: auto;
}
.note-editor.note-frame .note-statusbar {
    border-color: #e2e5ec;
    background-color: #f7f8fa;
}
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    border-color: #afafb9;
}
.note-toolbar .note-btn {
    border-color: #e2e5ec;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background-color: var(--primary);
    color: var(--white);
}
.note-editor .note-toolbar .dropdown-menu,.note-popover .popover-content .note-btn-group .note-table,.note-toolbar .note-btn-group .note-table {
    min-width: 190px;
}
.note-popover .popover-content .note-color-all .note-dropdown-menu,.note-toolbar .note-color-all .note-dropdown-menu {
    min-width: 340px;
}
.note-dropdown-menu .dropdown-item>* {
    padding: 0!important;
}
.note-dropdown-menu .dropdown-item h1 {
    font-size: 2rem;
}
.note-dropdown-menu .dropdown-item h2 {
    font-size: 1.75rem;
}
.note-dropdown-menu .dropdown-item h3 {
    font-size: 1.5rem;
}
.note-dropdown-menu .dropdown-item h4 {
    font-size: 1.25rem;
}
.note-dropdown-menu .dropdown-item h5 {
    font-size: 1rem;
}
.note-dropdown-menu .dropdown-item h6 {
    font-size: .875rem;
}
.note-modal .note-group-select-from-files {
    display: none!important;
}
@media(max-width:575px) {
    .note-video-clip {
        max-width: 100%;
        height: auto;
    }
}
.nova-editor-data img {
    max-width: 100%!important;
    height: auto!important;
}
.nova-pos-product-list {
    overflow-y: auto;
    max-height: calc(100vh - 490px);
    height: calc(100vh - 490px);
    overflow-x: hidden;
}
.nova-pos-cart-list {
    overflow-y: auto;
    max-height: calc(100vh - 490px);
    height: calc(100vh - 490px);
    overflow-x: hidden;
}
.uppy-Root *:focus {
    outline: none !important;
}
.uppy-DashboardContent-bar .uppy-DashboardContent-back,.uppy-size--md .uppy-DashboardItem-progressIndicator {
    visibility: hidden;
    opacity: 0;
}
.uppy-Dashboard-inner {
    width: 100%!important;
    height: 100%!important;
}
.uppy-Root {
    height: 100%!important;
}
.uppy-DashboardContent-addMore svg {
    margin-bottom: 0;
}
.card-file {
    padding: 8px;
    position: relative;
    border-color: #dfe0e4;
    transition: all .2s ease-in-out;
}
.card-file .card-body h6 {
    font-size: .8rem;
    margin-bottom: 0;
}
.card-file .card-body p {
    margin-bottom: 0;
    font-size: 9px;
    color: #8392a5;
}
.card-file .card-file-thumb {
    height: 120px;
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-file .card-body {
    padding: 10px 0 0;
}
.card-file .card-file-thumb i {
    font-size: 50px;
    color: #b3becc;
}
.nova-uploader-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.2);
}
[data-toggle=novauploader] {
    cursor: pointer;
}
.nova-uploader-all {
    margin-left: -10px;
    margin-right: -10px;
    overflow-y: auto;
    height: calc(100vh - 303px);
}
.uppy-Dashboard-files {
    max-height: calc(100vh - 363px);
}
.nova-file-box-wrap {
    padding: 0 10px;
    width: 50%;
    float: left;
}
.nova-file-box-wrap[aria-hidden=true] {
    display: none;
}
.nova-file-box {
    position: relative;
}
.nova-file-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.nova-file-box .dropdown-file {
    position: absolute;
    top: 6px;
    right: 9px;
    z-index: 1;
}
.nova-file-box .dropdown-file>a {
    color: #5a5a5a;
    font-size: 22px;
    background: #f5f6fa;
    cursor: pointer;
}
.nova-file-box .card-file {
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}
.nova-file-box .card-file .card-file-thumb {
    position: absolute;
    width: calc(100% - 16px);
    top: 8px;
    left: 8px;
    height: calc(100% - 55px);
}
.nova-file-box .card-file .card-body {
    position: absolute;
    width: calc(100% - 16px);
    bottom: 5px;
    left: 8px;
}
[data-selected=true] .nova-uploader-select {
    border: 1px solid #007bff;
    background: rgba(0,123,255,.05);
    border-radius: 12px;
}
.modal-adaptive {
    height: calc(100vh - 60px);
    margin: 30px auto!important;
}
.file-preview-item h6 {
    font-size: 13px;
    margin-bottom: 0;
}
.file-preview-item {
    padding: 8px;
    border: 1px solid #ebedf2;
    border-radius: .25rem;
}
.file-preview-item p {
    font-size: 10px;
    margin-bottom: 0;
    color: var(--secondary);
}
.file-preview-item .thumb {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 45px;
    width: 50px;
    text-align: center;
    background: #f1f2f4;
    font-size: 20px;
    color: #92969b;
    border-radius: .25rem;
    overflow: hidden;
}
.file-preview-item .remove {
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    max-width: 52px;
    width: 52px;
}
.file-preview-item .body {
    min-width: 0;
}
.file-preview.box a {
    color: inherit;
}
.file-preview.box:after {
    content: "";
    clear: both;
    display: table;
}
.file-preview.box .file-preview-item {
    width: 160px;
    float: left;
    margin-right: .5rem;
    padding: 0;
    display: block!important;
    position: relative;
}
.file-preview.box .thumb {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.file-preview.box.sm .file-preview-item {
    width: 100px;
}
.file-preview.box.sm .thumb {
    height: 52px;
}
.file-preview.box .body {
    padding: 0;
    padding: 8px 8px 2px;
}
.file-preview.box .remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: auto;
    max-width: 100%;
}
.file-preview.box .remove .btn {
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eaeaea;
}
@media (min-width:576px) {
    .modal-adaptive {
        max-width: 540px;
    }
    .nova-file-box-wrap {
        width: 33.3333%;
    }
}
@media (min-width:768px) {
    .modal-adaptive {
        max-width: 720px;
    }
    .nova-file-box-wrap {
        width: 25%;
    }
    .modal-md {
        max-width: 600px;
    }
}
@media (min-width:992px) {
    .modal-adaptive {
        max-width: 960px;
    }
    .nova-file-box-wrap {
        width: 20%;
    }
}
@media (min-width:1200px) {
    .modal-adaptive {
        max-width: 1140px;
    }
    .nova-file-box-wrap {
        width: 16.66666%;
    }
}
@media (min-width:1500px) {
    .modal-adaptive {
        max-width: 1400px;
    }
}
@media (max-width:767px) {
    .nova-uploader-search i {
        font-size: 23px;
        cursor: pointer;
        padding: 4px;
        margin-right: 5px;
        position: relative;
        z-index: 2;
        top: 3px;
    }
    .nova-uploader-search input {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .nova-uploader-search.open input {
        visibility: visible;
        opacity: 1;
    }
}
.search-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}
.search-icon:hover {
    color: transparent;
}
.search-icon::after,.search-icon::before {
    content: "";
    position: absolute;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.search-icon::before {
    top: 7px;
    left: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #686f7a;
}
.search-icon::after {
    height: 2px;
    width: 8px;
    background: #686f7a;
    bottom: 10px;
    right: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-icon span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.search-icon span::after,.search-icon span::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 18px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -8px;
    background: #686f7a;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -moz-transition: opacity .3s,-moz-transform .3s;
    transition: opacity .3s,transform .3s;
}
.search-icon span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-icon span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.open .search-icon::after,.open .search-icon::before {
    opacity: 0;
}
.open .search-icon span::after,.open .search-icon span::before {
    opacity: 1;
}
.open .search-icon span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open .search-icon span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s;
}
.daterangepicker {
    border-color: #e2e5ec;
    -webkit-box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    box-shadow: 0 0 50px 0 rgba(82,63,105,.15);
    font-family: inherit;
}
.daterangepicker:before {
    border-bottom-color: #e2e5ec;
}
.daterangepicker th {
    font-weight: 600;
}
.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span {
    border-width: 0 1px 1px 0;
    border-color: var(--dark);
}
.daterangepicker .calendar-table .next span {
    margin-left: -5px;
}
.daterangepicker .ranges li:hover,.daterangepicker td.available:hover,.daterangepicker th.available:hover {
    background-color: var(--light);
}
.daterangepicker .calendar-table td,.daterangepicker .calendar-table th {
    min-width: 30px;
    width: 30px;
    height: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.daterangepicker td.in-range {
    background-color: var(--soft-primary);
}
.daterangepicker .ranges li.active,.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: var(--primary);
}
.daterangepicker .drp-buttons .btn {
    font-weight: 500;
}
.daterangepicker select.monthselect,.daterangepicker select.yearselect {
    border-color: var(--light);
    padding: 3px;
}
.daterangepicker .calendar-time {
    padding-right: 8px;
    display: -ms-flexbox;
    display: flex;
}
.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect {
    background-color: transparent;
    border-color: var(--light);
}
.bootstrap-timepicker-widget.timepicker-orient-top {
    margin-top: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom {
    margin-top: -2px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
    border-bottom-color: #e2e5ec;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    border-top-color: #e2e5ec;
}
.bootstrap-timepicker-widget table td a:hover {
    background-color: var(--light);
    border-color: var(--light);
}
.bootstrap-timepicker-widget table td input {
    border: 0;
}
.btn.focus,.btn:focus:not(.btn-shadow) {
    box-shadow: none!important;
    outline: 0;
}
.btn {
    padding: .6rem 1.2rem;
    font-size: .875rem;
    color: #2a3242;
    font-weight: inherit;
}
.btn-shadow:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 4px 4px rgba(0,0,0,.05),0 8px 8px rgba(0,0,0,.05),0 16px 16px rgba(0,0,0,.05),0 32px 32px rgba(0,0,0,.05);
}
.btn-circle {
    border-radius: 50em;
}
.btn-icon {
    font-size: 1rem;
    line-height: 1.4;
    padding: .6rem;
    width: calc(2.5125rem + 2px);
    height: calc(2.5125rem + 2px);
}
.btn-xs {
    padding: .25rem .75rem;
    font-size: .75rem;
}
.btn-sm {
    padding: .416rem 1rem;
    font-size: .8125rem;
}
.btn-sm.btn-icon {
    padding: .416rem;
    width: calc(2.02rem + 2px);
    height: calc(2.02rem + 2px);
}
.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1rem;
}
.btn-lg.btn-icon {
    padding: .75rem;
    font-size: 1.2rem;
    width: calc(3rem + 2px);
    height: calc(3rem + 2px);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-primary.disabled,.btn-primary:active,.btn-primary:disabled,.btn-primary:focus,.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle,.show>.btn-primary.dropdown-toggle {
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
    color: var(--white)!important;
}
.btn-outline-primary:hover,.btn-primary,.btn-soft-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white)!important;
}
.btn-outline-secondary:hover,.btn-secondary,.btn-soft-secondary:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white)!important;
}
.btn-outline-success:hover,.btn-soft-success:hover,.btn-success {
    background-color: var(--success);
    border-color: var(--success);
    color: var(--white)!important;
}
.btn-danger,.btn-outline-danger:hover,.btn-soft-danger:hover {
    background-color: var(--danger);
    border-color: var(--danger);
    color: var(--white);
}
.btn-outline-warning:hover,.btn-soft-warning:hover,.btn-warning {
    background-color: var(--warning);
    border-color: var(--warning);
}
.btn-info,.btn-outline-info:hover,.btn-soft-info:hover {
    background-color: var(--info);
    border-color: var(--info);
    color: var(--white);
}
.btn-light,.btn-outline-light:hover {
    background-color: var(--light);
    border-color: var(--light);
}
.btn-dark,.btn-outline-dark:hover,.btn-soft-dark:hover {
    background-color: var(--dark);
    border-color: var(--dark);
    color: var(--white);
}
.btn-link {
    color: var(--primary);
}
.btn-link:hover {
    color: var(--hov-primary);
}
.btn-clean:hover {
    background-color: var(--light);
    border-color: var(--light);
}
.btn-soft-primary {
    background-color: var(--soft-primary);
    color: var(--primary);
}
.btn-soft-secondary {
    background-color: var(--soft-secondary);
    color: var(--dark);
}
.btn-soft-success {
    background-color: var(--soft-success);
    color: var(--success);
}
.btn-soft-danger {
    background-color: var(--soft-danger);
    color: var(--danger);
}
.btn-soft-warning {
    background-color: var(--soft-warning);
    color: var(--warning);
}
.btn-soft-info {
    background-color: var(--soft-info);
    color: var(--info);
}
.btn-soft-dark {
    background-color: var(--soft-dark);
    color: var(--dark);
}
.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}
.btn-outline-secondary {
    border-color: var(--secondary);
    color: var(--dark);
}
.btn-outline-success {
    border-color: var(--success);
    color: var(--success);
}
.btn-outline-danger {
    border-color: var(--danger);
    color: var(--danger);
}
.btn-outline-warning {
    border-color: var(--warning);
    color: var(--warning);
}
.btn-outline-info {
    border-color: var(--info);
    color: var(--info);
}
.btn-outline-light {
    border-color: var(--light);
    color: var(--dark);
}
.btn-outline-dark {
    border-color: var(--dark);
    color: var(--dark);
}
.nova-table {
    opacity: 0;
    height: 0;
}
div.footable-loader {
    height: 220px;
}
.nova-table.footable,.nova-table.footable-details {
    opacity: 1;
    height: auto;
}
div.footable-loader>span.fooicon {
    border: 4px solid #1e1e2d;
    border-right-color: transparent;
    border-radius: 50%;
}
div.footable-loader>span.fooicon:after,div.footable-loader>span.fooicon:before {
    content: none;
}
.nova-table thead th {
    border-top: 0;
    border-bottom: 1px solid #eceff7;
}
.nova-table th {
    font-weight: 600;
}
.nova-table td,.nova-table th {
    border-top: 1px solid #eceff7;
}
.nova-table td,.nova-table th {
    padding: 1rem .75rem;
}
.nova-table.table-bordered td,.nova-table.table-bordered th {
    border: 1px solid #eceff7;
}
.nova-table .footable-detail-row>td {
    padding: 0;
}
.nova-table .footable-toggle {
    height: 16px;
    width: 16px;
    line-height: 16px;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    opacity: 1;
    color: var(--primary);
    background-color: var(--soft-primary);
    margin-right: 10px;
}
.nova-table .footable-toggle.fooicon-minus {
    color: var(--white);
    background-color: var(--primary);
}
.nova-table.footable>tbody>tr.footable-empty>td {
    font-size: 20px;
    position: relative;
    padding-top: 100px;
}
.nova-table.footable>tbody>tr.footable-empty>td:before {
    content: "\f119";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 20px;
    font-size: 60px;
    opacity: .5;
    transform: translate(-50%, 0px);
}
.nova-table .footable-pagination-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.nova-table .footable-page-link,.nova-table .footable-page.disabled .footable-page-link {
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: .875rem;
    border-radius: 50%!important;
    color: var(--dark);
    display: inline-block;
}
.nova-table .footable-page {
    margin: 0 2px;
}
.nova-table .active .footable-page-link,.nova-table .footable-page-link:hover {
    background-color: var(--primary);
    color: #fff;
}

[dir="rtl"] .nova-notify {
  direction: rtl !important;
  text-align: right !important;
}

.nova-notify {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border-left: 4px solid;
    padding: 20px 18px; /* Increased vertical padding */
    max-width: 480px;
    min-height: 70px; /* Increased minimum height */
    width: auto !important;
    position: relative; /* For absolute positioning of close button */
}

/* RTL Support */
[dir="rtl"] .nova-notify {
    border-left: none;
    border-right: 4px solid;
    text-align: right;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .nova-notify {
        max-width: 95%;
        margin: 0 auto 10px;
        left: 0 !important;
        right: 0 !important;
    }
}

.nova-notify.alert-success {
    border-color: #28a745;
}

.nova-notify.alert-danger {
    border-color: #dc3545;
}

.nova-notify.alert-warning {
    border-color: #ffc107;
}

.nova-notify.alert-info {
    border-color: #17a2b8;
}

.nova-notify.alert-dark {
    border-color: #343a40;
}

.nova-notify-icon i {
    font-size: 22px;
}

[dir="rtl"] .nova-notify-icon {
    margin-right: 0 !important;
    margin-left: 12px !important;
}

.nova-notify-content {
    word-break: break-word;
    padding-right: 20px; /* Space for close button */
}

[dir="rtl"] .nova-notify-content {
    padding-right: 0;
    padding-left: 20px;
}

.nova-notify-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    line-height: 1;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; /* Ensure it's above other content */
}

[dir="rtl"] .nova-notify-close {
    right: auto;
    left: 10px;
}

.nova-notify-close i {
    font-size: 18px;
    color: #6c757d;
    transition: color 0.2s;
}

.nova-notify-close:hover i {
    color: #343a40;
}

.nova-pagination-center .pagination {
    -ms-flex-pack: center;
    justify-content: center;
}
.nova-pagination-right .pagination {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nova-pagination .pagination {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-item.disabled .page-link,.pagination .page-link {
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: .875rem;
    border-radius: 50%!important;
    color: var(--dark);
}
.pagination .page-item {
    margin: 0 2px;
}
.pagination .active .page-link {
    background-color: var(--primary);
}
.pagination .page-link:hover {
    background-color: var(--primary);
    color: #fff;
}
.modal.website-popup {
    display: block;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-backdrop {
    background-color: #11151d;
}
.modal-content {
    border: 1px solid rgba(20,20,35,.2);
}
.modal-content .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    background-color: transparent;
}
.modal-header .close {
    font-size: 0;
}
.modal-header .close:before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f00d";
    font-size: 20px;
}
.modal-content .modal-body {
    padding: 20px 25px;
    overflow-y: auto;
    max-height: 70vh;
}
@media (min-width:768px) {
    .modal-content .modal-body {
        max-height: 80vh;
    }
}
.modal-content .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 10px 25px;
    border-top: 1px solid #ebedf2;
    min-height: 80px;
    background-color: transparent;
}
.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0) scale(.8);
    transform: translate(0,0) scale(.8);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}
.modal.modal-static .modal-dialog.modal-dialog-zoom {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.modal.fade .modal-dialog-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    width: 400px;
    max-width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background-color: #fff;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transform: translate(50px,0);
    transform: translate(50px,0);
}
.modal.show .modal-dialog-right {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
.modal-dialog-right .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-dialog-right .modal-body {
    max-height: 86vh;
}
.badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    width: 18px;
    font-size: .65rem;
    font-weight: 500;
    line-height: unset;
}
.badge-circle {
    border-radius: 50%;
}
.badge-sm {
    height: 14px;
    width: 14px;
    font-size: .55rem;
}
.badge-md {
    height: 24px;
    width: 24px;
    font-size: .75rem;
}
.badge-lg {
    height: 28px;
    width: 28px;
    font-size: .85rem;
}
.badge.badge-dot {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 8px;
    width: 8px;
}
.badge-dot.badge-md {
    height: 10px;
    width: 10px;
}
.badge-dot.badge-lg {
    height: 12px;
    width: 12px;
}
.badge-inline {
    width: auto;
}
.badge-status {
    position: absolute;
    top: calc(15% - 4px);
    right: calc(15% - 4px);
    font-size: 1px;
}
.badge-status:before {
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 3px solid #fff;
    top: -3px;
    left: -3px;
    content: "";
    border-radius: 50%;
}
.badge-md.badge-status {
    top: calc(15% - 5px);
    right: calc(15% - 5px);
}
.badge-lg.badge-status {
    top: calc(15% - 6px);
    right: calc(15% - 6px);
}
.badge-primary {
    background-color: var(--primary);
}
.badge-secondary {
    background-color: var(--secondary);
}
.badge-success {
    background-color: var(--success);
}
.badge-danger {
    background-color: var(--danger);
}
.badge-warning {
    background-color: var(--warning);
}
.badge-info {
    background-color: var(--info);
}
.badge-light {
    background-color: var(--light);
}
.badge-dark {
    background-color: var(--dark);
}
.badge-soft-primary {
    background-color: var(--soft-primary);
    color: var(--primary);
}
.badge-soft-secondary {
    background-color: var(--soft-secondary);
    color: var(--secondary);
}
.badge-soft-success {
    background-color: var(--soft-success);
    color: var(--success);
}
.badge-soft-danger {
    background-color: var(--soft-danger);
    color: var(--danger);
}
.badge-soft-warning {
    background-color: var(--soft-warning);
    color: var(--warning);
}
.badge-soft-info {
    background-color: var(--soft-info);
    color: var(--info);
}
.badge-soft-dark {
    background-color: var(--soft-dark);
    color: var(--dark);
}
.list-group-item {
    border-color: #ebedf2;
}
.list-group-raw .list-group-item {
    border: 0;
}
.nova-carousel>* {
    display: none;
}
.nova-carousel>:first-child,.slick-initialized.nova-carousel>* {
    display: block;
}
.nova-carousel.gutters-5 {
    width: calc(100% + 10px);
}
.nova-carousel.gutters-5 .carousel-box {
    padding-left: 5px;
    padding-right: 5px;
}
.nova-carousel.gutters-10 {
    width: calc(100% + 20px);
}
.nova-carousel.gutters-10 .carousel-box {
    padding-left: 10px;
    padding-right: 10px;
}
.nova-carousel.gutters-15 {
    width: calc(100% + 30px);
}
.nova-carousel.gutters-15 .carousel-box {
    padding-left: 15px;
    padding-right: 15px;
}
.nova-carousel-full * {
    height: 100%;
}
.nova-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50em;
    border: 0;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1),0 3px 1px 0 rgba(20,23,28,.1);
    font-size: 15px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}
.nova-carousel .slick-next:hover,.nova-carousel .slick-prev:hover {
    box-shadow: 0 2px 8px 2px rgba(20,23,28,.15)!important;
}
.nova-carousel .slick-prev {
    left: 10px;
}
.nova-carousel.hide-disabled .slick-disabled {
    display: none!important;
}
.nova-carousel .slick-next {
    right: 10px;
}
.nova-carousel .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
}
.nova-carousel .slick-dots button:before {
    border: 2px solid #333;
    bottom: 0;
    content: "";
    left: 0;
    margin: -4px;
    position: absolute;
    right: 0;
    top: 0;
}
.nova-carousel .slick-dots button {
    background-color: #333;
    border: 0;
    height: 10px;
    margin: 8px;
    position: relative;
    width: 10px!important;
}
@media (min-width:@screen-md) {
    .nova-carousel .slick-dots button {
        width: 10px!important;
    }
}
.nova-carousel .slick-dots .slick-active button {
    background: var(--primary);
}
.nova-carousel.dots-inside-bottom .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.half-outside-arrow .slick-prev {
    left: -10px;
}
.half-outside-arrow .slick-next {
    right: -10px;
}
.slick-vertical .slick-arrow {
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
}
.slick-vertical .slick-prev {
    top: -10px;
}
.slick-vertical .slick-next {
    bottom: -10px;
}
[data-vertical=true] .slick-current .carousel-box {
    border-color: var(--primary)!important;
    border-width: 2px!important;
}
.nova-range-slider .noUi-connect {
    background: var(--primary);
}
.nova-range-slider .noUi-target {
    border-color: var(--soft-secondary);
}
.iti {
    display: block;
    width: 100%;
}
.iti--allow-dropdown input {
    padding-left: 95px!important;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,.iti--separate-dial-code .iti__selected-flag {
    background: #fff;
    margin-left: 2px;
    border-right: 1px solid #e2e5ec;
}
.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.7em;
    position: relative;
}
.avatar img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.avatar-xxs {
    width: 20px;
    height: 20px;
    font-size: .7em;
}
.avatar-xs {
    width: 32px;
    height: 32px;
    font-size: .8em;
}
.avatar-sm {
    width: 44px;
    height: 44px;
    font-size: 1.1em;
}
.avatar-md {
    width: 64px;
    height: 64px;
    font-size: 1.4em;
}
.avatar-lg {
    width: 100px;
    height: 100px;
    font-size: 2em;
}
.avatar-xl {
    width: 120px;
    height: 120px;
    font-size: 2.3em;
}
.avatar-xxl {
    width: 150px;
    height: 150px;
    font-size: 2.6em;
}
.avatar-rounded,.avatar-rounded img {
    border-radius: .3em;
}
.avatar-square,.avatar-square img {
    border-radius: 0;
}
.rating i {
    color: #c3c3c5;
    font-size: 1rem;
    letter-spacing: -1px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.rating i.active,.rating i.hover,.text-rating {
    color: #ffa707;
}
.bg-rating {
    background-color: #ffa707;
}
.rating i.half {
    position: relative;
}
.rating i.half:after {
    position: absolute;
    content: "\f089";
    top: 0;
    left: 0;
    font-size: inherit;
    color: #ffa707;
    z-index: 1;
}
[dir="rtl"] .rating i.half {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
}
.rating-sm i {
    font-size: .8125rem;
}
.rating-lg i {
    font-size: 1.125rem;
}
.rating-input label {
    cursor: pointer;
}
.rating-input input {
    display: none;
}
.nova-chat {
    overflow: hidden;
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebedf2;
}
.nova-chat .chat-user-list {
    height: calc(80vh - 44px);
    max-height: calc(80vh - 44px);
    overflow-y: auto;
}
.chat-user-list-wrap .overlay {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.nova-chat .chat-list-wrap {
    height: calc(80vh - 160px);
    max-height: calc(80vh - 160px);
    overflow-y: auto;
}
.nova-chat .chat-list {
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.chat-box-wrap {
    position: relative;
    padding: 80px 0;
}
.chat-coversation {
    max-width: 450px;
    margin: 10px 0;
}
.chat-coversation .avatar {
    margin-right: 15px;
    margin-bottom: 12px;
}
.chat-coversation .media {
    -ms-flex-align: end;
    align-items: flex-end;
}
.chat-coversation .media-body .text {
    background: var(--light);
    padding: 10px 20px;
    line-height: 1.7;
    border-radius: 4px;
}
.chat-coversation .media-body .time {
    font-size: 10px;
    opacity: .5;
    display: block;
}
.chat-coversation.right {
    margin-left: auto;
}
.chat-coversation.right .avatar {
    margin-right: 0px;
    margin-left: 15px;
}
.chat-coversation.right .time {
    text-align: right;
}
.chat-coversation.right .media-body .text {
    background: var(--primary);
    color: #fff;
}
.chat-footer .input-group {
    background: var(--light);
    border: 1px solid #e2e5ec;
    border-radius: 50em;
}
.chat-footer .form-control {
    background: transparent;
    border-color: transparent;
}
.chat-footer .input-group>.input-group-append>.btn {
    border-radius: 50em;
}
.chat-header .active .la-info-circle:before {
    content: "\f00d";
}
.chat-info-wrap {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    width: 100%;
    height: calc(80vh - 154px);
    top: 77px;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.chat-info-wrap .overlay {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.chat-info-wrap .chat-info {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    height: 100%;
    width: 400px;
    max-width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}
.chat-info-wrap.active,.chat-info-wrap.active .chat-info,.chat-info-wrap.active .overlay {
    opacity: 1;
    visibility: visible;
}
.chat-info-wrap.active .chat-info {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media (max-width:991px) {
    .chat-user-list-wrap {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
    }
    .chat-user-list-wrap .chat-user-list-header {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: absolute;
        width: 340px;
        max-width: 100%;
        right: 0;
        top: 0;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
    }
    .chat-user-list-wrap .chat-user-list {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: absolute;
        height: calc(100% - 44px);
        max-height: none;
        width: 340px;
        max-width: 100%;
        right: 0;
        top: 44px;
        bottom: 0;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        z-index: 1;
    }
    .chat-user-list-wrap.active,.chat-user-list-wrap.active .chat-user-list,.chat-user-list-wrap.active .chat-user-list-header,.chat-user-list-wrap.active .overlay {
        opacity: 1;
        visibility: visible;
    }
    .chat-user-list-wrap.active .chat-user-list,.chat-user-list-wrap.active .chat-user-list-header {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
ul.social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50em;
    line-height: 39px;
    text-align: center;
    font-size: 18px;
}
ul.social a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
ul.social i {
    color: #171727;
}
ul.social.colored i {
    color: #fff;
}
ul.social.colored [class*=snapchat] {
    background-color: #fffc00;
    color: #000;
}
ul.social.colored [class*=facebook] {
    background-color: #3b5998;
}
ul.social.colored [class*=twitter] {
    background-color: #1da1f2;
}
ul.social.colored [class*=google] {
    background-color: #e62833;
}
ul.social.colored [class*="apple"] {
    background-color: #141414;
}
ul.social.colored [class*="youtube"] {
    background-color: #ff0000;
}
ul.social.colored [class*="tiktok"] {
    background-color: #fff;
}
ul.social.colored [class*=tripadvisor] {
    background-color: #32da9d;
}
ul.social.colored [class*=linkedin] {
    background-color: #0070ac;
}
.tiktok-border {
    text-shadow: 0 0 3px #ee1d52;
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }
.fa-tiktok:before {
  content: "\e07b";
  color: #111111;
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
  }
.nova-cookie-alert {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 300px;
    z-index: 1070;
    display: none;
}
.nova-cookie-alert.show {
    display: block;
}
.fb_dialog_mobile iframe {
    bottom: 70px!important;
}
.nova-auth-form {
    max-width: 480px;
}
.nova-user-sidenav-wrap {
    -ms-flex: 0 0 265px;
    flex: 0 0 265px;
    max-width: 265px;
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebedf2;
}
.nova-user-panel {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}
[dir="rtl"] .nova-user-panel {
    padding-right: 30px;
    padding-left: 0;
}
.nova-user-sidenav .nova-side-nav-list .nova-side-nav-link {
    color: #63666b;
    font-weight: 500;
    font-size: .8125rem;
    border-left: 3px solid transparent;
    padding: 10px 20px 10px 15px;
}
.nova-user-sidenav .nova-side-nav-list .level-2 .nova-side-nav-link {
    padding: 10px 25px 10px 54px;
}
.nova-user-sidenav .nova-side-nav-list .nova-side-nav-icon {
    width: 28px;
    font-size: 16px;
}
.nova-user-sidenav .nova-side-nav-link.level-2-active,.nova-user-sidenav .nova-side-nav-link.level-3-active {
    background-color: transparent;
    color: var(--primary);
}
.nova-user-sidenav .level-2-active .nova-side-nav-icon,.nova-user-sidenav .level-3-active .nova-side-nav-icon {
    color: var(--primary);
}
.nova-user-sidenav .nova-side-nav-link.active,.nova-user-sidenav .nova-side-nav-link:hover {
    background-color: var(--soft-primary);
    border-left-color: var(--primary);
}
.nova-user-sidenav .level-2 .nova-side-nav-link.active:after,.nova-user-sidenav .level-2 .nova-side-nav-link:hover:after {
    background: var(--primary);
    border-color: var(--primary);
}
.nova-user-sidenav .active .nova-side-nav-icon {
    color: var(--primary);
}
@media (max-width:1199px) {
    .nova-user-sidenav-wrap {
        display: none;
        height: 100vh;
    }
    .nova-user-panel {
        padding-left: 0px;
    }
    .nova-user-sidenav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    [dir="rtl"] .nova-user-panel {
        padding-right: 0;
    }
}
.nova-mobile-side-nav .nova-user-sidenav-wrap {
    display: block;
    max-width: initial;
    border: 0;
}
.sidebar-cart .cart-toggler {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: var(--primary);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
}
.sidebar-cart .cart-toggler .price {
    background: #fff;
    color: var(--primary);
    border-radius: 3px;
    margin-top: 10px;
    font-weight: 500;
    padding: 5px;
}
.cart-item:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light);
}
.nova-category-menu .sub-cat-menu {
    display: none;
    position: absolute;
    width: calc(100% - 25%);
    left: calc(25% - 10px);
    height: calc(100% + 20px);
    overflow: hidden;
    top: 0;
    z-index: 9;
    background-color: #fff;
    overflow-y: auto;
}
[dir="rtl"] .nova-category-menu .sub-cat-menu {
    left: auto;
    right: calc(25% - 10px);
}
.nova-category-menu .category-nav-element:hover .sub-cat-menu {
    display: block;
}
.nova-category-menu .category-nav-element:hover > a {
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: -2px 3px 5px rgb(0 0 0 / 0.1);
}
.hover-category-menu .all-category::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 20px;
    bottom: 100%;
    right: 0;
}
.hover-category-menu .all-category::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    border-top: 0;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--soft-primary);
    border-left: 12px solid transparent;
    top: -12px;
    right: 20px;
}
[dir="rtl"] .hover-category-menu .all-category::before {
    left: 20px;
    right: auto;
}
.nova-front-widget .title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px;
}
.nova-front-widget .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nova-front-widget .menu a {
    display: inline-block;
    color: inherit;
    padding: 5px 0;
}
.nova-front-widget .menu a:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
}
.nova-header {
    box-shadow: 0 10px 30px rgba(34,44,62,.05);
    border-bottom: 1px solid #edf0f5;
}
.nova-subheader {
    border-bottom: 1px solid #edf0f5;
}
.nova-subheader a {
    color: #6f6f6f;
}
.nova-subheader a:hover {
    color: var(--primary);
}
.nova-navbar .search .bootstrap-select,.nova-navbar .search .input-group>select {
    min-width: 160px;
}
.nova-navbar .search .input-group-prepend {
    min-width: 280px;
}
.nova-navbar .menu a {
    color: #505050;
    font-weight: 500;
    font-size: 13px;
}
.nova-navbar .menu a.btn-primary {
    color: #fff;
}
@media (max-width:991px) {
    .front-header-search {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        opacity: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transition: all .3s;
        -webkit-transition: all .3s;
    }
    .front-header-search.active {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
}
@media (max-width:767.98px) {
    .mobile-img-auto-height img {
        height: auto;
    }
}
.nova-footer {
    background: #151c29;
    padding-top: 70px;
}
.nova-front-widget .title {
    color: #717b8c;
}
.nova-footer .menu a {
    color: #cfd3da;
}
.nova-footer p {
    color: #cbcdd2;
}
.nova-footer-copyright {
    border-top: 1px solid #283244;
}
[dir="rtl"] .la-angle-right {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
[dir="rtl"] .slick-arrow .la-angle-right {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.category-filter li {
    font-weight: 400;
}
.category-filter a {
    color: inherit;
    display: block;
    padding: 5px 0;
}
.category-filter .go-back {
    font-weight: 500;
}
.category-filter .go-back~li:not(.go-back) {
    margin-left: 20px;
}
.category-filter .go-back a:before {
    content: "\f104";
    font-family: "Line Awesome Free";
    font-weight: 900;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    opacity: .7;
    font-size: 90%;
    margin-right: 5px;
}
.category-filter .child a {
    padding-left: 17px;
}
.card-project {
    border-left: 3px solid transparent;
}
.card-project:not(:last-of-type) {
    border-bottom: 1px solid #ebedf2;
}
.card-project:hover {
    border-left-color: var(--primary);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08),0 2px 4px 0 rgba(0,0,0,.12);
}
.collapse-sidebar-wrap .overlay {
    opacity: 0;
    visibility: hidden;
}
.collapse-sidebar-wrap .overlay {
    opacity: 0;
    visibility: hidden;
}
.sidebar-all {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.sidebar-all .collapse-sidebar {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    width: 340px;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
}
.sidebar-all.sidebar-right .collapse-sidebar {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    right: 0;
}
.sidebar-all.sidebar-auto .collapse-sidebar {
    width: auto;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-100px);
    transform: translate(-50%,-100px);
    left: 50%;
    top: 0;
}
.sidebar-all.sidebar-full .collapse-sidebar {
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    left: auto;
    right: 0;
}
.sidebar-all,.sidebar-all .collapse-sidebar,.sidebar-all .overlay {
    opacity: 0;
    visibility: hidden;
}
@media (max-width:575.98px) {
    .sidebar-sm {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sidebar-sm .collapse-sidebar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        width: 340px;
        max-width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
    }
    .sidebar-sm.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-sm.sidebar-auto .collapse-sidebar {
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%,-100px);
        transform: translate(-50%,-100px);
        left: 50%;
        top: 0;
    }
    .sidebar-sm.sidebar-full .collapse-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-sm,.sidebar-sm .collapse-sidebar,.sidebar-sm .overlay {
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width:767.98px) {
    .sidebar-md {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sidebar-md .collapse-sidebar {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: fixed;
        width: 400px;
        max-width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
    }
    .sidebar-md.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-md.sidebar-auto .collapse-sidebar {
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%,-100px);
        transform: translate(-50%,-100px);
        left: 50%;
        top: 0;
    }
    .sidebar-md.sidebar-full .collapse-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-md,.sidebar-md .collapse-sidebar,.sidebar-md .overlay {
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width:991.98px) {
    .sidebar-lg {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sidebar-lg .collapse-sidebar {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: fixed;
        width: 400px;
        max-width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
    }
    .sidebar-lg.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-lg.sidebar-auto .collapse-sidebar {
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%,-100px);
        transform: translate(-50%,-100px);
        left: 50%;
        top: 0;
    }
    .sidebar-lg.sidebar-full .collapse-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-lg,.sidebar-lg .collapse-sidebar,.sidebar-lg .overlay {
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width:1199.98px) {
    .sidebar-xl {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sidebar-xl .collapse-sidebar {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: fixed;
        width: 400px;
        max-width: 320px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
    }
    .sidebar-xl.sidebar-right .collapse-sidebar {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-xl.sidebar-auto .collapse-sidebar {
        width: auto;
        max-width: 100%;
        height: auto;
        -webkit-transform: translate(-50%,-100px);
        transform: translate(-50%,-100px);
        left: 50%;
        top: 0;
    }
    .sidebar-xl.sidebar-full .collapse-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        left: auto;
        right: 0;
    }
    .sidebar-xl,.sidebar-xl .collapse-sidebar,.sidebar-xl .overlay {
        opacity: 0;
        visibility: hidden;
    }
}
.collapse-sidebar-wrap.active,.collapse-sidebar-wrap.active .collapse-sidebar,.collapse-sidebar-wrap.active .overlay {
    opacity: 1;
    visibility: visible;
}
.collapse-sidebar-wrap.active .collapse-sidebar {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    background-color: #fff;
}
.collapse-sidebar-wrap.active .sidebar-auto {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.dropdown-toggle.filter-section[data-toggle].collapsed:after {
    content: "\f107";
    font-family: "Line Awesome Free";
}
.dropdown-toggle.filter-section[data-toggle]:not(.collapsed):after {
    font-family: "Line Awesome Free";
    content: "\f106";
}
.iqty-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .25rem;
}
.iqty-btns.vertical {
    -ms-flex-direction: column;
    flex-direction: column;
}
.iqty-btns .form-control {
    border: 0;
    background: transparent;
}
.iqty-btns .btn,.iqty-btns .form-control {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    line-height: 30px;
}
.subscribe-wrap {
    margin-top: 50px;
    background: #0068e1;
    background: var(--primary);
}
.subscribe {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 0 25px;
}
.subscribe>.row {
    width: 100%;
}
.subscribe .subscribe-text .sub-title,.subscribe .subscribe-text .title {
    display: block;
    color: #fff;
}
.subscribe .subscribe-text .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}
.subscribe .subscribe-text .sub-title {
    line-height: 24px;
    margin-top: 10px;
}
.subscribe .subscribe-field {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.subscribe .subscribe-field .form-group {
    position: relative;
    margin-bottom: 0;
}
.subscribe .subscribe-field .form-group>input {
    height: 50px;
    width: 450px;
    border: none;
    padding: 12px 147px 10px 20px;
}
.subscribe .subscribe-field .form-group>.btn-subscribe {
    font-weight: 400;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 0 2px 2px 0;
}
@media screen and (max-width:1300px) {
    .subscribe .subscribe-field .form-group>input {
        width: 400px;
    }
}
@media screen and (max-width:1199px) {
    .subscribe .subscribe-field .form-group>input {
        width: 450px;
    }
}
@media screen and (max-width:991px) {
    .subscribe {
        padding-bottom: 34px;
    }
    .subscribe .subscribe-text {
        text-align: center;
    }
    .subscribe .subscribe-field {
        margin-top: 25px;
        -webkit-box-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width:500px) {
    .subscribe .subscribe-field .form-group>input,.subscribe .subscribe-field>form {
        width: 100%;
    }
}
.newsletter-wrap .modal-dialog {
    width: 850px;
    max-width: none;
}
.newsletter-inner {
    position: relative;
    display: -webkit-box;
    display: flex;
}
.newsletter-inner .close {
    font-size: 20px;
    position: absolute;
    top: 16px;
    right: 15px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.newsletter-inner .close:hover {
    color: #0068e1;
    color: var(--primary);
}
.newsletter-left {
    width: 63%;
    padding: 41px 50px 37px;
}
.newsletter-left .title {
    font-weight: 400;
    margin-bottom: 16px;
}
.newsletter-left .sub-title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 45px;
    color: #6e6e6e;
}
.newsletter-left .newsletter-form {
    margin-bottom: 26px;
}
.newsletter-left .newsletter-form .form-group {
    display: -webkit-box;
    display: flex;
    margin-bottom: 0;
}
.newsletter-left .newsletter-form .form-group .error-message {
    display: none;
    text-align: left;
}
.newsletter-left .newsletter-form>.error-message {
    text-align: left;
}
.newsletter-left .btn-subscribe {
    font-weight: 400;
    margin-left: 10px;
    padding: 7px 30px;
    white-space: nowrap;
}
.newsletter-left .btn-subscribe>i {
    margin-right: 4px;
}
.newsletter-left .info-text {
    font-size: 14px;
    margin-bottom: 18px;
    color: #a6a6a6;
}
.newsletter-left .info-text a {
    color: #0068e1;
    color: var(--primary);
}
.newsletter-left .info-text a:hover {
    color: #0055b8;
    color: var(--hov-primary);
}
.newsletter-left .newsletter-checkbox {
    margin-bottom: 0;
}
.newsletter-right {
    width: 37%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
@media screen and (max-width:991px) {
    .newsletter-wrap .modal-dialog {
        width: 550px;
    }
    .newsletter-left {
        width: 100%;
        padding: 33px 40px 27px;
        text-align: center;
    }
    .newsletter-left .title {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
    .newsletter-left .sub-title {
        font-size: 12px;
    }
    .newsletter-right {
        display: none;
    }
    .newsletter-left .info-text {
        font-size: 12px;
    }
    .hide-popup-newsletter {
        font-size: 12px;
    }
}
@media screen and (max-width:600px) {
    .newsletter-wrap .modal-dialog {
        width: calc(100% - 30px);
    }
}
@media screen and (max-width:500px) {
    .newsletter-left {
        padding: 28px 30px 22px;
    }
    .newsletter-left .sub-title {
        margin-bottom: 10px;
    }
    .newsletter-left .newsletter-form .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .newsletter-left .newsletter-form .form-group .error-message {
        display: block;
    }
    .newsletter-left .newsletter-form>.error-message {
        display: none;
    }
    .newsletter-left .btn-subscribe {
        margin: 15px 0 0;
    }
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745;
}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}
.form-check-label>a {
    color: #0068e1;
    color: var(--primary);
}
.form-check-label>a:hover {
    color: #0055b8;
    color: var(--hov-primary);
}
.cookie-bar-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -200px;
    background: #3b4045;
    box-shadow: 0 -1px 3px rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 9999;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}
.cookie-bar-wrap.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
}
.cookie-bar {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 0;
}
.cookie-bar .cookie-bar-text {
    font-size: 14px;
    margin-right: 100px;
    color: #f9f9f9;
}
.cookie-bar .cookie-bar-action {
    display: -webkit-box;
    display: flex;
    white-space: nowrap;
}
.cookie-bar .cookie-bar-action .btn-accept {
    padding: 5px 24px;
}
@media screen and (max-width:991px) {
    .cookie-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 16px 0 20px;
    }
    .cookie-bar .cookie-bar-text {
        margin: 0 0 14px;
        text-align: center;
    }
}
.coookie-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.coookie-justify-content-center {
    -webkit-box-pack: center!important;
    justify-content: center!important;
}
.coookie-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .coookie-container {
        max-width: 540px;
    }
}
@media (min-width:768px) {
    .coookie-container {
        max-width: 720px;
    }
}
@media (min-width:992px) {
    .coookie-container {
        max-width: 960px;
    }
}
@media (min-width:1200px) {
    .coookie-container {
        max-width: 1140px;
    }
}
.coookie-d-flex {
    display: -webkit-box!important;
    display: flex!important;
}
@media (min-width:1200px) {
    .cookies-col-xl-10 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .cookies-col-lg-12 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .cookies-col-xl-10 {
        -webkit-box-flex: 0;
        flex: 0 0 55.5555555556%;
        max-width: 55.5555555556%;
    }
    .cookies-col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}
.dashboard-box.box-primary {
    border-top-color: #3c8dbc;
}
.dashboard-box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.box-body:after,.box-body:before,.box-footer:after,.box-footer:before,.box-header:after,.box-header:before {
    content: " ";
    display: table;
}
.progress-group .progress-text {
    font-weight: 600;
}
.progress-group .progress-number {
    float: right;
}
.progress-sm,.progress-sm .progress-bar,.progress.sm,.progress.sm .progress-bar {
    border-radius: 1px;
}
.progress-sm,.progress.sm {
    height: 10px;
}
.progress,.progress .progress-bar,.progress>.progress-bar,.progress>.progress-bar .progress-bar {
    border-radius: 1px;
}
.progress,.progress>.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.progress-bar-aqua,.progress-bar-info {
    background-color: #00c0ef;
}
.progress-bar-green,.progress-bar-success {
    background: #34e89e;
    background: -webkit-linear-gradient(to top,#0f3443,#34e89e);
    background: linear-gradient(to top,#0f3443,#34e89e);
}
.progress-bar-warning,.progress-bar-yellow {
    background: #f7971e;
    background: -webkit-linear-gradient(to top,#ffd200,#f7971e);
    background: linear-gradient(to top,#ffd200,#f7971e);
}
.progress-bar-danger,.progress-bar-red {
    background: #ed213a;
    background: -webkit-linear-gradient(to top,#93291e,#ed213a);
    background: linear-gradient(to top,#93291e,#ed213a);
}
.progress-bar-all-orders {
    background: #4568dc;
    background: -webkit-linear-gradient(to right,#4568dc,#b06ab3);
    background: linear-gradient(to right,#4568dc,#b06ab3);
}
.box-body:after,.box-footer:after,.box-header:after {
    clear: both;
}
.box-body:after,.box-body:before,.box-footer:after,.box-footer:before,.box-header:after,.box-header:before {
    content: " ";
    display: table;
}
.g-0,.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,.gy-0 {
    --bs-gutter-y: 0;
}
.dropdown-menu-header {
    padding: .75rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #dee2e6;
}
.dropdown-menu-footer {
    padding: .5rem;
    text-align: center;
    display: block;
    font-size: .75rem;
}
.dropdown .list-group .list-group-item:hover {
    background: #f8f9fa;
}
.nova-topbar-item .indicator {
    background: var(--primary);
    box-shadow: 0 .1rem .2rem rgba(0,0,0,.05);
    border-radius: 50%;
    display: block;
    height: 18px;
    width: 18px;
    padding: 1px;
    position: absolute;
    top: 0;
    right: -2px;
    text-align: center;
    transition: top .1s ease-out;
    font-size: .675rem;
    color: #fff;
}
.nova-topbar-item:hover .indicator {
    top: -4px;
}
.dashboard-card {
    border-radius: 5px;
    box-shadow: 0 1px 11px 0 rgba(0,0,0,.12);
    border: none;
    margin-bottom: 30px;
}
.dashboard-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.dashboard-card .card-block-small {
    padding: 15px 20px;
}
.widget-card-1 {
    margin-top: 40px;
    text-align: right;
}
.widget-card-1 .card1-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -25px;
    font-size: 35px;
    border-radius: 8px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.widget-card-1 .card-block>span {
    color: #919aa3;
}
.widget-card-1 h4 {
    font-weight: 400;
    margin-top: 10px;
}
.widget-card-1:hover .card1-icon {
    top: -35px;
}
.card-comment .card-block-small {
    border-bottom: 1px solid #f1f1f1;
}
.card-comment .card-block-small .comment-desc h6 {
    font-weight: 600;
}
.card-comment .card-block-small .comment-desc .btn-comment {
    font-size: 13px;
    padding: 5px 20px;
    line-height: 1;
    color: #fff;
}
.card-comment .card-block-small:hover {
    background-color: #f1f1f1;
}
.bg-facebook {
    background-color: #3b5997;
}
.text-facebook {
    color: #3b5997;
}
.bg-twiter {
    background-color: #42c0fb;
}
.text-twiter {
    color: #42c0fb;
}
.bg-dribble {
    background-color: #ec4a89;
}
.text-dribble {
    color: #ec4a89;
}
.bg-pinterest {
    background-color: #bf2131;
}
.text-pinterest {
    color: #bf2131;
}
.bg-youtube {
    background-color: #e0291d;
}
.text-youtube {
    color: #e0291d;
}
.bg-googleplus {
    background-color: #c73e2e;
}
.text-googleplus {
    color: #c73e2e;
}
.bg-instagram {
    background-color: #aa7c62;
}
.text-instagram {
    color: #aa7c62;
}
.bg-viber {
    background-color: #7b519d;
}
.text-viber {
    color: #7b519d;
}
.bg-amazon {
    background-color: #000;
}
.text-amazon {
    color: #000;
}
.bg-c-blue {
    background-color: #4680ff;
}
.text-c-blue {
    color: #4680ff;
}
.bg-c-pink {
    background-color: #fc6180;
}
.text-c-pink {
    color: #fc6180;
}
.bg-c-green {
    background-color: #93be52;
}
.text-c-green {
    color: #93be52;
}
.bg-c-yellow {
    background-color: #ffb64d;
}
.text-c-yellow {
    color: #ffb64d;
}
.bg-c-orenge {
    background-color: #fe8a7d;
}
.text-c-orenge {
    color: #fe8a7d;
}
.bg-c-lite-green {
    background-color: #69cec6;
}
.text-c-lite-green {
    color: #69cec6;
}
.card .card-bg-inverce {
    background-color: #353c4e;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.f-none {
    float: none;
}
.m-t-10 {
    margin-top: 10px;
}
.m-r-10 {
    margin-right: 10px;
}
.text-muted {
    color: #919aa3!important;
}
.f-16 {
    font-size: 16px;
}
.backToTop {
    margin-bottom: 40px;
    background-color: #37475a;
}
#nav-top .backToTop span {
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    line-height: 19px;
    font-size: 13px;
    margin-bottom: -40px;
}
#nav-top a,#nav-top span {
    white-space: normal;
}
.backToTop:hover {
    background: #485769;
    cursor: pointer;
}
.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8;
}
.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.row-card-no-pd {
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    box-shadow: 0 1px 11px 0 rgb(0 0 0 / 12%);
}
.row-card-no-pd .card {
    margin-bottom: 0;
    border-width: 0;
    box-shadow: none;
    position: unset;
}
.row-card-no-pd [class*=col-] .card:after {
    position: absolute;
    height: calc(100%);
    width: 1px;
    background: #eee;
    content: '';
    right: 0;
}
.row-card-no-pd [class*=col-] .card:after:last-child {
    width: 0;
}
.fw-bold {
    font-weight: 600!important;
}
.card-stats .card-category {
    margin-top: 0;
}
.card-stats .icon-big {
    font-size: 3em;
    min-height: 64px;
}
.count-number {
    animation-duration: 1s;
    animation-delay: 0s;
}
.dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #191d21!important;
    padding: 10px 20px;
    line-height: 20px;
    color: #98a6ad;
}
.card-header-action {
    margin-left: auto;
}
.align-vertically {
    display: flex;
    align-items: center;
}
.black-text {
    color: #000;
}
.subscribe_popup .subscribe-modal-content {
    border: 0;
    border-radius: 0;
}
.subscribe-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.subscribe_popup .subscribe-modal-body {
    padding: 0;
}
.subscribe-modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
}
.subscribe-subscribe_popup .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: 1;
    text-shadow: none;
    width: 40px;
    height: 40px;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.subscribe-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.subscribe-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.background_bg {
    background-position: 50%;
    background-size: cover;
}
.h-100 {
    height: 100%!important;
}
.subscribe-popup_content {
    padding: 50px;
}
.heading_s4 {
    margin-bottom: 15px;
}
.heading_s4 h1,.heading_s4 h2,.heading_s4 h3,.heading_s4 h4,.heading_s4 h5,.heading_s4 h6 {
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    line-height: normal;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}
.custome-checkbox .form-check-label {
    color: #687188;
    padding: 0;
    vertical-align: middle;
}
.custome-checkbox .form-check-label span {
    vertical-align: middle;
}
.custome-checkbox .form-check-label:before {
    content: "";
    border: 2px solid #ced4da;
    height: 17px;
    width: 17px;
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.custome-checkbox input[type=checkbox]:checked+.form-check-label:after {
    opacity: 1;
}
.custome-checkbox input[type=checkbox]+.form-check-label:after {
    content: "";
    width: 11px;
    position: absolute;
    top: 50%;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-65%) rotate(-45deg);
}
.custome-checkbox input[type=checkbox]:checked+.form-check-label:before {
    background-color: var(--primary);
    border-color: var(--primary);
}
.custome-checkbox .form-check-input {
    display: none;
}
.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
}
.custome-checkbox input[disabled]+.form-check-label {
    color: #d0d0d0;
}
.custome-checkbox input[disabled]+.form-check-label:before {
    border-color: #e8e8e8;
}
.form-check-label {
    margin-bottom: 0;
}
.subscribe-newsletter-form .subscribe-newsletter-message.subscribe-newsletter-success-message {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000;
}
.subscribe-newsletter-form .subscribe-newsletter-message {
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0;
    display: block;
    width: 100%;
}
.subscribe-newsletter-form .subscribe-newsletter-message.subscribe-newsletter-error-message {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: #000;
}
.subscribe-newsletter-form .subscribe-newsletter-message {
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0;
    display: block;
    width: 100%;
}
.susbscribe-modal-open .susbscribe-modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.subscribe-modal {
    z-index: 99999;
}
.subscribe-modal {
    padding-right: 0!important;
}
.subscribe-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.subscribe-fade {
    transition: opacity .15s linear;
}
.subscribe-modal.show .subscribe-modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.subscribe-modal.subscribe-fade .subscribe-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
@media (min-width:992px) {
    .subscribe-modal-lg,.subscribe-modal-xl {
        max-width: 800px;
    }
}
@media (min-width:576px) {
    .subscribe-modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
        margin: 1.75rem auto!important;
    }
}
@media (min-width:576px) {
    .subscribe-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto!important;
    }
}
.subscribe-modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.subscribe-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.cookie-consent {
    background-color: #000!important;
    padding: 10px 40px!important;
    color: #fff!important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
.cookie-consent .cookie-consent-body {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.cookie-consent .cookie-consent__message {
    height: 32px!important;
    line-height: 32px!important;
}
.cookie-consent .cookie-consent__message a {
    color: #fff!important;
    text-decoration: underline;
}
.cookie-consent .cookie-consent__agree {
    float: right;
    padding: 5px 10px!important;
    border-radius: 0!important;
    outline: 0!important;
    background: #000!important;
    color: #fff!important;
    border: 1px solid #fff!important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.cookie-consent .cookie-consent__agree:hover {
    background: #fff!important;
    color: #000!important;
}
body[dir="rtl"] .cookie-consent .cookie-consent__agree {
    float: left;
}
@media screen and (max-width:767px) {
    .cookie-consent .cookie-consent-body {
        text-align: center;
    }
    .cookie-consent .cookie-consent-body .cookie-consent__message {
        line-height: 25px!important;
        display: block;
        height: auto!important;
    }
    .cookie-consent .cookie-consent-body .cookie-consent__agree {
        float: none;
        margin-top: 5px;
    }
    body[dir="rtl"] .cookie-consent .cookie-consent__agree {
        float: none;
    }
}
.hover-effect {
    overflow: hidden;
    position: relative;
    display: block;
}
.hover-effect:after,.hover-effect:before {
    background-color: hsla(0,0%,100%,.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .9s ease 0s;
    width: 100%;
    z-index: 1;
}
.hover-effect:before {
    border-top: 1px solid hsla(0,0%,100%,.4);
    transform: translate(105%);
}
.hover-effect:after {
    border-bottom: 1px solid hsla(0,0%,100%,.4);
    transform: translate(-105%);
}
.hover-effect:hover:after,.hover-effect:hover:before {
    opacity: 0;
    transform: translate(0);
}
.blog {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.blog.blog-gray {
    background-color: #f5f4ef;
}
.blog.blog-fluid header {
    margin-bottom: 0;
}
.blog .title {
    color: #3a3d45;
}
.blog .title:hover {
    font-weight: 600;
}
.blog .blog-subtitle,.blog .blog-title {
    text-transform: none;
    color: #3a3d45;
}
.blog article {
    -moz-box-shadow: 0 2px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
    box-shadow: 0 2px 20px rgba(0,0,0,.1);
    margin-bottom: 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width:991px) {
    .blog article .blog-link {
        display: flex;
        flex-wrap: wrap;
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    .blog article .blog-link .entry,.blog article .blog-link .image {
        flex: 0 0 50%;
        max-width: 50%;
        display: inline;
    }
    .blog article .blog-link .image {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .blog article .blog-link .entry {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .blog article .blog-link .date strong {
        font-weight: 300;
    }
}
.blog article .label {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
}
@media (min-width:992px) {
    .blog article .label {
        font-size: 12px;
    }
}
.blog article .image {
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: auto;
}
.blog article .image img {
    display: block;
    width: 100%;
}
.blog article .entry {
    background-color: #fff;
    position: relative;
    padding: 0 15px;
}
@media (min-width:992px) {
    .blog article .entry {
        padding: 10px;
    }
}
@media (min-width:992px) {
    .blog article .entry.entry-table {
        display: table;
        width: 100%;
        height: 80px;
    }
    .blog article .entry.entry-table>div {
        display: table-cell;
        vertical-align: middle;
    }
    .blog article .entry.entry-table .title {
        padding-left: 10px;
    }
}
@media (min-width:992px) {
    .blog article .entry .date-wrapper {
        width: 55px;
    }
    .blog article .entry .date-wrapper .date {
        width: 50px;
        height: 60px;
        z-index: 99;
        padding: 6px 0;
        z-index: 99;
        padding: 7px 0;
        text-align: center;
        border-right: 1px solid #ccc;
    }
    .blog article .entry .date-wrapper .date span {
        display: block;
        font-size: 11px;
        line-height: 12px;
    }
}
.blog article .entry .title>* {
    margin: 0;
    text-transform: none;
}
.blog article .description {
    padding: 15px 0;
    color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.blog article .description ul {
    margin-left: 0;
    padding-left: 20px;
}
.blog article .description ul li.more {
    list-style-type: none;
}
.blog article .description ul li.more>a:after {
    width: 100%;
}
.blog article .description ul li>a {
    padding: 5px 0;
    display: inline-block;
    position: relative;
}
.blog article .description ul li>a:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.blog article .description ul li>a:hover:after {
    width: 100%;
}
.blog article .show-more {
    position: absolute;
    padding: 15px 15px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.blog article .show-more .btn {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.blog article .show-more,.blog article .show-more .btn {
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.blog article.article-table {
    background-color: #fff;
}
.blog article.article-table>a {
    display: table;
    width: 100%;
}
.blog article.article-table>a>div {
    display: table-cell;
    vertical-align: middle;
}
.blog article.article-table>a .image {
    width: 50%;
}
.blog article.article-table>a .image img {
    display: none;
}
.blog article.article-table>a .text {
    padding: 15px;
    position: relative;
}
.blog article.article-table>a .text .title p {
    margin-bottom: 5px;
}
.blog article.article-table>a .text .title h2 {
    margin-top: 15px;
}
.blog article.article-table>a .text>* {
    position: relative;
    z-index: 99;
}
.blog article.article-table>a .text .text-intro {
    display: none;
}
.blog article.article-table:hover {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}
@media (min-width:768px) {
    .blog article {
        margin-bottom: 30px;
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .blog article .description {
        -moz-transform: translate3d(0,20px,0);
        -ms-transform: translate3d(0,20px,0);
        -o-transform: translate3d(0,20px,0);
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
        opacity: 0;
    }
    .blog article:hover {
        position: relative;
        color: initial;
    }
    .blog article:hover .text-wrapper {
        padding-bottom: 40px;
    }
    .blog article:hover .show-more .btn {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .blog article:hover .description {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }
    .blog article .image {
        height: 220px;
    }
    .blog article .image img {
        display: none;
    }
    .blog article.article-table:hover .text:before {
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        box-shadow: 0 0 40px rgba(0,0,0,.3);
    }
    .blog article.article-table>a .text {
        padding: 40px;
    }
    .blog article.article-table>a .text .text-intro {
        display: block;
    }
    .blog article header {
        margin-bottom: 50px;
    }
}
.blog aside .box {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 0 2px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
    box-shadow: 0 2px 20px rgba(0,0,0,.1);
    padding: 20px;
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.blog aside .box .title {
    padding-top: 7.5px;
    margin-bottom: 15px;
}
.blog aside .box ul {
    margin: 0;
    padding: 0;
}
.blog aside .box ul li {
    list-style-type: circle;
    margin-left: 20px;
}
.blog aside .box.box-animated ul li {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.blog aside .box.box-animated ul li:hover {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.blog aside .box.box-animated ul li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #ededed;
}
.blog aside .box.box-animated ul li.active a {
    color: #3c5570;
}
.blog aside .box.box-animated ul li:last-child a {
    border-bottom: 0;
}
.blog aside .box.box-search {
    padding: 0;
    position: relative;
    background-color: #fff;
}
.blog aside .box.box-search .form-control {
    border: 0;
}
.blog aside .box.box-search .btn {
    position: absolute;
    right: 2px;
    top: 2px;
}
.blog aside .box.box-posts ul li {
    list-style-type: none;
    margin-left: 0;
}
.blog aside .box.box-posts ul li a {
    position: relative;
    display: table;
    width: 100%;
}
.blog aside .box.box-posts ul li a>span {
    display: table-cell;
    vertical-align: middle;
}
.blog aside .box.box-posts ul li a .date {
    width: 40px;
    text-align: center;
    line-height: 1;
}
.blog aside .box.box-posts ul li a .date span {
    display: block;
}
.blog aside .box.box-posts ul li a .date span:first-child {
    font-size: 75%;
}
.blog aside .box.box-posts ul li a .date span:nth-child(2) {
    font-weight: 700;
    font-size: 20px;
}
.blog aside .box.box-posts ul li a .text {
    padding-left: 5px;
}
.blog aside .box.box-tags ul li {
    margin: 0 2px 2px 0;
    display: block;
    float: left;
}
.blog aside .box.box-tags ul li:hover {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}
.blog aside .box.box-tags ul li a {
    padding: 5px;
}
@media (min-width:768px) {
    .blog aside {
        display: block;
    }
    .blog aside .box {
        margin-bottom: 30px;
    }
}
.blog .nav-link {
    position: absolute;
    width: 65px;
    height: 85px;
    top: 360px;
    cursor: pointer;
    opacity: .5;
    z-index: 50;
}
.blog .nav-link:hover {
    opacity: 1;
}
.blog .nav-link:before {
    font-family: LinearIcons;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    font-stretch: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
    content: "";
    display: inline-block;
    width: 65px;
    height: 65px;
}
.blog .nav-link.next {
    right: 5px;
}
.blog .nav-link.prev {
    left: 5px;
}
.blog .nav-link.prev:before {
    content: "\e875";
}
.blog .nav-link.next:before {
    content: "\e876";
}
.blog .nav-link figure {
    overflow: hidden;
    background-color: #fff;
    display: none;
    opacity: 0;
    position: absolute;
    width: 180px;
    left: auto;
    right: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog .nav-link figure figcaption {
    text-align: center;
    padding: 10px;
}
.blog .nav-link figure figcaption .blog-title {
    margin: 0;
}
.blog .nav-link figure .image {
    position: relative;
    overflow: hidden;
}
.blog .nav-link figure .image img {
    width: 100%;
}
.blog .nav-link.next figure {
    right: 100%;
}
.blog .nav-link.prev figure {
    left: 100%;
}
.blog .nav-link.next:hover figure,.blog .nav-link.prev:hover figure {
    opacity: 1;
}
@media (min-width:992px) {
    .blog .nav-link figure {
        display: block;
    }
}
@media (max-width:767px) {
    .blog .nav-link {
        display: none;
    }
}
.blog .blog-info.blog-info-top {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 5px 0;
    margin-bottom: 20px;
    text-align: left;
}
@media (min-width:992px) {
    .blog .blog-info.blog-info-top {
        padding: 10px 0;
    }
}
.blog .blog-info.blog-info-bottom {
    padding: 20px 0;
}
.blog .blog-info ul {
    margin: 0;
    padding: 0;
}
.blog .blog-info ul li {
    padding: 0;
    list-style-type: none;
}
.blog .blog-info .entry {
    padding: 5px 10px 5px 25px;
    list-style-type: none;
    display: inline-block;
    font-size: 90%;
}
.blog .blog-info .entry .fa {
    margin-left: -25px;
    width: 20px;
    text-align: center;
    margin-right: 5px;
}
.blog .blog-info .entry.divider {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
.blog .blog-post {
    padding-bottom: 40px;
}
.blog .blog-post .blog-image-main {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.blog .blog-post .blog-image-main img {
    width: 100%;
}
.blog .blog-post .blog-image-main.blog-image-inner {
    margin-top: -20px;
}
.blog .blog-post .blog-image-main.blog-image-inner img {
    width: 100%;
}
@media (min-width:992px) {
    .blog .blog-post .blog-image-main.blog-image-inner {
        margin-top: -80px;
    }
}
.blog .blog-post .blog-post-content {
    padding: 20px 0;
}
@media (min-width:992px) {
    .blog .blog-post .blog-post-content {
        padding: 40px 0;
    }
}
.blog .blog-post .blog-image {
    margin: 20px 0;
    display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.blog .blog-post .blog-image .caption {
    display: block;
    text-align: center;
    font-size: 75%;
    font-style: italic;
    padding: 5px 0;
}
@media (min-width:992px) {
    .blog .blog-post .blog-image {
        margin: 30px 0;
    }
}
.blog .blog-post .blog-post-text img {
    width: 100%;
}
.blog .blog-post .blog-post-text h2,.blog .blog-post .blog-post-text h3,.blog .blog-post .blog-post-text h4,.blog .blog-post .blog-post-text h5 {
    margin-top: 35px;
    text-transform: none;
}
.blog-intro {
    text-align: center;
    z-index: 9;
    padding-top: 15px;
}
.blog-intro header {
    margin-bottom: 0;
}
@media (min-width:768px) {
    .blog-intro {
        margin-top: -40px;
    }
}
.blog-category article {
    margin-bottom: 15px;
}
@media (min-width:992px) {
    .blog-category article {
        margin-bottom: 40px;
    }
}
.blog-widget {
    position: relative;
}
.blog-widget header {
    background-color: transparent;
}
.blog-widget header:before {
    display: none;
}
@media (min-width:992px) {
    .blog-animated article:hover {
        box-shadow: 0 2px 20px rgba(0,0,0,.1);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.blog-block header {
    margin-bottom: 0;
}
.blog-block article {
    position: relative;
    margin-bottom: 15px;
}
@media (min-width:768px) {
    .blog-block article {
        margin-bottom: 30px;
    }
}
.blog-block article * {
    color: #fff;
}
.blog-block article .entry-block {
    background-color: transparent;
    width: 100%;
    top: 0;
    overflow: hidden;
    padding: 20px 15px;
    position: absolute;
}
@media (min-width:768px) {
    .blog-block article .entry-block {
        padding: 20px;
    }
}
@media (max-width:991px) {
    .blog-block article .entry-block {
        height: 100%;
        background-color: rgba(0,0,0,.2);
    }
}
.blog-block article .entry-block.entry-block-lg {
    padding: 20px;
}
@media (min-width:1336px) {
    .blog-block article .entry-block.entry-block-lg {
        padding: 40px;
    }
}
@media (min-width:1680px) {
    .blog-block article .entry-block.entry-block-lg {
        padding: 60px;
    }
}
.blog-block article .date {
    font-size: 13px;
    margin-bottom: 5px;
}
@media (min-width:992px) {
    .blog-block article .date {
        font-size: 14px;
    }
}
.blog-block article .image {
    height: auto;
}
.blog-block article .image img {
    display: block;
}
.blog-block article .image:before {
    background: -moz-linear-gradient(top,#000 0,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,#000 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,#000 0,rgba(255,255,255,0) 100%);
    position: absolute;
    opacity: .5;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.blog-block article:hover .image:before {
    opacity: .9;
}
@media print {
    .Blog-container {
        width: 100%!important;
    }
}
@media (max-width:767px) {
    .Blog-container,.Blog-container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width:768px) {
    .Blog-row.row-clean {
        margin: 0;
    }
    .Blog-row.row-clean>div {
        padding: 0;
    }
}
@media (max-width:767px) {
    .Blog-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .Blog-row>div {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.Blog-btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: inherit;
}
.Blog-btn.btn-main {
    background-color: transparent;
    border: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.Blog-btn.btn-main:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #3c5570;
    left: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media (min-width:768px) {
    .col-md-12-blog {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width:992px) {
    .col-md-12-blog {
        width: 100%;
    }
}
@media (min-width:1200px) {
    .col-lg-4-blog {
        width: 33.33333333%;
    }
}
.Blog-btn.btn-main:hover:after {
    width: 100%;
}
.Blog-btn.btn-main-white {
    background-color: transparent;
    border: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}
.Blog-btn.btn-main-white:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.Blog-btn.btn-main-white:hover:after {
    width: 100%;
}
.title-border::before {
    background: #eee none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.blog-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.admin-system-name-logo {
    padding: 12px 15px 12px 10px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #bdd1f8;
}
.bg-menu-bar {
    background-color: var(--soft-primary)!important;
}
@media only screen and (min-width:1200px) {
    .nav-container {
        max-width: 1200px;
    }
}
.nav-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}
.nova-navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.header-navbar nav .navbar-collapse ul li {
    margin-right: 28px;
}
.dropdown,.dropleft,.dropright,.dropup {
    position: relative;
}
.header-navbar nav .navbar-collapse ul .nav-item .nav-link {
    font-size: .875rem;
    color: #212529;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    padding: 1.2rem 0;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.btn-link,a {
    transition: .4s;
}
.header-navbar nav .navbar-collapse ul .nav-item .nav-link:hover {
    color: #b7853f;
}
.header-navbar nav .navbar-collapse ul .nav-item .nav-link {
    font-size: .875rem;
    color: #212529;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    padding: 1.2rem 0;
}
.header-mobile .header-maxi .navigation-mobile-container .navigation-mobile-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 38px;
    padding: .55rem .75rem;
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 0;
}
.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -250px;
    background-color: #fafafa;
    overflow-x: hidden;
    transition: .5s;
}
.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile.navigation-active {
    left: 0;
}
.navbar-logo {
    padding: 15px;
    color: #fff;
}
.navbar-mainbg {
    background-color: var(--nav-back-color);
    padding: 0;
}
#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}
#navbarSupportedContent ul {
    padding: 0;
    margin: 0;
}
#navbarSupportedContent ul li a i {
    margin-right: 10px;
}
#navbarSupportedContent li {
    list-style-type: none;
    text-align: left;
}
#navbarSupportedContent ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    border-right: 2px solid #3b3b3b;
    text-transform: uppercase;
}
#navbarSupportedContent ul li:hover>a {
    background: var(--nav-button-hover-color);
}
#navbarSupportedContent>ul>li.active>a {
    color: var(--primary);
    background-color: transparent;
    transition: all .7s;
}
#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: .5s;
    width: unset;
}
#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}
@media(min-width:992px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media (max-width:991px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
        text-align: left;
    }
}
.navbars-font-size {
    font-size: 24px!important;
}
@media only screen and (max-width:600px) {
    #navbarSupportedContent ul li:not(:last-child) a {
        border-bottom: 2px solid #3b3b3b;
        border-right: unset;
        width: 100%;
    }
    #navbarSupportedContent ul li:last-child a {
        border-bottom: unset;
        border-right: unset;
        width: unset;
    }
}
.active-nav {
    background: var(--nav-button-color);
}
.cat-icon {
    margin-right: 5px;
}
.cat-head {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    padding: 9px 17px 8.5px 17px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}
.two-sided-border {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
}
.animate-dropdown .open>.dropdown-menu,.animate-dropdown .open>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
@media only screen and (max-width:768px) {
    #hover-category-menu {
        display: none;
    }
}
.newsletterpopup {
    box-sizing: border-box;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto;
    position: fixed;
    top: 50%;
    width: 840px;
    z-index: 1000000;
    display: none;
}
.close-popup.popup-1 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10000;
    cursor: pointer;
    font-size: 16px;
}
.close-popup.popup-1 i {
    line-height: 28px;
}
.close-popup.popup-2 {
    cursor: pointer;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    bottom: 50px;
    right: 45px;
    z-index: 10000;
    border-bottom: 1px solid #000;
    font-weight: 700;
}
.close-popup.popup-1:hover {
    background: #ff6f00;
    color: #fff;
    border-color: #ff6f00;
}
.wp-newletter {
    display: flex;
}
.wp-newletter .image {
    width: 43%;
}
.wp-newletter img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.wp-newletter .widget {
    width: 57%;
    margin: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget {
    margin-bottom: 20px;
    border: 0 solid transparent;
    position: relative;
    padding: 0;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.wpbingo-newsletter-popup {
    padding: 20px 45px;
}
.wpbingo-newsletter-popup .title-newsletter {
    font-size: 36px;
    padding-top: 15px;
    position: relative;
}
.h-36px,.size-36px {
    height: 36px!important;
}
@media (min-width:768px) {
    .h-md-36px,.size-md-36px {
        height: 36px!important;
    }
}
.wpbingo-newsletter-popup .text-newsletter {
    font-size: 16px;
    margin-bottom: 20px;
}
.content-newsletter {
    background: #fff;
}
.content-newsletter .your-email {
    position: relative;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.content-newsletter .your-email:before {
    content: "\e90c";
    position: absolute;
    top: -6px;
    left: 16px;
    font-family: icomoon;
    color: #000;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}
.content-newsletter .your-email input {
    width: 100%;
    border: 0;
    padding: 0 15px 0 45px;
    border: 1px solid #000;
    line-height: 50px;
}
.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url] {
    direction: ltr;
}
.content-newsletter .clearfix {
    position: relative;
    margin-top: 25px;
    margin-bottom: 40px;
    display: inline-block;
}
.content-newsletter .clearfix input {
    background: #ff6f00;
    border: 0;
    padding: 0 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    line-height: 50px;
}
.content-newsletter .clearfix input:hover {
    background: #cc5900;
}
.content-newsletter .clearfix .ajax-loader {
    position: absolute;
}
.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.wpcf7 .ajax-loader:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.close-popup.popup-2:hover {
    color: #ff6f00;
    border-color: #ff6f00;
}
.popupshadow {
    background-color: rgba(32,32,32,.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}
@keyframes support-icon {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}
.support-icon:active,.support-icon:focus,.support-icon:hover {
    animation-name: support-icon;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.instagram-background {
    background: #f09433;
    background: -moz-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.snapchat-background {
    background: radial-gradient(white 41%,transparent 50%);
}
.title-deal {
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    background: 0 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 55px;
}
.title-block {
    margin-right: 30px;
    background: #fff;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
}
.title-block h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
}
.countdown-deal {
    background: var(--primary);
    display: inline-flex;
    line-height: 45px;
    height: 45px;
    padding: 0 25px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.countdown-deal label {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.countdown-deal .countdown-content {
    font-size: 18px;
}
.countdown-deal .countdown-content>span {
    display: inline-block;
    color: #fff;
    position: relative;
}
.countdown-deal .countdown-content>span:before {
    content: ":";
    margin: 0 10px;
}
.flash-sale-border {
    border: 2px solid var(--primary)!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 0 35px 15px;
}
@media (max-width:480px) {
    .title-block h5 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .countdown-deal label {
        display: none;
    }
    .title-block {
        text-align: center;
        margin-bottom: 10px;
    }
    .title-deal {
        margin-left: 0;
        justify-content: center;
        padding: 0 15px;
    }
    .countdown-deal label {
        font-size: 14px;
    }
    .countdown-deal .countdown-content {
        font-size: 16px;
    }
    .countdown-deal .countdown-content>span:before {
        margin: 0 5px;
    }
}
@media (max-width:767px) {
    .title-block {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .title-deal {
        margin-left: 0;
        text-align: center;
    }
    .countdown-deal .countdown-content>span:before {
        margin: 0 5px;
    }
    .title-deal {
        display: block;
    }
}
.text-reset.cat-side:before {
    position: absolute;
    bottom: -1px;
    width: 40px;
    height: 1px;
    background: var(--primary);
    content: "";
    left: 0;
}
.cat-side.text-reset {
    font-size: 15px;
    padding-bottom: 10px!important;
    position: relative;
    color: var(--primary)!important;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.sub-menu-shadow {
    box-shadow: 0 1px 12px 2px hsl(0deg 0% 56% / 30%);
}
.cat-head:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    float: right;
}
.raspberry-color {
    background: #d21f3c;
}
.white-text {
    color: #fff;
}
.pro-content {
    overflow: hidden;
    padding-top: 100px;
}
@media only screen and (max-width:767px) {
    .pro-content {
        padding-top: 60px!important;
    }
}
@media only screen and (max-width:991px) {
    .pro-content {
        padding-top: 70px;
    }
}
.nova-blog {
    padding-bottom: 30px;
}
.blog-content .blog-detail .blog-thumbnail {
    height: auto;
}
.nova-blog .blog-thumbnail {
    position: relative;
    margin-bottom: 15px;
    height: 240px;
    overflow: hidden;
}
.blog-badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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;
}
.date-tag {
    background-color: #fff;
    z-index: 2;
    left: 10px;
    font-size: .875rem;
    color: #212529;
    font-weight: 600;
    border-radius: 0;
    position: absolute;
    top: 10px;
    min-width: 40px;
    text-align: center;
}
.blog-img-thumbnail {
    padding: .25rem;
    background-color: #f5f5f5;
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}
.nova-blog .blog-thumbnail .blog-img-thumbnail {
    padding: 0;
    border: none;
}
.nova-blog .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 15px;
}
.nova-blog-content .blog-detail .blog-title {
    -webkit-line-clamp: unset;
}
.nova-blog .blog-title {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-menu .category-div {
    background-color: #f5f5f5;
    padding: 15px 15px 15px 15px;
    margin-bottom: 30px;
}
.blog-menu .category-div .heading {
    padding-bottom: 15px;
}
.blog-menu .category-div .media {
    height: 85px;
    overflow: hidden;
    margin-bottom: 15px;
}
.media {
    display: flex;
    align-items: flex-start;
}
.blog-menu .category-div .media .media-img {
    width: 30%;
    margin-right: 15px;
    overflow: hidden;
}
.nova-blog .blog-thumbnail {
    position: relative;
    margin-bottom: 15px;
    height: 240px;
    overflow: hidden;
}
.nova-blog p {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nova-blog .blog-detial {
    text-align: center;
}
.nova-blog .blog-detial .tag {
    font-size: .875rem;
    color: #6c757d;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    overflow: hidden;
    line-height: 15px;
    margin-bottom: 10px;
}
.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-name: blinker;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.blog-menu .category-div .media .media-body h5 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.page-heading-title h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.blog-content .post-date {
    margin-bottom: 30px;
}
.blog-menu .category-div .media .media-body {
    width: 70%;
}
.media-body {
    flex: 1;
}
.heading h2 {
    font-size: 1.25rem;
    margin-bottom: -10px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    margin-top: -5px;
}
.nova-card-box .badges {
    position: absolute;
    top: 10px;
    left: 10px;
}
.badges .badge-icon {
    display: inline-block;
    font-size: .65rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    padding: 2px 7px 2px 7px;
    min-width: 40px;
    text-align: center;
}
.nova-card-box .sold-out-badge {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sold-out-badge .sold-out-badge-icon {
    display: inline-block;
    font-size: .65rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    padding: 2px 7px 2px 7px;
    min-width: 40px;
    text-align: center;
}
.img__wrapper {
    position: revert;
    overflow: hidden;
}
.img__wrapper img {
    width: 100%;
}
.sold_out {
    top: 2em;
    left: -4.2em;
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    background-color: rgba(170,0,0,.7);
    padding: .3em 3em .3em 5em;
    text-shadow: 0 0 .75em #444;
    box-shadow: 0 0 .5em rgba(0,0,0,.5);
    font-size: .9rem;
    font-weight: 600;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 .5em rgba(0,0,0,.5);
    -webkit-transform: rotate(-45deg) scale(.75,1);
    z-index: 10;
    color: #fff!important;
}
@media only screen and (max-width:767px) {
    .sold_out {
        top: 1.5em;
        left: -3.8em;
        padding: .5em 3.4em .4em 4em;
        font-size: .65rem;
        font-weight: 600;
    }
}
.sold_out:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: -.3em -5em;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    border: 2px rgba(255,255,255,.7) dashed;
}
.blog-badge {
    line-height: 1.5;
}
.badge-info {
    color: #fff;
    background-color: #479af1;
}
.blog-badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.swipe-to-top {
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: .4s;
    overflow: hidden;
}
.swipe-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: 50% -100%;
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease-out;
}
.swipe-to-top:active:before,.swipe-to-top:focus:before,.swipe-to-top:hover:before {
    transform: scaleY(1);
}
.mg-left-100 {
    margin-left: 100px;
}
.mg-right-180 {
    margin-right: 180px!important;
}
@media only screen and (max-width:767px) {
    .mg-left-100 {
        margin-left: 0;
    }
    .mg-right-180 {
        margin-right: 0!important;
    }
}
.back-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}
.mouse {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    z-index: 99;
}
.mouse-icon {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255,255,255,.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.mouse-wheel {
    height: 30px;
    margin: 2px auto 0;
    display: block;
    width: 30px;
    background: 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
    color: #fff;
    font-size: 20px;
}
@keyframes wheel-up-down {
    100% {
        margin-top: 2px;
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    0% {
        margin-top: 20px;
        opacity: 0;
    }
}
.to-top-background {
    background: -webkit-linear-gradient(40deg,#20a4f3 0,#182b3a 135.12%)!important;
    background: -moz-linear-gradient(40deg,#20a4f3 0,#182b3a 135.12%)!important;
    background: linear-gradient(40deg,#20a4f3 0,#182b3a 135.12%)!important;
    background: -moz-linear-gradient(40deg,#20a4f3 0,#182b3a 135.12%)!important;
    background: -ms-linear-gradient(40deg,#20a4f3 0,#182b3a 135.12%)!important;
    background: -webkit-gradient(40deg,#20a4f3 0,#182b3a 135.12%)!important;
    background: -webkit-linear-gradient(black,transparent);
    background: -o-linear-gradient(40deg,#20a4f3 0,#182b3a 135.12%)!important;
    background: linear-gradient(40deg,#20a4f3 0,#182b3a 135.12%)!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width:767px) {
    .mouse-icon {
        width: 45px;
        height: 45px;
    }
    body,html {
        overflow-x: hidden;
    }
    .cookie-bar-wrap {
        display: none;
    }
    #subscription {
        display: none;
    }
    .mouse {
        top: -25px;
    }
}
.category-card {
    border: 0 solid rgb(0 0 0 / 0%);
    box-shadow: 0 .3rem .8rem rgb(0 0 0 / 12%);
}
.rounded-0 {
    border-radius: 0!important;
}
.bg-dark-1 {
    background-color: rgb(0 0 0 / 15%)!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img,.card-img-bottom,.card-img-top {
    width: 100%;
}
.category-card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}
.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.cat-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.cat-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);
}
.list-group-flush>.cat-list-group-item {
    border-width: 0 0 1px;
}
.cat-list-group-item:first-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.cat-list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    text-decoration: none;
    background-color: var(--primary)!important;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-flush>.cat-list-group-item:hover {
    color: #fff!important;
}
.cat-list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}
.cat-badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.category-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.category-default.category-default-1 {
    color: #222;
}
.overlay-zoom {
    overflow: hidden;
}
.category-default {
    color: #fff;
}
.category {
    position: relative;
    font-size: 1rem;
}
figure {
    margin: 0;
}
.overlay-zoom img {
    transition: transform .3s;
}
.category img {
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    max-width: 40%;
    height: 250px;
    overflow: hidden;
    object-fit: cover;
    -webkit-filter: brightness(.8);
}
.category-default.category-default-1 .category-content {
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    height: 18.5%;
    border-radius: 3px;
    background-color: rgba(255,255,255,.8);
}
.category-default .category-content {
    background-color: rgba(38,38,38,.8);
}
.category-absolute .category-content {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
}
.category-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background .3s;
}
.category .category-name {
    font-size: 1.1rem;
    font-weight: 600!important;
    line-height: 1.2;
    color: inherit;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: auto;
}
.overlay-zoom:hover img {
    transform: scale(1.08);
}
.category-default.category-default-1:hover .category-content {
    background-color: #fff;
}
.grey-section {
    background: #f6f7f9;
}
.logoBorder {
    border-radius: 5px;
}
.cat-image {
    height: 32px!important;
    font-size: 16px;
    border-radius: 32px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: 32px;
}
.mainCategory_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media only screen and (max-width:767px) {
    .category .category-name {
        font-size: .9rem;
    }
}
.vertical-text-align {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
[data-tooltip] {
    position: relative;
    z-index: 10;
}
[data-tooltip]:after,[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    bottom: calc(100% + 5px);
    pointer-events: none;
    transition: .2s;
    will-change: transform;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 10px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: rgba(20,20,35,.9);
    background-image: linear-gradient(30deg,rgba(59,72,80,.44),rgba(59,68,75,.44),rgba(60,82,88,.44));
    box-shadow: 0 0 24px rgba(0,0,0,.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    transform: translate(-50%,-5px) scale(.5);
}
[data-tooltip]:after {
    content: '';
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(55,64,70,.9) transparent transparent transparent;
    transition-duration: 0s;
    transform-origin: top;
    transform: translateX(-50%) scaleY(0);
}
[data-tooltip]:hover:after,[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
[data-tooltip]:hover:before {
    transition-delay: 0.3s;
    transform: translate(-50%,-5px) scale(1);
}
[data-tooltip]:hover:after {
    transition-delay: 0.5s;
    transition-duration: .2s;
    transform: translateX(-50%) scaleY(1);
}
[data-tooltip-location=left]:after,[data-tooltip-location=left]:before {
    left: auto;
    right: calc(100% + 5px);
    bottom: 50%;
}
[data-tooltip-location=left]:before {
    transform: translate(-5px,50%) scale(.5);
}
[data-tooltip-location=left]:hover:before {
    transform: translate(-5px,50%) scale(1);
}
[data-tooltip-location=left]:after {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent rgba(55,64,70,.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
}
[data-tooltip-location=left]:hover:after {
    transform: translateY(50%) scaleX(1);
}
[data-tooltip-location=right]:after,[data-tooltip-location=right]:before {
    left: calc(100% + 5px);
    bottom: 50%;
}
[data-tooltip-location=right]:before {
    transform: translate(5px,50%) scale(.5);
}
[data-tooltip-location=right]:hover:before {
    transform: translate(5px,50%) scale(1);
}
[data-tooltip-location=right]:after {
    border-width: 5px 5px 5px 0;
    border-color: transparent rgba(55,64,70,.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
}
[data-tooltip-location=right]:hover:after {
    transform: translateY(50%) scaleX(1);
}
[data-tooltip-location=bottom]:after,[data-tooltip-location=bottom]:before {
    top: calc(100% + 5px);
    bottom: auto;
}
[data-tooltip-location=bottom]:before {
    transform: translate(-50%,5px) scale(.5);
}
[data-tooltip-location=bottom]:hover:before {
    transform: translate(-50%,5px) scale(1);
}
[data-tooltip-location=bottom]:after {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent rgba(55,64,70,.9) transparent;
    transform-origin: bottom;
}
.info-wrapper {
    flex-grow: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    padding-left: 6%;
    border-left: 3px solid #35ea95;
}
.info-wrapper p {
    color: rgba(255,255,255,.69);
}
.info-wrapper p {
    max-width: 600px;
    text-align: justify;
}
.info-wrapper .title-question {
    display: block;
    color: #fff;
    font-size: 1.36em;
    font-weight: 500;
    padding-bottom: 24px;
}
@media (max-width:750px) {
    [data-tooltip]:after {
        bottom: calc(100% + 3px);
    }
    [data-tooltip]:after {
        border-width: 7px 7px 0 7px;
    }
}
.tooltip-icon-weight {
    -webkit-text-stroke: 0.4px;
}
.tooltip-margin-left {
    margin-left: 2px;
}
.invoice {
    background: #fff;
    padding: 40px 20px 20px 20px;
}
.invoice-company {
    font-size: 20px;
}
.invoice-header {
    background: #f0f3f4;
    padding: 20px;
}
.invoice-date,.invoice-from,.invoice-to {
    display: table-cell;
    width: 1%;
}
.invoice-from,.invoice-to {
    padding-right: 20px;
}
.invoice-date .date,.invoice-from strong,.invoice-to strong {
    font-size: 16px;
    font-weight: 600;
}
.invoice-date {
    text-align: right;
    padding-left: 20px;
}
.invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%;
}
.invoice-price .invoice-price-left,.invoice-price .invoice-price-right {
    display: table-cell;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    width: 75%;
    position: relative;
    vertical-align: middle;
}
@media print {
    #printInvoice {
        display: none;
    }
}
.invoice-price .invoice-price-left .sub-price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block;
}
.invoice-price .invoice-price-row {
    display: table;
    float: left;
}
.invoice-price .invoice-price-right {
    width: 25%;
    background: #2d353c;
    color: #fff;
    font-size: 28px;
    text-align: right;
    vertical-align: bottom;
    font-weight: 300;
}
.invoice-price .invoice-price-right small {
    display: block;
    opacity: .6;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
}
.invoice-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 10px;
}
.invoice-note {
    color: #999;
    margin-top: 80px;
    font-size: 85%;
}
.invoice>div:not(.invoice-footer) {
    margin-bottom: 20px;
}
.btn.btn-white,.btn.btn-white.disabled,.btn.btn-white.disabled:focus,.btn.btn-white[disabled],.btn.btn-white[disabled]:focus,.btn.btn-white[disabled]:hover {
    color: #fff;
    background: var(--primary);
    border-color: #d9dfe3;
}
.btn.btn-white:hover {
    background-color: var(--hov-primary);
    border-color: var(--hov-primary);
    color: var(--white)!important;
}
.pull-right {
    float: right;
}
.badge-custom {
    display: inline-block;
    padding: 3px;
    font-size: 11px;
    border-radius: 50em 0 0 50em;
    color: red;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    right: 0px;
    background: #fff;
    z-index: 999;
    bottom: 20px;
    box-shadow: 2px 1px 6px 2px rgba(0,0,0,.1),0 4px 4px 0 rgba(0,0,0,.06)!important;
}
.badge-custom .box {
    height: 26px;
    width: 26px;
    background: red;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.product-tag {
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 5;
}
.product-tag .product-tag-btn {
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 50px solid #039fbe;
    border-left: 15px solid #039fbe;
    border-right: 15px solid #039fbe;
    display: inline-block;
}
.product-tag-btn span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    left: 4px;
    letter-spacing: -1px;
    line-height: 0;
    position: absolute;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 24px;
}
div::-webkit-scrollbar {
    display: none;
}

#chat-circle {
  position: fixed;
    bottom: 20px;
    right: 20px;
    background: #5A5EB9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    padding: 28px;
    cursor: pointer;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 60%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    z-index: 999;
}

.btn#my-btn {
     background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}
#chat-overlay {
    background: rgba(255,255,255,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}

i.las.la-robot {
    font-size: 20px;
    right: 10px;
    bottom: 10px;
    position: relative;
}

.chat-box {
  display:none;
  background: #efefef;
  position:fixed;
  right:30px;
  bottom:50px;  
  width:350px;
  max-width: 85vw;
  max-height:100vh;
  border-radius:5px;  
  z-index:999;
}
.chat-box-toggle {
  float:right;
  margin-right:15px;
  cursor:pointer;
}
.chat-box-header {
background: #5A5EB9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
}
.chat-box-body {
  position: relative;  
  height:200px;  
  height:auto;
  border:1px solid #ccc;  
  overflow: hidden;
}
.chat-box-body:after {
  content: "";
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=');
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height:100%;
  position: absolute;
  z-index: -1;   
}
#chat-input {
  background: #f4f7f9;
  width:100%; 
  position:relative;
  height:47px;  
  padding-top:10px;
  padding-right:50px;
  padding-bottom:10px;
  padding-left:15px;
  border:none;
  resize:none;
  outline:none;
  border:1px solid #ccc;
  color:#888;
  border-top:none;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  overflow:hidden;  
}
.chat-input > form {
    margin-bottom: 0;
}
#chat-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
#chat-input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#chat-input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#chat-input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.chat-submit {  
    position: absolute;
    bottom: 5px;
    right: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #5A5EB9;
    width: 35px;
    height: 35px;
    font-size: 20px; 
}
.chat-logs {
  padding:15px; 
  height:200px;
  overflow-y:scroll;
}

.chat-logs::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar
{
	width: 5px;  
	background-color: #F5F5F5;
}

.chat-logs::-webkit-scrollbar-thumb
{
	background-color: #5A5EB9;
}



@media only screen and (max-width: 500px) {
   .chat-logs {
        height:40vh;
    }
}

.chat-msg.user > .msg-avatar img {
  width:45px;
  height:45px;
  border-radius:50%;
  float:left;
  width:15%;
}
.chat-msg.self > .msg-avatar img {
  width:45px;
  height:45px;
  border-radius:50%;
  float:right;
  width:15%;
}
.cm-msg-text {
  background:white;
  padding:10px 15px 10px 15px;  
  color:#666;
  max-width:75%;
  float:left;
  margin-left:10px; 
  position:relative;
  margin-bottom:20px;
  border-radius:30px;
}
.chat-msg {
  clear:both;    
}
.chat-msg.self > .cm-msg-text {  
  float:right;
  margin-right:10px;
  background: #5A5EB9;
  color:white;
}
.cm-msg-button>ul>li {
  list-style:none;
  float:left;
  width:50%;
}
.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}
