@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import "icons.css";
@import "alert.css";

.gradient-1,
.pricing-wrapper .single-pricing-table .btn.style-1:hover,
.pricing-wrapper .single-pricing-table .plan-price.style-1,
.pricing-wrapper .single-pricing-table .upper-border.style-1 {
    background: #3398fb;
    background: -moz-linear-gradient(left, #3398fb 0%, #8553ee 100%);
    background: -webkit-linear-gradient(left, #3398fb 0%, #8553ee 100%);
    background: linear-gradient(to right, #3398fb 0%, #8553ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3398fb', endColorstr='#8553ee', GradientType=1)
}

.gradient-2,
.pricing-wrapper .single-pricing-table .btn.style-2:hover,
.pricing-wrapper .single-pricing-table .plan-price.style-2,
.pricing-wrapper .single-pricing-table .upper-border.style-2 {
    background: #36e1b4;
    background: -moz-linear-gradient(left, #36e1b4 0%, #11cae7 100%);
    background: -webkit-linear-gradient(left, #36e1b4 0%, #11cae7 100%);
    background: linear-gradient(to right, #36e1b4 0%, #11cae7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36e1b4', endColorstr='#11cae7', GradientType=1)
}

.gradient-3,
.pricing-wrapper .single-pricing-table .btn.style-3:hover,
.pricing-wrapper .single-pricing-table .plan-price.style-3,
.pricing-wrapper .single-pricing-table .upper-border.style-3 {
    background: #ffbf31;
    background: -moz-linear-gradient(left, #ffbf31 0%, #ff890e 100%);
    background: -webkit-linear-gradient(left, #ffbf31 0%, #ff890e 100%);
    background: linear-gradient(to right, #ffbf31 0%, #ff890e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf31', endColorstr='#ff890e', GradientType=1)
}

.gradient-4 {
    background: #23bdb8;
    background: -moz-linear-gradient(-45deg, #23bdb8 0%, #43e794 100%);
    background: -webkit-linear-gradient(-45deg, #23bdb8 0%, #43e794 100%);
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23bdb8', endColorstr='#43e794', GradientType=1)
}

.gradient-5 {
    background: #9a56ff;
    background: -moz-linear-gradient(-45deg, #9a56ff 0%, #e36cd9 100%);
    background: -webkit-linear-gradient(-45deg, #9a56ff 0%, #e36cd9 100%);
    background: linear-gradient(135deg, #9a56ff 0%, #e36cd9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a56ff', endColorstr='#e36cd9', GradientType=1)
}

.gradient-6 {
    background: #f48665;
    background: -moz-linear-gradient(-45deg, #f48665 0%, #fda23f 100%);
    background: -webkit-linear-gradient(-45deg, #f48665 0%, #fda23f 100%);
    background: linear-gradient(135deg, #f48665 0%, #fda23f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48665', endColorstr='#fda23f', GradientType=1)
}

.gradient-7 {
    background: #e36cd9;
    background: -moz-linear-gradient(-45deg, #e36cd9 0%, #fe60ae 100%);
    background: -webkit-linear-gradient(-45deg, #e36cd9 0%, #fe60ae 100%);
    background: linear-gradient(135deg, #e36cd9 0%, #fe60ae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36cd9', endColorstr='#fe60ae', GradientType=1)
}

.gradient-8 {
    background: #a15cff;
    background: -moz-linear-gradient(left, #a15cff 0%, #ce82fd 100%);
    background: -webkit-linear-gradient(left, #a15cff 0%, #ce82fd 100%);
    background: linear-gradient(to right, #a15cff 0%, #ce82fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a15cff', endColorstr='#ce82fd', GradientType=1)
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@-webkit-keyframes pulse-me {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3);
        opacity: 0
    }

    50% {
        opacity: .1
    }

    70% {
        opacity: .09
    }

    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@keyframes pulse-me {
    0% {
        -webkit-transform: scale(.3);
        transform: scale(.3);
        opacity: 0
    }

    50% {
        opacity: .1
    }

    70% {
        opacity: .09
    }

    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateX(-8%);
        -webkit-transform: translateX(-8%)
    }

    50% {
        transform: translateX(8%);
        -webkit-transform: translateX(8%)
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateX(-8%);
        -webkit-transform: translateX(-8%)
    }

    50% {
        transform: translateX(8%);
        -webkit-transform: translateX(8%)
    }

    to {
        transform: translateY(-8%);
        -webkit-transform: translateY(-8%)
    }
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes myanimation {
    0% {
        width: 0
    }
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    to {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    to {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

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

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -3.5rem
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -12.4rem
    }
}

@keyframes color {

    0%,
    to {
        stroke: #d62d20
    }

    40% {
        stroke: #0057e7
    }

    66% {
        stroke: #008744
    }

    80%,
    90% {
        stroke: #ffa700
    }
}

@-webkit-keyframes am-moving-dashes {
    to {
        stroke-dashoffset: -3.1rem
    }
}

@keyframes am-moving-dashes {
    to {
        stroke-dashoffset: -3.1rem
    }
}

@-webkit-keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0
    }

    to {
        stroke-opacity: 0;
        stroke-width: 5rem
    }
}

@keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0
    }

    to {
        stroke-opacity: 0;
        stroke-width: 5rem
    }
}

@-webkit-keyframes am-draw {
    0% {
        stroke-dashoffset: 500%
    }

    to {
        stroke-dashoffset: 0%
    }
}

@keyframes am-draw {
    0% {
        stroke-dashoffset: 500%
    }

    to {
        stroke-dashoffset: 0%
    }
}

:root {
    --blue: #398BF7;
    --indigo: #3f51b5;
    --purple: #7C277D;
    --pink: #e91e63;
    --red: red;
    --orange: #F7941D;
    --yellow: #FFB22B;
    --green: #26DA87;
    --teal: #39CCCC;
    --cyan: #00bcd4;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #FF0A16;
    --primary-dark: #a51224;
    --secondary: #35495e;
    --secondary-dark: #2a3c34;
    --success: #4CAF50;
    --info: #00a2ff;
    --warning: #FFC107;
    --danger: #FF5722;
    --light: #aaa;
    --dark: #464a53;
    --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, 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
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%;
    scroll-behavior: smooth;

}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

address,
hr {
    margin-bottom: 1rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-top: 0
}

dl,
ol,
p,
ul {
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all .4s ease-in-out;
    color: #000
}

a:hover {
    color: #441cef;
    text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    display: block;
    font-size: 87.5%;
    color: #212529
}

img,
svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input,
svg.pulse-svg {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    line-height: 1.2
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    color: inherit
}

.h1 {
    font-size: 2.5rem
}

.h2 {
    font-size: 2rem
}

.h3 {
    font-size: 1.75rem
}

.h4 {
    font-size: 1.5rem
}

.h5 {
    font-size: 1.25rem
}

.h6 {
    font-size: 1rem
}

.display-1,
.lead {
    font-size: 1.25rem;
    font-weight: 300
}

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

.display-2,
.display-3,
.display-4 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3,
.display-4 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code,
kbd {
    font-size: 87.5%
}

code {
    word-break: break-word;
    color: #e91e63
}

a>code,
pre code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

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

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

@media (min-width:1200px) {
    .container {
        max-width: 1340px
    }
}

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

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

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: text-top;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th,
.table-dark.table-bordered {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary>td,
.table-primary>th {
    background-color: #dbd3fc
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #c7bbfa
}

.table-secondary>td,
.table-secondary>th {
    background-color: #d4c8eb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c5b5e4
}

.table-success>td,
.table-success>th {
    background-color: #cde9ce
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #bbe1bd
}

.table-info>td,
.table-info>th {
    background-color: #b8e5ff
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #9fdcff
}

.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger>td,
.table-danger>th {
    background-color: #ffd0c1
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ffbda8
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #e7e7e7
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #dadada
}

.table-dark>td,
.table-dark>th {
    background-color: #cbcccf
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #bebfc3
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}
.table-padded td {
    padding: 2rem 1rem
}

.table{
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.table.table-borderless>tbody>tr>td,
.table.table-borderless>tbody>tr>th,
.table.table-borderless>tfoot>tr>td,
.table.table-borderless>tfoot>tr>th,
.table.table-borderless>thead>tr>td,
.table.table-borderless>thead>tr>th {
    border-top: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
.product-footer {
    border-top: .1rem solid rgba(120, 130, 140, .13);
    border-bottom: .1rem solid rgba(120, 130, 140, .13)
}

tr:not(:last-child) td:first-child { border-top-left-radius: 10px; }
tr:not(:last-child) td:first-child { border-bottom-left-radius: 10px; }
tr:not(:last-child) td:last-child { border-top-right-radius: 10px; }
tr:not(:last-child) td:last-child { border-bottom-right-radius: 10px; }

tr:not(:last-child) td{
    padding: 10px 20px;
}

tr:not(:last-child) td:first-child{
    color: black;
    font-weight: 600;
}

tr:not(:last-child){
    box-shadow: 0 0 1.5rem rgb(120 130 140 / 13%);
}

thead .vbt-column-header{
    border-top: none!important;
    border-bottom: .1rem solid rgba(120, 130, 140, .13)!important;
}
@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    background-color: #fff;
    border-color: #e1dafc;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(127, 99, 244, .25)
}

.form-control::placeholder {
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

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

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.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 {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    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
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #4caf50
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(76, 175, 80, .9);
    border-radius: .25rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #4caf50
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #4caf50
}

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #4caf50
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #a3d7a5
}

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

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #6ec071
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(76, 175, 80, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #4caf50
}

.custom-file-input.is-valid~.custom-file-label::after,
.was-validated .custom-file-input:valid~.custom-file-label::after {
    border-color: inherit
}

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255, 87, 34, .9);
    border-radius: .25rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #ff5722
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #ff5722;
    box-shadow: 0 0 0 .2rem rgba(255, 87, 34, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #ff5722
}

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

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #ff5722
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #ffb8a2
}

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

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #ff7e55
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 87, 34, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #ff5722
}

.custom-file-input.is-invalid~.custom-file-label::after,
.was-validated .custom-file-input:invalid~.custom-file-label::after {
    border-color: inherit
}

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(255, 87, 34, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

@media (min-width:576px) {

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(127, 99, 244, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    background-color: var(--primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary-dark);
    border-color: var(--primary-dark)
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(127, 99, 244, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--primary);;
    border-color: var(--primary);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cf0405;
    border-color: #cf0405
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(127, 99, 244, .5)
}

.btn-secondary {
    background-color: #F70001
}

.btn-secondary:hover {
    color: #fff;
    background-color: #cf0405;
    border-color: #cf0405
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(103, 59, 183, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #F70001;
    border-color: #F70001
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #cf0405;
    border-color: #cf0405
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(103, 59, 183, .5)
}

.btn-success {
    background-color: #4caf50
}

.btn-success:hover {
    color: #fff;
    background-color: #409444;
    border-color: #3d8b40
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39833c
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .5)
}

.btn-info {
    background-color: #00a2ff
}

.btn-info:hover {
    color: #fff;
    background-color: #008ad9;
    border-color: #0082cc
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 162, 255, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #00a2ff;
    border-color: #00a2ff
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0082cc;
    border-color: #007abf
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 162, 255, .5)
}

.btn-warning {
    background-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    background-color: #ff5722
}

.btn-danger:hover {
    color: #fff;
    background-color: #fb3c00;
    border-color: #ee3900
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 87, 34, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ee3900;
    border-color: #e13600
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 87, 34, .5)
}

.btn-light {
    background-color: #aaa
}

.btn-light:hover {
    color: #212529;
    background-color: #979797;
    border-color: #919191
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(170, 170, 170, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #aaa;
    border-color: #aaa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #919191
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(170, 170, 170, .5)
}

.btn-dark {
    background-color: #464a53
}

.btn-dark:hover {
    color: #fff;
    background-color: #35383e;
    border-color: #2f3137
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(70, 74, 83, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #464a53;
    border-color: #464a53
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #2f3137;
    border-color: #292b30
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(70, 74, 83, .5)
}

.btn-outline-primary {
    background-color: transparent;
    background-image: none
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary);;
    border-color: var(--primary);
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(127, 99, 244, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--primary);;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary);;
    border-color: var(--primary);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(127, 99, 244, .5)
}

.btn-outline-secondary {
    background-color: transparent;
    background-image: none
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #F70001;
    border-color: #F70001
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(103, 59, 183, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #F70001;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #F70001;
    border-color: #F70001
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(103, 59, 183, .5)
}

.btn-outline-success {
    background-color: transparent;
    background-image: none
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #4caf50;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 175, 80, .5)
}

.btn-outline-info {
    background-color: transparent;
    background-image: none
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #00a2ff;
    border-color: #00a2ff
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 162, 255, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #00a2ff;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00a2ff;
    border-color: #00a2ff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 162, 255, .5)
}

.btn-outline-warning {
    background-color: transparent;
    background-image: none
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    background-color: transparent;
    background-image: none
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 87, 34, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff5722;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 87, 34, .5)
}

.btn-outline-light {
    background-color: transparent;
    background-image: none
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #aaa;
    border-color: #aaa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(170, 170, 170, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #aaa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #aaa;
    border-color: #aaa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(170, 170, 170, .5)
}

.btn-outline-dark {
    background-color: transparent;
    background-image: none
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #464a53;
    border-color: #464a53
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(70, 74, 83, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #464a53;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #464a53;
    border-color: #464a53
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(70, 74, 83, .5)
}

.btn-link,
.btn-link:hover {
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: var(--primary);
}

.btn-link:hover {
    color: #441cef;
    text-decoration: underline;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    line-height: 1.5;
    border-radius: .2rem
}

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

.btn-block+.btn-block {
    margin-top: .5rem
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

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

.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

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

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

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

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

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

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

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

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

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

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after,
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group-append,
.input-group-prepend {
    display: flex
}

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

.input-group-prepend {
    margin-right: -1px
}

.input-group-append,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #f6f7f8;
    border-top: 1px solid #EBEBEB9D;
    border-right: 1px solid #EBEBEB9D;
    border-bottom: 1px solid #EBEBEB9D;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.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 {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: var(--primary);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(127, 99, 244, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #fff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    pointer-events: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--primary);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: var(--primary);
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(127, 99, 244, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(127, 99, 244, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--primary);
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(127, 99, 244, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #000000;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #e1dafc;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(225, 218, 252, .5)
}

.custom-select:focus::-ms-value {
    background-color: #fff
}

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-lg,
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px)
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #e1dafc;
    box-shadow: 0 0 0 .2rem rgba(127, 99, 244, .25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #e1dafc
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label,
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label {
    left: 0;
    height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
    z-index: 1;
    background-color: #fff;
    border-radius: .25rem
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(127, 99, 244, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(127, 99, 244, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(127, 99, 244, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

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

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fff
}

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: var(--primary);;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: var(--primary);;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .nav-item.show .nav-link {
    color: #495057
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff
}

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

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

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

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

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

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

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

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

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

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

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

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

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

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

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

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

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

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

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

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.card {
    position: relative;
    display: flex;
    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
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

#timeline section.year section ul:last-child,
.card-text:last-child {
    margin-bottom: 0
}

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

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 12px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -12px;
        margin-left: -12px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 12px;
        margin-bottom: 0;
        margin-left: 12px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 12px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb,
.pagination {
    display: flex;
    list-style: none;
    border-radius: .25rem
}

.breadcrumb {
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before,
.page-link:hover {
    text-decoration: none
}

.pagination {
    padding-left: 0
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--primary);;
    background-color: #fff;
    /* border: 1px solid #dee2e6 */
}

.page-link:hover {
    z-index: 2;
    color: #441cef;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(127, 99, 244, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary);;
    border-color: var(--primary);
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cf0405
}

.badge-secondary {
    color: #fff;
    background-color: #F70001
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cf0405
}

.badge-success {
    color: #fff
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3d8b40
}

.badge-info {
    color: #fff
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0082cc
}

.badge-warning {
    color: #212529
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ee3900
}

.badge-light {
    color: #212529
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #919191
}

.badge-dark {
    color: #fff
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2f3137
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    background-color: #e5e0fd
}

.alert-primary hr {
    border-top-color: #c7bbfa
}

.alert-primary .alert-link {
    color: #2f245b
}

.alert-secondary {
    color: #361f5f;
    background-color: #e1d8f1;
    border-color: #d4c8eb
}

.alert-secondary hr {
    border-top-color: #c5b5e4
}

.alert-secondary .alert-link {
    color: #201239
}

.alert-success {
    color: #285b2a;
    background-color: #dbefdc;
    border-color: #cde9ce
}

.alert-success hr {
    border-top-color: #bbe1bd
}

.alert-success .alert-link {
    color: #18381a
}

.alert-info {
    color: #005485;
    background-color: #ccecff;
    border-color: #b8e5ff
}

.alert-info hr {
    border-top-color: #9fdcff
}

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

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

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #852d12;
    background-color: #ffddd3;
    border-color: #ffd0c1
}

.alert-danger hr {
    border-top-color: #ffbda8
}

.alert-danger .alert-link {
    color: #581e0c
}

.alert-light {
    color: #585858;
    background-color: #eee;
    border-color: #e7e7e7
}

.alert-light hr {
    border-top-color: #dadada
}

.alert-light .alert-link {
    color: #3f3f3f
}

.alert-dark {
    color: #24262b;
    background-color: #dadbdd;
    border-color: #cbcccf
}

.alert-dark hr {
    border-top-color: #bebfc3
}

.alert-dark .alert-link {
    color: #0d0d0f
}

.progress {
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

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

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--primary);;
    border-color: var(--primary);
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

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

.list-group-item-primary {
    color: #42337f;
    background-color: #dbd3fc
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #42337f;
    background-color: #c7bbfa
}

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

.list-group-item-secondary {
    color: #361f5f;
    background-color: #d4c8eb
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #361f5f;
    background-color: #c5b5e4
}

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

.list-group-item-success {
    color: #285b2a;
    background-color: #cde9ce
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #285b2a;
    background-color: #bbe1bd
}

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

.list-group-item-info {
    color: #005485;
    background-color: #b8e5ff
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #005485;
    background-color: #9fdcff
}

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

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

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

.list-group-item-danger {
    color: #852d12;
    background-color: #ffd0c1
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #852d12;
    background-color: #ffbda8
}

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

.list-group-item-light {
    color: #585858;
    background-color: #e7e7e7
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #585858;
    background-color: #dadada
}

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

.list-group-item-dark {
    color: #24262b;
    background-color: #cbcccf
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #24262b;
    background-color: #bebfc3
}

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

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

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

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

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem*2));
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    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
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.35);
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: auto;
        padding-bottom: 10rem;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem*2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem*2))
    }

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

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

.tooltip,
.tooltip .arrow {
    position: absolute;
    display: block
}

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

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    width: .8rem;
    height: .4rem
}

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

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

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

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

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

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top,
.sidebar-right .tab-content .tab-pane .admin-settings p {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px)*-1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

#timeline section.year section ul li,
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px)*-1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px)*-1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left,
.card.card-full-width ul.contact-address-list>li h4 i {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px)*-1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel,
.carousel-inner {
    position: relative
}

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

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {

    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {

    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

#main-wrapper.show,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

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

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    /* text-indent: -999px; */
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::after,
.carousel-indicators li::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::before {
    top: -10px
}

.carousel-indicators li::after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: var(--primary); !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #cf0405 !important
}

.bg-secondary {
    background-color: #F70001 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #cf0405 !important
}

.bg-success {
    background-color: #4caf50 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #3d8b40 !important
}

.bg-info {
    background-color: #00a2ff !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #0082cc !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #ff5722 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #ee3900 !important
}

.bg-light {
    background-color: #aaa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #919191 !important
}

.bg-dark {
    background-color: #464a53 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #2f3137 !important
}

.bg-white {
    background-color: #fff !important
}

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

.border-0 {
    border: 0 !important
}

.active-member table>tbody>tr>td,
.border-top-0 {
    border-top: 0 !important
}

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

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

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

.border-primary {
    border-color: var(--primary); !important
}

.border-secondary {
    border-color: #F70001 !important
}

.border-success {
    border-color: #4caf50 !important
}

.border-info {
    border-color: #00a2ff !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #ff5722 !important
}

.border-light {
    border-color: #aaa !important
}

.border-dark {
    border-color: #464a53 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

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

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

.clearfix::after {
    clear: both
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

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

.d-flex {
    display: flex !important
}

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

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

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

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

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

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

    .d-sm-table-row {
        display: table-row !important
    }

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

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

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

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

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

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

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

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

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

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

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

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

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

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

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.clearfix::after,
.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

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

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

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

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

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

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

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

.flex-fill {
    flex: 1 1 auto !important
}

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

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

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

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

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

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

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

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

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

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

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

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

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

.align-content-start {
    align-content: flex-start !important
}

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

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

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

.align-content-around {
    align-content: space-around !important
}

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

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

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

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

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

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

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

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

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

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

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

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

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

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

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

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

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

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

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

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

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

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

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

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

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

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

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

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

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

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

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

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

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

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

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

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

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

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

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

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

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

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

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

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

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

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

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

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

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

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

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

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

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

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

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

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

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

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

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

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

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

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

    .align-items-xl-baseline {
        align-items: baseline !important
    }

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

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

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

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

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

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

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

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

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

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

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

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

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

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

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

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

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

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

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

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

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

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

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

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

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

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

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

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

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

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

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

.p-0 {
    padding: 0 !important
}

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

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

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

.pl-0,
.px-0 {
    padding-left: 0 !important
}

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

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

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

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

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

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

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

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

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

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

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

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

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

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

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

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

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

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

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

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

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

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

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

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

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

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

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

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

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

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

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

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

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

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

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

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

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

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

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

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

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

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

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

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

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

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

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

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

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

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

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

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

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

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

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

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

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

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

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

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

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

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

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

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

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

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

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

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

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

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

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

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

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

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

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

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

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

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

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

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

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

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

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

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

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

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

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

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

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

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

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

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

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

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

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

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

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

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

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

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

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

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

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

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

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

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

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

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

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

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

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

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

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

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

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

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

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

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

.text-white {
    color: #fff !important
}

.text-primary {
    color: var(--primary); !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #cf0405 !important
}

.text-secondary {
    color: #F70001 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #cf0405 !important
}

.text-success {
    color: #4caf50 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #3d8b40 !important
}

.text-info {
    color: #00a2ff !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0082cc !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: var(--danger) !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ee3900 !important
}

.text-light {
    color: #aaa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #919191 !important
}

.text-dark {
    color: #464a53 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #2f3137 !important
}

.text-body {
    color: #212529 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-black {
    color: #000000
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd
    }

    thead {
        display: table-header-group
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

.border-right {
    border-right: 1px solid #dddfe1 !important
}

.border-left {
    border-left: 1px solid #dddfe1 !important
}

.border-top {
    border-top: 1px solid #dddfe1 !important
}

.border-bottom {
    border-bottom: 1px solid #dddfe1 !important
}

.border {
    border: 1px solid #dddfe1 !important
}

.font-medium {
    font-size: 1.5rem !important
}

.font-small {
    font-size: 1.4rem !important
}

.font-x-small {
    font-size: 1.3rem !important
}

.font-tiny {
    font-size: 1.2rem !important
}

*,
body {
    margin: 0
}

* {
    outline: 0;
    padding: 0;
    box-sizing: inherit
}

::after,
::before {
    margin: 0;
    padding: 0
}

@media only screen and (max-width:1199px) {
    html {
        font-size: 56.25%
    }
}

@media only screen and (max-width:991px) {
    html {
        font-size: 50%
    }
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    height: 100%;
    background-color: #FFFFFF;
    color: #abafb3;
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    font-weight: 400
}

#main-wrapper {
    z-index: 0;
    /* opacity: 0; */
    transition: all .25s ease-in;
    /* overflow: hidden; */
    background: #F4F7F7;
    position: relative;
    min-height: 100vh;
}

#main-wrapper>img {
    position: fixed;
    z-index: -1;
    bottom: 50px;
    right: -30px;
    -webkit-transform: rotate(90deg) scaleX(-1);
    -moz-transform: rotate(90deg) scaleX(-1);
    -ms-transform: rotate(90deg) scaleX(-1);
    -o-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1);
}

a:focus,
a:hover {
    text-decoration: none;
    color: var(--primary);
}

a.link,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #464a53
}

a.link:focus,
a.link:hover {
    color: #00a2ff
}

ul {
    padding: 0
}

li {
    list-style: none
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block
}

.img-rounded {
    border-radius: .4rem
}

.img-flag {
    height: 1.5rem;
    width: 1.8rem
}

.img-full {
    width: 100%
}

.mdi-set,
.mdi:before {
    line-height: initial
}

h1 {
    line-height: 4rem;
    font-size: 3.6rem
}

h2 {
    line-height: 3.6rem;
    font-size: 2.4rem
}

h1,
h2,
h3,
h4 {
    font-weight: 600
}

h3 {
    font-size: 2.1rem;
    line-height: 3rem
}

h4 {
    line-height: 2.2rem
}

h5,
h6 {
    line-height: 1.8rem;
    font-size: 1.6rem;
    font-weight: 400
}

h6 {
    line-height: 1.6rem;
    font-size: 1.4rem
}

.heading-primary,
h4 {
    font-size: 1.8rem
}

.heading-primary-title {
    font-size: 2.2rem;
    color: var(--primary);
}

.heading-primary-light {
    font-size: 1.8rem;
    font-weight: 400
}

.heading-light {
    font-weight: 400
}

.stat-widget-four h4,
.stat-widget-two .media .media-body span,
.sub-heading {
    font-size: 1.6rem
}

.display-5,
.stat-widget-three .media-body h2 {
    font-size: 3rem
}

.display-6 {
    font-size: 3.6rem
}

.box {
    border-radius: .4rem;
    padding: 1rem
}

.img-circle {
    border-radius: 100%
}

.content-body .container-fluid {
    padding: 1.5rem 3rem 0
}
.content-body{
    margin-left: 25rem;
}
.menu-toggle .content-body {
    margin-left: 5rem
}

@media (max-width:767px) {
    .content-body .container-fluid {
        padding: 1.5rem 1.5rem 0
    }
}

.c-pointer {
    cursor: pointer
}

.rotate-90 {
    transform: rotate(90deg)
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.l-border-1 {
    border: 1px solid rgba(120, 130, 140, .13)
}

.d-border-1 {
    border: 1px solid #42454d
}

.border-white-2 {
    border: 2px solid #fff
}

.border-bottom-1 {
    border-bottom: 1px solid rgba(120, 130, 140, .13)
}

.border-top-1 {
    border-top: 1px solid rgba(120, 130, 140, .13)
}

.border-right-1 {
    border-right: 1px solid rgba(120, 130, 140, .13)
}

.border-left-1 {
    border-left: 1px solid rgba(120, 130, 140, .13)
}

.dark-overlay-1 {
    background: rgba(0, 0, 0, .1)
}

.dark-overlay-2 {
    background: rgba(0, 0, 0, .2)
}

.dark-overlay-3 {
    background: rgba(0, 0, 0, .3)
}

.dark-overlay-4 {
    background: rgba(0, 0, 0, .4)
}

.dark-overlay-5 {
    background: rgba(0, 0, 0, .5)
}

.dark-overlay-6 {
    background: rgba(0, 0, 0, .6)
}

.dark-overlay-7 {
    background: rgba(0, 0, 0, .7)
}

.dark-overlay-8 {
    background: rgba(0, 0, 0, .8)
}

.dark-overlay-9 {
    background: rgba(0, 0, 0, .9)
}

.section-heading {
    margin-bottom: 3.5rem
}

.ofhidden {
    overflow: hidden
}

.flex-item {
    flex: 1
}

.tt-uppercase {
    text-transform: uppercase
}

.font-weight-semi-bold,
.widget-file-container .file-container small {
    font-weight: 500
}

.color-white {
    color: #fff
}

.color-muted,
.icon-muted i,
.text-muted,
[data-headerbg=color_10] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_2] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_3] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_4] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_5] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_6] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_7] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_8] .header .header-search .input-group .input-group-text i,
[data-headerbg=color_9] .header .header-search .input-group .input-group-text i {
    color: #abafb3 !important
}

.color-dpink,
.text-dpink {
    color: #fe60ad
}

.color-lgreen,
.text-lgreen {
    color: #43e794
}

.color-gray,
.text-gray {
    color: #898989
}

.color-pale-sky,
.text-pale-sky {
    color: #6a707e
}

.icon-dpink i {
    color: #fe60ad !important
}

.icon-success i {
    color: #4caf50 !important
}

.icon-primary i {
    color: var(--primary); !important
}

.icon-danger i {
    color: #ff5722 !important
}

.icon-warning i {
    color: #ffc107 !important
}

.bg-dark {
    color: #fff;
    fill: #464a53
}

.bg-light {
    color: #464a53;
    fill: #aaa
}

.bg-white {}

.bg-transparent {
    color: #000
}

.bg-dpink {
    background-color: #fe60ad !important
}

.bg-lgreen {
    background-color: #43e794 !important
}

.bg-inverse {
    background: #2f3d4a !important
}

.bg-pink {
    background: #e91e63 !important
}

.bg-primary-darken-5 {
    background-color: #150652
}

.bg-info-darken-5,
.bg-secondary-darken-5,
.bg-success-darken-5 {
    background-color: #000
}

.bg-danger-darken-5 {
    background-color: #220800
}

.bg-warning-darken-5 {
    background-color: #070500
}

.bg-primary-lighten-2 {
    background-color: #f4f2fe;
    color: var(--primary);
}

.bg-secondary-lighten-2 {
    background-color: #bda8e3;
    color: #F70001
}

.bg-success-lighten-2 {
    background-color: #b5dfb7;
    color: #4caf50
}

.bg-info-lighten-2 {
    background-color: #99daff;
    color: #00a2ff
}

.bg-danger-lighten-2 {
    background-color: #ffcbbb;
    color: #ff5722
}

.bg-warning-lighten-2 {
    background-color: #ffe7a0;
    color: #ffc107
}

.bg-primary-rgba1 {
    background-color: var(--primary);
}

.bg-secondary-rgba1 {
    background-color: #F70001
}

.bg-success-rgba1 {
    background-color: #4caf50
}

.bg-info-rgba1 {
    background-color: #00a2ff
}

.bg-danger-rgba1 {
    background-color: #ff5722
}

.bg-warning-rgba1 {
    background-color: #ffc107
}

.bg-inverse-rgba1 {
    background-color: #2f3d4a
}

.border-danger,
.border-dark,
.border-info,
.border-primary,
.border-secondary,
.border-success,
.border-warning {}

.bg-facebook {
    background: #3b5998;
    fill: #3b5998
}

.bg-twitter {
    background: #1da1f2;
    fill: #1da1f2
}

.bg-youtube {
    background: red;
    fill: red
}

.bg-instagram {
    background: #c32aa3;
    fill: #c32aa3
}

.bg-google-plus {
    background: #db4439;
    fill: #db4439
}

.bg-linkedin {
    background: #007bb6;
    fill: #007bb6
}

.color-facebook {
    color: #3b5998
}

.color-instagram {
    color: #c32aa3
}

.color-twitter {
    color: #1da1f2
}

.color-youtube {
    color: red
}

.chk-col-primary[type=checkbox]:checked+label::before {
    border-bottom: 2px solid var(--primary);;
    border-right: 2px solid var(--primary);
}

.chk-col-red[type=checkbox]:checked+label::before {
    border-bottom: 2px solid red;
    border-right: 2px solid red
}

.chk-col-pink[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #e91e63;
    border-right: 2px solid #e91e63
}

.chk-col-purple[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #7c277d;
    border-right: 2px solid #7c277d
}

.chk-col-deep-purple[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #664ce1;
    border-right: 2px solid #664ce1
}

.chk-col-indigo[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #3f51b5;
    border-right: 2px solid #3f51b5
}

.chk-col-blue[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #398bf7;
    border-right: 2px solid #398bf7
}

.chk-col-light-blue[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #5c97e6;
    border-right: 2px solid #5c97e6
}

.chk-col-cyan[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #00bcd4;
    border-right: 2px solid #00bcd4
}

.chk-col-teal[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #39cccc;
    border-right: 2px solid #39cccc
}

.chk-col-green[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #26da87;
    border-right: 2px solid #26da87
}

.chk-col-light-green[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #43e794;
    border-right: 2px solid #43e794
}

.chk-col-lime[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #cddc39;
    border-right: 2px solid #cddc39
}

.chk-col-yellow[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #ffb22b;
    border-right: 2px solid #ffb22b
}

.chk-col-amber[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #ffc107;
    border-right: 2px solid #ffc107
}

.chk-col-orange[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #f7941d;
    border-right: 2px solid #f7941d
}

.chk-col-deep-orange[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #d08021;
    border-right: 2px solid #d08021
}

.chk-col-brown[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #795548;
    border-right: 2px solid #795548
}

.chk-col-grey[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #d2d6de;
    border-right: 2px solid #d2d6de
}

.chk-col-blue-grey[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #607d8b;
    border-right: 2px solid #607d8b
}

.chk-col-black[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000
}

.chk-col-white[type=checkbox]:checked+label::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.filled-in.chk-col-red[type=checkbox]:checked+label::after {
    background-color: red;
    border: 2px solid red
}

.filled-in.chk-col-pink[type=checkbox]:checked+label::after {
    background-color: #e91e63;
    border: 2px solid #e91e63
}

.filled-in.chk-col-purple[type=checkbox]:checked+label::after {
    background-color: #7c277d;
    border: 2px solid #7c277d
}

.filled-in.chk-col-deep-purple[type=checkbox]:checked+label::after {
    background-color: #664ce1;
    border: 2px solid #664ce1
}

.filled-in.chk-col-indigo[type=checkbox]:checked+label::after {
    background-color: #3f51b5;
    border: 2px solid #3f51b5
}

.filled-in.chk-col-blue[type=checkbox]:checked+label::after {
    background-color: #398bf7;
    border: 2px solid #398bf7
}

.filled-in.chk-col-light-blue[type=checkbox]:checked+label::after {
    background-color: #5c97e6;
    border: 2px solid #5c97e6
}

.filled-in.chk-col-cyan[type=checkbox]:checked+label::after {
    background-color: #00bcd4;
    border: 2px solid #00bcd4
}

.filled-in.chk-col-teal[type=checkbox]:checked+label::after {
    background-color: #39cccc;
    border: 2px solid #39cccc
}

.filled-in.chk-col-green[type=checkbox]:checked+label::after {
    background-color: #26da87;
    border: 2px solid #26da87
}

.filled-in.chk-col-light-green[type=checkbox]:checked+label::after {
    background-color: #43e794;
    border: 2px solid #43e794
}

.filled-in.chk-col-lime[type=checkbox]:checked+label::after {
    background-color: #cddc39;
    border: 2px solid #cddc39
}

.filled-in.chk-col-yellow[type=checkbox]:checked+label::after {
    background-color: #ffb22b;
    border: 2px solid #ffb22b
}

.filled-in.chk-col-amber[type=checkbox]:checked+label::after {
    background-color: #ffc107;
    border: 2px solid #ffc107
}

.filled-in.chk-col-orange[type=checkbox]:checked+label::after {
    background-color: #f7941d;
    border: 2px solid #f7941d
}

.filled-in.chk-col-deep-orange[type=checkbox]:checked+label::after {
    background-color: #d08021;
    border: 2px solid #d08021
}

.filled-in.chk-col-brown[type=checkbox]:checked+label::after {
    background-color: #795548;
    border: 2px solid #795548
}

.filled-in.chk-col-grey[type=checkbox]:checked+label::after {
    background-color: #d2d6de;
    border: 2px solid #d2d6de
}

.filled-in.chk-col-blue-grey[type=checkbox]:checked+label::after {
    background-color: #607d8b;
    border: 2px solid #607d8b
}

.filled-in.chk-col-black[type=checkbox]:checked+label::after {
    background-color: #000;
    border: 2px solid #000
}

.filled-in.chk-col-white[type=checkbox]:checked+label::after {
    background-color: #fff;
    border: 2px solid #fff
}

.radio-col-red[type=radio]:checked+label::after {
    background-color: red;
    border-color: red
}

.radio-col-pink[type=radio]:checked+label::after {
    background-color: #e91e63;
    border-color: #e91e63
}

.radio-col-purple[type=radio]:checked+label::after {
    background-color: #7c277d;
    border-color: #7c277d
}

.radio-col-deep-purple[type=radio]:checked+label::after {
    background-color: #664ce1;
    border-color: #664ce1
}

.radio-col-indigo[type=radio]:checked+label::after {
    background-color: #3f51b5;
    border-color: #3f51b5
}

.radio-col-blue[type=radio]:checked+label::after {
    background-color: #398bf7;
    border-color: #398bf7
}

.radio-col-light-blue[type=radio]:checked+label::after {
    background-color: #5c97e6;
    border-color: #5c97e6
}

.radio-col-cyan[type=radio]:checked+label::after {
    background-color: #00bcd4;
    border-color: #00bcd4
}

.radio-col-teal[type=radio]:checked+label::after {
    background-color: #39cccc;
    border-color: #39cccc
}

.radio-col-green[type=radio]:checked+label::after {
    background-color: #26da87;
    border-color: #26da87
}

.radio-col-light-green[type=radio]:checked+label::after {
    background-color: #43e794;
    border-color: #43e794
}

.radio-col-lime[type=radio]:checked+label::after {
    background-color: #cddc39;
    border-color: #cddc39
}

.radio-col-yellow[type=radio]:checked+label::after {
    background-color: #ffb22b;
    border-color: #ffb22b
}

.radio-col-amber[type=radio]:checked+label::after {
    background-color: #ffc107;
    border-color: #ffc107
}

.radio-col-orange[type=radio]:checked+label::after {
    background-color: #f7941d;
    border-color: #f7941d
}

.radio-col-deep-orange[type=radio]:checked+label::after {
    background-color: #d08021;
    border-color: #d08021
}

.radio-col-brown[type=radio]:checked+label::after {
    background-color: #795548;
    border-color: #795548
}

.radio-col-grey[type=radio]:checked+label::after {
    background-color: #d2d6de;
    border-color: #d2d6de
}

.radio-col-blue-grey[type=radio]:checked+label::after {
    background-color: #607d8b;
    border-color: #607d8b
}

.radio-col-black[type=radio]:checked+label::after {
    background-color: #000;
    border-color: #000
}

.radio-col-white[type=radio]:checked+label::after {
    background-color: #fff;
    border-color: #fff
}

.with-gap.radio-col-red[type=radio]:checked+label::before {
    border: 2px solid red
}

.with-gap.radio-col-red[type=radio]:checked+label::after {
    background-color: red;
    border: 2px solid red
}

.with-gap.radio-col-pink[type=radio]:checked+label::before {
    border: 2px solid #e91e63
}

.with-gap.radio-col-pink[type=radio]:checked+label::after {
    background-color: #e91e63;
    border: 2px solid #e91e63
}

.with-gap.radio-col-purple[type=radio]:checked+label::before {
    border: 2px solid #7c277d
}

.with-gap.radio-col-purple[type=radio]:checked+label::after {
    background-color: #7c277d;
    border: 2px solid #7c277d
}

.with-gap.radio-col-deep-purple[type=radio]:checked+label::before {
    border: 2px solid #664ce1
}

.with-gap.radio-col-deep-purple[type=radio]:checked+label::after {
    background-color: #664ce1;
    border: 2px solid #664ce1
}

.with-gap.radio-col-indigo[type=radio]:checked+label::before {
    border: 2px solid #3f51b5
}

.with-gap.radio-col-indigo[type=radio]:checked+label::after {
    background-color: #3f51b5;
    border: 2px solid #3f51b5
}

.with-gap.radio-col-blue[type=radio]:checked+label::before {
    border: 2px solid #398bf7
}

.with-gap.radio-col-blue[type=radio]:checked+label::after {
    background-color: #398bf7;
    border: 2px solid #398bf7
}

.with-gap.radio-col-light-blue[type=radio]:checked+label::before {
    border: 2px solid #5c97e6
}

.with-gap.radio-col-light-blue[type=radio]:checked+label::after {
    background-color: #5c97e6;
    border: 2px solid #5c97e6
}

.with-gap.radio-col-cyan[type=radio]:checked+label::before {
    border: 2px solid #00bcd4
}

.with-gap.radio-col-cyan[type=radio]:checked+label::after {
    background-color: #00bcd4;
    border: 2px solid #00bcd4
}

.with-gap.radio-col-teal[type=radio]:checked+label::before {
    border: 2px solid #39cccc
}

.with-gap.radio-col-teal[type=radio]:checked+label::after {
    background-color: #39cccc;
    border: 2px solid #39cccc
}

.with-gap.radio-col-green[type=radio]:checked+label::before {
    border: 2px solid #26da87
}

.with-gap.radio-col-green[type=radio]:checked+label::after {
    background-color: #26da87;
    border: 2px solid #26da87
}

.with-gap.radio-col-light-green[type=radio]:checked+label::before {
    border: 2px solid #43e794
}

.with-gap.radio-col-light-green[type=radio]:checked+label::after {
    background-color: #43e794;
    border: 2px solid #43e794
}

.with-gap.radio-col-lime[type=radio]:checked+label::before {
    border: 2px solid #cddc39
}

.with-gap.radio-col-lime[type=radio]:checked+label::after {
    background-color: #cddc39;
    border: 2px solid #cddc39
}

.with-gap.radio-col-yellow[type=radio]:checked+label::before {
    border: 2px solid #ffb22b
}

.with-gap.radio-col-yellow[type=radio]:checked+label::after {
    background-color: #ffb22b;
    border: 2px solid #ffb22b
}

.with-gap.radio-col-amber[type=radio]:checked+label::before {
    border: 2px solid #ffc107
}

.with-gap.radio-col-amber[type=radio]:checked+label::after {
    background-color: #ffc107;
    border: 2px solid #ffc107
}

.with-gap.radio-col-orange[type=radio]:checked+label::before {
    border: 2px solid #f7941d
}

.with-gap.radio-col-orange[type=radio]:checked+label::after {
    background-color: #f7941d;
    border: 2px solid #f7941d
}

.with-gap.radio-col-deep-orange[type=radio]:checked+label::before {
    border: 2px solid #d08021
}

.with-gap.radio-col-deep-orange[type=radio]:checked+label::after {
    background-color: #d08021;
    border: 2px solid #d08021
}

.with-gap.radio-col-brown[type=radio]:checked+label::before {
    border: 2px solid #795548
}

.with-gap.radio-col-brown[type=radio]:checked+label::after {
    background-color: #795548;
    border: 2px solid #795548
}

.with-gap.radio-col-grey[type=radio]:checked+label::before {
    border: 2px solid #d2d6de
}

.with-gap.radio-col-grey[type=radio]:checked+label::after {
    background-color: #d2d6de;
    border: 2px solid #d2d6de
}

.with-gap.radio-col-blue-grey[type=radio]:checked+label::before {
    border: 2px solid #607d8b
}

.with-gap.radio-col-blue-grey[type=radio]:checked+label::after {
    background-color: #607d8b;
    border: 2px solid #607d8b
}

.with-gap.radio-col-black[type=radio]:checked+label::before {
    border: 2px solid #000
}

.with-gap.radio-col-black[type=radio]:checked+label::after {
    background-color: #000;
    border: 2px solid #000
}

.with-gap.radio-col-white[type=radio]:checked+label::before {
    border: 2px solid #fff
}

.with-gap.radio-col-white[type=radio]:checked+label::after {
    background-color: #fff;
    border: 2px solid #fff
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-red:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(251, 58, 58, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-pink:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(233, 30, 99, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-purple:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(116, 96, 238, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-purple:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(103, 58, 183, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-indigo:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(63, 81, 181, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(2, 190, 201, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-blue:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(3, 169, 244, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-cyan:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 188, 212, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-teal:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 150, 136, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-green:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(38, 198, 218, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-green:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(139, 195, 74, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-lime:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(205, 220, 57, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-yellow:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 232, 33, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-amber:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 193, 7, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-orange:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 152, 0, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-orange:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 87, 34, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-brown:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(121, 85, 72, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-grey:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(158, 158, 158, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue-grey:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(96, 125, 139, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-black:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .1)
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-white:active::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(255, 255, 255, .1)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red {
    background-color: rgba(251, 58, 58, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red::after {
    background-color: #fb3a3a
}

.switch label input[type=checkbox]:checked+.lever.switch-col-pink {
    background-color: rgba(233, 30, 99, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-pink::after {
    background-color: #e91e63
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple {
    background-color: rgba(116, 96, 238, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple::after {
    background-color: #7460ee
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple {
    background-color: rgba(103, 58, 183, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple::after {
    background-color: #673ab7
}

.switch label input[type=checkbox]:checked+.lever.switch-col-indigo {
    background-color: rgba(63, 81, 181, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-indigo::after {
    background-color: #3f51b5
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue {
    background-color: rgba(2, 190, 201, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue::after {
    background-color: #02bec9
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue {
    background-color: rgba(3, 169, 244, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue::after {
    background-color: #03a9f4
}

.switch label input[type=checkbox]:checked+.lever.switch-col-cyan {
    background-color: rgba(0, 188, 212, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-cyan::after {
    background-color: #00bcd4
}

.switch label input[type=checkbox]:checked+.lever.switch-col-teal {
    background-color: rgba(0, 150, 136, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-teal::after {
    background-color: #009688
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green {
    background-color: rgba(38, 198, 218, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green::after {
    background-color: #26c6da
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-green {
    background-color: rgba(139, 195, 74, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-green::after {
    background-color: #8bc34a
}

.switch label input[type=checkbox]:checked+.lever.switch-col-lime {
    background-color: rgba(205, 220, 57, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-lime::after {
    background-color: #cddc39
}

.switch label input[type=checkbox]:checked+.lever.switch-col-yellow {
    background-color: rgba(255, 232, 33, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-yellow::after {
    background-color: #ffe821
}

.switch label input[type=checkbox]:checked+.lever.switch-col-amber {
    background-color: rgba(255, 193, 7, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-amber::after {
    background-color: #ffc107
}

.switch label input[type=checkbox]:checked+.lever.switch-col-orange {
    background-color: rgba(255, 152, 0, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-orange::after {
    background-color: #ff9800
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange {
    background-color: rgba(255, 87, 34, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange::after {
    background-color: #ff5722
}

.switch label input[type=checkbox]:checked+.lever.switch-col-brown {
    background-color: rgba(121, 85, 72, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-brown::after {
    background-color: #795548
}

.switch label input[type=checkbox]:checked+.lever.switch-col-grey {
    background-color: rgba(158, 158, 158, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-grey::after {
    background-color: #9e9e9e
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey {
    background-color: rgba(96, 125, 139, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey::after {
    background-color: #607d8b
}

.switch label input[type=checkbox]:checked+.lever.switch-col-black {
    background-color: rgba(0, 0, 0, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-black::after {
    background-color: #000
}

.switch label input[type=checkbox]:checked+.lever.switch-col-white {
    background-color: rgba(255, 255, 255, .5)
}

.switch label input[type=checkbox]:checked+.lever.switch-col-white::after {
    background-color: #fff
}

.drop-down,
.header {
    box-shadow: 0 0 1.5rem rgba(120, 130, 140, .13)
}

.header {
    height: 6rem;
    padding: 0 1.5rem;
    background: white;
    margin-left: 25rem;
    z-index: 1;
    position: relative
}

.icons>a {
    position: relative;
    display: inline-block
}

.icons>a i {
    font-size: 2rem
}

.icons.active .drop-down {
    display: block
}

.drop-down {
    display: none;
    z-index: 9999;
    width: 40rem;
    position: absolute;
    right: 0;
    top: 5.2rem;
    transform: translateY(5rem);
    transition: all .4s ease-in-out;
    border-top: 0;
    background: 0 0;
    color: #000;
    border: .1rem solid transparent
}

.dropdown-content-heading {
    padding: 1.5rem;
    line-height: 1.25;
    background: var(--primary);
}

.dropdown-content-heading span {
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    color: #fff
}

.dropdown-content-heading i {
    color: var(--primary);
}

.dropdown-content-body ul>li {
    float: none;
    line-height: 1.25;
    padding: 1.8rem 1.5rem;
    position: relative;
    margin-bottom: .5rem;
    border-radius: .3rem;
    background: #fff;
    transition: all .4s ease-in-out
}

.dropdown-content-body ul>li a,
.icons>a i {
    color: #abafb3
}

.dropdown-content-body ul>li a.active,
.dropdown-content-body ul>li a:focus,
.dropdown-content-body ul>li a:hover,
.dropdown-profile li a.active,
.dropdown-profile li a:focus,
.dropdown-profile li a:hover {
    color: #abafb3
}

.dropdown-content-body ul>li:last-child {
    padding: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0
}

.dropdown-content-body ul>li:active,
.dropdown-content-body ul>li:focus,
.dropdown-content-body ul>li:hover {
    transform: scale(1.03);
    background: #f4f2fe
}

.notification-heading {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    color: #6a707e
}

.notification-unread {
    background: #fff
}

.notification-unread .notification-heading {
    color: #464a53
}

.avatar-icon,
.avatar-img {
    border-radius: 10rem;
    width: 4rem;
    position: absolute;
    top: 2.2rem
}

.avatar-icon {
    top: 2.5rem;
    height: 4rem;
    padding: 1rem 1.3rem
}

.notification-content {
    margin-left: 5.5rem;
    margin-right: 2.5rem
}

.user-avatar {
    margin-left: 1rem
}

.notification-text {
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: .3rem;
    line-height: 1.25
}

.notification-timestamp {
    font-size: 1.3rem;
    display: block;
    margin-top: .9rem;
    font-weight: 500
}

.notification-percentage {
    font-size: 1.2rem;
    position: relative;
    top: 1.2rem
}

.more-link {
    color: #464a53 !important
}
.generate-date{
    display: inline-flex
}

.dropdown-notfication .notification-heading,
.more-link {
    display: inline-block
}

.dropdown-profile {
    width: 16rem
}

.dropdown-profile .trial-day,
.social-icon3 ul li a:hover i {
    color: var(--primary);
}

.dropdown-profile li {
    padding: 1rem 1.5rem !important;
    margin-bottom: 0 !important
}

.dropdown-profile li a {
    display: block;
    color: #abafb3
}

.dropdown-profile li a i {
    margin-right: .5rem;
    font-size: 1.6rem;
    position: relative;
    top: .2rem
}

.dropdown-profile li a span {
    font-family: "Poppins", sans-serif
}

.dropdown-profile li:last-child {
    padding: .7rem 1.5rem;
    border-top: .1rem solid rgba(120, 130, 140, .13)
}

.dropdown-task .progress {
    box-shadow: none;
    height: .5rem;
    margin-bottom: .5rem;
    margin-top: 1rem
}

.dropdown-task .progress-bar {
    box-shadow: none
}

.notify-close {
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    cursor: pointer;
    font-size: 1.4rem;
    opacity: .3
}

.log-user {
    position: relative;
    top: -.5rem
}

.log-user img {
    border-radius: 5rem;
    height: 3rem;
    width: 3rem;
    margin-left: .5rem
}

.log-user span {
    padding: 0 .5rem 0 1rem;
    font-size: 1.4rem
}

svg.pulse-svg .first-circle,
svg.pulse-svg .second-circle,
svg.pulse-svg .third-circle {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite;
    fill: var(--primary);
}

svg.pulse-svg .second-circle {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

svg.pulse-svg .third-circle {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.pulse-css {
    border-radius: 2.5rem;
    height: .5rem;
    position: absolute;
    background: var(--primary);;
    right: 0;
    top: .6rem;
    width: .5rem
}

.pulse-css:after,
.pulse-css:before {
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -.2rem;
    background-color: var(--primary);;
    margin: auto;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: pulse-me 3s linear infinite;
    animation: pulse-me 3s linear infinite
}

[direction=rtl] .pulse-css:after,
[direction=rtl] .pulse-css:before {
    left: auto;
    right: -.2rem
}

[data-sidebar-style=full] .header,
[data-sidebar-style=overlay] .header {
    width: calc(100% - 32rem)
}

@media only screen and (min-width:1200px) and (max-width:1350px) {

    [data-sidebar-style=full] .header,
    [data-sidebar-style=overlay] .header {
        width: calc(100% - 23rem);
        margin-left: 23rem
    }
}

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

    [data-sidebar-style=full] .header,
    [data-sidebar-style=overlay] .header {
        width: calc(100% - 6rem);
        margin-left: 6rem
    }
}

[data-sidebar-style=mini] .header {
    width: calc(100% - 6rem);
    margin-left: 6rem
}

[data-sidebar-style=compact] .header {
    width: calc(100% - 15rem);
    margin-left: 15rem
}

[data-header-position=fixed] .header {
    position: fixed;
    top: 0
}

[data-header-position=fixed] .content-body {
    padding-top: 6rem
}

[data-header-position=fixed] .nk-sidebar {
    margin-top: 0
}

.bootstrap-select .btn {
    color: #464a53;
    padding: 1.2rem 1.8rem
}

.bootstrap-select .btn:focus,
.bootstrap-select .btn:hover {
    background: 0 0;
    color: #464a53;
    border-color: #dddfe1;
    outline: 0 !important
}

.bootstrap-select.show .btn {
    color: #464a53
}

.bootstrap-select .text-muted,
.bootstrap-select.show .btn {
    background: 0 0;
    border-color: #dddfe1
}

.bootstrap-select .text-muted.dropdown-toggle::after {
    color: #464a53;
    font-size: 1.5rem
}

.sidebar-right {
    right: -25rem;
    position: fixed;
    top: 0;
    width: 25rem;
    background-color: #fff;
    height: calc(100% - 11.3rem);
    margin-top: 6rem;
    transition: all .5s ease-in-out;
    padding-bottom: 3rem
}

[direction=rtl] .sidebar-right .slimScrollDiv {
    overflow: visible !important
}

.sidebar-right .sidebar-right-trigger {
    position: absolute;
    z-index: 9;
    top: 6rem;
    right: 100%;
    background-color: var(--primary);;
    color: #fff;
    display: inline-block;
    height: 5rem;
    width: 5rem;
    text-align: center;
    line-height: 4.7rem;
    font-size: 2.1rem;
    border-radius: 50px
}

.sidebar-right .sidebar-right-trigger span {
    display: inline-block;
    animation: bounce .7s infinite ease-in-out
}

.sidebar-right.show {
    right: 0;
    z-index: 999
}

.sidebar-right .nav-tabs {
    justify-content: space-between;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2
}

[data-theme-version=dark] .sidebar-right .nav-tabs .nav-item .nav-link {
    background-color: #2b2e37
}

.sidebar-right .nav-tabs .nav-item {
    margin-bottom: 0;
    flex: 1
}

.sidebar-right .nav-tabs .nav-item .nav-link {
    border: 0;
    font-size: 1.8rem;
    border-bottom: 1px solid transparent;
    text-align: center;
    background-color: #fff
}

.nk-sidebar .metismenu>li.active>a,
.sidebar-right .nav-tabs .nav-item .nav-link.active,
[direction=rtl] .nk-sidebar .metismenu>li.active>a {
    border-color: var(--primary);
}

[data-theme-version=dark] .sidebar-right .nav-tabs .nav-item .nav-link.active {
    border-right: none;
    border-left: none;
    border-top: none
}

.sidebar-right .tab-content {
    padding: 2rem
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]+label::after {
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    line-height: 1.2;
    left: 0;
    top: 0
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]+label::before {
    height: 2.5rem;
    width: 2.5rem
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]:not(:checked)+label::after {
    z-index: 0;
    transform: scale(1)
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]:checked+label::after {
    content: "✓";
    color: #fff
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_1:not(:checked)+label::after {
    background-color: var(--primary);;
    border: .2rem solid var(--primary);
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_1:checked+label::after {
    background-color: var(--primary);;
    border: .2rem solid var(--primary);
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_1:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_1:not(:checked)+label::after {
    background-color: #fff;
    border: .2rem solid #464a53
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_1:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_1:checked+label::after {
    background-color: #fff;
    border: .2rem solid #464a53;
    color: #464a53
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_2:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_2:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_2:not(:checked)+label::after {
    background-color: #ad1457;
    border: .2rem solid #ad1457
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_2:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_2:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_2:checked+label::after {
    background-color: #ad1457;
    border: .2rem solid #ad1457
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_3:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_3:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_3:not(:checked)+label::after {
    background-color: #6a1b9a;
    border: .2rem solid #6a1b9a
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_3:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_3:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_3:checked+label::after {
    background-color: #6a1b9a;
    border: .2rem solid #6a1b9a
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_4:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_4:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_4:not(:checked)+label::after {
    background-color: #4527a0;
    border: .2rem solid #4527a0
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_4:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_4:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_4:checked+label::after {
    background-color: #4527a0;
    border: .2rem solid #4527a0
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_5:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_5:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_5:not(:checked)+label::after {
    background-color: #c62828;
    border: .2rem solid #c62828
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_5:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_5:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_5:checked+label::after {
    background-color: #c62828;
    border: .2rem solid #c62828
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_6:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_6:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_6:not(:checked)+label::after {
    background-color: #283593;
    border: .2rem solid #283593
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_6:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_6:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_6:checked+label::after {
    background-color: #283593;
    border: .2rem solid #283593
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_7:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_7:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_7:not(:checked)+label::after {
    background-color: #1565c0;
    border: .2rem solid #1565c0
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_7:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_7:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_7:checked+label::after {
    background-color: #1565c0;
    border: .2rem solid #1565c0
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_8:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_8:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_8:not(:checked)+label::after {
    background-color: #0277bd;
    border: .2rem solid #0277bd
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_8:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_8:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_8:checked+label::after {
    background-color: #0277bd;
    border: .2rem solid #0277bd
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_9:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_9:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_9:not(:checked)+label::after {
    background-color: #00838f;
    border: .2rem solid #00838f
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_9:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_9:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_9:checked+label::after {
    background-color: #00838f;
    border: .2rem solid #00838f
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_10:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_10:not(:checked)+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_10:not(:checked)+label::after {
    background-color: #558b2f;
    border: .2rem solid #558b2f
}

.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#header_bg_10:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#nav_header_bg_10:checked+label::after,
.sidebar-right .tab-content .tab-pane .admin-settings [type=radio]#sidebar_bg_10:checked+label::after {
    background-color: #558b2f;
    border: .2rem solid #558b2f
}

.sidebar-right .tab-content .tab-pane .sidebar-recent-activity {
    margin-bottom: 5rem
}

[direction=rtl] .sidebar-right .tab-content .tab-pane .sidebar-recent-activity {
    text-align: right
}

.sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline {
    padding-top: 1.5rem
}

.sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan::before {
    left: 6.5%;
    top: 4rem
}

[data-theme-version=dark] .sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan::before {
    background-color: #42454d
}

[direction=rtl] .sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan::before {
    right: 6.5%
}

.sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan .timeline-badge {
    left: 11.4%
}

[direction=rtl] .sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan .timeline-badge {
    right: -3%
}

.sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan .timeline-panel {
    width: 85%;
    margin-top: .5rem
}

[direction=rtl] .sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan .timeline-panel {
    float: left
}

.sidebar-right .tab-content .tab-pane .sidebar-recent-activity .timeline.timeline-workplan .timeline-panel p {
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: .5rem
}

.sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat,
[direction=rtl] .sidebar-right .tab-content .tab-pane .user-chat .all-chats {
    padding: 0
}

[data-theme-version=dark] .sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat {
    background-color: transparent
}

[data-theme-version=dark] .sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat .chat-open {
    color: #fff
}

[direction=rtl] .sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat {
    text-align: right
}

.sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat .user-img img {
    border-radius: 50px
}

.sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat:not(:last-child),
.ticket-widget ul li:not(:last-child) {
    margin-bottom: 1.5rem
}

.nav-header {
    height: 9.7rem;
    width: 32rem;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary);;
    border-bottom: .1rem solid rgba(120, 130, 140, .13);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08)
}

@media only screen and (min-width:1200px) and (max-width:1350px) {
    .nav-header {
        width: 23rem
    }
}

.nav-header .brand-logo,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo {
    z-index: 999
}
.menu-toggle .footer, 
.menu-toggle .footer-pagination-row-inner{
    width: calc(100% - 5rem);
}
.menu-toggle .header{
    margin-left: 5rem;
}

.nav-header .brand-logo a {

    display: block
}

.nav-header .brand-logo a i {
    font-size: 2.2rem
}

.nav-header .brand-logo a span {
    font-size: 1.8rem;
    margin-left: 1rem
}

.nav-header .brand-title img {
    margin-top: .2rem
}

.nav-control {
    margin-left: 1rem;
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 3rem
}

.nav-control .hamburger.active {
    z-index: -1
}

.header-left {
    float: left;
    margin-left: 0;
    /* line-height: 6rem */
}

.header-left .icons {
    float: left;
    margin: 0;
    padding: 0 .5rem;
    position: relative
}

.header-left .icons>a,
.header-right .icons>a {
    padding: 0 .5rem;
    color: white;
}

.header-left .drop-down {
    left: 0;
    top: .5rem
}

.header-left p{
    color: black;
}

.header-search {
    min-width: 32rem;
    box-shadow: 0 0 .5rem rgba(120, 130, 140, .13)
}

.header-search .input-group {
    margin-bottom: 0 !important
}

.header-search .input-group .form-control.active,
.header-search .input-group .form-control:focus,
.header-search .input-group .form-control:hover {
    box-shadow: 0;
    border-bottom: .1rem solid rgba(120, 130, 140, .13)
}

.header-search .input-group .input-group-text {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    border-bottom: .1rem solid rgba(120, 130, 140, .13);
    font-size: 1.8rem;
    padding: .375rem 1.75rem;
    cursor: pointer
}

.header-right {
    float: right;
    line-height: 5rem;
    margin-top: .8rem
}

.header-right .icons {
    float: left;
    margin: 0;
    padding: 0 .5rem;
    position: relative
}

.nav-user {
    text-align: center;
    margin-bottom: 1rem;
    padding: 2rem 1.5rem 1.5rem;
    border-bottom: .1rem solid rgba(120, 130, 140, .13)
}

.nav-user img {
    width: 5rem;
    height: 5rem
}

.nav-user h5 {
    margin-top: 1rem;
    margin-bottom: .3rem;
    color: #464a53
}

.nav-user p {
    margin-bottom: .8rem
}

.nav-user .nav-user-option,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu li {
    position: relative
}

.nav-user .nav-user-option .dropdown-menu {
    left: 3rem !important;
    top: 2.2rem !important;
    background: #fff;
    border: .1rem solid rgba(120, 130, 140, .13);
    box-shadow: 0 0 2.5rem rgba(120, 130, 140, .13);
    padding: 1rem 0
}

.nav-user .nav-user-option .dropdown-menu a {
    color: #abafb3;
    line-height: 2.7rem
}

.nav-user .nav-user-option .dropdown-menu a.active,
.nav-user .nav-user-option .dropdown-menu a:focus,
.nav-user .nav-user-option .dropdown-menu a:hover {
    background: #fff
}

.nav-user .nav-user-option .notification-option,
.nav-user .nav-user-option .setting-option {
    display: inline-block;
    cursor: pointer
}

.nav-user .nav-user-option .notification-option i,
.nav-user .nav-user-option .setting-option i {
    font-size: 1.6rem;
    padding: 0 .5rem
}

.nav-label {
    padding: 2rem 2.7rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: .05rem;
    color: var(--primary);
}

.nav-badge {
    position: absolute;
    right: 4.5rem;
    top: 2.1rem
}

.content-body {
    /* margin-left: 32rem; */
    z-index: 0
}

@media only screen and (min-width:1200px) and (max-width:1350px) {
    .content-body {
        margin-left: 23rem
    }
}

.nk-sidebar {
    width: 32rem;
    padding-bottom: 112px;
    height: 100%;
    position: absolute;
    padding-top: 0;
    z-index: 99;
    box-shadow: 2px 3px 10px 0 rgba(119, 119, 119, .1)
}

@media only screen and (min-width:1200px) and (max-width:1350px) {
    .nk-sidebar {
        width: 23rem
    }
}

.nk-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: var(--secondary-dark);
}

.nk-sidebar .metismenu .active>.has-arrow:after,
.nk-sidebar .metismenu .has-arrow[aria-expanded=true]:after {
    transform: rotate(-135deg) translateY(-50%)
}

.nk-sidebar .metismenu,
.nk-sidebar .metismenu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.nk-sidebar,
.nk-sidebar .metismenu {
    background: var(--secondary);
}

.nk-sidebar .metismenu>li {
    position: relative
}

.nk-sidebar .metismenu>li>a {
    border-left: 3px solid transparent;
    transition: none
}

[direction=rtl] .nk-sidebar .metismenu>li>a {
    border-right: 3px solid transparent;
    border-left: none
}

.nk-sidebar .metismenu>li.active>a,
.nk-sidebar .metismenu>li:hover>a {
    background: var(--secondary-dark);;
    color: #FFF
}

.nk-sidebar .metismenu>li a>i {
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;
    color: var(--primary);
}

.nk-sidebar .metismenu>li.active>a>i {
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;

}

.nk-sidebar .metismenu>li a>.nav-text {
    padding-left: 1.5rem
}

[direction=rtl] .nk-sidebar .metismenu>li a>.nav-text {
    padding-left: 0;
    padding-right: 1.5rem
}

.nk-sidebar .metismenu a {
    position: relative;
    display: block;
    padding: 1.3rem 2.8rem;
    outline-width: 0;
    color: #FFF;
    font-size: 1.4rem;
    transition: all .4s ease-in-out
}

.nk-sidebar .metismenu ul a {
    padding: 1.6rem 1.5rem 1.6rem 9.2rem
}

[direction=rtl] .nk-sidebar .metismenu ul a {
    padding: 1.6rem 9.2rem 1.6rem 1.5rem
}

.nk-sidebar .metismenu ul ul a {
    padding: 1rem 1.5rem 1rem 12.2rem
}

[direction=rtl] .nk-sidebar .metismenu ul ul a {
    padding: 1rem 12.2rem 1rem 1.5rem
}

.nk-sidebar .metismenu .mega-menu ul.in li a.active,
.nk-sidebar .metismenu .mega-menu ul.in li a:focus,
.nk-sidebar .metismenu .mega-menu ul.in li a:hover {
    color: var(--primary);
}

.nk-sidebar .metismenu a.active,
.nk-sidebar .metismenu a:active,
.nk-sidebar .metismenu a:hover {
    text-decoration: none;
    background-color: #666060
}

.nk-sidebar .metismenu .has-arrow:after {
    right: 2.5rem;
    top: 48%;
    border-color: #707070;
    transform: rotate(-225deg) translateY(-50%)
}

@media (max-width:767px) {
    .hamburger {
        left: 6rem !important;
        top: -1.5rem !important;
    }

    .hamburger .line {
        background-color: #464a53 !important
    }

    [direction=rtl] .hamburger {
        right: 7rem !important
    }

    .nav-header {
        width: 6rem
    }

    .nav-header .brand-title {
        display: none
    }

    .header-left {
        margin-left: 3rem
    }

    .header-left .drop-down {
        top: 6rem
    }

    [direction=rtl] .header-left {
        margin-left: auto;
        margin-right: 3rem
    }

    .header-content {
        margin-left: 6rem
    }

    [direction=rtl] .header-content {
        margin-left: 0
    }

    .footer {
        padding-left: 0
    }

    .nk-sidebar {
        transition: all .5s ease-in-out;
        position: absolute;
        left: 0
    }
}

.hamburger {
    display: inline-block;
    right: 0;
    position: relative;
    top: .7rem;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 3.7rem;
    z-index: 999
}

.hamburger.is-active {
    left: 6rem;
    z-index: 9;
    top: -1.2rem
}

.hamburger .line {
    display: block;
    height: .25rem;
    margin: .5rem auto;
    background-color: #fff;
    width: 2.2rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hamburger:hover {
    cursor: pointer
}

.hamburger.is-active .line {
    background-color: #000
}

.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
    width: 1rem;
    height: .2rem
}

.hamburger.is-active .line:nth-child(2) {
    -webkit-transform: translateX(-.6rem);
    transform: translateX(-.6rem);
    width: 1.6rem;
    height: .2rem
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(.4rem) rotate(45deg);
    transform: translateY(.4rem) rotate(45deg)
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-.4rem) rotate(-45deg);
    transform: translateY(-.4rem) rotate(-45deg)
}

@media (max-width:600px) {
    .input {
        background-color: var(--primary);
    }

    .input span::after {
        color: #464a53
    }
}

.metismenu,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li {
    transition: all .4s ease-in-out
}

.metismenu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0
}

[data-sidebar-style=full][data-layout=vertical] .nk-sidebar {
    top: 9.7rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header {
    width: 6rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo a {
    padding: 1.5rem .5rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-logo a b img {
    margin-top: .7rem;
    max-width: 5rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .nav-control .hamburger .line {
    background-color: #464a53 !important
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nav-header .brand-title {
    display: none
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header {
    margin-left: 6rem;
    width: calc(100% - 6rem)
}

[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .header {
    margin-left: auto;
    margin-right: 6rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header .header-left {
    margin-left: 2rem
}

[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .header .header-left {
    margin-right: 2rem;
    margin-left: auto
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header .header-left .drop-down {
    top: .5rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .header .header-content {
    margin-left: 0
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar {
    width: 6rem;
    overflow: visible;
    position: absolute;
    padding-top: 0
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu .nav-badge,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu .nav-label,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li>a.has-arrow:after,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .nav-text {
    display: none
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .nk-nav-scroll,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .slimScrollDiv {
    overflow: scroll !important
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu li a {
    padding: 1.3rem 1.5rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu li>ul {
    position: absolute;
    left: 6rem;
    width: 19rem;
    z-index: 1001;
    display: none;
    padding-left: .1rem
}

[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu li>ul {
    left: auto;
    right: 6rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu li>ul li:hover ul {
    display: block;
    left: 18.9rem;
    top: 0
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu>ul.collapse:not(.in) {
    height: 252px !important
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-xl:hover>a,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu:hover>a {
    width: calc(70vw + 6rem)
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu:hover>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 22rem;
    width: 70vw
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul ul a,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-md:hover>ul ul a,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul ul a,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-xl:hover>ul ul a,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu:hover>ul ul a {
    width: 101%
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-xl:hover>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 35rem;
    width: 70vw
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-lg:hover>a {
    width: calc(55vw + 6rem)
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 29rem;
    width: 15vw;
    left: 3.5em;
    position: fixed;
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-md:hover>a {
    width: calc(45vw + 6rem)
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-md:hover>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 30rem;
    width: 45vw
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-sm:hover>a {
    width: calc(22vw + 6rem)
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 29rem;
    width: 22vw
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li:hover:nth-last-child(-n+3)>ul {
    bottom: 5.6rem;
    top: auto
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li:hover>a {
    width: 25rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li:hover>a .nav-text {
    display: inline-block;
    padding-left: 2.7rem
}

[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li:hover>a .nav-text {
    padding-left: auto;
    padding-right: 2.7rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li:hover>ul {
    display: block;
    height: auto;
    overflow: visible
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li:hover>ul a {
    padding: 1rem 1.5rem;
    margin-left: -.1rem
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle .nk-sidebar .metismenu>li:hover>ul ul a {
    padding: 1rem 1.5rem 1rem 3rem;
    margin-left: -.1rem
}

.ticket-widget ul,
[data-sidebar-style=full][data-layout=vertical] .menu-toggle .content-body {
    margin-left: 6rem
}

[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle .content-body {
    margin-right: 6rem;
    margin-left: auto
}

[data-sidebar-style=full][data-layout=vertical] .menu-toggle+.footer {
    padding-left: 6rem
}

[direction=rtl][data-sidebar-style=full][data-layout=vertical] .menu-toggle+.footer {
    padding-left: 0;
    padding-right: 6rem
}

@media only screen and (min-width:768px) {
    [data-sidebar-style=mini] .nav-header {
        width: 6rem
    }

    [data-sidebar-style=mini] .nav-header .brand-logo {
        z-index: 999
    }

    [data-sidebar-style=mini] .nav-header .brand-logo a {
        padding: .5rem
    }

    [data-sidebar-style=mini] .nav-header .brand-logo a b img {
        max-width: 5rem
    }

    [data-sidebar-style=mini] .nav-header .nav-control {
        z-index: -1
    }

    [data-sidebar-style=mini] .nav-header .nav-control .hamburger {
        left: 6rem !important
    }

    [data-sidebar-style=mini] .nav-header .nav-control .hamburger .line {
        background-color: #464a53 !important
    }

    [data-sidebar-style=mini] .nav-header .brand-title,
    [data-sidebar-style=mini] .nav-header .hamburger,
    [data-sidebar-style=mini] .nav-user h5,
    [data-sidebar-style=mini] .nav-user p {
        display: none
    }

    [data-sidebar-style=mini] .header-content {
        margin-left: 0
    }

    [data-sidebar-style=mini] .header-content .header-left {
        margin-left: 1rem
    }

    [data-sidebar-style=mini] .header-content .header-left .drop-down {
        top: .5rem
    }

    [data-sidebar-style=mini] .nav-user {
        padding: 2rem 1.5rem 1.5rem
    }

    [data-sidebar-style=mini] .nav-user img {
        width: 3.5rem;
        height: 3.5rem;
        margin-bottom: 1rem
    }

    [data-sidebar-style=mini] .nav-user i {
        margin-top: 1.5rem;
        display: block
    }

    [data-sidebar-style=mini] .nav-user .dropdown-menu {
        left: 4.5rem !important;
        top: 2.2rem !important
    }

    [data-sidebar-style=mini] .nk-sidebar {
        width: 6rem;
        overflow: visible;
        position: absolute
    }

    [data-sidebar-style=mini] .nk-sidebar .metismenu .nav-badge,
    [data-sidebar-style=mini] .nk-sidebar .metismenu .nav-label,
    [data-sidebar-style=mini] .nk-sidebar .metismenu>li>a.has-arrow:after,
    [data-sidebar-style=mini] .nk-sidebar .nav-text {
        display: none
    }

    [data-sidebar-style=mini] .nk-sidebar .nk-nav-scroll,
    [data-sidebar-style=mini] .nk-sidebar .slimScrollDiv {
        overflow: visible !important
    }

    [data-sidebar-style=mini] .nk-sidebar .metismenu li {
        position: relative
    }

    [data-sidebar-style=mini] .nk-sidebar .metismenu li a {
        padding: 1.3rem 1.5rem
    }

    [data-sidebar-style=mini] .nk-sidebar .metismenu li>ul {
        position: absolute;
        left: 6rem;
        top: 5.6rem;
        width: 19rem;
        z-index: 1001;
        display: none;
        padding-left: .1rem
    }

    [direction=rtl]:not([data-layout=horizontal])[data-sidebar-style=mini] .nk-sidebar .metismenu li>ul {
        left: auto;
        right: 6rem
    }

    [data-sidebar-style=mini] .content-body {
        margin-left: 6rem
    }

    [data-sidebar-style=mini] .footer {
        padding-left: 6rem
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li:nth-last-child(-n+3)>ul {
        bottom: 5.6rem;
        top: auto
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li:nth-last-child(-n+6)>ul {
        bottom: 5.6rem;
        top: auto
    }
}

@media only screen and (min-width:768px) {
    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li>ul {
        overflow: visible
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li>ul li:hover ul {
        display: block;
        left: 18.9rem;
        top: 0
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li:hover>a {
        width: 25rem
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li:hover>a .nav-text {
        display: inline-block;
        padding-left: 2.7rem
    }

    [direction=rtl][data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li:hover>a .nav-text {
        padding-left: auto;
        padding-right: 2.7rem
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li:hover>ul {
        display: block;
        height: auto !important;
        overflow: visible
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li:hover>ul a {
        padding: 1rem 1.5rem;
        margin-left: -.1rem
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li:hover>ul ul a {
        padding: 1rem 1.5rem 1rem 3rem;
        margin-left: -.1rem
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu>ul.collapse:not(.in) {
        height: 252px !important
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-xl:hover>a,
    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu:hover>a {
        width: calc(70vw + 6rem)
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 22rem;
        width: 70vw
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul ul a,
    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-md:hover>ul ul a,
    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul ul a,
    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-xl:hover>ul ul a,
    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu:hover>ul ul a,
    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul ul a,
    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-md:hover>ul ul a,
    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul ul a,
    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-xl:hover>ul ul a,
    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu:hover>ul ul a {
        width: 101%
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-xl:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 35rem;
        width: 70vw
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-lg:hover>a {
        width: calc(80vw + 6rem)
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 29rem;
        width: 80vw
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-md:hover>a {
        width: calc(45vw + 6rem)
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-md:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 30rem;
        width: 45vw
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-sm:hover>a {
        width: calc(29vw + 6rem)
    }

    [data-sidebar-style=mini][data-layout=vertical] .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 29rem;
        width: 29vw
    }

    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-xl:hover>a,
    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu:hover>a {
        width: calc(60vw + 6rem)
    }

    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 40rem;
        width: 60vw
    }

    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-xl:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 41rem;
        width: 60vw
    }

    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-lg:hover>a {
        width: calc(50vw + 6rem)
    }

    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 26rem;
        width: 50vw
    }

    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-md:hover>a {
        width: calc(40vw + 6rem)
    }

    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-md:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 30rem;
        width: 40vw
    }

    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-sm:hover>a {
        width: calc(22vw + 6rem)
    }

    [data-sidebar-style=mini][data-layout=vertical][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 29rem;
        width: 22vw
    }

    [data-sidebar-style=mini][data-header-position=fixed][data-container=boxed][data-layout=vertical] .header {
        width: calc(1199px - 6rem)
    }
}

[data-layout=vertical] .nk-sidebar .mega-menu .mega-menu-col {
    max-width: 100%;
    flex: 0 0 100%
}

[data-sidebar-position=fixed][data-layout=vertical] .nav-header {
    position: fixed;
    left: auto;
    z-index: 9
}

[data-sidebar-position=fixed][data-layout=vertical] .menu-toggle .nk-sidebar,
[data-sidebar-position=fixed][data-layout=vertical] .nk-sidebar {
    position: fixed
}

[data-header-position=fixed][data-sidebar-position=fixed][data-sidebar-style=overlay][data-layout=vertical][data-container=boxed] .nk-sidebar {
    position: absolute
}

[data-sidebar-style=compact] .header-left {
    margin-left: 0
}

[data-sidebar-style=compact][data-layout=vertical] .nav-header a {
    padding: .75rem 1.7rem
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=compact] .nav-header a img,
[data-sidebar-style=compact][data-layout=vertical] .nav-header img {
    max-width: 45px
}

@media (min-width:767px) {
    [data-sidebar-style=compact] .nav-control {
        display: none
    }

    [data-sidebar-style=compact] .nav-header,
    [data-sidebar-style=compact] .nk-sidebar {
        width: 15rem
    }

    [data-sidebar-style=compact] .metismenu li {
        text-align: center
    }

    [data-sidebar-style=compact] .metismenu li a {
        padding: 1rem 1.5rem
    }

    [data-sidebar-style=compact] .nav-text {
        display: block;
        margin-top: .5rem
    }

    [data-sidebar-style=compact] .nav-badge {
        display: none
    }

    [data-sidebar-style=compact] .footer {
        padding-left: 15rem
    }

    [data-sidebar-style=compact] .content-body {
        margin-left: 15rem
    }
}

[data-sidebar-style=compact][data-header-position=fixed][data-container=boxed][data-layout=vertical] .header {
    width: calc(1199px - 15rem)
}

[data-layout=vertical][data-sidebar-style=compact] .nk-sidebar .metismenu ul ul a {
    padding: 1rem 1.5rem
}

[data-layout=vertical][data-sidebar-style=compact] .nk-sidebar .metismenu>li>a.has-arrow::after {
    top: 35%
}

@media (min-width:1199px) {
    [data-layout=horizontal] .nav-header {
        width: 14.5rem;
        height: 6rem
    }

    [data-layout=horizontal] .nav-header .brand-logo a {
        padding: .8rem .7rem
    }

    [data-layout=horizontal] .nav-header .brand-logo a img {
        max-height: 45px
    }

    [data-layout=horizontal] .nav-header .nav-control {
        display: none
    }

    [data-layout=horizontal] .header {
        width: calc(100% - 14.5rem);
        margin-left: 14.5rem;
        z-index: 9
    }

    [data-layout=horizontal] .header .header-left {
        margin-left: 0
    }

    [data-layout=horizontal] .nk-sidebar {
        width: 100%;
        position: relative;
        height: auto;
        padding-bottom: 0;
        top: 0;
        z-index: 8
    }

    [data-layout=horizontal] .nk-sidebar .slimScrollDiv,
    [data-layout=horizontal] .nk-sidebar .slimScrollDiv .nk-nav-scroll {
        overflow: visible !important
    }

    [data-layout=horizontal] .nk-sidebar .metismenu .collapse.in,
    [data-layout=horizontal] .nk-sidebar .nav-label,
    [data-layout=horizontal] .nk-sidebar .nav-user {
        display: none
    }

    [data-layout=horizontal] .nk-sidebar .metismenu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    [data-layout=horizontal] .nk-sidebar .metismenu .has-arrow:after {
        transform: rotate(135deg) translateY(-50%)
    }

    [data-layout=horizontal] .nk-sidebar .metismenu li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    [data-layout=horizontal] .nk-sidebar .metismenu li>ul {
        position: absolute;
        top: 5.4rem;
        width: 100%;
        min-width: 22rem;
        z-index: 999;
        left: auto;
        right: auto
    }

    [data-layout=horizontal] .nk-sidebar .metismenu li>ul li {
        padding: 1rem 2rem
    }

    [data-layout=horizontal] .nk-sidebar .metismenu li>ul li a {
        transition: all .4s ease-in-out;
        padding: 1rem 1.5rem;
        margin-left: -.1rem
    }

    [data-layout=horizontal] .nk-sidebar .metismenu li>ul li a:hover,
    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li a:hover {
        border-radius: .4rem
    }

    [data-layout=horizontal] .nk-sidebar .metismenu li>ul ul a {
        padding: 1rem 1.5rem 1rem 3rem;
        margin-left: -.1rem
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li {
        flex: 0 0 auto;
        position: relative
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:not(:last-child) {
        position: static
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul {
        left: 0;
        right: 0;
        padding: 2rem 4.5rem
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-right: 1px solid #dddfe1;
        padding: 1rem 2rem
    }

    [data-theme-version=dark][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-color: #42454d
    }

    [data-sibebarbg=color_2][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-color: #520929
    }

    [data-sibebarbg=color_3][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-color: #2e0c43
    }

    [data-sibebarbg=color_4][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-color: #22134e
    }

    [data-sibebarbg=color_5][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-color: #711717
    }

    [data-sibebarbg=color_6][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-color: #121843
    }

    [data-sibebarbg=color_7][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-color: #0b3564
    }

    [data-sibebarbg=color_8][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-color: #013758
    }

    [data-sibebarbg=color_9][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-color: #002629
    }

    [data-sibebarbg=color_10][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li {
        border-color: #263f15
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu ul li a {
        transition: all .4s ease-in-out
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 22rem;
        width: 70vw;
        z-index: 99
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        content: "";
        height: 100%;
        width: 1px;
        position: absolute;
        background-color: #fff;
        right: 4.5rem;
        top: 0
    }

    [data-theme-version=dark][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        background-color: #323640
    }

    [data-sibebarbg=color_2][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        background-color: #7f0f40
    }

    [data-sibebarbg=color_3][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        background-color: #4c136f
    }

    [data-sibebarbg=color_4][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        background-color: #331d77
    }

    [data-sibebarbg=color_5][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        background-color: #9c1f1f
    }

    [data-sibebarbg=color_6][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        background-color: #1d276b
    }

    [data-sibebarbg=color_7][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        background-color: #104d92
    }

    [data-sibebarbg=color_8][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        background-color: #01578b
    }

    [data-sibebarbg=color_9][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        background-color: #00545c
    }

    [data-sibebarbg=color_10][data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul::after {
        background-color: #3e6522
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-xl:hover>ul ul a,
    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu:hover>ul ul a {
        width: 101%
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-xl:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 40rem;
        width: 70vw
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 40rem;
        width: 60vw;
        height: 40rem !important
    }
}

@media only screen and (min-width:1199px) and (min-width:1200px) and (max-width:1500px) {
    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul {
        width: 80vw
    }
}

@media (min-width:1199px) {
    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul ul a {
        width: 101%
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-md:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 40rem;
        width: 54vw
    }
}

@media only screen and (min-width:1199px) and (min-width:1200px) and (max-width:1500px) {
    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-md:hover>ul {
        width: 60vw
    }
}

@media (min-width:1199px) {
    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-md:hover>ul ul a {
        width: 101%
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 40rem;
        width: 29vw
    }
}

@media only screen and (min-width:1199px) and (min-width:1200px) and (max-width:1500px) {
    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul {
        width: 35vw
    }
}

@media (min-width:1199px) {

    [data-layout=horizontal] .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul ul a,
    [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul ul a,
    [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-md:hover>ul ul a,
    [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul ul a,
    [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-xl:hover>ul ul a {
        width: 101%
    }

    [data-theme-version=dark][data-layout=horizontal] .nk-sidebar .metismenu>li:not(:last-child) {
        border-color: #42454d
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li:not(:last-child),
    [direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu>li:not(:first-child) {
        border-right: 1px solid #dddfe1
    }

    [direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu>li:first-child {
        border-right: 0
    }

    [data-theme-version=dark][direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu>li {
        border-color: #42454d
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li>a {
        padding: 1.3rem 1rem
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li>a i {
        padding: 0 .7rem 0 0
    }

    [direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu>li>a i {
        padding: 0 0 0 .7rem
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li>a .nav-badge,
    [data-layout=horizontal] .nk-sidebar .metismenu>li>a:after {
        display: none
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li:hover>ul {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li:hover>ul.collapse:not(.in) {
        height: auto !important
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li>ul>li:hover ul.collapse {
        display: block !important;
        position: absolute;
        left: auto !important;
        right: -100% !important;
        top: 0 !important
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li:nth-last-child(-n+5)>ul {
        left: auto;
        right: 0
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li:nth-last-child(-n+5)>ul>li:hover ul.collapse {
        right: auto !important;
        left: -100% !important
    }

    [direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu>li:nth-last-child(-n+3)>ul {
        left: 0;
        right: auto
    }

    [direction=rtl][data-layout=horizontal] .nk-sidebar .metismenu>li:nth-last-child(-n+3)>ul>li:hover ul.collapse {
        right: -100% !important;
        left: auto !important
    }

    [data-layout=horizontal] .nk-sidebar .metismenu>li:last-child .has-arrow:after {
        transform: rotate(-45deg) translateY(-50%)
    }

    [data-layout=horizontal] .content-body {
        margin-top: -1.5rem;
        margin-left: 0
    }

    [data-layout=horizontal] .content-body .page-titles {
        margin-left: 0;
        margin-right: 0;
        margin-top: -1px;
        margin-bottom: 3rem
    }

    [data-layout=horizontal] .footer {
        margin: 0 auto
    }

    [data-layout=horizontal] .sidebar-right {
        z-index: 1
    }

    [data-header-position=fixed][data-layout=horizontal] .nk-sidebar {
        top: 6rem
    }

    [data-header-position=fixed][data-sidebar-position=fixed] .nk-sidebar {
        position: fixed
    }

    [data-header-position=fixed][data-layout=horizontal][data-sidebar-position=fixed] .content-body {
        padding-top: 11rem
    }

    [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-xl:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 35rem;
        width: 100%
    }

    [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-lg:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 35rem;
        width: 55vw
    }

    [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-md:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 30rem;
        width: 45vw
    }

    [data-layout=horizontal][data-container=boxed] .nk-sidebar .metismenu>li.mega-menu-sm:hover>ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 29rem;
        width: 30vw
    }

    [data-layout=horizontal][data-container=boxed] .footer {
        max-width: 1199px;
        margin: 0 auto
    }

    [data-layout=horizontal][data-container=wide] .page-titles {
        margin-left: -30px;
        margin-right: -30px
    }

    [data-layout=horizontal][data-sidebar-style=compact] .page-titles {
        margin-top: 0
    }

    [data-layout=horizontal][data-sidebar-style=compact] .metismenu li>ul {
        top: 80px
    }

    [data-sidebar-style=mini][data-layout=horizontal] .nav-header {
        width: 6rem
    }

    [data-sidebar-style=mini][data-layout=horizontal] .header {
        width: calc(100% - 6rem);
        margin-left: 6rem
    }

    [data-sidebar-style=mini][data-layout=horizontal] .metismenu>li:hover a {
        width: auto
    }

    [data-sidebar-style=mini][data-layout=horizontal] .metismenu>li:hover a .nav-text {
        display: none
    }

    [data-header-position=fixed][data-layout=horizontal][data-sidebar-position=fixed][data-sidebar-style=compact] .content-body {
        padding-top: 14rem
    }
}

[data-sidebar-style=overlay] .nk-sidebar {
    left: -100%
}

[direction=rtl][data-sidebar-style=overlay] .nk-sidebar {
    left: auto;
    right: -100%
}

[data-sidebar-style=overlay] .content-body,
[data-sidebar-style=overlay] .header-left {
    margin-left: 0
}

[data-layout=vertical][data-container=boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .menu-toggle .nk-sidebar,
[data-layout=vertical][data-container=boxed][data-sidebar-position=fixed][data-header-position=static][data-sidebar-style=overlay] .nav-header,
[data-sidebar-style=overlay] .nav-header {
    position: absolute
}

[data-sidebar-style=overlay] .nav-header .hamburger.is-active .line {
    background-color: #fff
}

[data-sidebar-style=overlay] .menu-toggle .nav-header {
    position: absolute;
    left: auto
}

#australia>svg,
.event-chat-ryt .chat-reciver .media .media-body p .time,
[data-sidebar-style=overlay] .menu-toggle .nk-sidebar,
[data-sidebar-style=overlay] .nav-header .hamburger.is-active {
    left: 0
}

[direction=rtl][data-sidebar-style=overlay] .menu-toggle .nk-sidebar {
    left: auto;
    right: 0
}

[data-sidebar-style=overlay] .footer {
    padding-left: 0
}

[data-sidebar-position=fixed][data-header-position=fixed] .nav-header,
[data-sidebar-style=overlay][data-header-position=fixed] .nav-header {
    position: fixed
}

@media (min-width:992px) {
    [data-container=boxed] #main-wrapper {
        max-width: 1199px;
        margin: 0 auto
    }

    [direction=rtl][data-container=boxed] #main-wrapper {
        text-align: right
    }
}

@media only screen and (min-width:1350px) {
    [data-layout=vertical][data-sidebar-style=overlay][data-container=boxed][data-header-position=fixed] .header {
        width: calc(1199px - 27.5rem)
    }
}

@media only screen and (min-width:1200px) and (max-width:1349px) {
    [data-layout=vertical][data-sidebar-style=overlay][data-container=boxed][data-header-position=fixed] .header {
        width: calc(1199px - 23rem)
    }
}

[data-header-position=fixed][data-layout=horizontal][data-container=boxed] .nk-sidebar {
    max-width: 1199px
}

[data-layout=horizontal][data-container=boxed][data-header-position=fixed] .header {
    width: calc(1199px - 14.5rem)
}

[data-layout=horizontal][data-container=boxed][data-header-position=fixed][data-sidebar-style=mini] .header {
    width: calc(1199px - 6rem)
}

[data-container=boxed] .metismenu.fixed {
    left: auto;
    max-width: 1199px
}

[data-container=boxed] .page-titles {
    margin-bottom: 3rem;
    padding: 15px
}

[data-container=boxed] .content-body .container-fluid {
    padding: 1.5rem 0 0
}

[data-container=boxed][data-layout=vertical] .page-titles {
    margin-left: 0;
    margin-right: 0
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nk-sidebar {
    top: 11.3rem
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=compact] .nav-header,
[data-container=boxed][data-layout=vertical][data-sidebar-style=mini] .nav-header,
[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nav-header {
    height: 6rem
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nav-header .nav-control {
    top: 1.2rem
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nav-header .nav-control .hamburger.is-active {
    top: .5rem
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nav-header a {
    padding: .85rem 1.7rem
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=overlay] .nav-header img {
    max-width: 43px
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=mini] .nav-header a {
    padding: .5rem
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=mini] .content-body .page-titles {
    margin-left: -30px
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=mini] .content-body .container-fluid {
    padding: 1.5rem 0 0 3rem
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=compact] .nav-header a {
    padding: .8rem .5rem
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=compact] .content-body .page-titles {
    margin-left: -30px
}

[data-container=boxed][data-layout=vertical][data-sidebar-style=compact] .content-body .container-fluid {
    padding: 1.5rem 0 0 3rem
}

@media (min-width:992px) {
    [data-container=wide-boxed] #main-wrapper {
        width: 90%;
        margin: 0 auto
    }

    [data-container=wide-boxed][data-sidebar-style=full] .header {
        width: calc(100% - 27.5rem)
    }

    [data-container=wide-boxed][data-sidebar-style=full] .menu-toggle .header,
    [data-container=wide-boxed][data-sidebar-style=mini] .header {
        width: calc(100% - 6rem)
    }

    [data-header-position=fixed][data-container=wide-boxed][data-sidebar-style=full] .header {
        width: calc(90% - 27.5rem)
    }

    [data-header-position=fixed][data-container=wide-boxed][data-sidebar-style=full] .menu-toggle .header,
    [data-header-position=fixed][data-container=wide-boxed][data-sidebar-style=mini] .header {
        width: calc(90% - 6rem)
    }

    [data-container=wide-boxed][data-sidebar-style=compact] .header {
        width: calc(100% - 15rem)
    }

    [data-header-position=fixed][data-container=wide-boxed][data-sidebar-style=compact] .header {
        width: calc(90% - 15rem)
    }

    [data-container=wide-boxed][data-sidebar-style=overlay] .header {
        width: calc(100% - 27.5rem)
    }

    [data-header-position=fixed][data-container=wide-boxed][data-sidebar-style=overlay] .header {
        width: calc(90% - 27.5rem)
    }
}

[data-layout=horizontal][data-container=wide-boxed] .header {
    width: calc(100% - 14.5rem)
}

[data-sidebar-style=full][data-header-position=fixed][data-layout=horizontal][data-container=wide-boxed] .header {
    width: calc(90% - 14.5rem)
}

[data-sidebar-style=mini][data-layout=horizontal][data-container=wide-boxed] .header {
    width: calc(100% - 6rem)
}

[data-sidebar-style=mini] .nav-control {
    z-index: 99
}

[data-header-position=fixed] .nav-header {
    position: fixed;
    z-index: 99;
    left: auto
}

[data-nav-headerbg=color_1] .nav-header {
    background-color: var(--primary);
}

[data-nav-headerbg=color_2] .nav-header {
    background-color: #ad1457 !important
}

[data-nav-headerbg=color_3] .nav-header {
    background-color: #6a1b9a !important
}

[data-nav-headerbg=color_4] .nav-header {
    background-color: #4527a0 !important
}

[data-nav-headerbg=color_5] .nav-header {
    background-color: #c62828 !important
}

[data-nav-headerbg=color_6] .nav-header {
    background-color: #283593 !important
}

[data-nav-headerbg=color_7] .nav-header {
    background-color: #1565c0 !important
}

[data-nav-headerbg=color_8] .nav-header {
    background-color: #0277bd !important
}

[data-nav-headerbg=color_9] .nav-header {
    background-color: #00838f !important
}

[data-nav-headerbg=color_10] .nav-header {
    background-color: #558b2f !important
}

[data-headerbg=color_1] .header,
[data-sibebarbg=color_1] .nk-sidebar .metismenu {
    background-color: var(--secondary);
}

[data-headerbg=color_2] .header {
    background-color: #ad1457 !important;
    color: #fff !important
}

[data-headerbg=color_3] .header {
    background-color: #6a1b9a !important;
    color: #fff !important
}

[data-headerbg=color_4] .header {
    background-color: #4527a0 !important;
    color: #fff !important
}

[data-headerbg=color_5] .header {
    background-color: #c62828 !important;
    color: #fff !important
}

[data-headerbg=color_6] .header {
    background-color: #283593 !important;
    color: #fff !important
}

[data-headerbg=color_7] .header {
    background-color: #1565c0 !important;
    color: #fff !important
}

[data-headerbg=color_8] .header {
    background-color: #0277bd !important;
    color: #fff !important
}

[data-headerbg=color_9] .header {
    background-color: #00838f !important;
    color: #fff !important
}

[data-headerbg=color_10] .header {
    background-color: #558b2f !important;
    color: #fff !important
}

[data-headerbg=color_10] .header .icons i,
[data-headerbg=color_10] .header .icons>a,
[data-headerbg=color_2] .header .icons i,
[data-headerbg=color_2] .header .icons>a,
[data-headerbg=color_3] .header .icons i,
[data-headerbg=color_3] .header .icons>a,
[data-headerbg=color_4] .header .icons i,
[data-headerbg=color_4] .header .icons>a,
[data-headerbg=color_5] .header .icons i,
[data-headerbg=color_5] .header .icons>a,
[data-headerbg=color_6] .header .icons i,
[data-headerbg=color_6] .header .icons>a,
[data-headerbg=color_7] .header .icons i,
[data-headerbg=color_7] .header .icons>a,
[data-headerbg=color_8] .header .icons i,
[data-headerbg=color_8] .header .icons>a,
[data-headerbg=color_9] .header .icons i,
[data-headerbg=color_9] .header .icons>a,
[data-sibebarbg=color_2] .nk-sidebar .metismenu .mega-menu ul.in li a:hover,
[data-sibebarbg=color_2] .nk-sidebar .metismenu ul.in li.active a,
[data-sibebarbg=color_2] .nk-sidebar .metismenu ul.in li.active a:hover {
    color: #fff !important
}

[data-sibebarbg=color_2] .nk-sidebar,
[data-sibebarbg=color_2] .nk-sidebar .metismenu {
    background-color: #ad1457 !important
}

[data-sibebarbg=color_2] .nk-sidebar .metismenu ul {
    background-color: #7f0f40
}

[data-sibebarbg=color_2] .nk-sidebar .metismenu a.active,
[data-sibebarbg=color_2] .nk-sidebar .metismenu a:active,
[data-sibebarbg=color_2] .nk-sidebar .metismenu a:hover {
    background-color: #520929 !important;
    color: #fff !important
}

[data-sibebarbg=color_2] .nk-sidebar .metismenu>li.active>a {
    background-color: #520929 !important
}

[data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a {
    background-color: #520929 !important;
    color: #fff !important
}

[data-sibebarbg=color_2] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_2] .nk-sidebar .metismenu>li:focus>a {
    color: #fff !important
}

[data-sibebarbg=color_2] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_2] .nk-sidebar .metismenu>li:focus>a,
[data-sidebar-style=full][data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a,
[data-sidebar-style=mini][data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a {
    background-color: #520929 !important
}

[data-sibebarbg=color_2] .nk-sidebar .metismenu>li.active>a:active,
[data-sibebarbg=color_2] .nk-sidebar .metismenu>li.active>a:focus,
[data-sibebarbg=color_2] .nk-sidebar .metismenu>li.active>a:hover,
[data-sibebarbg=color_2] .nk-sidebar .metismenu>li:focus>a:active,
[data-sibebarbg=color_2] .nk-sidebar .metismenu>li:focus>a:focus,
[data-sibebarbg=color_2] .nk-sidebar .metismenu>li:focus>a:hover,
[data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a:active,
[data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=full][data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=full][data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=full][data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=mini][data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=mini][data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=mini][data-sibebarbg=color_2] .nk-sidebar .metismenu>li:hover>a:hover {
    background-color: #520929 !important;
    color: #fff !important
}

[data-sibebarbg=color_10] .nk-sidebar .metismenu .mega-menu ul.in li a:hover,
[data-sibebarbg=color_10] .nk-sidebar .metismenu ul.in li.active a,
[data-sibebarbg=color_10] .nk-sidebar .metismenu ul.in li.active a:hover,
[data-sibebarbg=color_2] .nk-sidebar .metismenu *,
[data-sibebarbg=color_3] .nk-sidebar .metismenu .mega-menu ul.in li a:hover,
[data-sibebarbg=color_3] .nk-sidebar .metismenu ul.in li.active a,
[data-sibebarbg=color_3] .nk-sidebar .metismenu ul.in li.active a:hover,
[data-sibebarbg=color_4] .nk-sidebar .metismenu .mega-menu ul.in li a:hover,
[data-sibebarbg=color_4] .nk-sidebar .metismenu ul.in li.active a,
[data-sibebarbg=color_4] .nk-sidebar .metismenu ul.in li.active a:hover,
[data-sibebarbg=color_5] .nk-sidebar .metismenu .mega-menu ul.in li a:hover,
[data-sibebarbg=color_5] .nk-sidebar .metismenu ul.in li.active a,
[data-sibebarbg=color_5] .nk-sidebar .metismenu ul.in li.active a:hover,
[data-sibebarbg=color_6] .nk-sidebar .metismenu .mega-menu ul.in li a:hover,
[data-sibebarbg=color_6] .nk-sidebar .metismenu ul.in li.active a,
[data-sibebarbg=color_6] .nk-sidebar .metismenu ul.in li.active a:hover,
[data-sibebarbg=color_7] .nk-sidebar .metismenu .mega-menu ul.in li a:hover,
[data-sibebarbg=color_7] .nk-sidebar .metismenu ul.in li.active a,
[data-sibebarbg=color_7] .nk-sidebar .metismenu ul.in li.active a:hover,
[data-sibebarbg=color_8] .nk-sidebar .metismenu .mega-menu ul.in li a:hover,
[data-sibebarbg=color_8] .nk-sidebar .metismenu ul.in li.active a,
[data-sibebarbg=color_8] .nk-sidebar .metismenu ul.in li.active a:hover,
[data-sibebarbg=color_9] .nk-sidebar .metismenu .mega-menu ul.in li a:hover,
[data-sibebarbg=color_9] .nk-sidebar .metismenu ul.in li.active a,
[data-sibebarbg=color_9] .nk-sidebar .metismenu ul.in li.active a:hover {
    color: #fff !important
}

[data-sibebarbg=color_3] .nk-sidebar,
[data-sibebarbg=color_3] .nk-sidebar .metismenu {
    background-color: #6a1b9a !important
}

[data-sibebarbg=color_3] .nk-sidebar .metismenu ul {
    background-color: #4c136f !important
}

[data-sibebarbg=color_3] .nk-sidebar .metismenu a.active,
[data-sibebarbg=color_3] .nk-sidebar .metismenu a:active,
[data-sibebarbg=color_3] .nk-sidebar .metismenu a:hover {
    background-color: #2e0c43 !important;
    color: #fff !important
}

[data-sibebarbg=color_3] .nk-sidebar .metismenu>li.active>a {
    background-color: #2e0c43 !important
}

[data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a {
    background-color: #2e0c43 !important;
    color: #fff !important
}

[data-sibebarbg=color_3] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_3] .nk-sidebar .metismenu>li:focus>a {
    color: #fff !important
}

[data-sibebarbg=color_3] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_3] .nk-sidebar .metismenu>li:focus>a,
[data-sidebar-style=full][data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a,
[data-sidebar-style=mini][data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a {
    background-color: #2e0c43 !important
}

[data-sibebarbg=color_3] .nk-sidebar .metismenu>li.active>a:active,
[data-sibebarbg=color_3] .nk-sidebar .metismenu>li.active>a:focus,
[data-sibebarbg=color_3] .nk-sidebar .metismenu>li.active>a:hover,
[data-sibebarbg=color_3] .nk-sidebar .metismenu>li:focus>a:active,
[data-sibebarbg=color_3] .nk-sidebar .metismenu>li:focus>a:focus,
[data-sibebarbg=color_3] .nk-sidebar .metismenu>li:focus>a:hover,
[data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a:active,
[data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=full][data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=full][data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=full][data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=mini][data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=mini][data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=mini][data-sibebarbg=color_3] .nk-sidebar .metismenu>li:hover>a:hover {
    background-color: #2e0c43 !important;
    color: #fff !important
}

[data-sibebarbg=color_3] .nk-sidebar .metismenu * {
    color: #fff
}

[data-sibebarbg=color_4] .nk-sidebar,
[data-sibebarbg=color_4] .nk-sidebar .metismenu {
    background-color: #4527a0 !important
}

[data-sibebarbg=color_4] .nk-sidebar .metismenu ul {
    background-color: #331d77 !important
}

[data-sibebarbg=color_4] .nk-sidebar .metismenu a.active,
[data-sibebarbg=color_4] .nk-sidebar .metismenu a:active,
[data-sibebarbg=color_4] .nk-sidebar .metismenu a:hover {
    background-color: #22134e !important;
    color: #fff !important
}

[data-sibebarbg=color_4] .nk-sidebar .metismenu>li.active>a {
    background-color: #22134e !important
}

[data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a {
    background-color: #22134e !important;
    color: #fff !important
}

[data-sibebarbg=color_4] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_4] .nk-sidebar .metismenu>li:focus>a {
    color: #fff !important
}

[data-sibebarbg=color_4] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_4] .nk-sidebar .metismenu>li:focus>a,
[data-sidebar-style=full][data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a,
[data-sidebar-style=mini][data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a {
    background-color: #22134e !important
}

[data-sibebarbg=color_4] .nk-sidebar .metismenu>li.active>a:active,
[data-sibebarbg=color_4] .nk-sidebar .metismenu>li.active>a:focus,
[data-sibebarbg=color_4] .nk-sidebar .metismenu>li.active>a:hover,
[data-sibebarbg=color_4] .nk-sidebar .metismenu>li:focus>a:active,
[data-sibebarbg=color_4] .nk-sidebar .metismenu>li:focus>a:focus,
[data-sibebarbg=color_4] .nk-sidebar .metismenu>li:focus>a:hover,
[data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a:active,
[data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=full][data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=full][data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=full][data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=mini][data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=mini][data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=mini][data-sibebarbg=color_4] .nk-sidebar .metismenu>li:hover>a:hover {
    background-color: #22134e !important;
    color: #fff !important
}

[data-sibebarbg=color_4] .nk-sidebar .metismenu * {
    color: #fff
}

[data-sibebarbg=color_5] .nk-sidebar,
[data-sibebarbg=color_5] .nk-sidebar .metismenu {
    background-color: #c62828 !important
}

[data-sibebarbg=color_5] .nk-sidebar .metismenu ul {
    background-color: #9c1f1f !important
}

[data-sibebarbg=color_5] .nk-sidebar .metismenu a.active,
[data-sibebarbg=color_5] .nk-sidebar .metismenu a:active,
[data-sibebarbg=color_5] .nk-sidebar .metismenu a:hover {
    background-color: #711717 !important;
    color: #fff !important
}

[data-sibebarbg=color_5] .nk-sidebar .metismenu>li.active>a {
    background-color: #711717 !important
}

[data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a {
    background-color: #711717 !important;
    color: #fff !important
}

[data-sibebarbg=color_5] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_5] .nk-sidebar .metismenu>li:focus>a {
    color: #fff !important
}

[data-sibebarbg=color_5] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_5] .nk-sidebar .metismenu>li:focus>a,
[data-sidebar-style=full][data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a,
[data-sidebar-style=mini][data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a {
    background-color: #711717 !important
}

[data-sibebarbg=color_5] .nk-sidebar .metismenu>li.active>a:active,
[data-sibebarbg=color_5] .nk-sidebar .metismenu>li.active>a:focus,
[data-sibebarbg=color_5] .nk-sidebar .metismenu>li.active>a:hover,
[data-sibebarbg=color_5] .nk-sidebar .metismenu>li:focus>a:active,
[data-sibebarbg=color_5] .nk-sidebar .metismenu>li:focus>a:focus,
[data-sibebarbg=color_5] .nk-sidebar .metismenu>li:focus>a:hover,
[data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a:active,
[data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=full][data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=full][data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=full][data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=mini][data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=mini][data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=mini][data-sibebarbg=color_5] .nk-sidebar .metismenu>li:hover>a:hover {
    background-color: #711717 !important;
    color: #fff !important
}

[data-sibebarbg=color_5] .nk-sidebar .metismenu * {
    color: #fff
}

[data-sibebarbg=color_6] .nk-sidebar,
[data-sibebarbg=color_6] .nk-sidebar .metismenu {
    background-color: #283593 !important
}

[data-sibebarbg=color_6] .nk-sidebar .metismenu ul {
    background-color: #1d276b !important
}

[data-sibebarbg=color_6] .nk-sidebar .metismenu a.active,
[data-sibebarbg=color_6] .nk-sidebar .metismenu a:active,
[data-sibebarbg=color_6] .nk-sidebar .metismenu a:hover {
    background-color: #121843 !important;
    color: #fff !important
}

[data-sibebarbg=color_6] .nk-sidebar .metismenu>li.active>a {
    background-color: #121843 !important
}

[data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a {
    background-color: #121843 !important;
    color: #fff !important
}

[data-sibebarbg=color_6] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_6] .nk-sidebar .metismenu>li:focus>a {
    color: #fff !important
}

[data-sibebarbg=color_6] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_6] .nk-sidebar .metismenu>li:focus>a,
[data-sidebar-style=full][data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a,
[data-sidebar-style=mini][data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a {
    background-color: #121843 !important
}

[data-sibebarbg=color_6] .nk-sidebar .metismenu>li.active>a:active,
[data-sibebarbg=color_6] .nk-sidebar .metismenu>li.active>a:focus,
[data-sibebarbg=color_6] .nk-sidebar .metismenu>li.active>a:hover,
[data-sibebarbg=color_6] .nk-sidebar .metismenu>li:focus>a:active,
[data-sibebarbg=color_6] .nk-sidebar .metismenu>li:focus>a:focus,
[data-sibebarbg=color_6] .nk-sidebar .metismenu>li:focus>a:hover,
[data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a:active,
[data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=full][data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=full][data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=full][data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=mini][data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=mini][data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=mini][data-sibebarbg=color_6] .nk-sidebar .metismenu>li:hover>a:hover {
    background-color: #121843 !important;
    color: #fff !important
}

[data-sibebarbg=color_6] .nk-sidebar .metismenu * {
    color: #fff
}

[data-sibebarbg=color_7] .nk-sidebar,
[data-sibebarbg=color_7] .nk-sidebar .metismenu {
    background-color: #1565c0 !important
}

[data-sibebarbg=color_7] .nk-sidebar .metismenu ul {
    background-color: #104d92 !important
}

[data-sibebarbg=color_7] .nk-sidebar .metismenu a.active,
[data-sibebarbg=color_7] .nk-sidebar .metismenu a:active,
[data-sibebarbg=color_7] .nk-sidebar .metismenu a:hover {
    background-color: #0b3564 !important;
    color: #fff !important
}

[data-sibebarbg=color_7] .nk-sidebar .metismenu>li.active>a {
    background-color: #0b3564 !important
}

[data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a {
    background-color: #0b3564 !important;
    color: #fff !important
}

[data-sibebarbg=color_7] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_7] .nk-sidebar .metismenu>li:focus>a {
    color: #fff !important
}

[data-sibebarbg=color_7] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_7] .nk-sidebar .metismenu>li:focus>a,
[data-sidebar-style=full][data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a,
[data-sidebar-style=mini][data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a {
    background-color: #0b3564 !important
}

[data-sibebarbg=color_7] .nk-sidebar .metismenu>li.active>a:active,
[data-sibebarbg=color_7] .nk-sidebar .metismenu>li.active>a:focus,
[data-sibebarbg=color_7] .nk-sidebar .metismenu>li.active>a:hover,
[data-sibebarbg=color_7] .nk-sidebar .metismenu>li:focus>a:active,
[data-sibebarbg=color_7] .nk-sidebar .metismenu>li:focus>a:focus,
[data-sibebarbg=color_7] .nk-sidebar .metismenu>li:focus>a:hover,
[data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a:active,
[data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=full][data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=full][data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=full][data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=mini][data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=mini][data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=mini][data-sibebarbg=color_7] .nk-sidebar .metismenu>li:hover>a:hover {
    background-color: #0b3564 !important;
    color: #fff !important
}

[data-sibebarbg=color_7] .nk-sidebar .metismenu * {
    color: #fff
}

[data-sibebarbg=color_8] .nk-sidebar,
[data-sibebarbg=color_8] .nk-sidebar .metismenu {
    background-color: #0277bd !important
}

[data-sibebarbg=color_8] .nk-sidebar .metismenu ul {
    background-color: #01578b !important
}

[data-sibebarbg=color_8] .nk-sidebar .metismenu a.active,
[data-sibebarbg=color_8] .nk-sidebar .metismenu a:active,
[data-sibebarbg=color_8] .nk-sidebar .metismenu a:hover {
    background-color: #013758 !important;
    color: #fff !important
}

[data-sibebarbg=color_8] .nk-sidebar .metismenu>li.active>a {
    background-color: #013758 !important
}

[data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a {
    background-color: #013758 !important;
    color: #fff !important
}

[data-sibebarbg=color_8] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_8] .nk-sidebar .metismenu>li:focus>a {
    color: #fff !important
}

[data-sibebarbg=color_8] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_8] .nk-sidebar .metismenu>li:focus>a,
[data-sidebar-style=full][data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a,
[data-sidebar-style=mini][data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a {
    background-color: #013758 !important
}

[data-sibebarbg=color_8] .nk-sidebar .metismenu>li.active>a:active,
[data-sibebarbg=color_8] .nk-sidebar .metismenu>li.active>a:focus,
[data-sibebarbg=color_8] .nk-sidebar .metismenu>li.active>a:hover,
[data-sibebarbg=color_8] .nk-sidebar .metismenu>li:focus>a:active,
[data-sibebarbg=color_8] .nk-sidebar .metismenu>li:focus>a:focus,
[data-sibebarbg=color_8] .nk-sidebar .metismenu>li:focus>a:hover,
[data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a:active,
[data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=full][data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=full][data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=full][data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=mini][data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=mini][data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=mini][data-sibebarbg=color_8] .nk-sidebar .metismenu>li:hover>a:hover {
    background-color: #013758 !important;
    color: #fff !important
}

[data-sibebarbg=color_8] .nk-sidebar .metismenu * {
    color: #fff
}

[data-sibebarbg=color_9] .nk-sidebar,
[data-sibebarbg=color_9] .nk-sidebar .metismenu {
    background-color: #00838f !important
}

[data-sibebarbg=color_9] .nk-sidebar .metismenu ul {
    background-color: #00545c !important
}

[data-sibebarbg=color_9] .nk-sidebar .metismenu a.active,
[data-sibebarbg=color_9] .nk-sidebar .metismenu a:active,
[data-sibebarbg=color_9] .nk-sidebar .metismenu a:hover {
    background-color: #002629 !important;
    color: #fff !important
}

[data-sibebarbg=color_9] .nk-sidebar .metismenu>li.active>a {
    background-color: #002629 !important
}

[data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a {
    background-color: #002629 !important;
    color: #fff !important
}

[data-sibebarbg=color_9] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_9] .nk-sidebar .metismenu>li:focus>a {
    color: #fff !important
}

[data-sibebarbg=color_9] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_9] .nk-sidebar .metismenu>li:focus>a,
[data-sidebar-style=full][data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a,
[data-sidebar-style=mini][data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a {
    background-color: #002629 !important
}

[data-sibebarbg=color_9] .nk-sidebar .metismenu>li.active>a:active,
[data-sibebarbg=color_9] .nk-sidebar .metismenu>li.active>a:focus,
[data-sibebarbg=color_9] .nk-sidebar .metismenu>li.active>a:hover,
[data-sibebarbg=color_9] .nk-sidebar .metismenu>li:focus>a:active,
[data-sibebarbg=color_9] .nk-sidebar .metismenu>li:focus>a:focus,
[data-sibebarbg=color_9] .nk-sidebar .metismenu>li:focus>a:hover,
[data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a:active,
[data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=full][data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=full][data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=full][data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=mini][data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=mini][data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=mini][data-sibebarbg=color_9] .nk-sidebar .metismenu>li:hover>a:hover {
    background-color: #002629 !important;
    color: #fff !important
}

[data-sibebarbg=color_9] .nk-sidebar .metismenu * {
    color: #fff
}

[data-sibebarbg=color_10] .nk-sidebar,
[data-sibebarbg=color_10] .nk-sidebar .metismenu {
    background-color: #558b2f !important
}

[data-sibebarbg=color_10] .nk-sidebar .metismenu ul {
    background-color: #3e6522 !important
}

[data-sibebarbg=color_10] .nk-sidebar .metismenu a.active,
[data-sibebarbg=color_10] .nk-sidebar .metismenu a:active,
[data-sibebarbg=color_10] .nk-sidebar .metismenu a:hover {
    background-color: #263f15 !important;
    color: #fff !important
}

[data-sibebarbg=color_10] .nk-sidebar .metismenu>li.active>a {
    background-color: #263f15 !important
}

[data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a {
    background-color: #263f15 !important;
    color: #fff !important
}

[data-sibebarbg=color_10] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_10] .nk-sidebar .metismenu>li:focus>a {
    color: #fff !important
}

[data-sibebarbg=color_10] .nk-sidebar .metismenu>li.active>a,
[data-sibebarbg=color_10] .nk-sidebar .metismenu>li:focus>a,
[data-sidebar-style=full][data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a,
[data-sidebar-style=mini][data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a {
    background-color: #263f15 !important
}

[data-sibebarbg=color_10] .nk-sidebar .metismenu>li.active>a:active,
[data-sibebarbg=color_10] .nk-sidebar .metismenu>li.active>a:focus,
[data-sibebarbg=color_10] .nk-sidebar .metismenu>li.active>a:hover,
[data-sibebarbg=color_10] .nk-sidebar .metismenu>li:focus>a:active,
[data-sibebarbg=color_10] .nk-sidebar .metismenu>li:focus>a:focus,
[data-sibebarbg=color_10] .nk-sidebar .metismenu>li:focus>a:hover,
[data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a:active,
[data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=full][data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=full][data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=full][data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a:hover,
[data-sidebar-style=mini][data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a:active,
[data-sidebar-style=mini][data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a:focus,
[data-sidebar-style=mini][data-sibebarbg=color_10] .nk-sidebar .metismenu>li:hover>a:hover {
    background-color: #263f15 !important;
    color: #fff !important
}

[data-sibebarbg=color_10] .nk-sidebar .metismenu * {
    color: #fff
}

.stat-widget-one {
    padding: 2rem;
    text-align: center
}

.stat-widget-one .stat-digit {
    font-size: 4rem;
    font-weight: 700
}

.stat-widget-one .stat-text {
    font-size: 2rem;
    margin-bottom: .5rem
}

.stat-widget-one .progress {
    height: .8rem;
    margin-bottom: 0;
    margin-top: 2rem;
    box-shadow: none
}

.stat-widget-one .progress-bar {
    box-shadow: none
}

.stat-widget-two {
    transition: all .4s ease-in-out
}

.stat-widget-two:hover {
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .125)
}

.stat-widget-two .media img {
    max-width: 7.5rem
}

.stat-widget-two .media .media-body {
    margin-top: .5rem
}

.stat-widget-seven h2,
.stat-widget-two .media .media-body h2 {
    font-size: 3.2rem
}

.card .stat-widget-two:hover {
    box-shadow: none
}

.stat-widget-three {
    display: inline-block
}

.stat-widget-three .media-body {
    text-align: left
}

.card-text small,
.stat-widget-three .media-body span {
    font-size: 1.5rem;
    font-weight: 500
}

.stat-widget-four.card-body {
    padding: 2.25rem
}

.stat-widget-four h5 {
    font-size: 1.5rem
}

.stat-widget-four i.cc {
    font-size: 5rem;
    line-height: 4.5rem
}

@media only screen and (max-width:767px) {
    .stat-widget-four i.cc {
        font-size: 4rem
    }
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .stat-widget-four.card-body {
        padding: 1.5rem
    }

    .stat-widget-four h4 {
        font-size: 1.5rem
    }

    .stat-widget-four h5,
    .stat-widget-four h6 {
        font-size: 1.4rem
    }

    .stat-widget-four i.cc {
        margin: 0;
        font-size: 2.6rem;
        line-height: 2.6rem
    }
}

.stat-widget-five {
    transition: all .4s ease-in-out
}

.stat-widget-five .bottom-text {
    display: flex;
    justify-content: space-between
}

.stat-widget-five .bottom-text span {
    font-size: 1.6rem;
    color: #7bb31a;
    line-height: 1
}

.at-aglance-section .storage-space h3,
.stat-widget-five .bottom-text p {
    line-height: 1
}

.stat-widget-five:hover {
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .125)
}

.stat-widget-five .icon {
    font-size: 2.4rem;
    height: 6rem;
    width: 6rem;
    margin-bottom: 2.4rem;
    border-radius: 10rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.stat-widget-five .media-body h2 {
    font-weight: 500;
    line-height: 1;
    font-size: 3rem
}

.stat-widget-five .media-body span,
.stat-widget-seven h5 {
    font-size: 1.5rem
}

.stat-widget-five p {
    color: #464a53;
    line-height: 2
}

.stat-widget-six {
    overflow: hidden
}

.stat-widget-six .nedia {
    position: relative
}

.stat-widget-six .icon {
    position: absolute;
    right: -35px;
    bottom: -35px;
    height: 110px;
    width: 110px;
    border-radius: 50%
}

[direction=rtl] .stat-widget-six .icon {
    right: auto;
    left: -35px
}

.stat-widget-six .icon span {
    position: absolute;
    left: 3.5rem;
    top: 2.5rem;
    color: #fff;
    font-size: 2rem
}

[direction=rtl] .stat-widget-six .icon span {
    right: 3.5rem;
    left: auto
}

.stat-widget-six .media-body h2 {
    font-size: 3rem
}

.stat-widget-seven img {
    max-width: 50px
}

.stat-widget-seven h2,
.stat-widget-seven h5 {
    color: #fff
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
    .stat-widget-seven h2 {
        font-size: 1.6rem
    }

    .stat-widget-seven h5 {
        font-size: 1.3rem
    }
}

.stat-widget-eight .widget-left h4,
.stat-widget-eight .widget-right h4 {
    margin-bottom: 1.5rem
}

.stat-widget-eight .widget-left .count-number,
.stat-widget-eight .widget-right .count-number {
    font-size: 3rem;
    position: relative;
    bottom: 3px
}

.stat-widget-eight .widget-left .widget-icon,
.stat-widget-eight .widget-right .widget-icon {
    display: inline-block;
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 50%;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 9.5rem
}

@media (min-width:1200px) {
    .stat-widget-eight .widget-left {
        border-right: 1px solid #dddfe1
    }
}

@media (min-width:1500px) {
    .stat-widget-eight .widget-right {
        padding-left: 2rem
    }
}

.stat-widget-search-1 .form-group,
.stat-widget-search-2 .form-group,
.ticket-widget ul li {
    position: relative
}

.stat-widget-search-1 .form-group .form-control {
    border-radius: 50px;
    padding-left: 2rem
}

.stat-widget-search-1 .form-group .search-icon {
    position: absolute;
    right: 2rem;
    top: .5rem;
    font-size: 2.4rem
}

[direction=rtl] .stat-widget-search-1 .form-group .search-icon {
    left: 2rem;
    right: auto
}

.stat-widget-search-2.widget-bottom-bordered .form-group .form-control {
    border-bottom: 1px solid #dddfe1;
    border-radius: 0
}

[data-theme-version=dark] .stat-widget-search-2.widget-bottom-bordered .form-group .form-control {
    border-bottom-color: #42454d
}

.stat-widget-search-2 .form-group .form-control {
    border-radius: 50px;
    padding-left: 2rem;
    border: 0;
    background-color: transparent
}

.event-chat-ryt .char-type input.form-control::placeholder,
.stat-widget-search-2 .form-group .form-control::placeholder {
    color: #464a53
}

.stat-widget-search-2 .form-group .search-icon {
    position: absolute;
    right: 2rem;
    top: 1rem;
    font-size: 1.6rem;
    color: #464a53
}

[direction=rtl] .stat-widget-search-2 .form-group .search-icon {
    left: 2rem;
    right: auto
}

.stat-widget-progress .progress {
    height: 1.2rem;
    border-radius: 3rem
}

.stat-widget-progress h5 span,
.stat-widget-progress span,
.table-striped tr td {
    color: #abafb3 !important
}

.avatar-group .avatar {
    border-radius: 5rem;
    box-shadow: 0 0 0 .5rem #fff;
    display: inline-block;
    margin-left: -.5rem
}

.avatar-group a.btn {
    margin-left: -.5rem
}

@media (min-width:1200px) {
    .border-right-until-xl {
        border-right: 1px solid #ebebeb
    }

    [data-theme-version=dark] .border-right-until-xl {
        border-right: 1px solid #42454d
    }

    [direction=rtl] .border-right-until-xl {
        border-left: 1px solid #ebebeb;
        border-right: none
    }

    [direction=rtl][data-theme-version=dark] .border-right-until-xl {
        border-left: 1px solid #42454d;
        border-right: none
    }
}

.ticket-widget__heading--left {
    flex: 1
}

.ticket-widget .user-avatar {
    width: 5rem;
    height: 5rem;
    font-size: 1.6rem
}

.ticket-widget .user-avatar img {
    max-width: 100%
}

.ticket-widget .btn {
    padding: .2rem 1rem;
    border-color: #dddfe1
}

.ticket-widget ul li::after {
    position: absolute;
    content: "";
    left: -3rem;
    top: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #686e7c
}

.absolute-icon-append-widget,
.absolute-icon-prepend-widget {
    position: relative
}

.absolute-icon-prepend-widget .form-control {
    padding-left: 4rem
}

.absolute-icon-prepend-widget .absolute-form-icon {
    position: absolute
}

.absolute-icon-prepend-widget .absolute-form-icon-prepend {
    left: 1.5rem;
    top: 1.3rem
}

.absolute-icon-append-widget .form-control {
    padding-left: 4rem;
    height: 5rem
}

.absolute-icon-append-widget .absolute-form-icon {
    position: absolute
}

.absolute-icon-append-widget .absolute-form-icon-append {
    left: 1.5rem;
    top: 1.5rem
}

.absolute-icon-append-widget .absolute-form-icon-append i {
    color: #6a707e
}

.workout-icon {
    width: 7rem;
    height: 7rem;
    text-align: center;
    line-height: 7rem
}

.widget-social-table .card-title {
    margin-bottom: 3.5rem
}

.widget-social-table .social-icon {
    margin-bottom: 1rem
}

.widget-social-table .social-icon i {
    font-size: 2rem
}

.widget-social-table .table td {
    padding: .25rem .75rem
}

.widget-file-container .file-container {
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .1);
    text-align: center;
    padding: 1.6rem 0;
    width: 11.7rem;
    margin-bottom: 1rem
}

.table-padded tbody tr,
.widget-file-container .file-container img {
    transition: all .3s ease-in-out
}

.widget-file-container .file-container:hover img {
    transform: scale(1.1) rotate(5deg)
}

.widget-file-container .file-container:not(:last-child) {
    margin-right: 3.3rem
}

@media only screen and (max-width:1199px) {
    .widget-file-container .file-container:not(:last-child) {
        margin-right: 1rem
    }
}

@media only screen and (max-width:575px) {
    .widget-file-container .file-container:not(:last-child) {
        margin-right: .5rem
    }
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .widget-file-container .file-container:not(:last-child) {
        margin-right: 1rem
    }
}

@media only screen and (max-width:1440px) {
    .widget-file-container .file-container {
        width: 10.7rem
    }
}

@media only screen and (max-width:575px) {
    .widget-file-container .file-container {
        width: 12.7rem
    }
}

.form-wizard .form-wizard-left.step-anchor>li.active>a.nav-link,
.widget-media-bordered .media-colored .media-body {
    border-color: #fff
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .widget-media-bordered img {
        height: 35px
    }
}

.widget-media-bordered .media-body {
    border-left: 1px solid #dddfe1;
    padding-left: 2rem;
    margin-left: .5rem
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .widget-media-bordered .media-body {
        padding-left: .5rem;
        margin-left: 0
    }
}

[direction=rtl] .widget-media-bordered .media-body {
    border-right: 1px solid #dddfe1;
    border-left: 0;
    padding-left: auto;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: .5rem
}

.widget-media-bordered .media-body h2 {
    font-size: 3.5rem
}

.widget-event-circle .left p,
.widget-event-circle .right p,
.widget-media-bordered .media-body p {
    font-size: 1.6rem
}

.card-portfolio-widget .icon {
    color: #f67070
}

.card-portfolio-widget .custom-dropdown .dropdown-menu {
    min-width: 23rem
}

.card-portfolio-widget .custom-dropdown .dropdown-menu .dropdown-item {
    font-size: 1.5rem;
    padding: 1rem 3.5rem
}

.widget-school-stat {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.widget-school-stat h2 {
    font-size: 3.3rem;
    margin-bottom: .7rem;
    line-height: 1
}

.widget-school-stat p {
    font-size: 1.7rem;
    line-height: 1;
    margin: 0
}

.widget-school-stat .icon span {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    text-align: center;
    line-height: 5rem
}

.widget-gradient a,
.widget-gradient h2,
.widget-gradient h4,
.widget-gradient h5,
.widget-gradient p,
.widget-gradient span,
.widget-school-stat,
.widget-school-stat h2 {
    color: #fff
}

.widget-school-stat.bg-1 {
    background-color: #71d875
}

.widget-school-stat.bg-1 i {
    color: #71d875
}

.widget-school-stat.bg-2 {
    background-color: #ff8423
}

.widget-school-stat.bg-2 i {
    color: #ff8423
}

.widget-school-stat.bg-3 {
    background-color: #00aff0
}

.widget-school-stat.bg-3 i {
    color: #00aff0
}

.widget-school-stat.bg-4 {
    background-color: #ffc107
}

.widget-school-stat.bg-4 i {
    color: #ffc107
}

.widget-school-stat.bg-5 {
    background-color: #ff5274
}

.widget-school-stat.bg-5 i {
    color: #ff5274
}

.widget-school-stat.bg-6 {
    background-color: #d57ff8
}

.widget-school-stat.bg-6 i {
    color: #d57ff8
}

.widget-vdo-stat {
    padding: 5rem 4rem
}

@media only screen and (max-width:1440px) {
    .widget-vdo-stat {
        padding: 5rem 1.5rem
    }
}

@media only screen and (max-width:1199px) {
    .widget-vdo-stat {
        padding: 5rem 2.5rem
    }
}

@media only screen and (max-width:991px) {
    .widget-vdo-stat {
        padding: 5rem 1.5rem
    }
}

@media only screen and (max-width:767px) {
    .widget-vdo-stat {
        padding: 5rem 7.5rem
    }
}

@media only screen and (max-width:575px) {
    .widget-vdo-stat {
        padding: 5rem 1.5rem
    }
}

.widget-vdo-stat .icon {
    font-size: 3rem
}

.widget-gradient,
.widget-gradient.card-body {
    padding: 4.6rem 3rem
}

.widget-gradient h2 {
    font-size: 3.5rem
}

@media only screen and (max-width:767px) {
    .widget-gradient h2 {
        font-size: 3rem
    }
}

.widget-gradient h3 {
    font-size: 2.2rem;
    margin-bottom: .8rem
}

@media only screen and (max-width:767px) {
    .widget-gradient h3 {
        font-size: 2rem
    }
}

.widget-gradient a {
    text-decoration: underline
}

.widget-gradient .count {
    position: relative;
    z-index: 1;
    margin-right: 4rem
}

[direction=rtl] .widget-gradient .count {
    margin-right: auto;
    margin-left: 4rem
}

@media only screen and (max-width:767px) {
    .widget-gradient .count {
        margin-right: 2rem
    }
}

.widget-gradient .count::after {
    position: absolute;
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .1);
    z-index: -1;
    content: "";
    right: 50%;
    top: 15%
}

.widget-campaign h2,
.widget-circle-progress h2 {
    font-size: 3.4rem
}

.widget-circle-progress .circle {
    position: relative
}

.widget-circle-progress .circle .abs-text {
    position: absolute;
    left: 50%;
    top: 46%;
    font-size: 3rem;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:1199px) {
    .widget-feed img {
        width: 8rem
    }
}

@media only screen and (max-width:575px) {
    .widget-feed img {
        width: 5rem
    }
}

.widget-campaign .media .icon {
    font-size: 2rem
}

.widget-campaign h3 {
    font-size: 3.2rem;
    margin-bottom: 1.2rem
}

.widget-campaign p {
    margin-bottom: 0
}

.sale-widget .card-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1
}

.sale-widget .subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.3rem
}

.sale-widget .price-tag {
    font-size: 3.5rem;
    margin: 0;
    line-height: 1
}

.widget-event-circle .left {
    flex-basis: 65%
}

.widget-event-circle .left h2,
.widget-event-circle .right h2 {
    font-size: 2.2rem
}

#timeline section.year,
.widget-event-ticket-sale .card-body {
    position: relative
}

.widget-event-ticket-sale .card-body>p {
    min-height: 4.5rem
}

@media only screen and (max-width:1440px) {
    .widget-event-ticket-sale .card-body>p {
        min-height: 6.6rem
    }
}

.widget-event-ticket-sale .card-body h5 {
    position: relative;
    bottom: 0;
    left: 0
}

.widget-event-ticket-sale .media h2 {
    font-size: 4rem
}

.widget-wallet-status .upper-part h2 {
    font-size: 3.5rem
}

.widget-wallet-status .upper-part h5 {
    font-size: 1.5rem
}

.widget-job-stats .circle-progress h4,
.widget-wallet-status .bottom-part h2 {
    font-size: 2.4rem
}

.widget-wallet-status .bottom-part p {
    font-size: 1.8rem
}

.widget-product-revenue h4 {
    font-weight: 500
}

.widget-product-revenue h2 {
    font-size: 3rem
}

.widget-product-revenue li {
    font-size: 1.6rem;
    position: relative
}

.widget-product-revenue li:first-child::before {
    background-color: #4caf50
}

.widget-product-revenue li:last-child::before {
    background-color: #00a2ff
}

.widget-product-revenue li::before {
    position: absolute;
    height: 1.1rem;
    width: 1.1rem;
    border-radius: 50px;
    content: "";
    left: -1.8rem;
    top: .6rem
}

.widget-product-data h2,
.widget-product-data h4 {
    margin: 0;
    line-height: 1
}

.widget-product-data h4 {
    font-size: 1.5rem
}

.widget-product-data h2,
.widget-product-sale h2 {
    font-size: 3rem
}

.widget-photo-stats h2 {
    font-size: 3rem;
    line-height: 1.1
}

.widget-music-category h2 {
    font-size: 5.5rem;
    font-weight: 700
}

@media only screen and (max-width:1440px) {
    .widget-active-class .card {
        padding-bottom: .5rem
    }
}

@media only screen and (max-width:991px) {
    .widget-active-class .card {
        padding-bottom: 1.65rem;
        padding-top: 1.65rem
    }
}

.widget-active-class .add-class {
    font-size: 2rem;
    margin-left: 1rem
}

.read-content-attachment .attachment>div:not(:last-child),
.widget-video-stats .single-video-widget:not(:last-child) {
    border-right: 1px solid #dddfe1
}

[direction=rtl] .widget-video-stats .single-video-widget:not(:last-child) {
    border-left: 1px solid #dddfe1;
    border-right: 0
}

@media only screen and (max-width:767px) {
    .widget-video-stats .single-video-widget:nth-child(odd) {
        border-right: 1px solid #dddfe1
    }

    .widget-video-stats .single-video-widget:nth-child(even) {
        border: 0
    }
}

.widget-video-stats h2 {
    font-size: 3.5rem
}

.widget-video-stats .icon {
    font-size: 2.8rem;
    margin-right: 2rem
}

[direction=rtl] .widget-video-stats .icon {
    margin-left: 2rem;
    margin-right: auto
}

.position-absolute.chart-position--bottomLeft {
    width: 100%;
    bottom: 0;
    left: 0
}

.timeline {
    padding: .8rem 0
}

.timeline:before {
    top: 2rem;
    width: .2rem;
    left: 2.5rem;
    margin-right: -1.5rem
}

.timeline>li {
    margin-bottom: .5rem
}

.timeline>li>.timeline-panel {
    width: calc(100% - 3.5rem);
    border-radius: .2rem
}

.timeline>li>.timeline-badge {
    height: 1.5rem;
    left: 1.9rem;
    top: 1rem;
    width: 1.5rem
}

.timeline-body>p {
    font-size: 1.2rem
}

.timeline-badge.primary {
    background-color: var(--primary); !important
}

.timeline-badge.success {
    background-color: #4caf50 !important
}

.timeline-badge.warning {
    background-color: #ffc107 !important
}

.timeline-badge.danger {
    background-color: #ff5722 !important
}

.timeline-badge.info {
    background-color: #00a2ff !important
}

.social-icon1 ul li {
    display: inline-block;
    margin-right: 3rem
}

.social-icon1 ul li:last-child {
    margin-right: 0
}

.description-flex-container p.active,
.social-icon1 ul li a,
.social-icon3 ul li a {
    display: block
}

.social-icon1 ul li a i {
    font-size: 1.5rem;
    color: var(--primary);
}

.social-icon2 a {
    border: .1rem solid var(--primary);;
    display: block;
    padding: 1rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    border-radius: .3rem;
    font-size: 1.6rem
}

.social-icon2 i {
    font-size: 12px;
    color: var(--primary);
}

.social-icon3 ul li {
    display: inline-block
}

.social-icon3 ul li a i {
    font-size: 1.4rem;
    padding: 1rem .7rem;
    color: #464a53
}

.email-list .message a,
.single-mail .media-body h6,
.social-icons-muted ul li a i,
.toolbar .btn-group .dropdown-menu a,
.wallet-card .wallet-address .input-group-prepend .text-muted i {
    color: #abafb3
}

.social-links a {
    padding: .5rem
}

.countdown-content {
    padding: 10rem 0
}

.countdown-content h1 {
    font-weight: 600;
    font-size: 4.8rem;
    margin-bottom: 5rem;
    color: #464a53
}

.countdown-content p {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
    line-height: 3rem;
    color: #464a53
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-weight: 600;
    font-size: 4rem;
    color: #464a53
}

.timer .days span,
.timer .hours span,
.timer .minutes span,
.timer .seconds span {
    font-size: 1.8rem;
    font-weight: 400
}

.countdown-right-content {
    margin-top: 5rem
}

.countdown-right-content h6 {
    margin: 1.5rem 0;
    color: #464a53 !important
}

.countdown-right-content .progress {
    height: 2rem
}

.countdown-token-card {
    margin-top: 3rem
}

.countdown-token-card .card {
    border: 0 !important;
    padding-top: 1rem;
    text-align: center
}

.countdown-token-card .card h2 {
    font-weight: 700;
    color: #fff !important
}

.countdown-token-card .card h5 {
    color: #fff !important
}

.coin-exchange .input-group-prepend {
    min-width: 10rem
}

.coin-exchange .input-group-prepend .drop-menu {
    border-radius: 0
}

.coin-exchange .input-group-prepend .drop-menu .select {
    padding: 15px 1rem
}

#morris-exchange-chart {
    height: 30rem
}

.timeline-header {
    height: auto;
    text-align: center;
    padding: 2.3rem 1rem;
    position: relative;
    background: #f3f6f9;
    color: #464a53
}

.timeline-header h1,
.timeline-header p {
    color: #464a53 !important
}

#timeline {
    position: relative;
    display: table;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem
}

#timeline div:after {
    content: '';
    width: .2rem;
    position: absolute;
    top: .5rem;
    bottom: 0;
    left: 6rem;
    z-index: 1;
    background: #abafb3
}

#timeline h3 {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    margin: 0;
    color: #464a53;
    font-size: 1em;
    font-weight: 400
}

@media (min-width:62em) {
    #timeline h3 {
        font-size: 1.1em
    }
}

#timeline section.year:first-child section {
    margin-top: -1.3em;
    padding-bottom: 0
}

#timeline section.year section {
    position: relative;
    padding-bottom: 1.25em;
    margin-bottom: 2.2em
}

#timeline section.year section h4 {
    position: absolute;
    bottom: 0;
    color: #abafb3;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 8.9rem
}

@media (min-width:62em) {
    #timeline section.year section h4 {
        font-size: 1em
    }
}

#timeline section.year section ul {
    list-style-type: none;
    padding: 0 0 0 7.5rem;
    margin: -1.35rem 0 1em;
    max-width: 32rem;
    font-size: 1em
}

@media (min-width:62em) {
    #timeline section.year section ul {
        font-size: 1.1em;
        padding: 0 0 0 8.1rem
    }
}

#timeline section.year section ul:first-of-type:after {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 5.5rem;
    top: .3rem;
    z-index: 2;
    background: #f3f6f9;
    border: .2rem solid #464a53
}

#timeline section.year section ul li:before {
    content: '·';
    margin-left: -.5rem;
    padding-right: .3rem
}

#timeline section.year section ul li:not(:first-child) {
    margin-top: .5rem
}

#timeline section.year section ul li span.price {
    font-weight: 500;
    color: #48d1cc
}

#price {
    display: inline
}

.flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80vw;
    height: 10rem;
    max-width: 100rem;
    position: relative;
    z-index: 0
}

.input {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    border-radius: 50%
}

.input:hover,
button {
    cursor: pointer
}

.input::after,
.input::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    background-color: var(--primary);;
    transform: translateY(-50%);
    width: 4vw;
    height: .5rem;
    max-width: 5rem
}

.input::before {
    left: calc(-4vw + 1.2rem)
}

.input::after {
    right: calc(-4vw + 1.2rem)
}

.input,
.input.active,
.input.active::after,
.input.active::before {
    background-color: var(--primary);
}

.input.active~.input,
.input.active~.input::after,
.input.active~.input::before {
    background-color: #464a53
}

.input.active span {
    font-weight: 700
}

.input.active span::before {
    font-size: 1.3rem
}

.input.active span::after {
    font-size: 1.5rem
}

.input span {
    width: .1rem;
    height: .1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden
}

.input span::after,
.input span::before {
    visibility: visible;
    position: absolute;
    left: 50%
}

.input span::after {
    content: attr(data-year);
    top: 2.5rem;
    transform: translateX(-50%);
    font-size: 1.4rem
}

.input span::before {
    content: attr(data-info);
    top: -6.5rem;
    width: 7rem;
    transform: translateX(-.5rem) rotateZ(-45deg);
    font-size: 1.2rem;
    text-indent: -1rem
}

.description-flex-container {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 3rem;
    margin-top: 5rem;
    text-align: center;
    width: 80vw
}

.description-flex-container p {
    margin-top: 0;
    display: none
}

@media (min-width:1250px) {
    .input::before {
        left: -3.7rem
    }

    .input::after {
        right: -3.7rem
    }
}

@media (max-width:850px) {
    .input {
        width: 1.7rem;
        height: 1.7rem
    }

    .input::after,
    .input::before {
        height: .3rem
    }

    .input::before {
        left: calc(-4vw + .8rem)
    }

    .input::after {
        right: calc(-4vw + .8rem)
    }
}

@media (max-width:600px) {
    .flex-parent {
        justify-content: initial
    }

    .input-flex-container {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-top: 15vh
    }

    .input {
        width: 6rem;
        height: 6rem;
        margin: 0 1rem 5rem
    }

    .input::after,
    .input::before {
        content: none
    }

    .input span {
        width: 100%;
        height: 100%;
        display: block
    }

    .input span::before {
        top: calc(100% + .5rem);
        transform: translateX(-50%);
        text-indent: 0;
        text-align: center
    }

    .input span::after {
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .description-flex-container {
        margin-top: 3rem;
        text-align: center
    }
}

.user-profile-name {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 500;
    padding: 0 1.5rem
}

.user-Location {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 1rem
}

.user-Location i,
.user-job-title {
    font-size: 1.4rem
}

.user-job-title {
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    color: var(--primary);
}

.ratings h4 {
    font-size: 1.6rem;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: .2rem;
    padding-left: 1.5rem
}

.ratings span {
    margin-right: 1rem
}

.rating-star {
    margin-bottom: 1rem;
    padding-left: 1.5rem
}

.user-send-message {
    margin-top: 1.5rem;
    padding-left: 1.5rem
}

.basic-information,
.contact-information {
    margin: 1.5rem
}

.basic-information h4,
.contact-information h4 {
    font-size: 1.6rem;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 1.5rem
}

.contact-title {
    display: inline-block;
    padding-bottom: 1.5rem;
    width: 17rem;
    font-size: 1.6rem;
    color: #abafb3
}

.add-wallet a p,
.birth-date,
.contact-email,
.contact-skype,
.contact-website,
.gender,
.mail-address,
.phone-number {
    font-size: 1.6rem;
    color: #464a53
}

.profile-widget {
    margin: .8rem 0;
    text-align: center
}

.profile-widget .stat-text {
    padding-bottom: .6rem
}

.gateway {
    text-align: center;
    margin-bottom: 1rem
}

.gateway .gateway-img {
    padding-top: 15px;
    height: 7rem;
    margin: 0 auto 35px;
    max-width: 20rem
}

.gateway a {
    padding: 5px 3rem;
    margin-right: 15px
}

.gateway .custom-checkbox,
.gateway a {
    display: inline-block
}

.wallet-title {
    font-size: 1.8rem;
    margin-bottom: 0
}

.add-wallet {
    border: .1rem dashed #dddfe1;
    text-align: center
}

.add-wallet a {
    padding: 4rem 1.5rem;
    display: block
}

.add-wallet a i {
    font-size: 2.6rem;
    color: var(--primary);
}

.add-wallet a p {
    margin: 0
}

.wallet-card .wallet-logo i {
    font-size: 4rem;
    position: relative
}

.wallet-card .wallet-address {
    margin: 2rem 0
}

.wallet-card .wallet-address .btn.dropdown-toggle {
    border: .1rem solid rgba(120, 130, 140, .13)
}

.wallet-card .wallet-address .btn.dropdown-toggle.active,
.wallet-card .wallet-address .btn.dropdown-toggle:active,
.wallet-card .wallet-address .btn.dropdown-toggle:focus,
.wallet-card .wallet-address .btn.dropdown-toggle:hover {
    border: .1rem solid rgba(120, 130, 140, .13)
}

.read-content textarea::placeholder,
.wallet-card .wallet-address .input-group .form-control::placeholder {
    color: #abafb3
}

.wallet-card .wallet-address .input-group-append button,
.wallet-card .wallet-address .input-group-prepend button {
    background: #f0f0f2;
    border-color: #dddfe1
}

.wallet-card .wallet-address .input-group-append i,
.wallet-card .wallet-address .input-group-prepend button i {
    font-size: 1.6rem !important;
    color: var(--primary);
}

.wallet-card .wallet-address h5 {
    font-size: 1.6rem;
    color: #6a707e
}

.wallet-card .wallet-address .form-control {
    background: 0 0 !important;
    height: 4.5rem;
    border-color: #dddfe1
}

.button-card>div,
.wallet-card .wallet-info {
    margin-bottom: 1rem
}

.wallet-card .wallet-info p {
    margin-bottom: .7rem;
    font-size: 1.5rem
}

.wallet-card .wallet-info .btn {
    margin-top: 2rem;
    margin-right: 1rem;
    padding: .7rem 3rem
}

@media only screen and (min-width:1200px) and (max-width:1410px) {
    .wallet-card .wallet-info .btn {
        padding: .7rem 2rem;
        font-size: 1.6rem
    }
}

@media only screen and (max-width:1199px) {
    .wallet-card .wallet-info .btn {
        padding: .7rem 2rem;
        font-size: 1.6rem
    }
}

.wallet-card .input-group-prepend .input-group-text {
    width: 5.5rem;
    border-radius: 0;
    border-right: 0;
    font-size: 1.8rem
}

[direction=rtl] .wallet-card .input-group-prepend .input-group-text {
    border-left: 0;
    border-right: 1px solid #dddfe1
}

.wallet-card .input-group-prepend-big .input-group-text {
    width: auto;
    font-size: 1.4rem
}

.wallet-card .input-group-append .input-group-text {
    width: 5.5rem;
    border-radius: 0;
    border-left: 0;
    font-size: 1.8rem
}

[direction=rtl] .wallet-card .input-group-append .input-group-text {
    border-left: 1px solid #dddfe1
}

@media only screen and (min-width:1200px) and (max-width:1410px) {
    .wallet-card .btn {
        padding: .7rem 2rem;
        font-size: 1.6rem
    }

    .wallet-card .btn.dropdown-toggle {
        padding: 1.2rem 2rem
    }
}

@media only screen and (max-width:1199px) {
    .wallet-card .btn {
        padding: .7rem 2rem;
        font-size: 1.6rem
    }
}

@media only screen and (max-width:767px) {
    .wallet-card .btn.dropdown-toggle {
        padding: 1.2rem 2rem
    }
}

.cccCustomRadioContainer span.radio::before,
.cryptocompare-logo {
    display: none
}

.chartTypeTabLinks {
    font-size: 1.6rem !important;
    margin-bottom: 1rem;
    margin-right: 1rem !important;
    background: #464a53 !important
}

.cTypeTabActive {
    background: var(--primary); !important
}

.ccc-widget.ccc-chart-v3>div {
    background: #f3f6f9 !important;
    border: 0 !important
}

.tabContainer {
    text-align: center
}

.tabContainer .tablinks {
    border: .1rem solid rgba(120, 130, 140, .13) !important;
    color: var(--primary);;
    display: inline-block;
    float: none;
    font-size: 1.6rem;
    margin: 1rem .4rem;
    padding: .5rem 3rem
}

.table-meta {
    display: flex
}

.table-meta-item {
    flex: 1
}

.table-meta .meta-right {
    display: flex;
    justify-content: flex-end
}

.table-meta .meta-right .stat-widget-search-2 {
    width: 100%
}

@media (min-width:1200px) {
    .table-meta .meta-right .stat-widget-search-2 {
        width: 50%
    }
}

.table-show-ticket.table {
    min-width: 770px;
    margin-bottom: 0
}

.table-show-ticket.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafa
}

.table-show-ticket.table>tbody>tr>td {
    padding: 3rem 2rem;
    color: #464a53 !important;
    border-top: 0;
    font-size: 1.6rem;
    font-weight: 500
}

.table-show-ticket.table>tbody>tr>td .btn {
    width: 10rem;
    padding: .1rem 1.8rem
}

.table-show-ticket.table>tbody>tr>td .btn-open {
    background-color: #fa9500;
    color: #fff
}

.table-show-ticket.table>tbody>tr>td .btn-pending {
    background-color: #607d8b;
    color: #fff
}

.table-show-ticket.table>tbody>tr>td .btn-close {
    background-color: #fff;
    border: 1px solid #dddfe1;
    color: #abafb3
}

.table-show-ticket.table>thead>tr>th {
    padding: 2.5rem 2rem
}

.table-show-ticket.table>tbody>tr>th,
.table-show-ticket.table>tfoot>tr>td,
.table-show-ticket.table>tfoot>tr>th,
.table-show-ticket.table>thead>tr>td,
.table-show-ticket.table>thead>tr>th {
    border-top: 0;
    font-size: 1.6rem;
    color: #464a53;
    font-weight: 500
}

.table-show-ticket.table>tbody>tr>td label,
.table-show-ticket.table>tbody>tr>th label,
.table-show-ticket.table>tfoot>tr>td label,
.table-show-ticket.table>tfoot>tr>th label,
.table-show-ticket.table>thead>tr>td label,
.table-show-ticket.table>thead>tr>th label {
    margin: 0;
    padding: 0;
    height: 1.5rem
}

.table-show-ticket.table thead th {
    vertical-align: middle
}

.table-show-ticket.table tbody tr td:first-child,
.table-show-ticket.table thead th:first-child {
    padding-left: 2rem
}

@media (min-width:992px) {
    .table-show-ticket.table thead th:first-child {
        padding-left: 4rem
    }
}

.table-show-ticket.table thead th:last-child {
    padding-right: 2rem
}

@media (min-width:992px) {
    .table-show-ticket.table thead th:last-child {
        padding-right: 3rem
    }
}

@media (min-width:992px) {
    .table-show-ticket.table tbody tr td:first-child {
        padding-left: 4rem
    }
}

.table-show-ticket.table tbody tr td:last-child {
    padding-right: 3rem
}

.table-show-ticket.table tbody tr td .label {
    font-size: 14px;
    padding: .6rem 2.2rem
}

.ticket-issuer-profile .user-avatar {
    height: 8rem;
    width: 8rem
}

.avatar-shadow {
    box-shadow: 2px 3px 10px 0 rgba(119, 119, 119, .1)
}

.support-tickets .ticket-heading,
.support-tickets .ticket-id {
    justify-content: space-between;
    align-items: center
}

.support-tickets .ticket-id .btn {
    width: 10rem;
    padding: .1rem 1.8rem;
    color: #fff
}

.support-tickets .share-box h4 {
    font-size: 1.6rem
}

.support-tickets .share-box .btn {
    width: auto;
    background-color: transparent;
    color: #464a53;
    border: 1px solid #dddfe1;
    padding: .8rem 1.5rem
}

.support-tickets .share-box .btn i {
    transform: rotate(-5deg) scaleX(-1)
}

.support-tickets .problems-list-wrapper .problems-list>li {
    padding: 3rem 0;
    border-bottom: 1px solid #dddfe1
}

.support-tickets .border-bottom {
    border-color: #dddfe1 !important
}

.ticket-comment-form .form-control {
    border-radius: 5px;
    padding: 1rem 2rem
}

.ticket-comment-form .form-control::placeholder {
    color: #464a53;
    font-size: 1.6rem
}

.ticket-comment-form label {
    border: 1px solid #dddfe1;
    border-radius: 5px;
    font-size: 1.6rem;
    color: #abafb3;
    cursor: pointer
}

.ticket-comment-form label i {
    font-size: 24px;
    color: #58aafd;
    padding-right: 1rem;
    position: relative;
    top: 1px
}

.ticket-comment-form .btn {
    padding: .6rem 3.5rem;
    font-size: 1.8rem;
    font-weight: 400
}

.email-left-box {
    width: 30rem;
    float: left;
    padding: 0 2rem 2rem 1rem;
    box-shadow: 2px 3px 10px 0 rgba(119, 119, 119, .1)
}

@media screen and (min-width:649px) and (max-width:1700px) {
    .email-left-box.generic-width {
        width: 24rem
    }
}

.email-left-box .intro-title {
    background: rgba(127, 99, 244, .1);
    padding: 1.8rem;
    margin: 3rem 0 2rem
}

.email-left-box .intro-title h5 {
    margin-bottom: 0;
    color: #6a707e
}

.email-left-box .intro-title h5 i {
    font-size: 1.2rem;
    position: relative;
    bottom: 1px
}

.email-left-box .intro-title i {
    font-size: 1.7rem;
    color: #6a707e
}

.email-right-box {
    border-top: 2px solid rgba(127, 99, 244, .1);
    padding-top: 3rem
}

@media (min-width:648px) {
    .email-right-box {
        padding-left: 34rem
    }
}

.email-right-box.generic-position {
    padding-left: 24rem
}

@media (min-width:1700px) {
    .email-right-box.generic-position {
        padding-left: 30rem
    }
}

.email-right-box .right-box-border {
    border-right: 2px solid rgba(127, 99, 244, .1)
}

@media screen and (min-width:649px) and (max-width:1200px) {
    .email-right-box .right-box-padding {
        padding-left: 2rem
    }
}

@media (min-width:1700px) {
    .email-right-box .right-box-padding {
        padding-left: 1.5rem
    }
}

.toolbar .btn-group .btn {
    background: #464a53;
    border: 0;
    color: #fff
}

.toolbar .btn-group .btn i {
    color: #fff !important
}

.toolbar .btn-group .dropdown-menu {
    background: #f3f6f9
}

.read-content textarea {
    background: #f3f6f9;
    color: #abafb3;
    border-color: rgba(0, 0, 0, .1);
    padding: 1rem 2rem
}

.chat-wrap .media .media-body p,
.read-content-email {
    font-size: 1.4rem
}

.read-content h5,
.read-content p strong {
    color: #6a707e
}

.read-content-body p {
    margin-bottom: 3rem
}

.read-content-attachment {
    padding: 2.5rem 0
}

.read-content-attachment h6 {
    font-size: 1.8rem;
    color: #6a707e
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span,
.read-content-attachment h6 i {
    padding-right: .5rem
}

.compose-content .wysihtml5-toolbar {
    border-color: rgba(120, 130, 140, .13)
}

.compose-content .dropzone,
.compose-content .textarea_editor {
    background: #f3f6f9 !important
}

.chat-wrap .media .media-body h6,
.compose-content h5 {
    font-size: 1.7rem;
    color: #6a707e
}

.compose-content h5 i {
    font-size: 3rem;
    transform: rotate(90deg)
}

.compose-content .dropzone {
    border: 1px dashed #dddfe1;
    min-height: 21rem;
    position: relative
}

.compose-content .dropzone .dz-message {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.email-list {
    display: block;
    padding-left: 0
}

.email-list .message {
    position: relative;
    display: block;
    height: 5rem;
    line-height: 5rem;
    cursor: default;
    transition-duration: .3s
}

.email-list .message-single i {
    color: #abafb3;
    font-size: 1.8rem;
    padding-left: .4rem
}

.email-list .message-single i.fa-star {
    color: #ffc107
}

.email-list .message-single label::before {
    border: 1px solid #abafb3;
    width: 1.8rem;
    height: 1.8rem
}

.email-list .message:hover {
    transition-duration: .05s;
    background: rgba(152, 166, 173, .15)
}

.email-list .message .col-mail {
    float: left;
    position: relative
}

.email-list .message .col-mail-1 {
    width: 9rem
}

.email-list .message .col-mail-1 .star-toggle {
    display: block;
    float: left;
    margin-top: 1.8rem;
    font-size: 1.6rem;
    margin-left: .5rem
}

.email-list .message .col-mail-1 .email-checkbox {
    display: block;
    float: left;
    margin: 1.5rem 1rem 0 2rem
}

.email-list .message .col-mail-1 .dot {
    display: block;
    float: left;
    border: .4rem solid transparent;
    border-radius: 10rem;
    margin: 2.2rem 2.6rem 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0
}

.email-list .message .col-mail-2 {
    position: absolute;
    top: 0;
    left: 9rem;
    right: 0;
    bottom: 0
}

.email-list .message .col-mail-2 .subject {
    position: absolute;
    top: 0;
    left: 0;
    right: 20rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.email-list .message .col-mail-2 .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 17rem;
    padding-left: 8rem
}

.email-checkbox {
    cursor: pointer;
    height: 1.5rem;
    width: 1.5rem;
    display: inline-block;
    border-radius: .1rem;
    position: relative;
    top: .5rem;
    box-shadow: inset 0 0 0 .1rem #abafb3
}

.email-checkbox input {
    opacity: 0;
    cursor: pointer
}

.email-checkbox input:checked label {
    opacity: 1
}

.email-checkbox label {
    position: absolute;
    top: .3rem;
    left: .3rem;
    right: .3rem;
    bottom: .3rem;
    cursor: pointer;
    opacity: 0;
    margin-bottom: 0 !important;
    transition-duration: .05s
}

.mail-list a {
    vertical-align: middle;
    padding: 1rem 1.5rem;
    display: block;
    background: 0 0;
    color: #464a53;
    font-size: 1.7rem
}

.mail-list .list-group-item {
    border: 0;
    color: #6a707e;
    border-radius: 0;
    font-size: 1.6rem;
    padding: 1.2rem 1.7rem
}

.mail-list .list-group-item i {
    font-size: 1.8rem;
    padding-left: 2rem;
    padding-right: 1rem;
    color: #ccc
}

.mail-list .list-group-item.active {
    color: var(--primary);;
    border-left: 3px solid var(--primary);;
    background: 0 0
}

.breadcrumb .breadcrumb-item.active a,
.mail-list .list-group-item.active i {
    color: var(--primary);
}

@media (max-width:648px) {
    .email-left-box {
        width: 100%;
        float: none
    }

    .email-right-box {
        margin-left: 0;
        padding-left: 0 !important
    }
}

@media (max-width:520px) {
    .email-list .message .col-mail-1 {
        width: 90rem
    }

    .email-list .message .col-mail-1 .title {
        left: 8rem
    }

    .email-list .message .col-mail-2 {
        left: 9rem
    }

    .email-list .message .col-mail-2 .subject {
        right: 0
    }

    .email-list .message .col-mail-2 .date {
        display: none
    }
}

.chat-wrap {
    padding: 1.7rem 3rem
}

.card-gallery .card-footer ul li,
.chat-wrap .media img {
    margin-right: 1.5rem
}

@media (min-width:1700px) {
    .chat-wrap .media img {
        margin-right: 3rem
    }
}

@media (min-width:648px) {
    .email-filter {
        padding-left: 2rem
    }
}

@media (min-width:1700px) {
    .email-filter {
        padding-left: 3rem
    }
}

.email-filter .input-group-prepend i,
.single-mail .media-body p {
    font-size: 1.4rem;
    color: #abafb3
}

.email-filter .input-group-prepend .input-group-text {
    border: 0;
    border-bottom: 1px solid #dddfe1 !important;
    background: 0 0
}

.email-filter .input-group .form-control {
    padding: 0 0 0 .5rem;
    border: 0;
    font-size: 1.4rem;
    height: 3rem;
    color: #abafb3;
    border-bottom: 1px solid #dddfe1
}

.email-filter .input-group .form-control::placeholder {
    font-size: 1.4rem;
    color: #abafb3
}

.email-filter .input-group>.form-control {
    min-height: 3rem
}

.single-mail {
    display: block;
    padding: 2.5rem 0
}

.single-mail .media {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (min-width:1700px) {
    .single-mail .media {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.single-mail .media img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 1.5rem
}

@media (min-width:1700px) {
    .single-mail .media img {
        margin-right: 3rem
    }
}

.single-mail .media-body h4 {
    font-size: 1.6rem;
    color: #6a707e
}

.single-mail .media-body h4 button i {
    font-size: 1.8rem;
    color: #abafb3;
    font-weight: 700;
    transform: rotate(90deg)
}

.single-mail.active {
    background: var(--primary);
}

.single-mail.active h4,
.single-mail.active h6,
.single-mail.active i,
.single-mail.active p {
    color: #fff !important
}

.photo-content {
    position: relative
}

.photo-content .cover-photo {
    background: url("../../images/profile/cover.jpg");
    background-size: cover;
    background-position: center;
    min-height: 25rem;
    width: 100%
}

.photo-content .profile-photo {
    bottom: -7.5rem;
    left: 10rem;
    max-width: 15rem;
    position: absolute
}

.profile-info {
    padding: 3rem 2rem;
    background: #f3f6f9
}

.profile-info h4 {
    color: #464a53 !important
}

.profile-info h4.text-primary {
    color: var(--primary); !important
}

.breadcrumb .breadcrumb-item a,
.profile-info p {
    color: #abafb3
}

.profile-info .prf-col {
    min-width: 25rem;
    padding: 1rem 5rem 0
}

.profile-interest .row {
    margin: 0 -.7rem
}

.profile-interest .row .int-col {
    padding: 0 .7rem
}

.profile-interest .row .int-col .interest-cat {
    margin-bottom: 1.4rem;
    position: relative;
    display: block
}

.profile-interest .row .int-col .interest-cat:after {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.profile-interest .row .int-col .interest-cat p {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    left: 0;
    margin: 0;
    z-index: 1;
    color: #fff;
    font-size: 1.2rem
}

.profile-tab .nav-item .nav-link {
    font-size: 1.8rem;
    padding: 1rem 0 .5rem;
    margin-right: 3rem;
    transition: all .5s ease-in-out;
    border: 0;
    border-bottom: .2rem solid transparent;
    color: #abafb3
}

.profile-tab .nav-item .nav-link.active,
.profile-tab .nav-item .nav-link:hover {
    border: 0;
    background: 0 0;
    border-bottom: .2rem solid var(--primary);;
    color: #464a53
}

.post-input .form-control {
    height: 7.5rem;
    font-weight: 400;
    margin: 1.5rem 0
}

.post-input a {
    display: inline-block;
    font-size: 2.2rem
}

.post-input a i {
    display: block;
    margin-right: 1.5rem;
    padding: .7rem 2rem;
    border-radius: .5rem;
    border: .1rem solid rgba(120, 130, 140, .13);
    color: #abafb3
}

.post-input .btn {
    padding: .7rem 3rem;
    font-size: 1.4rem;
    margin-top: -1rem
}

.profile-uoloaded-post {
    margin-top: 3rem
}

.profile-uoloaded-post img {
    margin-bottom: 2rem
}

.profile-uoloaded-post a h4 {
    margin-bottom: 1rem;
    color: #464a53
}

.calendar {
    float: left;
    margin-bottom: 0
}

.fc-view {
    margin-top: 3rem
}

.none-border .modal-footer {
    border-top: none
}

.fc-toolbar {
    margin-bottom: .5rem;
    margin-top: 1.5rem
}

.fc-toolbar h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3rem;
    text-transform: uppercase
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
    z-index: 0
}

.fc-widget-header {
    border: 1px solid rgba(120, 130, 140, .13) !important;
    border-bottom: 0 !important
}

.fc-widget-content {
    border: 1px solid #e5e5e5 !important
}

.fc th.fc-widget-header {
    background: #42454d !important;
    line-height: 2rem;
    padding: 1rem 0;
    background: 0 0 !important;
    background: #fbfbfb;
    color: #464a53;
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 500
}

.fc-button {
    border: 1px solid #42454d !important;
    text-transform: capitalize
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 1.6rem
}

.fc-event {
    border-radius: .2rem;
    border: 0;
    cursor: move;
    font-size: 1.3rem;
    margin: .5rem .7rem;
    padding: .5rem;
    text-align: center
}

.external-event {
    cursor: move;
    margin: 1rem 0;
    padding: .2rem 0
}

#drop-remove {
    margin: 0;
    top: .3rem
}

#add-category .modal-header,
#event-modal .modal-header {
    border-bottom: 1px solid #42454d
}

#add-category .modal-dialog,
#event-modal .modal-dialog {
    max-width: 60rem
}

.fc-content {
    color: #fff
}

.fc-button,
.fc-widget-content {
    border: 1px solid rgba(120, 130, 140, .13) !important
}

.fc-button {
    background: #fff;
    color: #abafb3
}

.fc-state-hover {
    background: #fff !important
}

.fc-state-highlight,
.fc-unthemed .fc-today {
    background: #f3f6f9 !important
}

.fc-cell-overlay {
    background: #fff !important
}

.fc-day-top {
    color: #464a53 !important
}

.external-event {
    color: #fff
}

#add-category .modal-header,
#event-modal .modal-header {
    border-bottom: 1px solid rgba(120, 130, 140, .13)
}

#add-category .modal-content,
#event-modal .modal-content {
    background: #fff;
    border: 0;
    box-shadow: 2px 3px 10px 6px #777
}

#add-category .modal-title,
#event-modal .modal-title,
.pignose-calendar-top-icon,
.pignose-calendar-top-month,
table.employee-contact-table thead .sorting::after {
    color: #464a53 !important
}

.user-avatar {
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    background-color: var(--primary);;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    font-size: 2.4rem;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center
}

.breadcrumb {
    margin-bottom: 0
}

.breadcrumb-item.active,
.page-titles .breadcrumb li.active a {
    color: var(--primary);
}

.page-titles {
    margin-bottom: 2rem;
    margin-top: -15px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px 30px;
    background: #ece8fd
}

@media only screen and (max-width:767px) {
    .page-titles {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px 0
    }
}

.page-titles h4 {
    color: var(--primary);;
    font-size: 2rem
}

.page-titles h4 span {
    font-size: 1.4rem;
    font-weight: 400
}

.page-titles .breadcrumb {
    padding: 0;
    background: 0 0;
    font-size: 1.4rem;
    float: right
}

.page-titles .breadcrumb li,
.page-titles h4 {
    margin-top: 0;
    margin-bottom: 0
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "\f068";
    font-family: "fontAwesome";
    font-size: .8rem;
    color: var(--primary);
}

.badge-sm,
.badge-xs {
    font-size: .9rem;
    -webkit-transform: translate(0, -.2rem);
    -ms-transform: translate(0, -.2rem);
    -o-transform: translate(0, -.2rem);
    transform: translate(0, -.2rem)
}

.badge-sm {
    font-size: 1.2rem
}

.badge-success {
    background-color: #4caf50
}

.badge-info {
    background-color: #00a2ff
}

.badge-primary {
    background-color: var(--primary);
}

.badge-warning {
    background-color: #ffc107
}

.badge-danger {
    background-color: #ff5722
}

.badge-dark {
    background-color: #464a53
}

.badge-light {
    background-color: #aaa
}

.bootstrap-label .label {
    margin-bottom: 1rem;
    display: inline-block;
    margin-right: 1rem
}

.bootstrap-badge .badge:last-child,
.bootstrap-badge-buttons button:last-child,
.bootstrap-label .label:last-child,
.card-gallery .card-footer ul li:last-child {
    margin-right: 0
}

.bootstrap-badge .badge {
    padding: .6rem 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem
}

.bootstrap-badge-buttons button {
    margin-right: .2rem;
    margin-bottom: 1rem
}

.accordion .card {
    margin-bottom: .7rem
}

.accordion .card-header {
    cursor: pointer;
    background: #fff;
    color: #464a53 !important
}

#accordion-one .fa,
.default-accordion-style .fa {
    float: right
}

#accordion-one [data-toggle=collapse] .fa:before,
.default-accordion-style [data-toggle=collapse] .fa:before {
    content: "\f068"
}

#accordion-one [data-toggle=collapse].collapsed .fa:before,
.default-accordion-style [data-toggle=collapse].collapsed .fa:before {
    content: "\f067"
}

#accordion-one .card,
.default-accordion-style .card {
    box-shadow: none !important;
    border-bottom: 1px solid #dddfe1 !important
}

#accordion-one .card .card-header,
.default-accordion-style .card .card-header {
    padding: 1.6rem
}

#accordion-one .card .card-header h5,
.default-accordion-style .card .card-header h5 {
    font-size: 1.7rem;
    line-height: 35px
}

#accordion-one .card .card-header h5 i,
.default-accordion-style .card .card-header h5 i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #dddfe1;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    -webkit-text-stroke: 1px #fff !important
}

#accordion-one .card-body,
.default-accordion-style .card-body {
    padding: 0 2rem 2rem
}

#accordion-one .card-body p:not(:last-child),
.default-accordion-style .card-body p:not(:last-child) {
    margin-bottom: 2.5rem
}

#accordion-one .card-body p:first-child,
.default-accordion-style .card-body p:first-child {
    margin-top: 0
}

#accordion-one .card-header h5[aria-expanded=true],
.default-accordion-style .card-header h5[aria-expanded=true],
.user-card1:hover .card-footer h5,
.user-card2 h4,
.user-card3:hover h4 {
    color: var(--primary);
}

#accordion-three .fa,
#accordion-two .fa {
    float: right
}

#accordion-two [data-toggle=collapse] .fa:before {
    content: "\f106"
}

#accordion-three [data-toggle=collapse] .fa:before,
#accordion-two [data-toggle=collapse].collapsed .fa:before {
    content: "\f107"
}

#accordion-three [data-toggle=collapse].collapsed .fa:before {
    content: "\f105"
}

.card,
.card-body .accordion .card:hover {
    box-shadow: 2px 3px 10px 0 rgba(119, 119, 119, .1)
}

.card {
    margin-bottom: 3rem;
    background: #fff;
    border: 0 solid #fff;
    transition: all .5s ease-in-out
}

.card-shadow-2 {
    box-shadow: 0 3px 10px 0 rgba(119, 119, 119, .1)
}

.card-gateway .card-body {
    padding: 2rem
}

.card-gateway .card-body .custom-checkbox,
.employee-contact-table td,
.employee-contact-table tr th,
.pagination .page-item.page-indicator:hover .page-link {
    color: #464a53
}

.card-wrapper .card {
    border-radius: 0;
    padding: .8rem 1.5rem;
    color: #464a53;
    box-shadow: 0 3px 10px 0 rgba(119, 119, 119, .1)
}

.card-wrapper .card:focus {
    background-color: var(--primary); !important
}

.card-intro-title {
    font-size: 2rem !important
}

.card-style {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 3rem;
    box-shadow: 2px 3px 10px 0 rgba(119, 119, 119, .1);
    transition: all .5s ease-in-out
}

.card-style:hover,
.card:hover {
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, .1)
}

.card-body {
    padding: 2.5rem
}

@media only screen and (max-width:575px) {
    .card-body {
        padding: 2rem
    }
}

@media only screen and (min-width:1501px) {
    .card-body {
        padding: 3rem
    }
}

.card.transparent-card {
    background: 0 0;
    box-shadow: none
}

.card.transparent-card .card-footer {
    background: 0 0
}

.card.ribbons-card {
    padding-left: 5rem;
    padding-right: 5rem
}

.card-gallery,
.card-overlay {
    position: relative
}

.card-overlay.img1 {
    background: url("../../assets/images/big/img7.jpg") left center no-repeat;
    background-size: cover
}

.card-overlay .card-footer {
    border-color: #4c585c
}

.card-body.card-body-scroll .input-group {
    flex-wrap: nowrap
}

.card-gallery {
    box-shadow: none;
    margin-bottom: 25px
}

.card-gallery .card-img-top {
    border-radius: 4px
}

.card-gallery__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .58);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    border-radius: 4px;
    transform: scale(1.1);
    transition: all .4s ease-out
}

.card-gallery .card-body a i {
    font-size: 1.5rem;
    color: #fff
}

.card-gallery .card-footer,
.card-gallery .card-footer a {
    color: #fff
}

.card-gallery .card-footer a .fa-link {
    transform: rotate(90deg)
}

.card-gallery .card-footer p,
.card-title {
    font-size: 1.8rem
}

.card-gallery:hover {
    box-shadow: none
}

.card-gallery:hover .card-gallery__overlay {
    opacity: 1;
    z-index: 1;
    transform: scale(1)
}

@media (max-width:991.98px) {
    .card-spaceless .border-right {
        border-right: 0 !important
    }
}

.card-title {
    line-height: 2.2rem;
    color: #464a53;
    text-transform: capitalize
}

.card-subtitle,
.user-card1 p,
.user-card2 p,
.user-card3 p {
    font-size: 1.6rem
}

.no-card-border .card {
    border: 0 !important
}

.card-img-btn {
    position: absolute;
    bottom: 1.5rem;
    left: 3rem
}

.card-header {
    border-bottom: 0;
    position: relative;
    background: 0 0;
    padding: 2rem
}

.card-header .card-title {
    margin: 0;
    display: inline-block
}

.card-text {
    font-size: 1.5rem
}

@media only screen and (min-width:1200px) {
    .card-text {
        margin-bottom: 1.5rem
    }
}

.card-bg-img-1,
.card-bg-img-2 {
    background: url("../../assets/images/big/img6.jpg");
    background-position: center;
    background-size: cover;
    min-height: 30rem
}

.card-bg-img-2 {
    min-height: 40rem
}

.transparent-card .card-header {
    padding-left: 0;
    padding-right: 0
}

.card-action {
    position: absolute;
    right: 1.25rem
}

.card-action a {
    display: inline-block;
    padding: 0 .5rem
}

.card-action .icon-size-fullscreen {
    font-size: 1.4rem
}

.card-fullscreen,
.card-loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card-fullscreen {
    overflow: auto;
    position: fixed;
    z-index: 9999
}

.card-loader {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .9);
    z-index: 999
}

.card-loader i {
    margin: 0 auto;
    color: #448aff;
    font-size: 2rem
}

.rotate-refresh {
    -webkit-animation: mymove .8s infinite linear;
    animation: mymove .8s infinite linear;
    display: inline-block
}

#add-category .modal-header .modal-title,
#event-modal .modal-content .modal-header .modal-title,
.list-group-item.active h5,
.text-white .card-title,
.user-card2:hover .btn i {
    color: #fff
}

.card-footer {
    border-color: #f0f0f2;
    background: #fff
}

.card-footer .card-link {
    color: var(--primary); !important
}

.card-footer-link {
    margin: 0;
    padding: 0
}

.card-footer-link li {
    display: inline-block;
    border-right: 1px solid #f0f0f2;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.card-footer-link li:last-child {
    border-right: 0;
    padding-right: 0
}

.card-footer-link li:first-child,
.table.table-borderless>tbody>tr>td:first-child,
.table.table-borderless>tbody>tr>th:first-child,
.table.table-borderless>tfoot>tr>td:first-child,
.table.table-borderless>tfoot>tr>th:first-child,
.table.table-borderless>thead>tr>td:first-child,
.table.table-borderless>thead>tr>th:first-child {
    padding-left: 0
}

.circle-style img,
.contact-card .user-img img {
    width: 125px;
    height: 125px
}

.contact-card .click-icon {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #6a707e;
    position: relative;
    z-index: 100
}

.contact-card .click-icon i {
    opacity: 0
}

.contact-card .click-icon::after,
.contact-card .click-icon::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6a707e;
    position: absolute;
    top: 10px;
    left: 0
}

.contact-card .click-icon::after {
    top: 20px
}

.contact-card .dropdown-menu {
    min-width: 14rem;
    border: 0;
    box-shadow: rgba(119, 119, 119, .1) 2px 3px 10px 0
}

.contact-card .dropdown-menu .dropdown-item {
    font-size: 1.6rem;
    padding: .55rem 1.5rem
}

.contact-card .dropdown-menu .dropdown-item:hover {
    background: #f2effe;
    color: var(--primary);
}

.view-option {
    max-height: 65px
}

.view-option .btn {
    border-radius: 0;
    border: 0;
    box-shadow: 0 3px 10px 0 rgba(119, 119, 119, .1)
}

.mfp-close {
    cursor: pointer !important
}

.user-card1 .btn {
    padding: .5rem 2rem;
    margin: 1.5rem 0;
    font-weight: 500;
    border-radius: .3rem
}

.user-card1 .card-footer {
    border: 0;
    padding-bottom: 3rem
}

.user-card1:hover .btn,
.user-card2:hover .btn {
    background: var(--primary);;
    color: #fff
}

.circle-style {
    width: 132px;
    height: 132px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    position: relative;
    transition: all .4s ease-out
}

.circle-style::after,
.circle-style::before {
    content: "";
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    background: #fff;
    left: 50%
}

.circle-style::before {
    transform: translateX(-50%)
}

.circle-style::after {
    transform: translateX(-50%) rotate(90deg)
}

.circle-style img {
    border-radius: 50%;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.user-card2 img,
.user-card3 img {
    width: 120px;
    height: 120px
}

.user-card2 .btn,
.user-card3 .btn,
.user-card4 .btn {
    padding: .5rem 2rem;
    font-weight: 500;
    border-radius: .3rem
}

.user-card2 .btn,
.user-card3 .btn {
    transition: all .4s ease-out;
    margin: 2rem 0 1.5rem
}

.user-card2 i {
    font-size: 1.6rem;
    color: var(--primary);
}

.user-card2:hover .circle-style {
    background: var(--primary);
}

.user-card3:hover .btn {
    background: var(--primary);;
    color: #fff
}

.user-card4 img {
    width: 130px;
    height: 130px;
    border: 2px solid #fff;
    padding: 5px;
    transition: all .4s ease-out
}

.user-card4 .btn {
    margin: 1rem .5rem
}

.user-card4:hover img {
    border-color: var(--primary);
}

.user-card5 a img {
    width: 6rem;
    margin-right: 1rem
}

button:focus {
    outline: 0
}

.button-card h4 {
    margin-bottom: 2.5rem
}

.button-card .btn-group .dropdown-toggle::after,
.toggle-dropdown::after {
    margin-left: .755em
}

.btn-page .btn {
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    border-radius: 4px;
    font-size: 1.7rem
}

.btn-page .btn:last-child,
.fc-right .fc-button-group button:last-child {
    margin-right: 0
}

.btn {
    font-weight: 300;
    cursor: pointer;
    padding: .65em .75em;
    text-align: center;
    white-space: nowrap;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 12px;
    box-shadow: none;
    font-size: 1.4rem;
    /* height: 2.25em; */
    line-height: 1.5;
    position: relative;
    vertical-align: top;
}

.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none !important
}

.btn-card {
    font-size: 1.7rem;
    padding-right: 2rem;
    padding-left: 2rem
}

#invoice-table h2,
.btn-event,
.btn-send i,
.card.card-full-width ul.contact-address-list>li h5,
.circle-progress .bottom-text h6 {
    font-size: 1.8rem
}

.btn-send {
    position: relative
}

.btn-send i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-form {
    font-size: 1.8rem;
    padding: .5rem 3rem
}

.btn-single-border {
    background: 0 0;
    border: 0;
    padding: 0 0 .1rem !important;
    border-bottom: 1px solid #dddfe1
}

.btn-single-border .filter-option {
    font-size: 14px;
    color: #6a707e
}

.btn-borderless.dropdown-toggle::after,
.btn-single-border.dropdown-toggle::after,
.dd-item>button:before {
    color: #abafb3
}

.btn-single-border .btn:focus {
    border: 0 !important
}

.btn-borderless {
    background: 0 0;
    border: 0;
    font-size: 1.4rem;
    color: #6a707e !important;
    padding-right: 0 !important;
    padding-left: 0 !important
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 2.2rem !important
}

.btn-xs {
    font-size: 1.4rem !important;
    padding: 0 2.5rem !important
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0 1.5rem !important;
    font-size: 1.4rem !important;
    background: var(--primary);!important;
    border-color: var(--primary);!important;
    color: #fff;
}

.btn-flat {
    border-radius: 0
}

.btn-rounded {
    border-radius: 30px !important
}

.btn-icon-right {
    border-left: 1px solid #fff;
    display: inline-block;
    margin: -.8rem 0 -.8rem 1.3rem;
    padding: 1rem 0 1rem 1.3rem
}

.btn-icon-left {
    border-radius: 10rem;
    display: inline-block;
    margin: -.5rem 1.3rem -.5rem -1.5rem;
    padding: .5rem 1rem .6rem
}

.social-btn-icon .btn {
    min-width: 7.5rem;
    margin-bottom: 1.5rem
}

.social-icon .btn {
    padding: .7rem 1.4rem
}

.btn-circle {
    height: 5rem;
    width: 5rem;
    border-radius: 50% !important
}

.btn-circle-sm {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.8rem
}

.btn-circle-md {
    width: 6rem;
    height: 6rem;
    font-size: 2.5rem
}

.btn-circle-md i {
    font-size: 2.4rem
}

.btn-circle-lg {
    width: 8rem;
    height: 8rem;
    font-size: 3.2rem
}

.btn-circle-lg i {
    font-size: 3.1rem
}

.btn-primary {
    background: var(--primary);;
    border-color: var(--primary);;
    color: #fff
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: var(--primary-dark)!important;
    color: #fff;
    border-color: var(--primary-dark)!important
}

.btn-secondary {
    background: #F70001;
    border-color: #F70001;
    color: #fff
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background: #cf0405;
    color: #fff;
    border-color: #cf0405
}

.btn-success {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background: #3d8b40;
    color: #fff;
    border-color: #3d8b40
}

.btn-warning {
    background: #ffc107;
    border-color: #ffc107;
    color: #fff
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background: #d39e00;
    color: #fff;
    border-color: #d39e00
}

.btn-danger {
    background: #ff5722;
    border-color: #ff5722;
    color: #fff
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background: #ee3900;
    color: #fff;
    border-color: #ee3900
}

.btn-info {
    background: #00a2ff;
    border-color: #00a2ff;
    color: #fff
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background: #0082cc;
    color: #fff;
    border-color: #0082cc
}

.btn-light {
    background: #fff;
    color: #aaa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    border-color: #aaa
}

.btn-dark {
    background: #464a53;
    border-color: #464a53;
    color: #fff
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    background: #2f3137;
    color: #fff;
    border-color: #2f3137
}

.btn-outline-primary {
    background: 0 0;
    border-color: var(--primary);;
    color: var(--primary);
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background: #cf0405;
    color: #fff;
    border-color: #cf0405
}

.btn-outline-primary i {
    font-size: 1.3rem !important
}

.btn-outline-secondary {
    background: 0 0;
    border-color: #F70001;
    color: #F70001
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    background: #cf0405;
    color: #fff;
    border-color: #cf0405
}

.btn-outline-success {
    background: 0 0;
    border-color: #4caf50;
    color: #4caf50
}

.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
    background: #3d8b40;
    color: #fff;
    border-color: #3d8b40
}

.btn-outline-warning {
    background: 0 0;
    border-color: #ffc107;
    color: #ffc107
}

.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
    background: #d39e00;
    color: #fff;
    border-color: #d39e00
}

.btn-outline-danger {
    background: 0 0;
    border-color: #ff5722;
    color: #ff5722
}

.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
    background: #ee3900;
    color: #fff;
    border-color: #ee3900
}

.btn-outline-info {
    background: 0 0;
    border-color: #00a2ff;
    color: #00a2ff
}

.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover {
    background: #0082cc;
    color: #fff;
    border-color: #0082cc
}

.btn-outline-dark,
.btn-outline-light {
    background: 0 0;
    border-color: #464a53;
    color: #464a53
}

.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover {
    background: #2f3137;
    color: #464a53;
    border-color: #2f3137
}

.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
    background: #2f3137;
    color: #fff;
    border-color: #2f3137
}

.btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
    color: #fff
}

.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
    background: #2d4373;
    color: #fff;
    border-color: #2d4373
}

.btn-twitter {
    background: #1da1f2;
    border-color: #1da1f2;
    color: #fff
}

.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover {
    background: #0c85d0;
    color: #fff;
    border-color: #0c85d0
}

.btn-youtube {
    background: red;
    border-color: red;
    color: #fff
}

.btn-youtube:active,
.btn-youtube:focus,
.btn-youtube:hover {
    background: #c00;
    color: #fff;
    border-color: #c00
}

.btn-instagram {
    background: #c32aa3;
    border-color: #c32aa3;
    color: #fff
}

.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover {
    background: #992180;
    color: #fff;
    border-color: #992180
}

.btn-pinterest {
    background: #bd081c;
    border-color: #bd081c;
    color: #fff
}

.btn-pinterest:active,
.btn-pinterest:focus,
.btn-pinterest:hover {
    background: #8c0615;
    color: #fff;
    border-color: #8c0615
}

.btn-linkedin {
    background: #007bb6;
    border-color: #007bb6;
    color: #fff
}

.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover {
    background: #005983;
    color: #fff;
    border-color: #005983
}

.btn-google-plus {
    background: #db4439;
    border-color: #db4439;
    color: #fff
}

.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:hover {
    background: #be2d23;
    color: #fff;
    border-color: #be2d23
}

.btn-google {
    background: #4285f4;
    border-color: #4285f4;
    color: #fff
}

.btn-google:active,
.btn-google:focus,
.btn-google:hover {
    background: #1266f1;
    color: #fff;
    border-color: #1266f1
}

.btn-snapchat {
    background: #fffc00;
    border-color: #fffc00;
    color: #000
}

.btn-snapchat:active,
.btn-snapchat:focus,
.btn-snapchat:hover {
    background: #ccca00;
    color: #000;
    border-color: #ccca00
}

.btn-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #fff
}

.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:hover {
    background: #1da851;
    color: #fff;
    border-color: #1da851
}

.btn-tumblr {
    background: #35465d;
    border-color: #35465d;
    color: #fff
}

.btn-tumblr:active,
.btn-tumblr:focus,
.btn-tumblr:hover {
    background: #222e3d;
    color: #fff;
    border-color: #222e3d
}

.btn-reddit {
    background: #ff4500;
    border-color: #ff4500;
    color: #fff
}

.btn-reddit:active,
.btn-reddit:focus,
.btn-reddit:hover {
    background: #cc3700;
    color: #fff;
    border-color: #cc3700
}

.btn-spotify {
    background: #1ed760;
    border-color: #1ed760;
    color: #fff
}

.btn-spotify:active,
.btn-spotify:focus,
.btn-spotify:hover {
    background: #18aa4c;
    color: #fff;
    border-color: #18aa4c
}

.btn-yahoo {
    background: #430297;
    border-color: #430297;
    color: #fff
}

.btn-yahoo:active,
.btn-yahoo:focus,
.btn-yahoo:hover {
    background: #2d0165;
    color: #fff;
    border-color: #2d0165
}

.btn-dribbble {
    background: #ea4c89;
    border-color: #ea4c89;
    color: #fff
}

.btn-dribbble:active,
.btn-dribbble:focus,
.btn-dribbble:hover {
    background: #e51e6b;
    color: #fff;
    border-color: #e51e6b
}

.btn-skype {
    background: #00aff0;
    border-color: #00aff0;
    color: #fff
}

.btn-skype:active,
.btn-skype:focus,
.btn-skype:hover {
    background: #008abd;
    color: #fff;
    border-color: #008abd
}

.btn-quora {
    background: #a20;
    border-color: #a20;
    color: #fff
}

.btn-quora:active,
.btn-quora:focus,
.btn-quora:hover {
    background: #771800;
    color: #fff;
    border-color: #771800
}

.btn-vimeo {
    background: #1ab7ea;
    border-color: #1ab7ea;
    color: #fff
}

.btn-vimeo:active,
.btn-vimeo:focus,
.btn-vimeo:hover {
    background: #1295bf;
    color: #fff;
    border-color: #1295bf
}

.btn-icon-left {
    background: #fff
}

.btn-ft {
    padding: 1.15rem 2rem
}

.btn-ft-lg,
.btn-ft-md {
    width: 17rem;
    text-align: center;
    padding: 1.15rem 0
}

.btn-ft-md {
    width: 14rem
}

.btn-sl-lg {
    width: 17rem;
    text-align: center
}

.btn-sl-md,
.btn-sl-sm {
    width: 14rem;
    text-align: center
}

.btn-sl-sm {
    width: 12rem
}

.btn-switch {
    padding: 1rem 3rem;
    border-radius: 0;
    background: 0 0;
    border: 1px solid #dddfe1;
    color: #464a53
}

.btn-switch:focus {
    border: 0;
    box-shadow: 0 3px 10px 0 rgba(119, 119, 119, .1) !important
}

.alert {
    border-radius: 4px;
    padding: 1.8rem;
    font-size: 1.7rem
}

.alert-primary {
    border-color: var(--primary);;
    color: #464a53
}

[data-notify=container] .alert {
    width: 50rem
}

.progress-bar,
.progress-bar-primary {
    background-color: var(--primary);
}

.progress-bar-success {
    background-color: #4caf50
}

.progress-bar-info {
    background-color: #00a2ff
}

.progress-bar-danger {
    background-color: #ff5722
}

.progress-bar-warning {
    background-color: #ffc107
}

.progress-bar-pink {
    background-color: #e91e63
}

.progress {
    height: .6rem;
    border-radius: 30px
}

.progress-label h3,
.tab-content-default h3 {
    font-size: 1.7rem;
    color: #464a53;
    margin-bottom: 0
}

.progress--medium {
    height: 12px
}

.progress--medium .progress-bar {
    height: 12px;
    font-size: 12px
}

.progress--medium.progress-vertical,
.progress--medium.progress-vertical-bottom {
    width: 12px;
    font-size: 12px
}

.progress--large {
    height: 16px
}

.progress--large .progress-bar {
    height: 16px;
    font-size: 16px
}

.progress--large.progress-vertical,
.progress--large.progress-vertical-bottom {
    width: 16px;
    font-size: 16px
}

.progress--extraLarge {
    height: 19px
}

.progress--extraLarge .progress-bar {
    height: 19px;
    font-size: 19px
}

.progress--extraLarge.progress-vertical,
.progress--extraLarge.progress-vertical-bottom {
    width: 19px;
    font-size: 19px
}

.progress-bar.active,
.progress.active .progress-bar {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes
}

.progress-vertical,
.progress-vertical-bottom {
    display: inline-block;
    height: 25rem;
    margin-bottom: 0;
    margin-right: 2rem;
    min-height: 25rem;
    position: relative
}

.progress-vertical-bottom {
    transform: rotate(180deg)
}

.progress-animated {
    animation-duration: 5s;
    animation-name: myanimation;
    transition: all 5s ease 0s
}

.browser .progress {
    height: .8rem
}

.popover-header,
.tab-content-default h4 {
    font-size: 1.5rem;
    color: #464a53
}

.popover-body {
    font-size: 1.3rem
}

.tooltip {
    font-size: 15px
}

.bordered-tab .nav-tabs {
    margin-bottom: 0
}

.bordered-tab .tab-pane {
    border: .1rem solid transparent;
    border-top: 0;
    padding: 1.5rem
}

.bordered-tab .tab-pane.active {
    border-color: #dddfe1
}

.tab-pane-img {
    padding: .35rem;
    border: 1px solid #dddfe1;
    margin: .8rem 0
}

.nav-pills {
    margin: 1.5rem 0;
    border-bottom: 1px solid #dddfe1
}

.nav-pills .nav-link {
    border-radius: 0;
    font-size: 1.7rem
}

@media only screen and (min-width:1200px) {
    .nav-pills .nav-link {
        padding: .8rem 2.2rem
    }
}

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

.default-tab .nav-link {
    background: 0 0;
    border-radius: 0;
    font-size: 1.7rem;
    font-weight: 500;
    color: #464a53;
    padding: .5rem 1.8rem
}

@media only screen and (min-width:1200px) {
    .default-tab .nav-link {
        padding: .5rem 2.2rem
    }
}

.default-tab .nav-link.active,
.nav-pills-icon a.active {
    color: var(--primary);
}

.custom-tab-1 .nav-link {
    background: 0 0;
    border-radius: 0;
    font-size: 1.7rem;
    font-weight: 500;
    color: #464a53
}

@media only screen and (min-width:1200px) {
    .custom-tab-1 .nav-link {
        padding: .5rem 2.2rem
    }
}

.custom-tab-1 .nav-link.active {
    background: #f4f2fe;
    border-color: #dddfe1;
    color: var(--primary);
}

.nav-pills-icon {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.nav-pills-icon a {
    text-align: center;
    padding: .9rem
}

.nav-pills-icon a:not(.active) i,
.nav-tabs a:not(.active) i {
    color: #6a707e
}

.nav-tabs a {
    text-align: left;
    padding: .9rem;
    color: #464a53;
    font-size: 1.7rem
}

.nav-tabs-vertical {
    border-bottom: 0;
    border-right: 1px solid #dddfe1
}

.nav-tabs-vertical a,
.user-intro h4,
.user-skill .user-info li h5 {
    margin-bottom: .5rem
}

.nav-tabs-vertical a.active {
    color: var(--primary);;
    border: 1px solid var(--primary);;
    border-top: 0;
    border-left: 0
}

.nav-tabs-vertical.right-align {
    border-right: 0;
    border-left: 1px solid #dddfe1
}

.nav-tabs-vertical.right-align a {
    padding: .9rem 0 .9rem 2rem
}

.nav-tabs-vertical.right-align a.active {
    color: var(--primary);;
    border-left: 1px solid var(--primary);;
    border-right: 0;
    border-bottom: 0
}

@media only screen and (min-width:1200px) {
    .nav-tabs .nav-link {
        padding: .9rem 2.2rem
    }
}

.nav-tabs .nav-link.active {
    color: var(--primary);;
    border-radius: 0
}

.tab-content-default p {
    margin: 2rem 0 0
}

.dropdown-toggle:focus {
    box-shadow: none !important
}

.dropdown-outline {
    border: .1rem solid var(--primary);
}

.dropdown-menu {
    font-size: inherit
}

[direction=rtl] .dropdown-menu {
    right: auto !important
}

.custom-dropdown {
    display: inline-block;
    margin-bottom: 1rem
}

.custom-dropdown .dropdown-menu {
    border: .1rem solid rgba(120, 130, 140, .29);
    min-width: 160px
}

.custom-dropdown .dropdown-menu .dropdown-item {
    padding: .5rem 2rem;
    color: #abafb3
}

.custom-dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--primary);
}

#calendar .fc-header-toolbar button {
    font-size: 14px;
    border-radius: 5px;
    box-shadow: none
}

.fc-today-button {
    border: 1px solid var(--primary); !important;
    color: var(--primary);;
    padding: 0 1.4em !important
}

.fc-agendaDay-button,
.fc-agendaWeek-button {
    border: 1px solid #ffc107 !important;
    color: #ffc107;
    padding: 0 1.4em !important
}

.fc-agendaWeek-button.fc-state-active {
    background: #ffc107;
    color: #fff
}

.fc-agendaDay-button {
    border: 1px solid #00a2ff !important;
    color: #00a2ff
}

.fc-agendaDay-button.fc-state-active {
    background: #00a2ff;
    color: #fff
}

.fc-next-button:focus,
.fc-prev-button:focus,
.pagination .page-item .page-link:focus {
    outline: 0;
    box-shadow: none
}

.fc-prev-button {
    margin-right: .5rem !important
}

.fc-next-button,
.fc-prev-button {
    color: #464a53;
    border: 1px solid #464a53 !important
}

.fc-right .fc-button-group button {
    margin-right: 10px;
    padding: 0 1.4em !important
}

.fc-month-button {
    color: #4caf50;
    border-color: #4caf50 !important
}

.fc-month-button.fc-state-active {
    background: #4caf50;
    color: #fff
}

.fc-button-group button:focus {
    outline: 0
}

.fc-event {
    border-radius: 5px
}

.fc-widget-header thead {
    background: #fbfbfb
}

#event-modal .modal-body form .btn {
    height: 100%;
    border-radius: 0 4px 4px 0
}

#external-events [data-class=bg-danger],
#external-events [data-class=bg-dark],
#external-events [data-class=bg-info],
#external-events [data-class=bg-pink],
#external-events [data-class=bg-primary],
#external-events [data-class=bg-success],
#external-events [data-class=bg-warning] {
    background-color: transparent !important;
    color: #464a53
}

#external-events [data-class=bg-primary]::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--primary);;
    margin-right: .9rem;
    position: relative;
    top: 2px
}

#external-events [data-class=bg-success]::before {
    background: #4caf50
}

#external-events [data-class=bg-dark]::before,
#external-events [data-class=bg-success]::before,
#external-events [data-class=bg-warning]::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: .9rem;
    position: relative;
    top: 2px
}

#external-events [data-class=bg-warning]::before {
    background: #ffc107
}

#external-events [data-class=bg-dark]::before {
    background: #464a53
}

#external-events [data-class=bg-danger]::before {
    background: #ff5722
}

#external-events [data-class=bg-danger]::before,
#external-events [data-class=bg-info]::before,
#external-events [data-class=bg-pink]::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: .9rem;
    position: relative;
    top: 2px
}

#external-events [data-class=bg-info]::before {
    background: #00a2ff
}

#external-events [data-class=bg-pink]::before {
    background: #e91e63
}

.chat-contacts .event-sideber-search,
.chat-contacts .slimScrollDiv {
    box-shadow: 2px 3px 10px 0 rgba(119, 119, 119, .1)
}

.chat-search-form .form-control {
    background: 0 0 !important
}

.chat-search-form i {
    font-size: 18px;
    color: #6a707e
}

.carousel-caption {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .78)
}

.carousel-caption h5 {
    color: #fff;
    font-size: 1.8rem
}

.carousel-caption p,
.pricing-wrapper .pricing-heading-text .plan-swither .switch label,
.pricing-wrapper .pricing-heading-text p {
    margin-bottom: 0
}

.contact-options-dropdown {
    position: absolute;
    right: 2rem;
    padding: 0 1rem
}

.event-sideber-search form,
.user-designation {
    position: relative
}

.user-designation:after {
    position: absolute;
    width: 3.5rem;
    height: .1rem;
    top: 110%;
    left: calc(50% - 1.5rem);
    content: "";
    background: var(--primary);
}

.card.card-full-width {
    height: calc(100% + 6rem);
    margin-top: -6rem;
    margin-right: -3rem;
    margin-bottom: 0;
    box-shadow: none;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 100vh
}

@media (min-width:992px) {
    .card.card-full-width {
        position: absolute
    }
}

.card.card-full-width .card-body {
    padding-bottom: 0;
    padding-top: 6rem;
    overflow: hidden
}

.card.card-full-width ul.contact-address-list>li {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative
}

.card.card-full-width ul.contact-address-list>li h5 i {
    font-size: 1.8rem;
    padding-right: .5rem
}

.card.card-full-width ul.contact-address-list>li:not(:last-child):after {
    position: absolute;
    content: "";
    height: .1rem;
    width: 30rem;
    left: calc(50% - 15rem);
    top: 100%;
    background-color: #eee
}

.card.card-full-width ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.card.card-full-width ul.social-navigation li {
    display: inline-block;
    margin: 1rem .2rem 1rem 1rem
}

.card.card-full-width ul.social-navigation li a {
    height: 3rem;
    width: 3rem;
    text-align: center;
    line-height: 3rem;
    display: inline-block;
    border-radius: 50%
}

.user-intro {
    position: relative;
    padding-bottom: 2rem
}

.user-intro::after {
    position: absolute;
    height: .1rem;
    width: 10rem;
    content: "";
    background-color: #eee;
    left: calc(50% - 5rem);
    top: 100%
}

.user-skill {
    border-bottom: .1rem solid #eee;
    margin-bottom: 3rem
}

.user-skill .user-info li {
    margin-bottom: 3.5rem
}

.user-image {
    margin-bottom: 1rem;
    display: inline-block;
    margin-right: 0;
    position: relative
}

.user-image::after {
    position: absolute;
    width: 110%;
    height: 110%;
    border: .2rem solid var(--primary);;
    background-color: transparent;
    content: "";
    left: -5%;
    top: -5%;
    border-radius: 50%
}

.user-details-image img {
    width: 130px;
    height: 130px;
    padding: 5px;
    border: 2px solid var(--primary);
}

.filter-form label,
.user-info-setting-form label {
    font-size: 1.7rem
}

.user-info-setting-form .form-control {
    background: 0 0
}

.filter-form,
.pricing-wrapper .single-pricing-table .plan-specification ul li {
    margin: 2.5rem 0
}

.add-employee-button {
    text-align: right
}

.employee-contact-table tbody tr td:not(.text-primary) {
    color: #464a53 !important
}

.employee-contact-table tbody tr td.text-primary {
    color: var(--primary); !important
}

.employee-contact-table tbody .label-big {
    width: 19.8rem;
    padding: .9rem 0
}

.bootstrap-pagination {
    margin-bottom: 2rem
}

.bootstrap-pagination h5 {
    margin-bottom: 1rem;
    font-size: 1.8rem
}

.pagination {
    margin-bottom: .5rem
}

.pagination .page-item .page-link {
    height: 5rem;
    border-radius: 0;
    text-align: center;
    line-height: 3.8rem;
    /* width: 6.5rem; */
    color: #abafb3;
    font-size: 1.4rem;
}

.pagination .page-item .page-link:hover {
    /* background-color: var(--primary);;
    border-color: var(--primary);;
    color: #fff */
}

.pagination .page-item.active .page-link {
    /* background-color: var(--primary);;
    border-color: var(--primary);;
    color: #fff */
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 0;
    font-size: 20px;
}

.pagination .page-item.page-indicator .page-link {
    width: 8rem
}

.pagination .page-item:last-child .page-link {
    margin-right: 0
}

[direction=rtl] .pagination .page-item:first-child .page-link {
    margin-right: 0
}

.pagination-md.pagination .page-item .page-link {
    height: 4.5rem;
    width: 6rem
}

.pagination-sm.pagination .page-item .page-link {
    height: 3.5rem;
    /* width: 5.5rem; */
    line-height: 2.9rem
}

.pagination-rounded.pagination .page-item:first-child .page-link,
.pagination-rounded.pagination .page-item:last-child .page-link {
    border-radius: 5rem
}

.pagination-rounded.pagination .page-link {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    border: 0;
    box-shadow: 2px 3px 10px 0 rgba(119, 119, 119, .1);
    margin-right: 1.5rem
}

@media only screen and (max-width:767px) {
    .pagination-rounded.pagination .page-link {
        margin-right: 1rem;
        height: 4rem;
        width: 4rem;
        line-height: 3rem
    }
}

.pagination-rounded.pagination.pagination-md .page-link {
    height: 4rem;
    width: 4rem;
    line-height: 2.9rem
}

.pagination-rounded.pagination.pagination-sm .page-link {
    height: 3.5rem;
    width: 3.5rem
}

.pricing-wrapper {
    margin-top: 7rem
}

.pricing-wrapper .pricing-heading-text {
    text-align: center;
    margin-bottom: 6rem
}

.pricing-wrapper .pricing-heading-text h2 {
    font-size: 4.5rem;
    line-height: 1.2;
    color: #6a707e
}

.pricing-wrapper .pricing-heading-text h2 span {
    display: block
}

.pricing-wrapper .pricing-heading-text a {
    color: #6a707e;
    text-decoration: underline
}

.pricing-wrapper .pricing-heading-text .plan-swither {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 3rem
}

.pricing-wrapper .pricing-heading-text .plan-swither>* {
    margin-left: 1rem;
    margin-right: 1rem
}

.pricing-wrapper .pricing-heading-text .plan-swither .badge {
    height: 5.5rem;
    width: 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem
}

.pricing-wrapper .single-pricing-table {
    position: relative;
    text-align: center;
    min-height: 89rem
}

.pricing-wrapper .single-pricing-table .upper-border {
    height: 1.5rem;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem
}

.pricing-wrapper .single-pricing-table .plan-name {
    margin-top: 2rem;
    color: #6a707e
}

.pricing-wrapper .single-pricing-table .plan-price {
    padding: 2.8rem 0;
    margin: 3rem 0;
    display: flex;
    color: #fff;
    justify-content: center
}

.pricing-wrapper .single-pricing-table .plan-price h2 {
    font-size: 6rem;
    color: #fff;
    margin: 0;
    line-height: 1;
    font-weight: 400
}

.pricing-wrapper .single-pricing-table .plan-price .currency-timeplan {
    align-self: flex-end
}

.pricing-wrapper .single-pricing-table .plan-icon {
    margin-top: 3rem
}

.pricing-wrapper .single-pricing-table .plan-specification ul {
    margin: 0
}

.pricing-wrapper .single-pricing-table .plan-specification ul li del {
    color: #f0f0f2
}

.pricing-wrapper .single-pricing-table .btn {
    width: 80%;
    margin: 0 auto;
    border: .1rem solid #dddfe1;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
    color: #2290ff;
    transition: all .2s;
    padding: .9rem 1.8rem;
    font-size: 1.7rem;
    font-weight: 500
}

.pricing-wrapper .single-pricing-table .btn:hover {
    color: #fff
}

.pricing-wrapper .pricing-footer-text {
    margin-bottom: 7rem
}

.pricing-wrapper .pricing-footer-text p {
    margin-bottom: 4rem
}

.pricing-wrapper .pricing-footer-text p b {
    border-bottom: 1px solid #2290ff
}

.pricing-wrapper .pricing-footer-text .btn {
    font-size: 1.6rem;
    font-weight: 500;
    padding: .95rem 2.5rem
}

.pricing-wrapper .pricing-footer-text .btn i {
    padding-right: .5rem
}

.grid-col {
    padding: 2rem !important;
    background: #fff;
    box-shadow: 2px 3px 10px 0 rgba(119, 119, 119, .1)
}

.row.grid {
    margin-bottom: 3rem;
    text-align: center
}

.row.grid .grid-col:first-child {
    text-align: left
}

.ribbon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.ribbon-bookmarked {
    padding-top: 5rem
}

.ribbon.ribbon-style-1 {
    left: -3.4rem;
    top: 1rem;
    width: 11rem;
    height: 2.5rem;
    background-color: #673ab7;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    transform: rotate(-45deg)
}

.ribbon.ribbon-style-1:after {
    right: -.5rem
}

.ribbon.ribbon-style-1:before {
    left: -.5rem
}

.ribbon.ribbon-style-1:after,
.ribbon.ribbon-style-1:before {
    z-index: -1;
    background-color: #9568e5;
    top: .3rem;
    transform: rotate(45deg);
    content: "";
    height: 1rem;
    width: 1rem;
    position: absolute
}

.ribbon.ribbon-style-2,
.ribbon.ribbon-style-3 {
    left: -2.5rem;
    top: 1.5rem;
    width: 11rem;
    height: 2.9rem;
    background-color: #4caf50;
    transform: rotate(-45deg)
}

.ribbon.ribbon-style-3 {
    height: 2.5rem;
    background-color: #ffc107;
    font-size: 1.2rem;
    padding-bottom: .5rem
}

.ribbon.ribbon-style-3::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5rem 5rem;
    border-color: transparent transparent #ffc107;
    left: .4rem;
    top: -4.4rem
}

.ribbon.ribbon-style-4 {
    left: 0;
    top: 1.8rem;
    width: 11rem;
    height: 3.8rem;
    background-color: #ff5722;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem
}

.ribbon.ribbon-style-5,
.ribbon.ribbon-style-6 {
    left: 0;
    top: 1.8rem;
    width: 11rem;
    height: 3.8rem;
    background-color: #00a2ff;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%)
}

.ribbon.ribbon-style-6 {
    background-color: #e91e63;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 0, 85% 50%, 100% 100%, 100% 100%, 0 100%)
}

.ribbon.ribbon-style-7 {
    right: 1rem;
    top: -.8rem;
    width: 11rem;
    height: 5.5rem;
    background-color: #ff9800;
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius: 5rem
}

.ribbon.ribbon-style-7:after {
    right: -.5rem
}

.ribbon.ribbon-style-7:before {
    left: -.5rem
}

.ribbon.ribbon-style-7:after,
.ribbon.ribbon-style-7:before {
    z-index: -1;
    background-color: #f5c680;
    top: .3rem;
    transform: rotate(45deg);
    content: "";
    height: 1rem;
    width: 1rem;
    position: absolute
}

.ribbon.ribbon-style-8,
.ribbon.ribbon-style-9 {
    left: 1rem;
    top: -.8rem;
    width: 11rem;
    height: 5.5rem;
    background-color: #ff5722
}

.ribbon.ribbon-style-8:after {
    right: -.5rem
}

.ribbon.ribbon-style-8:before {
    left: -.5rem
}

.ribbon.ribbon-style-8:after,
.ribbon.ribbon-style-8:before {
    z-index: -1;
    background-color: #e3967e;
    top: .3rem;
    transform: rotate(45deg);
    content: "";
    height: 1rem;
    width: 1rem;
    position: absolute
}

.ribbon.ribbon-style-9 {
    width: 5rem;
    background-color: #9c27b0
}

.ribbon.ribbon-style-9:after {
    right: -.5rem
}

.ribbon.ribbon-style-9:before {
    left: -.5rem
}

.ribbon.ribbon-style-9:after,
.ribbon.ribbon-style-9:before {
    z-index: -1;
    background-color: #d589e2;
    top: .3rem;
    transform: rotate(45deg);
    content: "";
    height: 1rem;
    width: 1rem;
    position: absolute
}

.ribbon-left-align {
    left: 1rem
}

.modal .form-control {
    background-color: #fff
}

.modal.show .modal-dialog {
    transform: translate(0, 7.5rem)
}

.modal-header {
    border: 0
}

.modal-body,
.modal-footer,
.modal-header {
    padding: 1.8rem
}

.modal-footer {
    border: 0
}

.modal-title {
    font-size: 1.8rem !important
}

.modal .user-img {
    margin: 4rem 0
}

.modal .user-img-wrapper {
    position: relative;
    height: 14rem;
    width: 14rem;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    color: #fff
}

.modal .user-img-wrapper img,
.modal .user-img-wrapper::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0
}

.modal .user-img-wrapper::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    z-index: -1
}

.modal .user-img-wrapper img {
    z-index: -2
}

.add-user-popup .modal-header {
    background-color: var(--primary);;
    color: #fff;
    position: relative
}

.add-user-popup .modal-header .close:hover,
.add-user-popup .modal-header .modal-title,
.form-wizard .form-wizard-left.step-anchor>li .form-wizard-content h4 {
    color: #fff
}

.add-user-popup .modal-header .close {
    position: absolute;
    right: 2rem;
    color: #fff
}

.bootstrap-media-custom .media:nth-child(even) {
    background: var(--primary);;
    color: #f0f0f2
}

.bootstrap-media-custom .media:nth-child(even) h5,
.bootstrap-media-custom .media:nth-child(even) h6 {
    color: #f0f0f2
}

.bootstrap-media-custom .media:nth-child(even) h5 small,
.bootstrap-media-custom .media:nth-child(even) h6 small {
    color: #f0f0f2 !important
}

.media.bordered {
    border-bottom: 1px solid #dddfe1;
    padding-bottom: 1.3rem
}

.media:last-child {
    border-bottom: 0
}

.media-intro {
    margin: 2rem 0 3rem
}

.media-intro .media-body h4 {
    font-size: 2rem;
    color: var(--primary);
}

.event-msg-left .list-group-item h4,
.event-msg-left .list-group-item p,
.media-intro .media-body p,
.pricing_table_one .pricing_table_content hr {
    margin: 0
}

.media-custom-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px
}

.event-sideber-search {
    padding: 3rem;
    background-color: #fff
}

.event-sideber-search form input {
    border-radius: 2.5rem;
    font-size: 1.6rem
}

.event-sideber-search form .form-control {
    padding: 1rem 5rem 1rem 2rem
}

.event-sideber-search form i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    cursor: pointer
}

.event-msg-left .list-group-item {
    border: 0;
    padding: 2.5rem 2rem;
    cursor: pointer;
    margin-bottom: 0;
    position: relative
}

.event-chat-ryt,
.event-msg-left .list-group-item .media {
    position: relative
}

.event-msg-left .list-group-item .media .online-signal {
    width: .7rem;
    height: .7rem;
    border-radius: 50px;
    background-color: #4caf50
}

.event-msg-left .list-group-item .media .media-body p {
    font-size: 14px;
    color: #464a53 !important
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .event-msg-left .list-group-item p {
        font-size: 1.3rem
    }

    .event-msg-left .list-group-item h4 {
        font-size: 1.4rem
    }
}

.event-msg-left .list-group-item::after {
    content: "";
    display: block;
    width: 15%;
    height: 1px;
    background: #e9eaeb;
    position: absolute;
    bottom: 0
}

.event-chat-ryt {
    height: 100%
}

.event-chat-ryt .list-group-item {
    background-color: transparent;
    border: 0
}

.event-chat-ryt .list-group-item.chat-heading {
    border-bottom: 1px solid #dddfe1;
    padding: 0 0 2rem !important
}

.event-chat-ryt .chat-area {
    padding: 3rem 0
}

.event-chat-ryt .chat-area .chat-reciver,
.event-chat-ryt .chat-area .chat-sender {
    margin-bottom: 5rem;
    padding: 0
}

.event-chat-ryt .chat-area .media,
.timeline,
.timeline>li {
    position: relative
}

.event-chat-ryt .chat-area .media-body p {
    margin: 0;
    max-width: 100%;
    display: inline-block;
    position: relative
}

@media (min-width:576px) {
    .event-chat-ryt .chat-area .media-body p {
        max-width: 60%
    }
}

.event-chat-ryt .chat-area .media-body p span {
    border-radius: .5rem;
    padding: 1rem;
    display: inline-block;
    top: 103%;
    position: relative
}

.event-chat-ryt .chat-area .media-body p span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px;
    bottom: 0;
    position: absolute
}

.event-chat-ryt .chat-area .media-body p .time {
    position: absolute;
    color: #aaa
}

.event-chat-ryt p {
    font-size: 1.4rem
}

.event-chat-ryt .chat-reciver {
    padding: .5rem 1rem;
    display: flex;
    justify-content: flex-end
}

.event-chat-ryt .chat-reciver .media {
    flex: 1
}

.event-chat-ryt .chat-reciver .media .media-body {
    margin-right: 2rem;
    text-align: right
}

.event-chat-ryt .chat-reciver .media .media-body p {
    background-color: var(--primary);;
    color: #fff;
    border-radius: 5px 5px 0 5px;
    padding-left: .7rem
}

.event-chat-ryt .chat-reciver .media .media-body p span {
    background-color: var(--primary);;
    text-align: left
}

.event-chat-ryt .chat-reciver .media .media-body p span::after {
    border-color: transparent transparent var(--primary);;
    right: -1.5rem
}

.event-chat-ryt .chat-reciver .media .media-body p small {
    font-size: 10px
}

.event-chat-ryt .chat-sender {
    text-align: left;
    padding: .5rem 1rem
}

.event-chat-ryt .chat-sender .media .media-body {
    margin-left: 2rem
}

.event-chat-ryt .chat-sender .media .media-body p {
    background-color: #fff
}

.event-chat-ryt .chat-sender .media .media-body p span {
    padding-left: 1.7rem
}

.event-chat-ryt .chat-sender .media .media-body p span::after {
    border-color: transparent transparent #fff;
    left: -1.5rem
}

.event-chat-ryt .chat-sender .media .media-body p .time {
    right: 0
}

.event-chat-ryt .chat-sender .media .media-body p small {
    font-size: 10px !important
}

.event-chat-ryt .char-type {
    border-top: 1px solid #dddfe1;
    padding-top: 1.5rem;
    position: sticky;
    bottom: 0;
    width: 100%;
    padding-bottom: 1.5rem;
    background-color: #f3f6f9
}

.event-chat-ryt .char-type input.form-control {
    background-color: transparent;
    font-size: 1.6rem;
    color: #847577;
    border: 0
}

.event-chat-ryt .char-type label {
    padding: 0 1rem 0 0;
    display: flex;
    align-items: center;
    font-size: 3rem
}

@media (min-width:576px) {
    .event-chat-ryt .char-type label {
        font-size: 4rem;
        padding: 0 2rem
    }
}

.event-chat-ryt .char-type button {
    margin-left: 2rem;
    font-size: 1.2rem;
    font-weight: 700;
    width: 4rem;
    height: 4rem;
    border-radius: 50%
}

@media (min-width:576px) {
    .event-chat-ryt .char-type button {
        width: 5rem;
        height: 5rem
    }
}

.msg-single.active {
    background-color: #edebf9;
    border: transparent;
    color: #464a53
}

.timeline {
    list-style: none;
    padding: 40px 0
}

.timeline-workplan.timeline {
    padding-bottom: 0;
    margin-bottom: 0
}

.timeline-workplan.timeline.timeline>li>.timeline-badge {
    top: 4.5rem
}

.timeline-workplan.timeline>li {
    margin-bottom: 2.6rem
}

@media only screen and (min-width:1200px) and (max-width:1650px) {
    .timeline-workplan.timeline li>p {
        max-width: 8rem
    }
}

@media only screen and (max-width:1199px) {
    .timeline-workplan.timeline li>p {
        max-width: 7rem
    }
}

@media only screen and (max-width:991px) {
    .timeline-workplan.timeline li>p {
        max-width: 100%
    }
}

@media only screen and (max-width:575px) {
    .timeline-workplan.timeline li>p {
        max-width: 7rem
    }
}

.timeline-workplan.timeline::before {
    left: 20%;
    top: 6rem
}

[direction=rtl] .timeline-workplan.timeline::before {
    right: 22%;
    left: auto
}

@media only screen and (max-width:575px) {
    .timeline-workplan.timeline::before {
        left: 22%
    }
}

.timeline-workplan.timeline .timeline-badge {
    left: 21.4%;
    height: .9rem;
    width: .9rem;
    background-color: var(--primary);
}

[direction=rtl] .timeline-workplan.timeline .timeline-badge {
    right: 19.2%;
    left: auto
}

@media only screen and (min-width:1200px) and (max-width:1650px) {
    .timeline-workplan.timeline .timeline-badge {
        left: 22.4%
    }
}

@media only screen and (max-width:1199px) {
    .timeline-workplan.timeline .timeline-badge {
        left: 22.4%
    }
}

@media only screen and (max-width:991px) {
    .timeline-workplan.timeline .timeline-badge {
        left: 21.7%
    }
}

@media only screen and (max-width:767px) {
    .timeline-workplan.timeline .timeline-badge {
        left: 19.5%
    }
}

@media only screen and (max-width:575px) {
    .timeline-workplan.timeline .timeline-badge {
        left: 21.4%
    }
}

.timeline-workplan.timeline .timeline-badge::after {
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    background-color: rgba(127, 99, 244, .4);
    content: "";
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.timeline-workplan.timeline .timeline-panel {
    width: 70%
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #eceff2;
    left: 50%;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 20px
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border-radius: 2px;
    position: relative
}

.timeline>li>.timeline-badge {
    background-color: #f3f6f9;
    border: 1px solid #dddfe1;
    border-radius: 50%;
    color: #464a53;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -13px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 40px;
    z-index: 1;
    transform: translate(-25%, -3rem)
}

@media (min-width:576px) {
    .timeline>li>.timeline-badge {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-title {
    margin-top: 0;
    color: inherit
}

.event_time,
.event_vanue {
    font-size: 14px;
    font-weight: 600
}

.event_vanue {
    margin: 5px 0
}

.timeline_img {
    height: 100px;
    width: 100px
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0
}

@media (max-width:767px) {
    ul.timeline:before {
        left: 40px
    }

    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -webkit-calc(100% - 90px)
    }

    ul.timeline>li>.timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px
    }

    ul.timeline>li>.timeline-panel {
        float: right
    }

    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }

    .timeline_img {
        height: 30%;
        width: 30%
    }
}

.label,
.timeline-timestamp {
    text-align: center
}

.timeline-timestamp .badge {
    padding: .8rem 2rem;
    border-radius: 50px;
    font-size: 1.3rem
}

.reaction-section i {
    color: #6a707e
}

.label {
    padding: .6rem 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    border-radius: .4rem;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem
}

.label-fixed {
    width: 7.5rem;
    padding: .6rem 0
}

.label-fixed-lg {
    width: 9.5rem;
    padding: .6rem 0
}

.label-big,
.label-xl {
    width: 16.8rem;
    font-size: 1.4rem;
    padding: 1.1rem 0
}

.label-xl {
    width: 10.5rem;
    font-size: 1.5rem
}

.label-lg {
    width: 9.5rem;
    padding: 1.1rem 0
}

.label-md,
.label-sm {
    width: 8.5rem;
    padding: 1.1rem 0
}

.label-sm {
    width: 7.5rem
}

.label-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

.label-rounded {
    border-radius: 50px
}

.label-secondary {
    background-color: var(--primary);
}

.label-primary {
    background-color: #F70001
}

.label-success {
    background-color: #4caf50
}

.label-info {
    background-color: #00a2ff
}

.label-warning {
    background-color: #ffc107
}

.label-danger {
    background-color: #ff5722
}

.label-dark {
    background-color: #464a53
}

.label-light {
    background-color: #5e5e5e
}

.single-transaction {
    box-shadow: 0 3px 10px 0 rgba(119, 119, 119, .1)
}

.single-transaction-details h6 {
    font-size: 1.7rem;
    margin-bottom: 0
}

.single-transaction-details .label {
    font-size: 1.7rem;
    padding: 1.2rem 2.3rem
}

.nestable-cart {
    overflow: hidden
}

.dd-item>button {
    height: 2.1rem
}

.dd-handle {
    border: 1px solid rgba(120, 130, 140, .13);
    background: #f3f6f9
}

.dd-handle:hover,
.dd3-content:hover {
    color: #abafb3;
    background: #f3f6f9
}

.dd-handle,
.dd3-content {
    color: #abafb3
}

.weather-one i {
    font-size: 8rem;
    position: relative;
    top: .5rem
}

.weather-one h2 {
    display: inline-block;
    float: right;
    font-size: 4.8rem
}

.weather-one .city {
    position: relative;
    text-align: right;
    top: -2.5rem
}

.weather-one .currently {
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    top: 2.5rem
}

.weather-one .celcious {
    text-align: right;
    font-size: 2rem
}

.counter {
    padding: 4rem 0
}

.counter-content {
    text-align: center;
    padding: .8rem 0
}

.counter-content .counter-number {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2
}

.counter-content span {
    display: inline-block;
    font-size: 4rem;
    color: var(--primary);;
    font-weight: 700
}

.crypto-ticker {
    position: relative;
    background: #fff;
    padding: 1.55rem 0
}

.ticker-overview {
    position: absolute;
    width: 15rem;
    text-align: center;
    background: var(--primary);;
    color: #fff;
    padding: 2.3rem 1.5rem;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%;
    font-size: 1.8rem;
    font-weight: 700
}

@media only screen and (max-width:575px) {
    .ticker-overview {
        width: 11rem;
        padding: 2.3rem 1rem
    }
}

.tickercontainer {
    margin-left: 3rem;
    margin-right: 3rem;
    padding: 2rem 1.5rem
}

.tickercontainer li {
    padding: 0 2rem !important;
    font: 700 1.5rem 'Segoe UI';
    color: #6a707e
}

.coin-status,
.coin-value,
.tickercontainer li i {
    padding: 0 .5rem
}

.tickercontainer li .cc,
.weather-report-container .weather-report-days h3 {
    font-size: 2rem
}

.gain-loose-ticker li {
    margin: 0 5rem
}

.circle-progress {
    display: inline-block;
    position: relative
}

.circle-progress-block,
.form-wizard .form-wizard-left.step-anchor>li.active .form-wizard-content {
    display: block
}

.circle-progress .absolute-icons,
.circle-progress .circle-wrapper .absolute-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.circle-progress .circle-wrapper {
    display: inline-block;
    position: relative
}

.circle-progress .circle-wrapper .absolute-icons h6 {
    font-size: 1.6rem
}

.circle-progress .bottom-text h4 {
    font-size: 2.4rem
}

.clipboard-btn {
    transition: all .1s ease-in-out
}

.clipboard-btn:hover,
.dragula-wrapper .container>div {
    background-color: var(--primary);;
    color: #fff
}

#slider-toggle.off .noUi-handle,
.noUi-target {
    border-color: var(--primary);
}

.noUi-connect {
    background-color: var(--primary);
}

.noUi-connects {
    background-color: #f3f6f9
}

.noUi-connect.c-1-color {
    background-color: #4caf50
}

.noUi-connect.c-2-color {
    background-color: #00a2ff
}

.noUi-connect.c-3-color,
button.multiselect {
    background-color: var(--primary);
}

.noUi-connect.c-4-color {
    background-color: #ffc107
}

#slider-toggle {
    height: 50px
}

.colorpicker-slider .sliders.noUi-target#blue,
.colorpicker-slider .sliders.noUi-target#green,
.colorpicker-slider .sliders.noUi-target#red {
    margin: 10px;
    display: inline-block;
    height: 200px
}

.colorpicker-slider .sliders.noUi-target#red .noUi-connect {
    background: #c0392b
}

.colorpicker-slider .sliders.noUi-target#green .noUi-connect {
    background: #27ae60
}

.colorpicker-slider .sliders.noUi-target#blue .noUi-connect {
    background: #2980b9
}

.colorpicker-slider #result {
    margin: 60px 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    color: #7f7f7f;
    background: #7f7f7f;
    border: 1px solid #fff;
    box-shadow: 0 0 10px
}

.slider-vertical {
    height: 28rem
}

button.multiselect {
    min-width: 17rem;
    color: #fff
}

@media only screen and (max-width:575px) {
    .blockUI.blockMsg.blockPage {
        width: 60% !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%)
    }
}

.popup-images a {
    display: inline-block;
    padding: .5rem
}

.white-popup-block {
    background-color: #fff;
    width: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    padding: 3rem;
    border-radius: 3px
}

.counter-wrapper {
    text-align: center
}

.counter-wrapper span.counter {
    font-size: 4rem;
    color: #464a53
}

.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
    width: 95%
}

.bootstrap-duallistbox-container select option {
    padding: 7px
}

.dragula-wrapper .container>div {
    margin: 1.5rem 0;
    padding: 1rem;
    cursor: pointer
}

.dragula-wrapper .container>div.ex-moved {
    background-color: red;
    color: #fff
}

.dragula-wrapper .container>div .handle {
    padding: 0 .3rem;
    display: inline-block;
    background-color: #fff;
    color: var(--primary);;
    margin: 0 .5rem .5rem 0
}

.spinner {
    background-color: #333;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

#preloader {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff
}

.circular,
.loader {
    position: absolute;
    left: 0;
    right: 0
}

.loader {
    width: 5rem;
    height: 10rem;
    transform: translateY(-50%);
    top: 50%;
    margin: 0 auto
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

.vmap {
    width: 100%;
    height: 40rem
}

.datamap-sales-hover-tooltip {
    background: var(--primary);;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 3px
}

.map-coruntry-list ul,
.map-coruntry-list-electronics ul {
    margin-top: 1rem
}

.map-coruntry-list ul li a,
.map-coruntry-list-electronics ul li a {
    display: block;
    position: relative;
    line-height: 3.7rem;
    color: #6a707e;
    font-size: 1.5rem
}

.map-coruntry-list ul li a i {
    margin-right: .7rem;
    font-size: 2rem
}

[direction=rtl] .map-coruntry-list ul li a i {
    margin-left: .7rem;
    margin-right: 0
}

.map-coruntry-list ul li a span,
.map-coruntry-list-electronics ul li a span {
    position: absolute;
    right: 0
}

[direction=rtl] .map-coruntry-list ul li a span {
    right: auto;
    left: 0
}

.map-coruntry-list-electronics ul li a i {
    margin-right: .7rem;
    font-size: 1.4rem
}

[direction=rtl] .map-coruntry-list-electronics ul li a i {
    margin-left: .7rem;
    margin-right: auto
}

#world-map-restaurant {
    height: 23rem
}

#australia {
    height: 14rem;
    margin-bottom: 1.5rem;
    max-width: 100%
}

#world-map-hospital {
    height: 55rem
}

#world-map-hospital .jqvmap-zoomin,
#world-map-hospital .jqvmap-zoomout,
.radio-toolbar label::after,
.radio-toolbar label::before {
    display: none
}

@media only screen and (max-width:575px) {
    #company-locations {
        height: 20rem
    }
}

#world-custommer-map {
    height: 27rem
}

#country-widget-map,
.map {
    height: 100%
}

#us-map {
    height: 20rem
}

.fitness-run-map,
.gmaps {
    display: block;
    width: 100%;
    height: 350px
}

.fitness-run-map {
    height: 150px
}

.table td {
    line-height: 3.6rem
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fbfbfb
}

@media (min-width:1200px) {

    .table-striped td,
    .table-striped th {
        padding: 1.2rem 1.9rem
    }
}

.table td,
.table th,
.verticle-middle tr td {
    vertical-align: text-top
}

.table-padded {
    border-collapse: separate;
    border-spacing: 0 1.5rem
}

.table-padded tr td:first-child,
.table-padded tr th:first-child {
    padding-left: 2.5rem
}

[direction=rtl] .table-padded tr td:first-child,
[direction=rtl] .table-padded tr th:first-child {
    padding-right: 2.5rem;
    padding-left: 0
}

.table-padded td {
    padding: 2rem 1rem
}

.table.table-borderless>tbody>tr>td,
.table.table-borderless>tbody>tr>th,
.table.table-borderless>tfoot>tr>td,
.table.table-borderless>tfoot>tr>th,
.table.table-borderless>thead>tr>td,
.table.table-borderless>thead>tr>th {
    border-top: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: .1rem solid rgba(120, 130, 140, .13)
}

.table>tbody>tr>td {
    color: #6a707e
}

.table>thead>tr>th {
    border-bottom: 0 solid rgba(120, 130, 140, .13);
    font-weight: 500
}

.table-bordered td,
.table-bordered th {
    border: .1rem solid rgba(120, 130, 140, .13)
}

.transparent-card .table>tbody>tr>td,
.transparent-card .table>tbody>tr>th,
.transparent-card .table>tfoot>tr>td,
.transparent-card .table>tfoot>tr>th,
.transparent-card .table>thead>tr>td,
.transparent-card .table>thead>tr>th {
    border: 0
}

.transparent-card .table>thead>tr>td,
.transparent-card .table>thead>tr>th {
    color: #abafb3
}

.transparent-card .table>tbody>tr:hover {
    box-shadow: .5rem 1.5rem 1rem rgba(120, 130, 140, .13)
}

tbody tr {
    background: #fff;
    transition: all .5s
}

.header-border thead tr th {
    border: 0 solid rgba(120, 130, 140, .13) !important;
    font-weight: 700
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: .1rem
}

.table-primary {
    background-color: #e1dafc;
    color: #000
}

.table-secondary {
    background-color: #ae95dd;
    color: #000
}

.table-success {
    background-color: #a3d7a5;
    color: #000
}

.table-warning {
    background-color: #ffe187;
    color: #000
}

.table-danger {
    background-color: #ffb8a2;
    color: #000
}

.table-info {
    background-color: #80d1ff;
    color: #000
}

.table-dark {
    background-color: #838996;
    color: #000
}

.table-active {
    background-color: #fff;
    color: #000
}

.primary-table-bg thead tr th,
.thead-primary tr th,
.thead-secondary tr th {
    background-color: var(--primary);;
    color: #fff;
    border-bottom: 0
}

.thead-secondary tr th {
    background-color: #F70001
}

.thead-info tr th,
.thead-success tr th {
    background-color: #4caf50;
    color: #fff;
    border-bottom: 0
}

.thead-info tr th {
    background-color: #00a2ff
}

.thead-danger tr th,
.thead-warning tr th {
    background-color: #ffc107;
    color: #fff;
    border-bottom: 0
}

.thead-danger tr th {
    background-color: #ff5722
}

.thead-dark tr th,
.thead-muted tr th {
    background-color: #464a53;
    color: #fff;
    border-bottom: 0
}

.thead-muted tr th {
    background-color: #abafb3
}

.primary-table-bordered {
    border: .2rem solid var(--primary);
}

.secondary-table-bordered {
    border: .2rem solid #F70001
}

.success-table-bordered {
    border: .2rem solid #4caf50
}

.info-table-bordered {
    border: .2rem solid #00a2ff
}

.danger-table-bordered {
    border: .2rem solid #ff5722
}

.warning-table-bordered {
    border: .2rem solid #ffc107
}

.dark-table-bordered {
    border: .2rem solid #464a53
}

.muted-table-bordered {
    border: .2rem solid #abafb3
}

.primary-table-bg,
.primary-table-bg-hover tbody tr {
    background: #a693f7;
    color: #fff
}

.danger-table-bg tbody tr:first-child td,
.danger-table-bg tbody tr:first-child th,
.danger-table-bg-hover tbody tr:first-child td,
.danger-table-bg-hover tbody tr:first-child th,
.dark-table-bg tbody tr:first-child td,
.dark-table-bg tbody tr:first-child th,
.dark-table-bg-hover tbody tr:first-child td,
.dark-table-bg-hover tbody tr:first-child th,
.info-table-bg tbody tr:first-child td,
.info-table-bg tbody tr:first-child th,
.info-table-bg-hover tbody tr:first-child td,
.info-table-bg-hover tbody tr:first-child th,
.muted-table-bg tbody tr:first-child td,
.muted-table-bg tbody tr:first-child th,
.muted-table-bg-hover tbody tr:first-child td,
.muted-table-bg-hover tbody tr:first-child th,
.primary-table-bg tbody tr:first-child td,
.primary-table-bg tbody tr:first-child th,
.primary-table-bg-hover tbody tr:first-child td,
.primary-table-bg-hover tbody tr:first-child th,
.secondary-table-bg tbody tr:first-child td,
.secondary-table-bg tbody tr:first-child th,
.secondary-table-bg-hover tbody tr:first-child td,
.secondary-table-bg-hover tbody tr:first-child th,
.success-table-bg tbody tr:first-child td,
.success-table-bg tbody tr:first-child th,
.success-table-bg-hover tbody tr:first-child td,
.success-table-bg-hover tbody tr:first-child th,
.warning-table-bg tbody tr:first-child td,
.warning-table-bg tbody tr:first-child th,
.warning-table-bg-hover tbody tr:first-child td,
.warning-table-bg-hover tbody tr:first-child th {
    border-top: 0
}

.primary-table-bg tbody tr td,
.primary-table-bg tbody tr th {
    border-top: .1rem solid #f4f2fe
}

.secondary-table-bg,
.secondary-table-bg-hover tbody tr {
    background: #825bca;
    color: #fff
}

.secondary-table-bg thead tr th {
    background-color: #F70001;
    color: #fff;
    border-bottom: 0
}

.secondary-table-bg tbody tr td,
.secondary-table-bg tbody tr th {
    border-top: .1rem solid #bda8e3
}

.success-table-bg,
.success-table-bg-hover tbody tr {
    background: #6ec071;
    color: #fff
}

.success-table-bg thead tr th {
    background-color: #4caf50;
    color: #fff;
    border-bottom: 0
}

.success-table-bg tbody tr td,
.success-table-bg tbody tr th {
    border-top: .1rem solid #b5dfb7
}

.info-table-bg,
.info-table-bg-hover tbody tr {
    background: #33b5ff;
    color: #fff
}

.info-table-bg thead tr th {
    background-color: #00a2ff;
    color: #fff;
    border-bottom: 0
}

.info-table-bg tbody tr td,
.info-table-bg tbody tr th {
    border-top: .1rem solid #99daff
}

.warning-table-bg,
.warning-table-bg-hover tbody tr {
    background: #ffce3a;
    color: #fff
}

.warning-table-bg thead tr th {
    background-color: #ffc107;
    color: #fff;
    border-bottom: 0
}

.warning-table-bg tbody tr td,
.warning-table-bg tbody tr th {
    border-top: .1rem solid #ffe7a0
}

.danger-table-bg,
.danger-table-bg-hover tbody tr {
    background: #ff7e55;
    color: #fff
}

.danger-table-bg thead tr th {
    background-color: #ff5722;
    color: #fff;
    border-bottom: 0
}

.danger-table-bg tbody tr td,
.danger-table-bg tbody tr th {
    border-top: .1rem solid #ffcbbb
}

.dark-table-bg,
.dark-table-bg-hover tbody tr {
    background: #5d636f;
    color: #fff
}

.dark-table-bg thead tr th {
    background-color: #464a53;
    color: #fff;
    border-bottom: 0
}

.dark-table-bg tbody tr td,
.dark-table-bg tbody tr th {
    border-top: .1rem solid #9096a2
}

.muted-table-bg,
.muted-table-bg-hover tbody tr {
    background: #c6c9cb;
    color: #fff
}

.muted-table-bg thead tr th {
    background-color: #abafb3;
    color: #fff;
    border-bottom: 0
}

.muted-table-bg tbody tr td,
.muted-table-bg tbody tr th {
    border-top: .1rem solid #fbfcfc
}

.primary-table-bg-hover thead tr th {
    background-color: var(--primary);;
    color: #fff;
    border-bottom: 0
}

.primary-table-bg-hover tbody tr:hover {
    background: #937bf6
}

.primary-table-bg-hover tbody tr td,
.primary-table-bg-hover tbody tr th {
    border-top: .1rem solid #f4f2fe
}

.secondary-table-bg-hover thead tr th {
    background-color: #F70001;
    color: #fff;
    border-bottom: 0
}

.secondary-table-bg-hover tbody tr:hover {
    background: #7448c4
}

.secondary-table-bg-hover tbody tr td,
.secondary-table-bg-hover tbody tr th {
    border-top: .1rem solid #bda8e3;
    color: #fff
}

.success-table-bg-hover thead tr th {
    background-color: #4caf50;
    color: #fff;
    border-bottom: 0
}

.success-table-bg-hover tbody tr:hover {
    background: #5cb860
}

.success-table-bg-hover tbody tr td,
.success-table-bg-hover tbody tr th {
    border-top: .1rem solid #b5dfb7
}

.info-table-bg-hover thead tr th {
    background-color: #00a2ff;
    color: #fff;
    border-bottom: 0
}

.info-table-bg-hover tbody tr:hover {
    background: #1aabff
}

.info-table-bg-hover tbody tr td,
.info-table-bg-hover tbody tr th {
    border-top: .1rem solid #99daff
}

.warning-table-bg-hover thead tr th {
    background-color: #ffc107;
    color: #fff;
    border-bottom: 0
}

.warning-table-bg-hover tbody tr:hover {
    background: #ffc721
}

.warning-table-bg-hover tbody tr td,
.warning-table-bg-hover tbody tr th {
    border-top: .1rem solid #ffe7a0
}

.danger-table-bg-hover thead tr th {
    background-color: #ff5722;
    color: #fff;
    border-bottom: 0
}

.danger-table-bg-hover tbody tr:hover {
    background: #ff6a3c
}

.danger-table-bg-hover tbody tr td,
.danger-table-bg-hover tbody tr th {
    border-top: .1rem solid #ffcbbb
}

.dark-table-bg-hover thead tr th {
    background-color: #464a53;
    color: #fff;
    border-bottom: 0
}

.dark-table-bg-hover tbody tr:hover {
    background: #525661
}

.dark-table-bg-hover tbody tr td,
.dark-table-bg-hover tbody tr th {
    border-top: .1rem solid #9096a2;
    color: #fff
}

.muted-table-bg-hover thead tr th {
    background-color: #abafb3;
    color: #fff;
    border-bottom: 0
}

.muted-table-bg-hover tbody tr:hover {
    background: #b8bcbf
}

.muted-table-bg-hover tbody tr td,
.muted-table-bg-hover tbody tr th {
    border-top: .1rem solid #fbfcfc
}

.trading-activity.table-padded {
    border-collapse: separate;
    border-spacing: 0 .3rem
}

.trading-activity thead tr th {
    line-height: 3.5rem !important
}

.trading-activity tbody tr {
    border-bottom: .1rem solid rgba(120, 130, 140, .13)
}

.trading-activity tbody tr:hover {
    box-shadow: .5rem 1rem 1rem rgba(120, 130, 140, .13)
}

.table-nav-left {
    flex-basis: 50%
}

.table-nav-left .form-group {
    margin-bottom: 0
}

.table-nav-right .form-group .form-control {
    color: #fff;
    padding: 0
}

.table-nav-right .form-group .form-control::placeholder {
    color: #fff
}

.invoice-list-table [type=checkbox]+label,
.video-session-table .table th {
    padding: 0
}

.invoice-list-table [type=checkbox]+label::before {
    margin-top: 1.2rem
}

.recent-order-list-table td a {
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    color: #fff
}

.table-responsive-fix-bgsc {
    min-width: 80rem
}

.table-responsive-fix-bgsc-big {
    min-width: 130rem
}

@media only screen and (max-width:991px) {
    .table-responsive-fix {
        min-width: 75rem
    }

    .table-responsive-fix-big {
        min-width: 100rem
    }
}

.table-cap tbody tr,
.table-trans tbody tr {
    box-shadow: 0 3px 10px 0 rgba(119, 119, 119, .1)
}

.form-group label,
.table-cap tbody tr td {
    font-size: 1.6rem
}

.table-cap tbody tr td i {
    font-size: 2.5rem;
    padding-right: 1.5rem
}

.table-cap tbody>tr>td,
.table-trans tbody tr td,
.table-trans tr td a {
    color: #464a53
}

.table-cap thead th,
.table-trans thead tr th {
    font-weight: 500;
    font-size: 1.8rem
}

.table-trans tr td {
    padding: 1rem
}

.table-trans tbody tr td i {
    padding-right: .3rem;
    font-size: 20px
}

.table-trans tbody tr td .label {
    border-radius: 5px
}

.invoice-details-table td,
.invoice-details-table th {
    padding: 1.75rem
}

.invoice-details-table thead tr th {
    font-size: 1.7rem;
    color: #464a53;
    font-weight: 500
}

.invoice-details-table tbody tr:not(:first-child) td {
    border-color: #f5f5f5
}

.invoice-details-table .invoice-upload {
    font-size: 1.4rem;
    color: #464a53
}

.invoice-details-table .invoice-upload i {
    padding-right: .8rem
}

table.dataTable thead td,
table.dataTable thead th {
    border-bottom: 0;
    border-top: 0
}

table.dataTable tfoot td,
table.dataTable tfoot th {
    border-top: 0
}

table.dataTable tbody td,
table.dataTable tbody tr {
    background: 0 0 !important
}

table.dataTable tfoot th,
table.dataTable thead th {
    color: #464a53;
    font-weight: 500
}

table.dataTable tbody td {
    padding: 15px 18px
}

table.dataTable tr.selected {
    color: var(--primary);
}

table#example {
    padding: 3rem 0 4rem
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-radius: 50%;
    color: var(--primary); !important;
    background: rgba(127, 99, 244, .1);
    border: 0 !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-radius: 50%;
    color: var(--primary); !important;
    background: rgba(127, 99, 244, .1);
    border: 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    background: 0 0
}

.dataTables_wrapper input[type=search],
.dataTables_wrapper input[type=text],
.dataTables_wrapper select {
    border: 1px solid #abafb3;
    border-radius: 5px;
    padding: .3rem 1rem;
    color: #715d5d
}

table.dataTable.no-footer {
    border-bottom: 0
}

.dataTables_scroll {
    padding: 2.5rem 0
}

.dataTables_scrollFoot {
    padding-top: 1rem
}

.jsgrid-table .jsgrid-header-row>.jsgrid-header-cell {
    color: #464a53
}

.jsgrid-table>tbody>tr>td {
    padding: 1.2em
}

.jsgrid-table .jsgrid-edit-row input,
.jsgrid-table .jsgrid-edit-row select,
.jsgrid-table .jsgrid-insert-row input,
.jsgrid-table .jsgrid-insert-row select {
    border: 1px solid #dddfe1
}

.jsgrid .jsgrid-button {
    border: 0 !important;
    margin-left: 10px
}

@media only screen and (max-width:575px) {
    .bootgrid-header .actionBar {
        padding: 0
    }

    .bootgrid-header .search {
        margin: 0 0 10px
    }
}

.invoice-info-card .card-header {
    border-bottom: 1px solid rgba(221, 223, 225, .4)
}

.invoice-info-card .distributors {
    margin-bottom: 8rem
}

.invoice-info-card .invoice-id,
.invoice-info-card .invoice-to {
    margin-bottom: 4rem
}

.invoice-details-table .table>thead>tr>th {
    border-bottom: 1px solid #dddfe1
}

.invoice-details-table .table>tbody>tr>td {
    border-top: 0;
    border-bottom: 1px solid #dddfe1
}

.invoice-details-table .table>tbody>tr:last-child>td {
    border: 0
}

.invoice-details-table .table>tbody>tr>td:empty {
    border: 0
}

@media (min-width:1200px) {
    .invoice-save-btns>div {
        flex-basis: 10%
    }
}

.invoice-list-header-left .btn {
    color: var(--primary);
}

.invoice-list-header-left .btn:hover {
    background-color: var(--primary);;
    color: #fff
}

.input-rounded {
    border-radius: 50%
}

.transparent-append .form-control {
    border-right: 0 !important
}

.transparent-append .input-group-text {
    background-color: #f3f6f9;
    border-color: rgba(120, 130, 140, .13)
}

.input-success .input-group-text {
    background-color: #f3f6f9;
    border-color: #4caf50
}

.input-warning .input-group-text {
    background-color: #f3f6f9;
    border-color: #ffc107
}

.input-danger .input-group-text {
    background-color: #f3f6f9;
    border-color: #ff5722
}

.file-upload .file-upload__label:hover,
.show-pass {
    cursor: pointer
}

.show-pass i {
    font-size: 1.6rem;
    padding-right: 10px
}

.form-group {
    margin-bottom: 2rem;
    position: relative
}

.form-control {
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    height: 4.5rem;
    font-weight: 400
}

.form-control,
.form-control:hover {
    box-shadow: none;
    background: white!important;
    color: #000
}

.form-control.active,
.form-control:focus {
    box-shadow: none;
    background: white!important;
    color: #000
}

label {
    color: black;
    font-weight: 300;
}

.login-form-control, .login-form-control:hover, .login-form-control:active, .login-form-control:active {
    background: #F6F7F8!important;
    border: 1px solid #EBEBEB9D!important;
}

.input-default {
    border-radius: .4rem
}

.input-flat {
    border-radius: 0
}

.input-rounded {
    border-radius: 10rem
}

.form-control {
    font-size: 1.4rem
}

.form-control.form-control-sm {
    min-height: 4rem;
    height: 4rem
}

.form-control.form-control-lg {
    min-height: 6rem
}

.drop-menu,
.file-upload {
    position: relative;
    display: inline-block
}

.file-upload .file-upload__label {
    display: block;
    padding: .5em 1.5em;
    border-radius: .4em;
    -webkit-transition: background .3s;
    transition: background .3s
}

.file-upload .file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0
}

.drop-menu {
    border-radius: .5rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 1.6rem;
    height: 100%;
    text-align: left
}

.drop-menu .form-control {
    height: 3.5rem
}

.drop-menu .select {
    cursor: pointer;
    display: block;
    padding: 1rem
}

.drop-menu .select .currency,
.drop-menu .select i {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.drop-menu .select i {
    margin-top: .5rem;
    margin-left: 1.5rem;
    font-size: 1.6rem
}

.drop-menu .select .currency {
    font-size: 1.3rem;
    float: right
}

.drop-menu.active,
.drop-menu.active:hover {
    border-radius: 5px 5px 0 0
}

.drop-menu.active .select i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.drop-menu .dropeddown {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 1px;
    border-radius: 0 1px .5rem .5rem;
    overflow: hidden;
    display: none;
    max-height: 14.4rem;
    overflow-y: auto;
    z-index: 9;
    background-color: #fff;
    padding: 0;
    list-style: none
}

.drop-menu .dropeddown li {
    padding: 1rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    color: #464a53
}

.wysihtml5-toolbar {
    height: 5rem
}

.textarea_editor {
    min-height: 30rem
}

.bootstrap-touchspin .form-control,
.bootstrap-touchspin .input-group-append,
.bootstrap-touchspin .input-group-btn,
.bootstrap-touchspin .input-group-prepend {
    margin: 1rem 0 0
}

.text-label {
    color: #464a53
}

.input-group.input-with-img,
input[type=checkbox] {
    position: relative
}

.input-group.input-with-img .form-control {
    padding-left: 6.5rem;
    background-color: #fff;
    min-height: 5rem
}

.input-group.input-with-img img {
    position: absolute;
    z-index: 9;
    left: 1rem;
    top: .5rem
}

.input-group-prepend-big .form-control {
    height: 5.5rem
}

.input-group-prepend-big .input-group-text {
    font-size: 1.4rem
}

[direction=rtl] .input-group .input-group-append {
    margin-right: -1px;
    margin-left: 0
}

[direction=rtl] .input-group .input-group-prepend {
    margin-left: -1px;
    margin-right: 0
}

.bootstrap-select button.btn {
    z-index: 0
}

.dropdown-header {
    font-size: 1.875rem
}

.custom-control-input {
    opacity: 1;
    z-index: 1;
}

.form-group .label-dark-text {
    color: #464a53
}

.form-control {
    background: #F6F7F8;
    min-height: 5rem;
    padding-left: 1.5rem;
    border-radius: 12px;
    border: none;
}

.form-control::placeholder {
    color: #abafb3
}

.btn-light {
    border-color: #dddfe1 !important
}

.input-group .input-group-text {
    font-size: 16px;
    color: #abafb3;
    padding: .375rem 1.5rem
}

.dropzone {
    background: #f3f6f9;
    border: 2px solid rgba(120, 130, 140, .13)
}

.custom-position [type=checkbox]+label::after,
.custom-position [type=checkbox]+label::before,
.custom-position [type=radio]+label::after,
.custom-position [type=radio]+label::before {
    left: -5px;
    top: 5px
}

.tabbed[type=checkbox]:focus+label::after {
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 1rem rgba(0, 0, 0, .1);
    transform: scale(1)
}

.filled-in.tabbed[type=checkbox]:focus+label::after {
    background-color: rgba(0, 0, 0, .1);
    border-color: #5a5a5a;
    border-radius: .2rem
}

.filled-in.tabbed[type=checkbox]:checked:focus+label::after {
    background-color: #26a69a;
    border-color: #26a69a;
    border-radius: .2rem
}

label.without-label {
    text-indent: -9999px
}

.checkbox-event [type=checkbox]:checked {
    left: -9999px;
    opacity: 0;
    position: absolute
}

.checkbox-event [type=checkbox]:checked+label::before {
    backface-visibility: hidden;
    border-color: transparent var(--primary); var(--primary); transparent;
    border-style: solid;
    border-width: .2rem;
    height: 2.2rem;
    left: -.5rem;
    top: -.4rem;
    transform: rotate(40deg);
    transform-origin: 100% 100% 0;
    width: 1.2rem
}

.checkbox-event [type=checkbox]:checked:disabled+label::before {
    border-bottom: 2px solid rgba(0, 0, 0, .26);
    border-right: 2px solid rgba(0, 0, 0, .26)
}

.checkbox-event [type=checkbox]:not(:checked) {
    left: -9999px;
    opacity: 0;
    position: absolute
}

.checkbox-event [type=checkbox]+label {
    padding-left: 2.7rem
}

.checkbox-event [type=checkbox]+label::before {
    height: 1.9rem;
    width: 1.9rem;
    border-radius: 4px;
    border-color: var(--primary);
}

.input-group-prepend .dropdown-toggle::after {
    margin-left: .455em;
    vertical-align: .155em
}

input[type=checkbox]:checked {
    background-color: var(--primary);
    /* filter: invert(14%) sepia(92%) saturate(4534%) hue-rotate(351deg) brightness(105%) contrast(109%); */
}

input[type=checkbox].styled-checkbox {
    left: -9999px;
    opacity: 0;
    position: absolute
}

input[type=checkbox].styled-checkbox:indeterminate+label::before {
    backface-visibility: hidden;
    border-color: -moz-use-text-color #26a69a -moz-use-text-color -moz-use-text-color;
    border-style: none solid none none;
    border-width: medium .2rem medium medium;
    height: 2.2rem;
    left: -1.2rem;
    top: -1.1rem;
    transform: rotate(90deg);
    transform-origin: 100% 100% 0;
    width: 1rem
}

input[type=checkbox].styled-checkbox:indeterminate:disabled+label::before {
    background-color: transparent;
    border-right: .2rem solid rgba(0, 0, 0, .26)
}

input[type=checkbox].styled-checkbox+label {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    height: 2.5rem;
    line-height: 2rem;
    padding-left: 3.2rem;
    position: relative
}

input[type=checkbox].styled-checkbox+label::before {
    border: 1px solid;
    border-radius: 1px;
    content: "";
    height: 2rem;
    left: 0;
    margin-top: .2rem;
    position: absolute;
    top: 0;
    transition: all .2s ease 0s;
    width: 2rem;
    z-index: 0
}

input[type=checkbox].styled-checkbox:checked+label::before {
    border: 2px solid;
    border-color: transparent #262626 #262626 transparent;
    backface-visibility: hidden;
    height: 2.2rem;
    left: -.5rem;
    top: -.4rem;
    transform: rotate(40deg);
    transform-origin: 100% 100% 0;
    width: 1.2rem
}

input[type=checkbox].styled-checkbox:checked+label.check-red::before {
    border-color: transparent red red transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-purple::before {
    border-color: transparent #7c277d #7c277d transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-d-purple::before {
    border-color: transparent #664ce1 #664ce1 transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-blue::before {
    border-color: transparent #398bf7 #398bf7 transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-l-blue::before {
    border-color: transparent #5c97e6 #5c97e6 transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-teal::before {
    border-color: transparent #39cccc #39cccc transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-green::before {
    border-color: transparent #26da87 #26da87 transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-yellow::before {
    border-color: transparent #ffb22b #ffb22b transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-orange::before {
    border-color: transparent #f7941d #f7941d transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-d-orange::before {
    border-color: transparent #d08021 #d08021 transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-maroon::before {
    border-color: transparent #8c1919 #8c1919 transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-gray::before {
    border-color: transparent #898989 #898989 transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-navy::before {
    border-color: transparent #102d4b #102d4b transparent
}

input[type=checkbox].styled-checkbox:checked+label.check-black::before {
    border-color: transparent #000 #000 transparent
}

input[type=checkbox].styled-checkbox:checked:disabled+label::before {
    border-bottom: 2px solid rgba(0, 0, 0, .26);
    border-right: 2px solid rgba(0, 0, 0, .26)
}

input[type=checkbox].styled-checkbox.filled-in:disabled+label::after {
    background-color: #7f7f7f
}

input[type=checkbox].styled-checkbox.filled-in+label::before {
    transform: scale(0) rotate(0)
}

input[type=checkbox].styled-checkbox.filled-in+label::after {
    height: 2.4rem;
    width: 2.4rem;
    left: -2px;
    top: -2px;
    position: absolute;
    content: "";
    background-color: var(--primary);;
    border-radius: 4px
}

input[type=checkbox].styled-checkbox.filled-in+label.check-red::after {
    background-color: red
}

input[type=checkbox].styled-checkbox.filled-in+label.check-purple::after {
    background-color: #7c277d
}

input[type=checkbox].styled-checkbox.filled-in+label.check-d-purple::after {
    background-color: #664ce1
}

input[type=checkbox].styled-checkbox.filled-in+label.check-blue::after {
    background-color: #398bf7
}

input[type=checkbox].styled-checkbox.filled-in+label.check-l-blue::after {
    background-color: #5c97e6
}

input[type=checkbox].styled-checkbox.filled-in+label.check-teal::after {
    background-color: #39cccc
}

input[type=checkbox].styled-checkbox.filled-in+label.check-green::after {
    background-color: #26da87
}

input[type=checkbox].styled-checkbox.filled-in+label.check-yellow::after {
    background-color: #ffb22b
}

input[type=checkbox].styled-checkbox.filled-in+label.check-orange::after {
    background-color: #f7941d
}

input[type=checkbox].styled-checkbox.filled-in+label.check-d-orange::after {
    background-color: #d08021
}

input[type=checkbox].styled-checkbox.filled-in+label.check-maroon::after {
    background-color: #8c1919
}

input[type=checkbox].styled-checkbox.filled-in+label.check-gray::after {
    background-color: #898989
}

input[type=checkbox].styled-checkbox.filled-in+label.check-navy::after {
    background-color: #102d4b
}

input[type=checkbox].styled-checkbox.filled-in+label.check-black::after {
    background-color: #000
}

input[type=checkbox].styled-checkbox.filled-in:checked+label::before {
    border-color: transparent #fff #fff transparent;
    height: 1.8rem;
    width: 1rem;
    left: -2px;
    top: -3px;
    z-index: 1;
    transform: scale(1) rotate(40deg)
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-red::after,
input[type=radio]:checked+label.radio-red::after {
    background-color: red
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-purple::after,
input[type=radio]:checked+label.radio-purple::after {
    background-color: #7c277d
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-d-purple::after,
input[type=radio]:checked+label.radio-d-purple::after {
    background-color: #664ce1
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-blue::after,
input[type=radio]:checked+label.radio-blue::after {
    background-color: #398bf7
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-l-blue::after,
input[type=radio]:checked+label.radio-l-blue::after {
    background-color: #5c97e6
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-teal::after,
input[type=radio]:checked+label.radio-teal::after {
    background-color: #39cccc
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-green::after,
input[type=radio]:checked+label.radio-green::after {
    background-color: #26da87
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-yellow::after,
input[type=radio]:checked+label.radio-yellow::after {
    background-color: #ffb22b
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-orange::after,
input[type=radio]:checked+label.radio-orange::after {
    background-color: #f7941d
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-d-orange::after,
input[type=radio]:checked+label.radio-d-orange::after {
    background-color: #d08021
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-maroon::after,
input[type=radio]:checked+label.radio-maroon::after {
    background-color: #8c1919
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-gray::after {
    background-color: #898989
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-navy::after,
input[type=radio]:checked+label.radio-navy::after {
    background-color: #102d4b
}

input[type=checkbox].styled-checkbox.filled-in:checked+label.check-black::after,
input[type=radio]:checked+label.radio-black::after {
    background-color: #000
}

input[type=checkbox].form-check-input:disabled~.form-check-label {
    color: #abafb3
}

input[type=radio]:checked {
    left: -9999px;
    opacity: 0;
    position: absolute
}

input[type=radio]:checked+label {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 3.5rem;
    position: relative;
    transition: all .28s ease 0s
}

input[type=radio]:checked+label::after {
    border-radius: 50%;
    background-color: var(--primary);;
    z-index: 0;
    transform: scale(1.02);
    width: 20px;
    height: 20px;
    left: 0;
    top: 0
}

input[type=radio]:checked+label::before {
    border-radius: 50%;
    animation: .2s linear 0s normal forwards 1 running ripple;
    border: .2rem solid transparent
}

input[type=radio]:checked+label.radio-gray::after {
    background-color: #898989
}

input[type=radio]:not(:checked) {
    left: -9999px;
    opacity: 0;
    position: absolute
}

input[type=radio]:not(:checked)+label {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 3.5rem;
    position: relative;
    transition: all .28s ease 0s
}

input[type=radio]:not(:checked)+label::after {
    border-radius: 50%;
    transform: scale(0);
    z-index: -1
}

input[type=radio]:not(:checked)+label::before {
    border-radius: 50%
}

input[type=radio]+label::after,
input[type=radio]+label::before {
    content: "";
    margin: .4rem;
    position: absolute;
    transition: all .28s ease 0s;
    z-index: 0
}

input[type=radio]+label::before {
    height: 20px;
    left: 0;
    top: 0;
    width: 20px;
    border: 1px solid #dee0e2
}

input[type=radio]:disabled:checked+label::before {
    animation: .2s linear 0s normal forwards 1 running ripple;
    background-color: transparent
}

input[type=radio]:disabled:checked+label::after {
    background-color: rgba(0, 0, 0, .26)
}

input[type=radio]:disabled:not(:checked)+label::before {
    animation: .2s linear 0s normal forwards 1 running ripple;
    background-color: transparent;
    border-color: rgba(0, 0, 0, .26)
}

input[type=radio]:disabled+label {
    color: rgba(0, 0, 0, .26)
}

input[type=radio].radio-outlined:checked+label::after {
    width: 12px;
    height: 12px;
    left: 4px;
    top: 4px
}

input[type=radio].radio-outlined:checked+label::before {
    border: 2px solid #dee0e2
}

.with-gap[type=radio]:checked+label::after {
    border-radius: 50%;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
    transform: scale(.5)
}

.with-gap[type=radio]:checked+label::before {
    border-radius: 50%;
    border: 2px solid #26a69a
}

.with-gap[type=radio]:disabled:checked+label::before {
    animation: .2s linear 0s normal forwards 1 running ripple;
    border: 2px solid rgba(0, 0, 0, .26)
}

.with-gap[type=radio]:disabled:checked+label::after {
    background-color: rgba(0, 0, 0, .26);
    border: medium
}

.tabbed[type=radio]:focus+label::before {
    animation: .2s linear 0s normal forwards 1 running ripple;
    box-shadow: 0 0 0 1rem rgba(0, 0, 0, .1)
}

.radio-toolbar [type=radio]+label {
    padding-left: 0
}

.radio-toolbar input[type=radio] {
    display: none
}

.radio-toolbar label {
    display: inline-block;
    color: #ddd;
    font-size: 1.4rem !important;
    cursor: pointer;
    margin-bottom: 0
}

.radio-toolbar input[type=radio]:checked+label {
    color: #6a707e
}

.js-switch+.switchery {
    border-radius: 50px;
    margin-right: 4rem
}

.js-switch+.switchery>small {
    top: .2rem
}

.js-switch.js-switch-lg+.switchery {
    height: 5rem;
    width: 10rem
}

.js-switch.js-switch-lg+.switchery>small {
    width: 4.5rem;
    height: 4.5rem
}

.js-switch.js-switch-md+.switchery {
    height: 3.8rem;
    width: 7.5rem
}

.js-switch.js-switch-md+.switchery>small {
    width: 3.3rem;
    height: 3.3rem
}

.js-switch.js-switch-sm+.switchery {
    height: 2.3rem;
    width: 4.2rem
}

.js-switch.js-switch-sm+.switchery>small {
    width: 1.9rem;
    height: 1.9rem
}

.js-switch-square+.switchery {
    border-radius: 0
}

.js-switch-square+.switchery>small {
    border-radius: 0;
    top: .1rem
}

.js-switch-square.js-switch-lg+.switchery {
    height: 5rem;
    width: 10rem
}

.js-switch-square.js-switch-lg+.switchery>small {
    width: 4.8rem;
    height: 4.8rem
}

.js-switch-square.js-switch-md+.switchery {
    height: 4.6rem;
    width: 10rem
}

.js-switch-square.js-switch-md+.switchery>small {
    width: 5rem;
    height: 4.4rem
}

.js-switch-square.js-switch-sm+.switchery {
    height: 2.8rem;
    width: 5.7rem
}

.js-switch-square.js-switch-sm+.switchery>small {
    width: 2.8rem;
    height: 2.6rem
}

.input-group>.input-group-prepend>.input-group-text {
    border-radius: 0;
    border-color: rgba(120, 130, 140, .13)
}

.tagsinput {
    overflow-y: auto;
    display: block;
    width: 100%;
    height: 3.4rem;
    padding: .6rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.42857143;
    background-image: none;
    -webkit-border-radius: .4rem;
    border-radius: .4rem
}

.tagsinput input,
.tagsinput span.tag {
    font-size: 1.3rem;
    margin-right: .5rem;
    margin-bottom: .5rem
}

.tagsinput span.tag {
    text-decoration: none;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    padding: .3rem .8rem
}

.tagsinput span.tag a {
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem
}

.tagsinput input {
    width: 8rem;
    margin: 0;
    border: 1px solid transparent;
    padding: .5rem;
    background: 0 0;
    outline: 0
}

.tagsinput div,
.tagsinput span.tag {
    display: block;
    float: left
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0
}

.not_valid {
    background: #fbd8db !important;
    color: #90111a !important
}

.form-wizard .emial-setup label.mailclinet input[type=radio],
.form-wizard .form-wizard-left.step-anchor::before,
.note-icon-caret,
.note-popover,
.wizard .emial-setup label.mailclinet input[type=radio] {
    display: none
}

.note-editor.note-frame .panel-heading {
    padding: .6rem 1rem 1rem
}

.asColorPicker-dropdown {
    max-width: 26rem
}

.asColorPicker-trigger {
    border: 0;
    height: 5rem;
    position: absolute;
    right: -3.5rem;
    top: 0;
    width: 3.7rem
}

.asColorPicker-clear {
    display: none;
    position: absolute;
    right: 1rem;
    text-decoration: none;
    top: .5rem
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1976d2
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background: #1976d2 0 0;
    color: #fff
}

.datepicker td,
.datepicker th {
    padding: .5rem 1rem
}

.picker__select--month,
.picker__select--year {
    height: 2.5em
}

.form-control.is-valid {
    border-color: #4caf50 !important;
    border-right: 0 !important
}

.form-control.is-invalid:focus,
.form-control.is-valid:focus,
.form-control.is-warning:focus {
    box-shadow: none
}

.form-control.is-warning {
    border-color: #ffc107 !important;
    border-right: 0 !important
}

.form-control.is-invalid {
    border-color: #ff5722 !important;
    border-right: 0 !important
}

.is-valid .input-group-prepend .input-group-text i {
    color: #4caf50
}

.is-invalid .input-group-prepend .input-group-text i {
    color: #ff5722
}

.form-wizard {
    display: flex;
    flex-wrap: wrap;
    min-height: 60.5rem
}

.form-wizard .form-wizard-left {
    flex-basis: 25%;
    padding: 4rem 5rem 3rem;
    justify-content: space-around;
    min-height: 60.5rem
}

@media only screen and (max-width:1199px) {
    .form-wizard .form-wizard-left {
        flex-basis: 100%;
        min-height: 40rem
    }
}

.form-wizard .form-wizard-left.step-anchor {
    margin-bottom: -10rem;
    background-color: var(--primary);;
    display: block;
    text-align: center
}

@media only screen and (max-width:1199px) {
    .form-wizard .form-wizard-left.step-anchor {
        margin-bottom: 0
    }
}

.form-wizard .form-wizard-left.step-anchor>li {
    margin: 0;
    display: inline-block;
    z-index: 1;
    width: 23%;
    text-align: center
}

.form-wizard .form-wizard-left.step-anchor>li .form-wizard-content {
    display: none;
    position: absolute;
    top: 11.5rem;
    left: 0;
    width: 100%;
    padding: 0 5rem;
    height: calc(100% - 11.5rem);
    color: #fff
}

.form-wizard .form-wizard-left.step-anchor>li .form-wizard-content a {
    color: #fff;
    font-size: 1.6rem
}

.form-wizard .form-wizard-left.step-anchor>li .form-wizard-content-upper h4 {
    margin: 1.5rem 0
}

.form-wizard .form-wizard-left.step-anchor>li .form-wizard-content-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 2.5rem
}

.form-wizard .form-wizard-left.step-anchor>li.done>a.nav-link {
    border-color: #fff;
    background-color: #fff;
    color: var(--primary);
}

.form-wizard .form-wizard-left.step-anchor>li>a.nav-link {
    padding: 0;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    border: 2px solid transparent;
    background-color: var(--primary);;
    box-shadow: none !important;
    color: #fff;
    font-size: 1.6rem;
    line-height: 23px;
    position: relative;
    display: inline-block
}

.form-wizard .form-wizard-left.step-anchor>li:not(:last-child)>a.nav-link::before {
    position: absolute;
    top: 50%;
    left: 125%;
    width: 130%;
    border: 1px dashed #fff;
    content: ""
}

@media only screen and (max-width:1199px) {
    .form-wizard .form-wizard-left.step-anchor>li:not(:last-child)>a.nav-link::before {
        border: 0
    }
}

.form-wizard .form-wizard-right {
    flex-basis: 75%;
    padding: 3rem;
    background-color: #fff
}

@media only screen and (max-width:1199px) {
    .form-wizard .form-wizard-right {
        flex-basis: 100%
    }
}

.form-wizard input[type=number] {
    color: #abafb3
}

.form-wizard .emial-setup label.mailclinet,
.wizard .emial-setup label.mailclinet {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    cursor: pointer;
    background-color: #eef5f9
}

.form-wizard .emial-setup label.mailclinet .mail-icon {
    font-size: 6rem;
    display: inline-block;
    line-height: 1;
    margin-top: -1rem
}

.form-wizard .emial-setup label.mailclinet .mail-text {
    font-size: 1.4rem;
    text-align: center;
    margin-top: -.5rem
}

.form-wizard .skip-email {
    margin-top: 6rem
}

.form-wizard .skip-email p,
.wizard .skip-email p {
    margin-bottom: 1rem
}

.form-wizard .skip-email a,
.wizard .skip-email a {
    color: var(--primary);;
    text-decoration: underline
}

.form-wizard .btn-toolbar.sw-toolbar {
    flex-basis: 75%;
    margin-left: auto;
    padding: 3rem
}

@media only screen and (max-width:1199px) {
    .form-wizard .btn-toolbar.sw-toolbar {
        flex-basis: 100%
    }
}

.wizard>.content>.body input.error {
    position: absolute;
    top: 100% !important
}

@media only screen and (max-width:767px) {
    .wizard>.steps li a {
        padding: 1em 4px
    }
}

.wizard .content {
    min-height: 50rem
}

@media only screen and (max-width:991px) {
    .wizard .content {
        min-height: 55rem
    }
}

.wizard .content>.body {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 15rem
}

@media only screen and (max-width:575px) {
    .wizard .content>.body {
        padding: 0
    }
}

.step-form-horizontal .wizard .steps li,
.wizard .content>.body input.error {
    position: relative
}

.wizard .content>.body label.error {
    position: absolute;
    top: 100%;
    margin-left: 0
}

@media only screen and (max-width:575px) {
    .wizard .emial-setup label.mailclinet {
        width: 10rem;
        height: 10rem
    }
}

.wizard .emial-setup label.mailclinet .mail-icon {
    font-size: 6rem;
    display: inline-block;
    line-height: 1;
    margin-top: -1rem
}

@media only screen and (max-width:575px) {
    .wizard .emial-setup label.mailclinet .mail-icon {
        font-size: 4rem
    }
}

.wizard .emial-setup label.mailclinet .mail-text {
    font-size: 1.4rem;
    text-align: center;
    margin-top: -.5rem
}

@media only screen and (max-width:575px) {
    .wizard .emial-setup label.mailclinet .mail-text {
        font-size: 1.2rem
    }
}

.wizard .skip-email {
    margin-top: 6rem
}

.wizard>.actions li:not(.disabled) a {
    background-color: var(--primary);;
    color: #fff
}

.step-form-horizontal .wizard {
    padding-top: 10rem
}

.step-form-horizontal .wizard .steps li.done a .number {
    color: #fff;
    background: #f096fb;
    background: -moz-linear-gradient(left, #f096fb 0%, #f5586d 100%);
    background: -webkit-linear-gradient(left, #f096fb 0%, #f5586d 100%);
    background: linear-gradient(to right, #f096fb 0%, #f5586d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f096fb', endColorstr='#f5586d', GradientType=1);
    border-color: transparent
}

.step-form-horizontal .wizard .steps li.current a,
.step-form-horizontal .wizard .steps li.disabled a,
.step-form-horizontal .wizard .steps li.done a,
.step-form-horizontal .wizard .steps li.done a:hover {
    background-color: #fff;
    text-align: center;
    color: #464a53
}

.step-form-horizontal .wizard .steps li.current a:active,
.step-form-horizontal .wizard .steps li.current a:hover,
.step-form-horizontal .wizard .steps li.disabled a:active,
.step-form-horizontal .wizard .steps li.disabled a:hover {
    background-color: #fff;
    color: #464a53
}

.step-form-horizontal .wizard .steps li.current a .number {
    color: #f096fb;
    background: #fff;
    border: 2px solid #f096fb
}

.step-form-horizontal .wizard .steps li.disabled a .number {
    color: var(--primary);
}

.step-form-horizontal .wizard .steps li a {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .step-form-horizontal .wizard .steps li a {
        padding-left: 0;
        padding-right: 0;
        margin: 0
    }
}

@media only screen and (max-width:575px) {
    .step-form-horizontal .wizard .steps li a {
        font-size: 1.2rem;
        padding-top: 1.5rem
    }
}

.step-form-horizontal .wizard .steps li a .number {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #dddfe1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    border-radius: 50px;
    width: 6rem
}

@media only screen and (max-width:575px) {
    .step-form-horizontal .wizard .steps li a .number {
        width: 4rem;
        height: 4rem
    }
}

.step-form-horizontal .wizard .steps li:not(:last-child) {
    z-index: 1
}

.step-form-horizontal .wizard .steps li:not(:last-child)::after {
    position: absolute;
    width: 100%;
    height: 1rem;
    content: "";
    left: 50%;
    top: -2.5rem;
    background-color: #f096fb;
    z-index: -1
}

@media only screen and (max-width:575px) {
    .step-form-horizontal .wizard .steps li:not(:last-child)::after {
        height: .6rem;
        top: -2.7rem
    }
}

.step-form-horizontal .wizard .steps li:not(:last-child).current::after,
.step-form-horizontal .wizard .steps li:not(:last-child).current~li::after {
    background-color: #f3f3f3
}

.step-form-horizontal .wizard .actions {
    padding: 0 15rem
}

@media only screen and (max-width:575px) {
    .step-form-horizontal .wizard .actions {
        padding: 0
    }

    .step-form-tab .wizard .steps li {
        width: 50%
    }
}

.step-form-tab .wizard .steps li:not(.current) a,
.step-form-vertical .wizard.vertical>.steps li:not(.current) a {
    background-color: #eee;
    color: var(--primary);
}

.step-form-tab .wizard .steps li.current a,
.step-form-vertical .wizard.vertical>.steps li.current a {
    background-color: var(--primary);
}

.step-form-tab .wizard .steps li.done a,
.step-form-vertical .wizard.vertical>.steps li.done a {
    background-color: rgba(127, 99, 244, .5);
    color: var(--primary);
}

.step-form-tab .wizard .steps li:last-child a {
    margin-right: 0
}

.step-form-tab .wizard .steps li:first-child a {
    margin-left: 0
}

@media only screen and (max-width:575px) {
    .step-form-tab .wizard .steps li a {
        margin: 0 .5em .5em
    }

    .step-form-tab .wizard .steps li a:hover {
        padding: 1em 4px
    }
}

.step-form-vertical .wizard.vertical>.steps {
    width: 27%
}

@media only screen and (max-width:767px) {
    .step-form-vertical .wizard.vertical>.steps li a {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:575px) {
    .step-form-vertical .wizard.vertical>.steps li a {
        padding: .5rem
    }
}

.step-form-vertical .wizard.vertical>.content {
    width: 73%;
    margin: 0
}

.step-form-vertical .wizard.vertical>.actions,
.step-form-vertical .wizard.vertical>.content>.body {
    padding: 0 8rem
}

@media only screen and (max-width:575px) {
    .step-form-vertical .wizard.vertical>.content>.body {
        padding: 1rem
    }
}

@media only screen and (max-width:575px) {
    .step-form-vertical .wizard.vertical>.actions {
        padding: 0
    }
}

.currency-exchange .input-group-append button {
    background: #f3f6f9;
    border: 1px solid #dddfe1;
    padding: .7rem 2.8rem
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: 42%
}

.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
    top: 10px
}

.bootstrap-tagsinput {
    padding: 0;
    padding-left: .5rem;
    border-radius: 0;
    border-color: #dddfe1
}

.bootstrap-tagsinput .tag {
    font-size: 1.8rem;
    background-color: var(--primary);;
    border-radius: 0;
    color: #fff;
    align-items: center;
    padding: 1.1rem 2rem;
    margin-top: .5rem
}

.bootstrap-tagsinput input[type=text] {
    flex: 1;
    height: 5rem;
    border-radius: 0;
    border-color: #dddfe1;
    max-width: 105px
}

.bootstrap-tagsinput label {
    margin-bottom: .5rem
}

.ql-container {
    height: 35rem
}

.select2-label {
    color: #464a53;
    line-height: 3rem
}

.select2-container {
    min-width: 240px
}

@media (min-width:1600px) {
    .select2-container {
        min-width: 440px
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 4.5rem;
    padding-left: 15px
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 4.5rem
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
    border-color: #dddfe1
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #797f84
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dddfe1;
    border-radius: 5px
}

.select2-container--default .select2-selection--multiple {
    border-color: #dddfe1;
    min-height: 4rem
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 4rem;
    padding: 0 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary);;
    color: #fff;
    padding: 0 10px
}

.login-logo span,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.sorting-buttons [type=radio]+label:hover::before {
    border-color: var(--primary);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--primary);;
    color: #fff
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #cccaca;
    cursor: no-drop
}

.select2-container--default .select2-results__group {
    color: #464a53
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.twitter-typeahead .tt-menu .tt-suggestion:hover {
    background-color: var(--primary);;
    color: #fff
}

#image {
    max-width: 100%
}

.docs-options .dropdown-menu {
    padding: 1.5rem
}

.docs-preview {
    margin-bottom: 3rem
}

.docs-preview .img-preview {
    float: left;
    margin-right: .5rem;
    margin-bottom: .5rem;
    overflow: hidden;
    max-width: 100% !important
}

.docs-preview .img-preview>img {
    max-width: 100% !important
}

.docs-preview .img-preview.preview-lg {
    width: 16rem;
    height: 9rem
}

.docs-preview .img-preview.preview-md {
    width: 8rem;
    height: 4.5rem
}

.docs-preview .img-preview.preview-sm {
    width: 4rem;
    height: 2.25rem
}

.docs-preview .img-preview.preview-xs {
    width: 2rem;
    height: 1.125rem;
    margin-right: 0
}

.twitter-typeahead {
    width: 100%
}

.twitter-typeahead .tt-menu {
    width: 100%;
    background-color: #fff
}

.twitter-typeahead .tt-menu .tt-suggestion {
    padding: 1rem;
    cursor: pointer
}

.compose-content .mce-panel {
    background-color: #f3f6f9
}

.email-right-box .custom-control {
    padding: 8px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 2rem
}

#chartMap,
#combined-bullet,
#comparing-stock-indices,
#duration-value-axis,
#professional-candlesticks,
#zoomable-chart {
    width: 100%;
    height: 45rem
}

@media only screen and (max-width:991px) {
    #comparing-stock-indices {
        margin-bottom: 6rem
    }
}

@media only screen and (max-width:575px) {
    #comparing-stock-indices {
        margin-bottom: 15rem
    }

    #comparing-stock-indices input,
    #comparing-stock-indices input[type=button] {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
}

#multiple-panel-data {
    width: 100%;
    height: 45rem
}

@media only screen and (max-width:991px) {
    #multiple-panel-data {
        margin-bottom: 6rem
    }
}

@media only screen and (max-width:575px) {
    #multiple-panel-data {
        margin-bottom: 15rem
    }

    #multiple-panel-data input,
    #multiple-panel-data input[type=button] {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
}

#btc1,
#depth-chart {
    width: 100%;
    height: 45rem
}

#btc1 {
    height: 50rem
}

@media only screen and (max-width:575px) {
    #btc1 {
        margin-bottom: 9rem;
        padding-bottom: 4rem;
        height: 40rem
    }

    #btc1 fieldset div {
        display: block !important;
        margin-bottom: 1rem
    }

    #btc1 fieldset div input {
        display: block;
        margin-bottom: .5rem
    }

    #btc1 fieldset div:last-child {
        float: none !important
    }
}

.amcharts-export-menu {
    display: none
}

.amcharts-data-set-selector-div {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 27rem;
    margin: 0 auto
}

.amcharts-data-set-selector-div select {
    border: 0;
    margin-left: 1rem;
    background: #ddd;
    color: #000
}

.amChartsInputField {
    border: 0;
    background: var(--primary);;
    color: #fff;
    padding: .5rem 1.5rem;
    margin: 0 1.5rem
}

.amcharts-data-set-select {
    border: 0;
    background: #ddd;
    color: #000
}

.amcharts-period-input,
.amcharts-period-input-selected {
    border: 0;
    margin-left: 1rem;
    background: var(--primary);;
    color: #fff;
    padding: .5rem 1.5rem
}

.amcharts-graph-g2 .amcharts-graph-stroke {
    stroke-dasharray: .3rem .3rem;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-animation: am-moving-dashes 1s linear infinite;
    animation: am-moving-dashes 1s linear infinite
}

.lastBullet {
    -webkit-animation: am-pulsating 1s ease-out infinite;
    animation: am-pulsating 1s ease-out infinite
}

.amcharts-graph-column-front {
    -webkit-transition: all .3s .3s ease-out;
    transition: all .3s .3s ease-out
}

.amcharts-graph-column-front:hover {
    fill: #496375;
    stroke: #496375;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media only screen and (max-width:991px) {
    .amChartsPeriodSelector>fieldset>div {
        float: none !important;
        display: block !important;
        margin-bottom: 1rem
    }
}

@media only screen and (max-width:1500px) {
    .amChartsPeriodSelector.amcharts-period-selector-div fieldset div:nth-child(3) {
        float: left !important;
        margin-top: 1rem
    }
}

.c3-legend-item {
    fill: #9fabb1
}

.c3 .c3-axis-x line,
.c3 .c3-axis-x path,
.c3 .c3-axis-y line,
.c3 .c3-axis-y path,
.tick text {
    stroke: #fff
}

.morris-hover {
    position: absolute;
    z-index: 1
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: .25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0;
    color: rgba(255, 255, 255, .8) !important
}

.morris-hover.morris-default-style {
    border-radius: .2rem;
    padding: 1rem 1.2rem;
    border: 0;
    background: rgba(0, 0, 0, .7);
    color: #fff !important
}

#morris-area-chart1,
#morris-area-chart2,
#morris-area-chart3,
#morris-area-chart4,
#morris-area-chart5,
#morris-area-chart6 {
    height: 20rem
}

#crypto-btc-card,
#crypto-eth-card,
#crypto-ltc-card,
#crypto-rpl-card {
    height: 17rem
}

#ticket-sale-trend {
    height: 42.3rem !important
}

#ticket-sale-trend .morris-hover {
    background-color: #fda23f
}

#count-avarage-students {
    height: 38.5rem !important
}

@media only screen and (max-width:1199px) {
    #count-avarage-students {
        height: 25.5rem !important
    }
}

#job-applicants-chart {
    max-width: 100% !important;
    width: 100% !important;
    height: 35rem !important
}

#timeline-chart {
    height: 32.3rem
}

#workout-statistics {
    height: 29rem !important
}

#workout-statistics .morris-hover.morris-default-style {
    background-color: #fff;
    color: #ffc107 !important;
    height: 15rem !important;
    width: 22rem !important;
    box-shadow: 2px 3px 10px 0 rgba(119, 119, 119, .1);
    padding: 2rem
}

#workout-statistics .morris-hover.morris-default-style * {
    padding: .5rem 0
}

#workout-statistics .morris-hover.morris-default-style .morris-hover-point:nth-child(2) {
    color: var(--primary); !important
}

#workout-statistics .morris-hover.morris-default-style .morris-hover-point:last-child {
    color: #464a53 !important
}

#morris-donut-chart text {
    font-size: 6px !important
}

.flot-chart {
    height: 35rem
}

.tooltipflot {
    background-color: #000;
    font-size: 1.4rem;
    padding: .5rem 1rem;
    color: rgba(255, 255, 255, .7);
    border-radius: .2rem
}

.legendColorBox>div {
    border: 0 !important;
    padding: 0 !important
}

.legendLabel {
    font-size: 1.1rem;
    padding-left: .5rem
}

.flotTip {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

#loading .error {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%)
}

.error {
    color: red
}

#loading {
    display: none
}

#ChartContainer {
    height: 60rem
}

.top,
.top2 {
    margin-top: .8rem
}

#relation-selection {
    margin-left: 1.8rem
}

.buttons {
    display: inline-block
}

.buttons>a,
.help-button {
    display: inline-block;
    padding: .4rem .4rem .3rem;
    margin-left: .7rem;
    margin-right: .3rem;
    border: 1px solid transparent;
    border-radius: .4rem;
    transition: all ease-out .2s;
    text-decoration: none;
    min-width: 2.5rem
}

.help-button {
    margin-left: 3.5rem
}

.buttons>a:hover {
    border-color: #d6d6d6
}

.buttons>a.active {
    color: #dddf0d;
    border-color: #dddf0d
}

#average-button.active {
    color: #5494d3;
    border-color: #5494d3
}

#average-button {
    margin-left: 1rem
}

#about {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
    background: rgba(22, 22, 22, .75)
}

#about-inner {
    margin-top: 20rem;
    display: inline-block;
    border: 1px solid #d6d6d6;
    border-radius: .4rem;
    padding: 1.7rem 2.5rem;
    text-align: left;
    line-height: 130%;
    box-shadow: 0 0 20px #0c0c0c
}

#about-inner>h1 {
    text-align: center;
    font-size: 1.7em;
    margin: 1.5rem 1.5rem 2.5rem
}

.ct-golden-section:before {
    float: none
}

.ct-chart {
    max-height: 30rem
}

.ct-chart .ct-label {
    fill: #a3afb7;
    color: #a3afb7;
    font-size: 1.2rem;
    line-height: 1
}

.ct-grid {
    stroke: rgba(49, 58, 70, .1)
}

.ct-chart.simple-pie-chart-chartist .ct-label {
    color: #fff;
    fill: #fff;
    font-size: 1.6rem
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
    stroke: #00a2ff
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
    stroke: #34c73b
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
    stroke: #00f
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
    stroke: #dcdcdc
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
    stroke: #313a46
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
    stroke: #00a2ff
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
    stroke: #8d6e63
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #00f
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #00a2ff
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #34c73b
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #ff9800
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 1rem;
    padding: .2rem 1rem;
    border-radius: .3rem;
    background: #313a46;
    color: #fff;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.chartist-tooltip.tooltip-show {
    opacity: 1
}

.superpose {
    color: #eee;
    height: 35rem;
    width: 100%
}

.superclock {
    position: relative;
    width: 30rem;
    margin: auto
}

.superclock1 {
    position: absolute;
    left: 1rem;
    top: 1rem
}

.superclock2,
.superclock3 {
    position: absolute;
    left: 6rem;
    top: 6rem
}

.superclock3 {
    left: 11rem;
    top: 11rem
}

#comparison-rate,
#daily-sales,
#usage-chart,
#walet-status {
    width: 100%;
    display: block
}

#comparison-rate canvas,
#daily-sales canvas,
#usage-chart canvas,
#walet-status canvas {
    max-width: 100% !important;
    width: 100% !important
}

#monthly-orders-chart {
    height: 26rem !important
}

#project-bar1 {
    height: 34.5rem !important
}

#transaction-payable,
#transaction-receivable {
    height: 6.1rem !important
}

#transaction {
    height: 36.2rem !important
}

#total-income {
    height: 33rem !important
}

#trend-chart {
    height: 6.3rem !important
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    #trend-chart {
        height: 6.5rem !important
    }
}

#t-monthly-likes-chart,
#weekly-likes-chart,
#weekly-view-chart {
    height: 8.5rem !important
}

#chart-views-display {
    height: 33.6rem !important
}

#storage-used-chart {
    height: 22.5rem !important
}

#temparature-chart {
    height: 32rem !important
}

#most-selling-items {
    height: 30rem !important
}

#mixedChart {
    height: 35rem !important
}

#ticket-small-chart-1,
#ticket-small-chart-2 {
    height: 11.6rem !important
}

#canvas1,
#canvas2,
#canvas3,
#canvas4 {
    height: 11.9rem !important
}

#conversion-chart,
#cpa-chart,
#impression-chart,
#top-products {
    height: 9rem !important
}

#call-monitors {
    height: 37.5rem !important
}

#call-trend-chart-1,
#call-trend-chart-2,
#call-trend-chart-3,
#call-trend-chart-4,
#call-trend-chart-5,
#call-trend-chart-6,
#call-trend-chart-7 {
    height: 3rem !important;
    width: 13rem !important
}

#chart-gross-sale,
#chart-online-sale,
#chart-venue-expenses {
    height: 7rem !important
}

#total-revenue {
    height: 30rem !important
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    #total-revenue {
        height: 28rem !important
    }
}

#sold-product {
    height: 10rem !important
}

#chart-campaign {
    height: 30rem !important
}

#product-sales-chart {
    height: 39.8rem !important
}

#most-selling-items-electronics {
    height: 36rem !important
}

#sort-chart,
#sort-diagrams,
#sort-graph,
#sort-track {
    height: 3rem !important
}

#revenue-chart {
    height: 26rem !important
}

#hospital-survey {
    height: 33rem !important
}

.easy-pie-chart {
    position: relative;
    display: inline-block
}

.easy-pie-chart .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.easy-pie-chart .percent:after {
    position: absolute;
    content: "%";
    left: 100%;
    top: 0
}

#login-page1 body,
#login-page2 body {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    position: relative
}

#login-page2 body {
    background: url("../../assets/images/background/login-register2.jpg")
}

#login-page1 body::after,
#login-page2 body::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(34, 144, 255, .5);
    z-index: -1
}

#login-page1 body {
    background: url("../../assets/images/background/login-register.jpg")
}

.form-input-content {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.form-input-content .card {
    margin-bottom: 0
}

.form-input-content .card .card-body {
    padding: 5rem
}

.form-input-content .card .card-body .form-control {
    background: 0 0
}

.form-input-content .card .card-body .btn {
    max-width: 20rem;
    width: 100%;
    margin: 0 auto
}

.login-info {
    position: absolute;
    left: 5rem;
    bottom: 10rem
}

.faq-tab-panel .nav-pills .nav-link.active h4,
.faq-tab-panel .nav-pills .nav-link.active i,
.faq-tab-panel .nav-pills .nav-link.active p,
.login-info h2,
.login-info h5,
.login-info p {
    color: #fff !important
}

.social-login-content {
    background: #fcfcfc
}

.register-link a {
    color: var(--primary);
}

#error body,
#invoice {
    background: #fff
}

.error-content {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.error-text {
    font-size: 10rem;
    line-height: 8rem;
    color: var(--primary);
}

#invoice {
    position: relative;
    margin-bottom: 12rem;
    padding: 3rem
}

#invoice-table {
    padding: 3rem 0;
    border-bottom: .1rem solid rgba(120, 130, 140, .13)
}

#invoice-mid,
#invoice-top {
    min-height: 12rem
}

#invoice-bot {
    min-height: 25rem
}

.clientlogo,
.invoice-logo {
    float: left;
    height: 6rem;
    width: 6rem;
    background-size: 6rem 6rem
}

.invoice-logo {
    background: url("http://michaeltruong.ca/images/logo1.png") no-repeat
}

.clientlogo {
    background: url("http://michaeltruong.ca/images/client.jpg") no-repeat;
    border-radius: 5rem
}

.invoice-info {
    display: block;
    float: left;
    margin-left: 2rem
}

.invoice-info h2 {
    font-size: 1.4rem;
    color: #464a53
}

#legalcopy p,
#project p,
.download-chart-area li span,
.invoice-info p,
.storage-chart-area li span,
.timeline-chart-area li span,
.title p,
.upload-chart-area li span {
    font-size: 1.2rem
}

.title {
    float: right
}

.title h4 {
    text-align: right;
    color: #464a53
}

.title p {
    text-align: right
}

#project {
    margin-left: 52%
}

.tabletitle {
    padding: .5rem;
    background: rgba(120, 130, 140, .13)
}

.service {
    border: .1rem solid rgba(120, 130, 140, .13)
}

.payment-details .table-borderless tbody tr td:not(:last-child) {
    color: #464a53
}

.payment-details .table-borderless tbody tr td:last-child {
    color: #abafb3
}

.table-item {
    width: 50%
}

.itemtext {
    font-size: .9em
}

#legalcopy {
    margin-top: 3rem
}

.legal {
    width: 70%
}

@media (max-width:48rem) {
    .control-bar {
        padding: 1.5rem 1.5rem 4rem
    }
}

@media (max-width:36rem) {
    .notaxrelated {
        margin-top: 1.5rem
    }
}

.pricing_table_one .pricing_table_content {
    background: #fff;
    text-align: center;
    border: .1rem solid #e7e7e7;
    border-radius: .3rem;
    padding: 2.5rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.pricing_table_one .pricing_table_content .package {
    font-weight: 700;
    font-size: 1.8rem
}

.pricing_table_one .pricing_table_content .price {
    font-weight: 700;
    font-size: 5rem;
    line-height: 10rem
}

.pricing_table_one .pricing_table_content .price_list {
    padding: 3rem 0;
    text-align: left;
    max-width: 17.5rem;
    margin: 0 auto
}

.pricing_table_one .pricing_table_content .price_list li {
    color: #909093;
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding: .7rem 0
}

.pricing_table_one .pricing_table_content .price_list li i {
    margin-right: 1.5rem
}

.pricing_table_one .pricing_table_content .price-btn {
    padding: 1.5rem 5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: .1rem solid rgba(120, 130, 140, .13);
    border-radius: .5rem;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.pricing_table_one .pricing_table_content:focus,
.pricing_table_one .pricing_table_content:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .175);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .175)
}

.pricing_table_one .pricing_table_content:focus .price-btn,
.pricing_table_one .pricing_table_content:hover .price-btn {
    color: #ff5722
}

.comming-soon-wrapper {
    background-image: url("../../assets/images/big/comming-soon-bg.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.comming-soon-wrapper .container {
    max-width: 950px
}

.comming-soon__logo {
    font-size: 26px;
    color: var(--primary);;
    font-weight: 700;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .comming-soon__logo {
        margin-bottom: 50px
    }
}

.comming-soon__logo img {
    width: 35px;
    height: 35px;
    margin-right: .4rem
}

@media (min-width:768px) {
    .comming-soon__logo img {
        width: 50px;
        height: 50px
    }
}

.comming-soon__content h1 {
    color: var(--primary);;
    font-weight: 700;
    line-height: 1
}

@media (min-width:768px) {
    .comming-soon__content h1 {
        font-size: 6rem
    }
}

.comming-soon__content h3 {
    font-size: 2.2rem;
    color: #6a707e;
    margin-top: 1rem;
    margin-bottom: 1.6rem
}

@media (min-width:768px) {
    .comming-soon__content h3 {
        margin-top: 2rem;
        margin-bottom: 3rem
    }
}

.comming-soon__footer h2 {
    font-size: 3.5rem;
    color: #464a53
}

.comming-soon__form .input-group {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto
}

.comming-soon__form .input-group .form-control {
    background: 0 0
}

.comming-soon__form .input-group-append .input-group-text {
    background: var(--primary);;
    color: #fff;
    padding: .375rem 1.8rem
}

.comming-soon__social li {
    margin-right: 1.2rem !important
}

.comming-soon__social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    padding: 0
}

@media (min-width:768px) {
    .comming-soon__social li a {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

.agent-info h4 span i,
.comming-soon__social li i {
    font-size: 1.8rem
}

.faq-tab-panel .nav-pills .nav-link {
    display: block;
    padding: 2.4rem 1.9rem;
    background-color: #fff;
    box-shadow: 2px 3px 10px 0 rgba(119, 119, 119, .1);
    border-radius: 4px
}

@media (min-width:1400px) {
    .faq-tab-panel .nav-pills .nav-link {
        padding: 2.4rem 6rem 1.9rem 1.9rem
    }
}

.faq-tab-panel .nav-pills .nav-link:not(:last-child) {
    margin-bottom: 1rem
}

.faq-tab-panel .nav-pills .nav-link.active {
    background-color: var(--primary);;
    color: #fff !important
}

.faq-tab-panel .nav-pills .nav-link .media-body p {
    font-size: 1.6rem;
    color: #abafb3
}

.faq-tab-panel .nav-pills .nav-icon {
    margin-right: 2rem;
    min-width: 50px;
    text-align: center
}

.faq-tab-panel .nav-pills .nav-icon i,
.faq-tab-panel .tab-content .media i {
    color: var(--primary);;
    font-size: 4rem;
    line-height: 5.6rem
}

.faq-heading h1 {
    font-size: 4rem !important;
    margin-bottom: 4rem
}

.currency-exchange-form {
    padding: 8rem 0
}

.currency-exchange-form .dropdown-toggle,
.wallet-card .input-group-text i {
    color: #abafb3
}

.currency-exchange-form p {
    font-size: 1.6rem
}

.active-member table>thead>tr>th {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 1.5rem
}

.active-member .table {
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .map-coruntry-list {
        margin-top: 2rem
    }
}

@media only screen and (min-width:1500px) {
    .map-coruntry-list {
        margin-left: 5rem
    }
}

.restaurant-country-data {
    background: var(--primary);;
    position: absolute;
    top: -7.4rem;
    right: -1.9rem;
    bottom: -3rem;
    width: 100%;
    padding: 2rem;
    text-align: center
}

[direction=rtl] .restaurant-country-data {
    right: 2rem
}

@media only screen and (max-width:991px) {
    .restaurant-country-data {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        margin-top: 2rem
    }
}

@media only screen and (min-width:992px) and (max-width:1500px) {
    .restaurant-country-data {
        top: -6.8rem;
        bottom: -2.5rem
    }
}

.restaurant-country-data p {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 0
}

.restaurant-country-data h3 {
    color: #fff
}

.recent-order-list-table.table-padded {
    border-spacing: 0 1rem
}

.market-capital-dt.table-padded tr td:first-child i {
    font-size: 3rem;
    margin-right: .5rem
}

.select-coin .drop-menu .dropeddown {
    width: 15%
}

@media only screen and (max-width:575px) {
    .select-coin .drop-menu .dropeddown {
        width: 40%
    }
}

.wallet-card .input-group-text {
    background-color: #f3f6f9
}

.wallet-card .input-group-text i.cc {
    color: var(--primary);
}

.buying-order-table.table>tbody>tr>td,
.buying-order-table.table>tbody>tr>th,
.selling-order-table.table>tbody>tr>td,
.selling-order-table.table>tbody>tr>th {
    color: #6a707e
}

.card-body-2 span i {
    font-size: 1rem !important
}

.diffrent-color i {
    color: #ff9800
}

.earning-chart-data ul li {
    flex-basis: 45%;
    color: #6a707e;
    font-size: 1.4rem
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .earning-chart-data ul li {
        flex-basis: 100%
    }
}

.market-capital.table>tbody>tr>td,
.reaction-btns a,
.wallet-card .form-control {
    color: #abafb3
}

.hospital-map .chart {
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    z-index: 9
}

@media only screen and (max-width:575px) {
    .hospital-map .chart {
        left: 0
    }
}

.doctor-list .media {
    transition: all .5s ease-in-out;
    padding: 2.8rem 3rem
}

.doctor-list .media:not(:last-child) {
    margin-bottom: 1rem
}

.doctor-list .media h6,
.recent-properties-area .media p {
    font-size: 1.4rem;
    margin-top: .8rem
}

@media only screen and (max-width:767px) {
    .doctor-list .media h6 {
        font-size: 1.4rem
    }
}

.doctor-list .media:hover {
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, .1)
}

@media only screen and (max-width:1199px) {
    .doctor-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .doctor-list .media {
        flex-basis: 45%
    }
}

@media only screen and (max-width:575px) {
    .doctor-list .media {
        flex-basis: 100%
    }
}

.recent-properties-area .media:not(:last-child) {
    margin-bottom: 2rem
}

.recent-properties-area .media h5 {
    color: #6a707e;
    font-size: 1.7rem
}

@media only screen and (max-width:575px) {
    .recent-properties-area .media img {
        max-width: 30px
    }
}

.agent-info {
    margin-bottom: 5.3rem
}

.posted-job-table>tbody>tr>td,
.property-overview-table.table>tbody>tr>td,
.social-network-table .table>tbody>tr>td {
    color: #6a707e
}

.property-overview-table.table-padded {
    border-spacing: 0 1rem
}

.chartjs-stat-card-1 h2 {
    font-size: 4rem
}

#sales-graph {
    height: 45.6rem !important
}

@media only screen and (max-width:575px) {
    #sales-graph {
        height: 25rem !important
    }
}

.hospital-map {
    position: relative
}

.hospital-map .map-coruntry-list {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 2rem
}

[direction=rtl] .hospital-map .map-coruntry-list {
    margin-right: 2rem;
    margin-left: auto;
    left: auto;
    right: 0
}

.hospital-map .map-coruntry-list li span {
    margin-right: .8rem;
    height: .8rem;
    width: .8rem;
    border-radius: 50px;
    display: inline-block;
    position: relative
}

[direction=rtl] .hospital-map .map-coruntry-list li span {
    margin-left: .8rem;
    margin-right: auto
}

.hospital-map .map-coruntry-list li span:before {
    content: "";
    height: 200%;
    width: 200%;
    background-color: inherit;
    left: 50%;
    top: 50%;
    position: absolute;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    opacity: .3
}

.hospital-map .map-coruntry-list li:not(:last-child) {
    margin-bottom: .5rem
}

@media only screen and (max-width:575px) {
    .popular-posts-area img {
        width: 8rem
    }
}

.storage-space .progress-text {
    margin-bottom: 5.5rem
}

.storage-space .progress {
    height: 1.3rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, .2)
}

.storage-space .progress-bar {
    border-radius: 30px
}

.at-aglance-section .list-icon span {
    font-size: 3rem
}

.at-aglance-section .storage-space {
    padding: 4.5rem 3rem
}

.at-aglance-section .storage-space .media .icon span {
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f89353
}

.popular-posts-area li {
    transition: all .3s
}

.popular-posts-area li:hover {
    box-shadow: 2px 15px 18px 0 rgba(119, 119, 119, .1)
}

.rtl th,
.time-filter {
    text-align: right
}

.morris-chart-filter li,
.time-filter li {
    display: inline-block;
    position: relative
}

[direction=rtl] .time-filter li {
    margin-left: 3rem;
    margin-right: auto
}

.time-filter li:not(:last-child) {
    margin-right: 3rem
}

@media only screen and (max-width:575px) {
    .time-filter li:not(:last-child) {
        margin-right: 0
    }
}

.time-filter li:first-child::before {
    background-color: #464a53
}

.time-filter li:last-child::before {
    background-color: #43e794
}

.time-filter li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50px;
    right: 110%;
    top: .7rem;
    position: absolute
}

@media only screen and (min-width:1200px) {
    .workout-result:first-of-type {
        margin-top: 8rem
    }
}

.workout-result:not(:last-child) {
    margin-bottom: 4rem
}

.total-activity-time {
    height: 100%;
    color: #fff;
    padding: 4.5rem 5rem
}

.total-activity-time .chart .absolute-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.total-activity-time .chart .absolute-text h4 {
    color: #fda23f
}

.records-collection-2 {
    color: #464a53
}

.weekly-progress-bars .progress-wrapper {
    margin-top: 4.5rem
}

.weekly-progress-bars .progress-wrapper h5 {
    margin-bottom: 1rem
}

@media only screen and (max-width:767px) {
    .weekly-progress-bars .progress-wrapper h5 {
        margin-bottom: .8rem
    }

    .weekly-progress-bars .progress-wrapper {
        margin-top: 3rem
    }
}

.social-network-stats .item {
    flex-basis: 100%;
    margin-top: 1rem
}

.video-engagement h2 {
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 1.2
}

@media only screen and (max-width:575px) {
    .video-engagement h2 {
        font-size: 2rem
    }
}

.social-network-table .table-padded {
    border-spacing: 0 1rem
}

@media only screen and (min-width:1400px) {

    .social-network-stats .item-facebook,
    .social-network-stats .item-youtube {
        margin-right: 3rem
    }
}

.social-network-stats .table tr td:first-child {
    font-weight: 700;
    font-size: 1.6rem
}

.campaign-statistics .card-title {
    margin-bottom: 2.5rem
}

.campaign-statistics .current-campaign-list {
    margin-top: 1.5rem
}

.campaign-statistics .current-campaign-list .campaign-details,
.campaign-statistics .current-campaign-list .campaign-status,
.campaign-statistics .current-campaign-list .status-icon {
    font-size: 1.6rem;
    line-height: 1
}

.campaign-statistics .current-campaign-list .status-icon {
    display: flex
}

.campaign-statistics .current-campaign-list .campaign-status {
    margin-right: 5rem
}

[direction=rtl] .campaign-statistics .current-campaign-list .campaign-status {
    margin-left: 5rem
}

@media only screen and (max-width:575px) {
    .campaign-statistics .current-campaign-list .campaign-status {
        margin-right: 2rem
    }
}

.file-storage-card {
    min-height: 29rem
}

.file-storage-card .progress-wrapper {
    margin-top: 6rem;
    margin-bottom: 4rem
}

.file-storage-card .progress-wrapper .progress {
    height: 1.5rem
}

.file-storage-card .progress-wrapper .progress-bar {
    background-color: #fe60ad
}

.file-types .media {
    flex-basis: 20%
}

@media only screen and (max-width:767px) {
    .file-types .media {
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:575px) {
    .file-types .media {
        flex-basis: 50%
    }
}

.file-types .media-icon {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 4.5rem
}

.file-types .document .media-icon {
    background-color: #1d8ff7
}

.download-docs-card .document h2,
.file-types .document p {
    color: #1d8ff7
}

.file-types .images .media-icon {
    background-color: #ff8423
}

.download-docs-card .image h2,
.file-types .images p {
    color: #ff8423
}

.file-types .videos .media-icon {
    background-color: #ff5274
}

.download-docs-card .video h2,
.file-types .videos p,
.student-roster-card i {
    color: #ff5274
}

.file-types .audios .media-icon {
    background-color: #d57ff8
}

.download-docs-card .audio h2,
.file-types .audios p {
    color: #d57ff8
}

.file-types .zips .media-icon {
    background-color: var(--primary);
}

.download-docs-card .zip h2,
.file-types .zips p {
    color: var(--primary);
}

.file-storage-container-column {
    padding-right: 0
}

[direction=rtl] .file-storage-container-column {
    padding-left: 0;
    padding-right: 12px
}

@media only screen and (max-width:1440px) {
    .file-storage-container-column {
        padding-right: 12px
    }
}

.document-storage-table-column {
    padding-left: 0
}

[direction=rtl] .document-storage-table-column {
    padding-right: 0;
    padding-left: 12px
}

@media only screen and (max-width:1440px) {
    .document-storage-table-column {
        padding-left: 12px
    }
}

.download-docs-card .card-body {
    padding: 4rem 0
}

@media only screen and (max-width:767px) {
    .download-docs-card .card-body {
        flex-basis: 50%
    }
}

.download-docs-card h2 {
    font-size: 3.4rem
}

@media only screen and (max-width:1440px) {
    .download-docs-card h2 {
        font-size: 2.4rem;
        line-height: 1
    }
}

.doc-storage-table,
.doc-storage-table tr {
    background-color: var(--primary);
}

.doc-storage-table tr td:first-child {
    font-weight: 700
}

.doc-storage-table .table>tbody>tr>td {
    color: #fff;
    padding: .5rem .75rem
}

.widget-file-container .card-title {
    margin-bottom: 2.5rem
}

@media (min-width:768px) {
    .widget-file-container .card-title {
        margin-bottom: 4.5rem
    }
}

.task-table table td {
    padding: .1rem .75rem
}

.task-table table td span {
    position: relative;
    margin-left: 2rem
}

[direction=rtl] .task-table table td span {
    margin-left: auto;
    margin-right: 2rem
}

.task-table table td span::after {
    position: absolute;
    content: "";
    left: -1.7rem;
    top: .7rem;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    border-radius: 50%
}

[direction=rtl] .task-table table td span::after {
    left: auto;
    right: -1.7rem
}

.task-table table tr.calls span::after {
    background-color: #ff5722
}

.task-table table tr.inprogress span::after {
    background-color: #ffc107
}

.task-table table tr.due span::after {
    background-color: var(--primary);
}

.widget-deals h2 {
    font-size: 3.5rem;
    margin-bottom: .6rem;
    line-height: 1
}

.widget-deals p {
    line-height: 1
}

.statisticsc-card h3 {
    font-weight: 700;
    font-size: 2.4rem
}

.statisticsc-card h4 {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.3rem
}

.call-center-table.table-padded {
    border-spacing: 0 1rem
}

.call-switch .switchery {
    margin: 0 1rem
}

.photo-carousel div,
.sale-report {
    height: 100%
}

.sale-report .main-report p {
    font-size: 1.8rem;
    margin-bottom: 1.8rem
}

.sale-report .main-report h2 {
    font-size: 3.5rem;
    margin-bottom: 1rem
}

.sale-report h4 {
    font-size: 2.2rem;
    color: #fff
}

.sale-report h2 {
    color: #fff
}

.sale-report p,
.single-administrator .card-body p {
    margin: 0
}

@media only screen and (max-width:575px) {
    .morris-chart-filter li {
        display: block
    }
}

.morris-chart-filter li:not(:last-child),
[direction=rtl] .morris-chart-filter li:not(:first-child) {
    margin-right: 5rem
}

@media only screen and (max-width:575px) {
    [direction=rtl] .morris-chart-filter li:not(:first-child) {
        margin-right: 0;
        margin-bottom: .4rem
    }
}

[direction=rtl] .morris-chart-filter li:first-child {
    margin-right: 0
}

@media only screen and (max-width:575px) {
    .morris-chart-filter li:not(:last-child) {
        margin-right: 0;
        margin-bottom: .4rem
    }
}

.morris-chart-filter li:nth-child(1)::before {
    background-color: var(--primary);
}

.morris-chart-filter li:nth-child(2)::before {
    background-color: #464a53
}

.morris-chart-filter li:nth-child(3)::before {
    background-color: #ffc107
}

.morris-chart-filter li::before {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    left: -1.3rem;
    top: .6rem;
    content: ""
}

.widget-event-ticket-sale:hover {
    background-color: var(--primary);
}

.widget-event-ticket-sale:hover * {
    color: #fff !important
}

.action-icons .item,
.single-transaction-card.add-new-card {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.action-icons .item {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #fff;
    transition: .1s;
    border: 1px solid #dddfe1
}

.action-icons .item:hover {
    background-color: #fefefe
}

.single-transaction-card {
    padding: 3rem;
    margin-bottom: 4rem;
    border-radius: 5px;
    margin-top: 8.3rem;
    height: 27.8rem;
    position: relative
}

@media only screen and (max-width:767px) {
    .single-transaction-card {
        margin-top: 6rem;
        margin-bottom: 0;
        height: 30.8rem
    }
}

@media only screen and (max-width:575px) {
    .single-transaction-card {
        margin-top: 8rem
    }
}

.single-transaction-card p {
    margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1550px) {
    .single-transaction-card {
        padding: 2rem
    }
}

.single-transaction-card.add-new-card {
    border: 1px dotted #dddfe1
}

@media only screen and (max-width:767px) {
    .single-transaction-card.add-new-card {
        margin-top: 2rem
    }
}

.single-transaction-card.add-new-card span {
    text-align: center
}

.single-transaction-card.add-new-card i {
    color: var(--primary);;
    font-size: 3.5rem
}

.single-transaction-card .card-img {
    text-align: center;
    margin-top: -8.7rem
}

.single-transaction-card .card-img img {
    max-width: 100%
}

.single-transaction-card .card-info {
    height: 100%;
    padding-top: 3rem;
    position: relative
}

.single-transaction-card .card-info a {
    color: #fff;
    display: inline-block;
    margin-top: 3rem
}

.single-transaction-card .card-info a i {
    font-weight: 400
}

@media only screen and (min-width:1401px) and (max-width:1700px) {
    .single-transaction-card .card-info a {
        margin-top: 6rem
    }
}

@media only screen and (max-width:575px) {
    .single-transaction-card .card-info a {
        margin-top: 2rem
    }
}

.lw-transaction li {
    position: relative;
    display: inline-block
}

.lw-transaction li:not(:last-child),
.total-sale-card .list li:not(:last-child),
[direction=rtl] .lw-transaction li:not(:first-child),
[direction=rtl] .total-sale-card .list li:not(:first-child) {
    margin-right: 5rem
}

.lw-transaction li:nth-child(1)::before {
    background-color: #464a53
}

.lw-transaction li:nth-child(2)::before {
    background-color: var(--primary);
}

.lw-transaction li::before {
    position: absolute;
    content: "";
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    left: -1.5rem;
    top: .6rem
}

@media only screen and (min-width:1200px) and (max-width:1450px) {
    .transfer-history .table-padded {
        border-spacing: 0 1rem
    }

    .transfer-history .table-padded td {
        padding: 1rem
    }
}

@media only screen and (min-width:992px) and (max-width:1500px) {
    .transfer-history .action-icons {
        float: none !important;
        margin-top: 1rem
    }
}

.prev-transactions-table .table-padded {
    border-spacing: 0 .2rem
}

.prev-transactions-table .table-padded button.btn {
    border-color: #71d875
}

.prev-transactions-table .table-padded button.btn:focus,
.prev-transactions-table .table-padded button.btn:hover {
    background-color: #71d875
}

.product-details-table.table-padded,
.transfer-history-table {
    border-spacing: 0 1rem
}

.transfer-history-table h5,
.transfer-history-table p {
    line-height: 1
}

.month-name {
    min-width: 7rem;
    display: inline-block
}

.total-sale-card .list li {
    display: inline-block;
    position: relative
}

[direction=rtl] .total-sale-card .list li:first-child {
    margin-right: 0
}

.total-product-sales ul.list li:before,
.total-sale-card .list li:before {
    position: absolute;
    left: -1.8rem;
    top: .7rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    content: ""
}

.total-sale-card .list li:first-child::before {
    background-color: #51cca9
}

.total-sale-card .list li:last-child::before {
    background-color: #d07bed
}

.total-product-sales ul.list li {
    display: inline-block;
    position: relative
}

.total-product-sales ul.list li:not(:last-child) {
    margin-right: 5rem
}

.total-product-sales ul.list li:first-child::before {
    background-color: #a9cc51
}

.total-product-sales ul.list li:last-child::before {
    background-color: #d07bed
}

.status {
    height: 1.1rem;
    width: 1.1rem;
    border-radius: 50%;
    display: inline-block
}

.status.online {
    background-color: #4caf50
}

.status.offline {
    background-color: #ff5722
}

.status.removed {
    background-color: #464a53
}

.photo-carousel {
    position: relative;
    height: 45rem
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .photo-carousel {
        height: 26rem
    }
}

@media only screen and (max-width:1199px) {
    .photo-carousel {
        height: 42rem
    }
}

.photo-carousel .single-photo {
    height: 100%;
    width: 100%
}

.photo-carousel .single-photo img {
    height: 100%;
    min-width: 100%
}

.photo-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5rem;
    z-index: 1;
    background-color: rgba(255, 255, 255, .6);
    text-align: right
}

.photo-carousel .owl-dots .owl-dot {
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 50%;
    background-color: #fff;
    margin: 1.9rem 1rem
}

.photo-carousel .owl-dots .owl-dot:focus {
    outline: 0
}

.photo-carousel .owl-dots .owl-dot.active {
    background-color: var(--primary);
}

.single-activity {
    margin-bottom: 4.5rem
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .single-activity {
        min-height: 18rem
    }
}

@media only screen and (max-width:767px) {
    .single-activity {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:575px) {
    .single-activity p {
        text-align: justify
    }
}

.card-portfolio-widget {
    transition: box-shadow .4s ease-out
}

.card-portfolio-widget .card-body {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem
}

.card-portfolio-widget:hover {
    box-shadow: 3px 20px 20px 0 rgba(0, 0, 0, .1)
}

.fanbase-table.table-padded {
    border-spacing: 0 1rem
}

@media only screen and (min-width:576px) and (max-width:1440px) {
    .fanbase-area .card {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%
    }
}

.fanbase-area .card-body {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.fanbase-area .card-body button.btn {
    width: 7.5rem;
    text-align: center;
    font-size: 1.3rem;
    padding: .3rem 0
}

.portfolio-filter-area [type=checkbox]+label {
    margin-bottom: 0;
    height: 1.5rem;
    line-height: 1.8rem;
    padding-left: 3rem
}

.reaction.active {
    color: #f67b7b
}

.file-uploading-widget .music-list {
    margin-top: 5rem;
    margin-bottom: 4.5rem
}

@media only screen and (max-width:1440px) {
    .file-uploading-widget .music-list {
        margin-bottom: 3rem
    }
}

.file-uploading-widget .music-list li {
    border-left: 3px solid var(--primary);;
    border-radius: 3px;
    padding: 2rem;
    background-color: #f3f6f9;
    margin-bottom: 3rem
}

@media only screen and (max-width:1440px) {
    .file-uploading-widget .music-list li {
        margin-bottom: 1.5rem
    }
}

.file-uploading-widget h2 {
    font-size: 3.5rem
}

.file-uploading-widget .form-group label {
    width: 25.5rem
}

.file-uploading-widget .progress {
    background-color: rgba(255, 193, 7, .2);
    height: 1rem
}

.file-uploading-widget .progress .progress-bar {
    background-color: #ff9800
}

.track-list li {
    margin-bottom: 1.2rem
}

.track-list .track-icon span {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem
}

.sorting-buttons {
    margin-top: 4rem
}

.sorting-buttons ul li {
    display: inline-block;
    width: 24%;
    text-align: center;
    position: relative
}

.sorting-buttons ul li:not(:last-child)::after,
[direction=rtl] .sorting-buttons ul li:not(:first-child)::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #dddfe1;
    top: -1.4rem;
    left: 50%
}

[direction=rtl] .sorting-buttons ul li:first-child::after {
    display: none
}

.sorting-buttons .form-group {
    margin-bottom: 0;
    position: relative
}

.sorting-buttons .hover-card {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    position: absolute;
    width: 13rem;
    bottom: 224%;
    text-align: center;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 0 1rem .1rem rgba(0, 0, 0, .1);
    left: 50%;
    transform: translateX(-50%)
}

.sorting-buttons .hover-card::after {
    content: "";
    position: absolute;
    bottom: -.7rem;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    height: 1.5rem;
    width: 1.5rem
}

.sorting-buttons [type=radio]+label:hover+.hover-card {
    opacity: 1;
    visibility: visible
}

.sorting-buttons [type=radio]:not(:checked)+label {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    color: #464a53;
    display: block;
    text-align: center
}

.sorting-buttons [type=radio]:not(:checked)+label::before {
    top: -2.5rem;
    transform: translateX(-50%);
    left: 50%;
    background-color: #fff;
    z-index: 1;
    border-width: 3px
}

.sorting-buttons [type=radio]:not(:checked)+label:after {
    display: none
}

.sorting-buttons [type=radio]:checked+label {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    color: #464a53;
    display: block;
    text-align: center
}

.sorting-buttons [type=radio]:checked+label::after {
    display: none
}

.sorting-buttons [type=radio]:checked+label::before {
    top: -2.5rem;
    transform: translateX(-50%);
    left: 50%;
    border-color: var(--primary);;
    z-index: 1;
    border-width: 3px
}

.sorting-days .dropdown button.btn {
    border: 0;
    padding: 1.2rem .8rem;
    color: var(--primary);
}

.sorting-days .dropdown button.btn:active,
.sorting-days .dropdown button.btn:focus,
.sorting-days .dropdown button.btn:hover {
    background-color: #fff;
    color: var(--primary);
}

.user-img {
    position: relative
}

.user-img .activity {
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 2px solid #fff;
    top: .4rem;
    left: 0
}

.user-img .activity.active {
    background-color: #4caf50
}

.user-img .activity.deactive {
    background-color: #fe60ad
}

.user-img .activity.inactive {
    background-color: #ffc107
}

.revenue-chart-list li,
.views-chart-area li {
    color: #464a53
}

.revenue-chart-list li:not(:last-child) {
    margin-bottom: 2rem
}

.revenue-chart-list li i {
    font-size: 1.6rem;
    padding-right: 1rem
}

[direction=rtl] .revenue-chart-list li i {
    padding-right: auto;
    padding-left: 1rem
}

.views-chart-area li .circle-classical {
    color: #ff9800
}

.views-chart-area li .circle-fusion {
    color: #9cc653
}

.views-chart-area li .circle-rock {
    color: #40b9ff
}

.views-chart-area li .circle-uncategorized {
    color: #ffd145
}

.reaction-btns {
    margin-left: 1.1rem
}

@media only screen and (max-width:991px) {
    .artist-list-card .single-artist {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%
    }
}

@media only screen and (max-width:575px) {
    .artist-list-card .single-artist {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        font: none
    }
}

@media only screen and (max-width:991px) {
    .artist-list-card .show-more-btn {
        clear: both
    }
}

.artist-list-card .card-body {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media only screen and (max-width:1440px) {
    .artist-list-card .card-body {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.artist-list-card button.btn {
    width: 20rem
}

#gauge-1 {
    height: 21rem !important
}

@media only screen and (max-width:575px) {
    #gauge-1 {
        height: 15rem !important
    }
}

.upload-details {
    border-bottom: 1px solid #dddfe1
}

@media only screen and (max-width:1440px) {
    .upload-details {
        border-bottom: none
    }
}

.status-table.table-padded {
    border-spacing: 0 1rem
}

.student-roster-card {
    background-color: #f3f6f9;
    margin-bottom: 1.7rem
}

.student-roster-card.card {
    box-shadow: none;
    transition: all .2s
}

.student-roster-card.card:hover {
    background-color: var(--primary);
}

.student-roster-card.card:hover * {
    color: #fff
}

.advantage-graph .progress {
    height: 1.5rem;
    border-radius: 50px
}

.single-administrator {
    background-color: #f3f6f9;
    box-shadow: none
}

.single-administrator .card-body {
    padding: 2rem
}

.timeline-chart-area li .icon-1 {
    color: #e36cd9
}

.timeline-chart-area li .icon-2 {
    color: #ff9800
}

.timeline-chart-area li .icon-3 {
    color: #ffc107
}

.download-chart-area li .icon-1,
.upload-chart-area li .icon-1 {
    color: #ff9800
}

.download-chart-area li .icon-2,
.upload-chart-area li .icon-2 {
    color: #e36cd9
}

.storage-chart-area li .icon-1 {
    color: #ffc107
}

.storage-chart-area li .icon-2 {
    color: #e36cd9
}

.video-session-table .table [type=checkbox]+label {
    height: 1.5rem;
    margin: 0
}

.video-session-table .section-header {
    display: flex
}

@media only screen and (max-width:1440px) {
    .video-session-table .section-header {
        display: block
    }
}

.video-session-table .section-header .card-title {
    margin-bottom: 1rem
}

@media only screen and (max-width:1440px) {
    .video-session-table .section-header .card-title {
        margin-bottom: 1rem
    }
}

.temp-card {
    padding: 1rem 4.5rem
}

@media only screen and (min-width:992px) and (max-width:1550px) {
    .temp-card {
        padding: 1.2rem 0
    }
}

@media only screen and (max-width:575px) {
    .temp-card {
        padding: 1.2rem 0
    }
}

.temp-card .box-upper {
    width: 90%;
    margin: 0 auto;
    text-align: center
}

.temp-card .temp-shadow-box {
    padding: 1.8rem 2rem;
    box-shadow: inset 0 0 2rem rgba(0, 0, 0, .3);
    border-radius: 1rem
}

.temp-card .temp-shadow-box h2,
.temp-card .temp-shadow-box i {
    font-size: 5.5rem
}

.temp-card .item button {
    background-color: #633ff9;
    border-radius: 1rem;
    font-size: 1.8rem
}

.weather-report-container .tempareture-box {
    font-size: 10rem;
    font-weight: 700
}

.weather-report-container .weather-report-days {
    display: flex;
    justify-content: space-between
}

.weather-report-container .weather-report-days .days {
    display: flex;
    flex-direction: column;
    height: 15rem;
    justify-content: space-between;
    font-size: 2rem
}

.weather-report-container .weather-report-days .days i {
    font-size: 5rem;
    color: #aae8ff
}

.weather-report-container .weather-report-days .next {
    display: flex;
    flex-direction: column
}

.weather-report-container .weather-report-days .next a {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700
}

.weather-report-container .weather-report-days .next i {
    font-size: 3.2rem
}

@media only screen and (max-width:575px) {
    .whole-week-days .item {
        flex-basis: 50%;
        margin-bottom: 1rem
    }
}

.whole-week-days .item h4,
.whole-week-days .item h5 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

.whole-week-days .item i {
    font-size: 3rem
}

.tempareture-box-icon i {
    color: #aae8ff;
    font-size: 13rem
}

.temp-top span {
    color: #6a707e;
    font-size: 6rem
}

.temp-bottom .temp-1 {
    color: #32ccfd;
    font-size: 4rem
}

@media only screen and (max-width:991px) {
    .temp-bottom .temp-1 {
        font-size: 3rem
    }
}

.temp-bottom .temp-2 {
    color: #f89317;
    font-size: 4rem
}

@media only screen and (max-width:991px) {
    .temp-bottom .temp-2 {
        font-size: 3rem
    }
}

.location-table .location-icon {
    font-size: 3rem;
    color: #aae8ff
}

.location-table .table-padded {
    border-spacing: 0 1rem
}

.weather-report-wrapper i {
    font-size: 5rem
}

.weather-report-wrapper h3 {
    font-size: 2rem
}

.weather-report-wrapper h4 i {
    color: #aae8ff
}

.monthly-weather-report .monthly-weather-report-inner i {
    font-size: 3.7rem
}

.weather-report-days {
    position: relative
}

.weather-report-days .owl-nav button {
    position: absolute
}

.weather-report-days .owl-nav button.owl-prev {
    display: none
}

.social-posting-buttons a {
    position: relative;
    padding: 1.5rem 1.8rem;
    font-size: 1.8rem
}

.social-posting-buttons a i {
    position: absolute;
    left: 3rem;
    top: 2rem
}

.card-icon span i {
    font-size: 3.5rem;
    margin-top: 1rem
}

.additional-widget-section .form-control {
    height: 6rem;
    color: #6a707e
}

.additional-widget-section .input-group {
    box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .1)
}

.additional-widget-section .input-group .btn {
    padding: .65rem 5.538rem
}

.job-application-details .single-card-item {
    margin-bottom: 4rem
}

.job-application-details .single-card-item h2 {
    font-size: 3.5rem;
    margin-bottom: .4rem
}

.job-application-details .single-card-item p {
    font-size: 1.7rem;
    margin: 0;
    color: #6a707e;
    line-height: 1
}

.sorting-box button.btn {
    background-color: transparent
}

.panel-footer {
    padding: 1rem 2rem;
    background: #fff;
    border-top: 1px solid rgba(120, 130, 140, .13);
    color: #abafb3
}

.footer {
    padding: 0px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer .copyright {
    padding: 1.5rem;
    background: #fff
}

.footer .copyright p {
    text-align: center;
    margin: 0;
    color: #898989
}

.footer .copyright a {
    color: var(--primary);
}

[data-theme-version=dark] {
    background: #2b2e37 !important;
    color: #94a2c9 !important
}

[data-theme-version=dark] .dataTables_wrapper .dataTables_paginate .paginate_button,
[data-theme-version=dark] h1,
[data-theme-version=dark] h2,
[data-theme-version=dark] h3,
[data-theme-version=dark] h4,
[data-theme-version=dark] h5,
[data-theme-version=dark] h6 {
    color: #fff !important
}

[data-theme-version=dark] .more-link {
    color: #94a2c9 !important
}

[data-theme-version=dark] .bg-white {
    background-color: #323640 !important
}

[data-theme-version=dark] .btn-light {
    border-color: #42454d !important
}

[data-theme-version=dark] .chat-contacts .event-msg-left .list-group-item .media .media-body p,
[data-theme-version=dark] .text-dark,
[data-theme-version=dark] .text-pale-sky {
    color: #94a2c9 !important
}

[data-theme-version=dark] .nav-pills {
    border-bottom-color: #42454d
}

[data-theme-version=dark] .grid-col,
[data-theme-version=dark] table tbody tr {
    background-color: #323640
}

[data-theme-version=dark] .border-right {
    border-right: 1px solid #42454d !important
}

[data-theme-version=dark] .border-left {
    border-left: 1px solid #42454d !important
}

[data-theme-version=dark] .border-top {
    border-top: 1px solid #42454d !important
}

[data-theme-version=dark] .border-bottom {
    border-bottom: 1px solid #42454d !important
}

[data-theme-version=dark] .border {
    border: 1px solid #42454d !important
}

[data-theme-version=dark] .card {
    background: #323640;
    box-shadow: none
}

[data-theme-version=dark] .card:hover,
[data-theme-version=dark] .transparent-card .table>tbody>tr:hover {
    box-shadow: none
}

[data-theme-version=dark] .card.transparent-card {
    background: 0 0
}

[data-theme-version=dark] .card-footer {
    background-color: #323640;
    border-color: #42454d
}

[data-theme-version=dark] .card-style {
    background: #323640
}

[data-theme-version=dark] .dataTables_wrapper label,
[data-theme-version=dark] .earning-chart-data ul li,
[data-theme-version=dark] .header-right .dropdown-content-body ul>li a,
[data-theme-version=dark] .header-right .icons>a,
[data-theme-version=dark] .header-right .icons>a i,
[data-theme-version=dark] .map-coruntry-list ul li a,
[data-theme-version=dark] .map-coruntry-list-electronics ul li a,
[data-theme-version=dark] .nk-sidebar .metismenu>li a>i,
[data-theme-version=dark] .revenue-chart-list li,
[data-theme-version=dark] .stat-widget-five p,
[data-theme-version=dark] .table>tbody>tr>td,
[data-theme-version=dark] .views-chart-area li {
    color: #94a2c9
}

[data-theme-version=dark] .table>tbody>tr>td,
[data-theme-version=dark] .table>tbody>tr>th,
[data-theme-version=dark] .table>tfoot>tr>td,
[data-theme-version=dark] .table>tfoot>tr>th,
[data-theme-version=dark] .table>thead>tr>td,
[data-theme-version=dark] .table>thead>tr>th,
[data-theme-version=dark] table.dataTable.display tbody td,
[data-theme-version=dark] table.dataTable.display tbody th,
[data-theme-version=dark] table.dataTable.row-border tbody td,
[data-theme-version=dark] table.dataTable.row-border tbody th {
    border-color: #42454d
}

[data-theme-version=dark] table input[type=number],
[data-theme-version=dark] table input[type=text] {
    background-color: #2b2e37;
    border-color: #42454d;
    color: #94a2c9
}

[data-theme-version=dark] .table-show-ticket.table.table-striped tbody tr:nth-of-type(odd),
[data-theme-version=dark] .table-striped tbody tr:nth-of-type(odd) {
    background-color: #2b2e37
}

[data-theme-version=dark] .dataTables_wrapper input[type=search],
[data-theme-version=dark] .dataTables_wrapper input[type=text],
[data-theme-version=dark] .dataTables_wrapper select,
[data-theme-version=dark] .jsgrid-alt-row>.jsgrid-cell,
[data-theme-version=dark] .jsgrid-grid-body,
[data-theme-version=dark] .jsgrid-grid-header,
[data-theme-version=dark] .jsgrid-header-row>.jsgrid-header-cell,
[data-theme-version=dark] .jsgrid-row>.jsgrid-cell {
    background: #2b2e37;
    border-color: #42454d;
    color: #94a2c9
}

[data-theme-version=dark] table.dataTable.cell-border tbody td,
[data-theme-version=dark] table.dataTable.cell-border tbody th,
[data-theme-version=dark] table.dataTable.cell-border tbody tr td:first-child,
[data-theme-version=dark] table.dataTable.cell-border tbody tr th:first-child {
    border-color: #42454d
}

[data-theme-version=dark] .header-right .notification-heading,
[data-theme-version=dark] .header-right .notify-close,
[data-theme-version=dark] .multiselect-container .multiselect-group label,
[data-theme-version=dark] table.dataTable tfoot th,
[data-theme-version=dark] table.dataTable thead th {
    color: #fff
}

[data-theme-version=dark] .page-titles {
    background-color: #2f323c
}

[data-theme-version=dark] .header,
[data-theme-version=dark] .header-right .dropdown-content-body ul>li,
[data-theme-version=dark] .nk-sidebar .metismenu,
[data-theme-version=dark] .nk-sidebar ul {
    background-color: #323640
}

[data-theme-version=dark] .header-left .header-search .input-group .input-group-text,
[data-theme-version=dark] .sidebar-right .nav-tabs .nav-link.active {
    background-color: #2b2e37
}

[data-theme-version=dark] .nk-sidebar {
    box-shadow: none;
    background-color: #323640
}

[data-theme-version=dark] .nk-sidebar .metismenu>li:focus>a,
[data-theme-version=dark] .nk-sidebar .metismenu>li:hover>a {
    background: #323640;
    color: #fff
}

[data-theme-version=dark] .nk-sidebar .metismenu>li.active>a {
    background: #323640;
    color: #fff
}

[data-theme-version=dark] .nk-sidebar .metismenu a {
    color: #ddd
}

[data-theme-version=dark] .nk-sidebar .metismenu .mega-menu ul.in li a.active,
[data-theme-version=dark] .nk-sidebar .metismenu .mega-menu ul.in li a:focus,
[data-theme-version=dark] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
    color: #fff;
    background-color: #2b2e37
}

[data-theme-version=dark] .nk-sidebar .metismenu a.active,
[data-theme-version=dark] .nk-sidebar .metismenu a:active,
[data-theme-version=dark] .nk-sidebar .metismenu a:focus,
[data-theme-version=dark] .nk-sidebar .metismenu a:hover {
    background-color: #2b2e37
}

[data-theme-version=dark] .nk-sidebar .metismenu .has-arrow:after {
    right: 2.5rem;
    top: 48%
}

[data-theme-version=dark] #preloader {
    background: #2b2e37
}

[data-theme-version=dark] .loader__bar {
    background: var(--primary);;
    box-shadow: 1px 1px 0 #42454d
}

[data-theme-version=dark] .loader__ball {
    background: var(--primary);
}

[data-theme-version=dark] .sidebar-right,
[data-theme-version=dark] .toolbar .btn-group .dropdown-menu {
    background-color: #323640
}

[data-theme-version=dark] .sidebar-right .nav-tabs {
    background-color: #323640;
    border-bottom: 1px solid #2b2e37
}

[data-theme-version=dark] .read-content textarea,
[data-theme-version=dark] .stat-widget-eight .widget-icon {
    background-color: #2b2e37
}

[data-theme-version=dark] .pagination .page-link {
    background-color: #2b2e37;
    border: 1px solid #42454d
}

[data-theme-version=dark] #morris-donut-chart text {
    fill: #fff
}

[data-theme-version=dark] .email-filter .input-group-prepend .input-group-text {
    border: 0;
    border-bottom-color: #94a2c9 !important
}

[data-theme-version=dark] .email-filter .input-group .form-control {
    border-bottom-color: #94a2c9
}

[data-theme-version=dark] .email-filter .bootstrap-select .btn {
    border: 0 !important
}

[data-theme-version=dark] .email-left-box .intro-title {
    background-color: transparent
}

[data-theme-version=dark] .event-msg-left .list-group-item::after {
    background-color: #94a2c9
}

[data-theme-version=dark] .fc-ltr .fc-basic-view .fc-day-top .fc-day-number,
[data-theme-version=dark] .multiselect-container a,
[data-theme-version=dark] .pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
    color: #94a2c9
}

[data-theme-version=dark] .modal .modal-content {
    background-color: #2b2e37
}

[data-theme-version=dark] .note-editor.note-frame .note-editing-area .note-editable,
[data-theme-version=dark] .note-editor.note-frame .note-statusbar {
    background-color: #2b2e37;
    color: #fff;
    border-top-color: #42454d
}

[data-theme-version=dark] .note-editor.note-frame {
    border-color: #42454d
}

[data-theme-version=dark] .cke_bottom,
[data-theme-version=dark] .cke_editable,
[data-theme-version=dark] .cke_reset,
[data-theme-version=dark] .cke_top {
    background: #2b2e37;
    color: #fff
}

[data-theme-version=dark] .mce-container,
[data-theme-version=dark] .mce-container *,
[data-theme-version=dark] .mce-content-body,
[data-theme-version=dark] .mce-reset,
[data-theme-version=dark] .mce-widget,
[data-theme-version=dark] .mce-widget * {
    background: #2b2e37;
    color: #fff;
    border-color: #42454d
}

[data-theme-version=dark] .btn-switch {
    border-color: #42454d;
    color: #94a2c9
}

[data-theme-version=dark] .list-group-item,
[data-theme-version=dark] .popover-body,
[data-theme-version=dark] .popover-header {
    background-color: #2b2e37;
    color: #94a2c9
}

[data-theme-version=dark] .media.bordered,
[data-theme-version=dark] .support-tickets .problems-list-wrapper .problems-list>li {
    border-bottom: 1px solid #42454d
}

[data-theme-version=dark] .nav-tabs,
[data-theme-version=dark] .popover-header {
    border-bottom-color: #42454d
}

[data-theme-version=dark] .nav-tabs .nav-link:hover,
[data-theme-version=dark] .popover .arrow::after {
    border-color: #2b2e37
}

[data-theme-version=dark] .nav-tabs-vertical {
    border-right-color: #42454d
}

[data-theme-version=dark] .nav-tabs-vertical.right-align {
    border-left-color: #42454d
}

[data-theme-version=dark] .nav-tabs .nav-link.active {
    background-color: #2b2e37;
    border: 1px solid #42454d
}

[data-theme-version=dark] .bordered-tab .tab-pane,
[data-theme-version=dark] .tab-pane-img,
[data-theme-version=dark] .wizard>.content>.body input {
    border-color: #42454d
}

[data-theme-version=dark] .blockUI {
    background-color: #323640 !important;
    border-color: #42454d !important
}

[data-theme-version=dark] .nestable .dd-handle,
[data-theme-version=dark] .pignose-calendar.pignose-calendar-blue {
    background-color: #2b2e37;
    border-color: #42454d
}

[data-theme-version=dark] .pignose-calendar-top-icon,
[data-theme-version=dark] .pignose-calendar-top-month {
    color: #fff !important
}

[data-theme-version=dark] .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
    background-color: #323640;
    border-radius: 50%
}

[data-theme-version=dark] .pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sat a,
[data-theme-version=dark] .pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-sun a {
    color: #fa4832
}

[data-theme-version=dark] .pignose-calendar.pignose-calendar-blue .pignose-calendar-top {
    background-color: #2b2e37;
    border-bottom-color: #42454d
}

[data-theme-version=dark] .noUi-connects {
    background-color: #2b2e37
}

[data-theme-version=dark] .clockpicker-popover,
[data-theme-version=dark] .clockpicker-popover .popover-content,
[data-theme-version=dark] .clockpicker-popover .popover-title,
[data-theme-version=dark] .clockpicker-popover button.btn,
[data-theme-version=dark] .daterangepicker,
[data-theme-version=dark] .form-wizard .form-wizard-right,
[data-theme-version=dark] .sw-theme-circles .step-content,
[data-theme-version=dark] .sw-theme-circles .sw-toolbar-bottom,
[data-theme-version=dark] .swal2-popup,
[data-theme-version=dark] .wizard .content>.body {
    background-color: #323640
}

[data-theme-version=dark] .step-form-horizontal .wizard .steps li.current a,
[data-theme-version=dark] .step-form-horizontal .wizard .steps li.disabled a,
[data-theme-version=dark] .step-form-horizontal .wizard .steps li.done a {
    color: #94a2c9;
    background-color: #323640
}

[data-theme-version=dark] .step-form-vertical .wizard.vertical>.steps li:not(.current) a,
[data-theme-version=dark] .wizard .steps li:not(.current) a {
    background-color: #2b2e37
}

[data-theme-version=dark] .daterangepicker table tbody tr,
[data-theme-version=dark] .dtp-date-view table tbody tr,
[data-theme-version=dark] .picker table tbody tr {
    background-color: inherit
}

[data-theme-version=dark] .clockpicker-popover button.btn,
[data-theme-version=dark] .fc th.fc-widget-header span,
[data-theme-version=dark] .sorting-buttons [type=radio]+label,
[data-theme-version=dark] .table-trans tbody tr td,
[data-theme-version=dark] .temp-top span,
[data-theme-version=dark] .tickercontainer li {
    color: #94a2c9
}

[data-theme-version=dark] .clockpicker-plate {
    background-color: #2b2e37;
    border-color: #42454d
}

[data-theme-version=dark] .accordion .card .card-header,
[data-theme-version=dark] .dropzone,
[data-theme-version=dark] .file-uploading-widget .music-list li {
    background-color: #2b2e37
}

[data-theme-version=dark] .select2 .select2-selection,
[data-theme-version=dark] .select2-dropdown {
    background: #2b2e37;
    border-color: #42454d
}

[data-theme-version=dark] .twitter-typeahead .tt-menu {
    background-color: #323640
}

[data-theme-version=dark] .bootstrap-tagsinput,
[data-theme-version=dark] .currency-exchange .input-group-append button,
[data-theme-version=dark] .dropify-wrapper {
    border-color: #42454d;
    background-color: #2b2e37
}

[data-theme-version=dark] .accordion#accordion-five .card,
[data-theme-version=dark] .accordion#accordion-four .card,
[data-theme-version=dark] .accordion#accordion-one .card,
[data-theme-version=dark] .accordion#accordion-six .card,
[data-theme-version=dark] .accordion#accordion-three .card,
[data-theme-version=dark] .accordion#accordion-two .card {
    border-bottom-color: #42454d !important
}

[data-theme-version=dark] .wallet-card .wallet-address .form-control {
    border-color: #42454d
}

[data-theme-version=dark] .doc-storage-table table tbody tr {
    background-color: var(--primary);
}

[data-theme-version=dark] .sorting-buttons .hover-card,
[data-theme-version=dark] .sorting-buttons .hover-card::after {
    background-color: #2b2e37
}

[data-theme-version=dark] .widget-video-stats .single-video-widget:not(:last-child) {
    border-right: 1px solid #42454d
}

[direction=rtl][data-theme-version=dark] .widget-video-stats .single-video-widget:not(:last-child) {
    border-right: none;
    border-left: 1px solid #42454d
}

[data-theme-version=dark] .compose-content .mce-panel {
    background-color: #323640
}

[data-theme-version=dark] .compose-content .dropzone,
[data-theme-version=dark] .profile-info {
    background: #323640 !important
}

[data-theme-version=dark] .fc-unthemed .fc-today span,
[data-theme-version=dark] .invoice-details-table thead tr th,
[data-theme-version=dark] .profile-tab .nav-item .nav-link,
[data-theme-version=dark] .profile-uoloaded-post a h4 {
    color: #fff
}

[data-theme-version=dark] .profile-tab .nav-item .nav-link.active,
[data-theme-version=dark] .profile-tab .nav-item .nav-link:active,
[data-theme-version=dark] .profile-tab .nav-item .nav-link:hover {
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #94a2c9;
    color: #fff
}

[data-theme-version=dark] .chat-contacts,
[data-theme-version=dark] .chat-contacts .event-msg-left .list-group-item,
[data-theme-version=dark] .chat-contacts .event-sideber-search,
[data-theme-version=dark] .event-chat-ryt {
    background-color: #323640
}

[data-theme-version=dark] .chat-contacts .event-msg-left .list-group-item.active {
    background-color: #2b2e37
}

[data-theme-version=dark] .event-chat-ryt .chat-heading {
    border-bottom: 2px solid #42454d
}

[data-theme-version=dark] .event-chat-ryt .char-type {
    border-top-color: var(--primary);;
    border-bottom: 1px solid var(--primary);;
    background-color: #2b2e37
}

[data-theme-version=dark] #calendar .fc-header-toolbar button {
    background-color: #2b2e37;
    color: #fff
}

[data-theme-version=dark] #calendar .fc-header-toolbar button.fc-state-hover,
[data-theme-version=dark] #calendar .fc-header-toolbar button:hover,
[data-theme-version=dark] .fc th.fc-widget-header,
[data-theme-version=dark] .fc-unthemed .fc-today {
    background-color: #2b2e37 !important
}

[data-theme-version=dark] .invoice-details-table .invoice-upload,
[data-theme-version=dark] .payment-details .table-borderless tbody tr td:not(:last-child) {
    color: #94a2c9
}

[data-theme-version=dark] .table-show-ticket.table>tbody>tr>td {
    color: #94a2c9 !important
}

[data-theme-version=dark] .drop-menu .select,
[data-theme-version=dark] .error-content a,
[data-theme-version=dark] .footer .copyright p,
[data-theme-version=dark] .login-form a,
[data-theme-version=dark] .table-show-ticket.table>tbody>tr>th,
[data-theme-version=dark] .table-show-ticket.table>tfoot>tr>td,
[data-theme-version=dark] .table-show-ticket.table>tfoot>tr>th,
[data-theme-version=dark] .table-show-ticket.table>thead>tr>td,
[data-theme-version=dark] .table-show-ticket.table>thead>tr>th,
[data-theme-version=dark] .table-trans tr td a {
    color: #fff
}

[data-theme-version=dark] .ticket-comment-form label {
    border: 1px solid #42454d
}

[data-theme-version=dark] .pricing-wrapper .single-pricing-table .btn {
    color: #94a2c9;
    border-color: #42454d
}

[data-theme-version=dark] .input-group.input-with-img .form-control {
    background-color: #2b2e37;
    border-color: #42454d
}

[data-theme-version=dark] .card-gateway .card-body .custom-checkbox,
[data-theme-version=dark] .form-group label,
[data-theme-version=dark] .input-group label {
    color: #94a2c9
}

[data-theme-version=dark] .wallet-card .wallet-address .input-group-append button,
[data-theme-version=dark] .wallet-card .wallet-address .input-group-prepend button {
    background-color: #323640;
    border-color: #42454d
}

[data-theme-version=dark] .user-skill {
    border-color: #42454d
}

[data-theme-version=dark] .card.card-full-width ul.contact-address-list>li:not(:last-child):after,
[data-theme-version=dark] .user-intro::after {
    background-color: #42454d
}

[data-theme-version=dark] .employee-contact-table tbody tr td:not(.text-primary) {
    color: #94a2c9 !important
}

[data-theme-version=dark] .faq-tab-panel .nav-pills .nav-link {
    background-color: #323640
}

[data-theme-version=dark] .faq-tab-panel .nav-pills .nav-link.active {
    background-color: var(--primary);
}

[data-theme-version=dark] .form-control {
    background: #2b2e37;
    border: 1px solid #42454d;
    color: #94a2c9
}

[data-theme-version=dark] .input-group-prepend .input-group-text {
    border: 1px solid #42454d;
    border-right: none;
    border-color: #42454d !important
}

[direction=rtl][data-theme-version=dark] .input-group-append .input-group-text,
[direction=rtl][data-theme-version=dark] .input-group-prepend .input-group-text {
    border: 1px solid #42454d
}

[data-theme-version=dark] .input-group-append .input-group-text {
    border: 1px solid #42454d;
    border-left: none;
    border-color: #42454d !important
}

[data-theme-version=dark] .dropdown-menu,
[data-theme-version=dark] .input-group-text {
    background-color: #2b2e37
}

[data-theme-version=dark] .bootstrap-select .btn {
    background-color: #2b2e37;
    border: 1px solid #42454d !important;
    color: #94a2c9
}

[data-theme-version=dark] .dropdown-menu .dropdown-item {
    color: #94a2c9
}

[data-theme-version=dark] .dropdown-menu .dropdown-item.active,
[data-theme-version=dark] .dropdown-menu .dropdown-item:active,
[data-theme-version=dark] .dropdown-menu .dropdown-item:focus,
[data-theme-version=dark] .dropdown-menu .dropdown-item:hover {
    background-color: #323640;
    color: #94a2c9
}

[data-theme-version=dark] .footer,
[data-theme-version=dark] .footer .copyright {
    background-color: #323640
}

@media (min-width:360px) and (max-width:479px) {
    .icons {
        position: static !important
    }

    .icons .drop-down {
        width: 100%
    }

    .icons .dropdown-profile {
        width: 17.5rem
    }

    .icons .log-user img {
        width: 3rem;
        height: 3rem;
        margin-right: .5rem
    }

    .icons .log-user span {
        display: none
    }
}

@media (min-width:320px) and (max-width:359px) {
    .icons {
        position: static !important
    }

    .icons .drop-down {
        width: 100%
    }

    .icons .dropdown-profile {
        width: 17.5rem
    }

    .icons .log-user span {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1520px) {
    .photo-content .profile-photo {
        bottom: auto;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .profile-info .prf-col {
        min-width: auto;
        padding: 0 1.5rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .photo-content .profile-photo {
        bottom: auto;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .profile-info .prf-col {
        min-width: auto;
        padding: 0 1.5rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    .photo-content .profile-photo {
        bottom: auto;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .profile-info .prf-col {
        min-width: auto;
        padding: 0 1.5rem
    }
}

@media (min-width:680px) and (max-width:767px) {
    .photo-content .profile-photo {
        bottom: auto;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .profile-info .prf-col {
        min-width: auto;
        padding: 0 1.5rem
    }
}

@media (min-width:480px) and (max-width:679px) {
    .photo-content .profile-photo {
        bottom: auto;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .profile-info .border-right-1 {
        border-right: 0
    }
}

@media (min-width:360px) and (max-width:479px) {
    .photo-content .profile-photo {
        bottom: auto;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .profile-info .border-right-1 {
        border-right: 0
    }

    .profile-tab .nav.nav-tabs {
        display: block;
        border: 0
    }

    .profile-tab .nav.nav-tabs .nav-item .nav-link {
        margin-right: 0
    }

    .post-input a i {
        margin-right: 1rem;
        padding: .7rem 1rem
    }

    .post-input .btn {
        margin-top: -1rem
    }
}

@media (max-width:359px) {
    .photo-content .profile-photo {
        bottom: auto;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .profile-info .border-right-1 {
        border-right: 0
    }

    .profile-tab .nav.nav-tabs {
        display: block;
        border: 0
    }

    .profile-tab .nav.nav-tabs .nav-item .nav-link {
        margin-right: 0
    }

    .post-input a i {
        margin-right: 1rem;
        padding: .7rem 1rem
    }

    .post-input .btn {
        margin-top: -1.2rem
    }
}

@media (min-width:360px) and (max-width:479px) {

    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        margin: 10px 0
    }
}

@media (min-width:320px) and (max-width:359px) {
    .fc-toolbar .fc-right {
        float: left;
        margin: 10px 0
    }

    .fc-toolbar .fc-center {
        display: block
    }
}

@media (min-width:768px) and (max-width:991px) {
    .countdown-content {
        padding: 3rem 0
    }

    .countdown-content h1 {
        font-size: 36px;
        margin-bottom: 3rem
    }

    .countdown-content .timer .days,
    .countdown-content .timer .hours,
    .countdown-content .timer .minutes,
    .countdown-content .timer .seconds {
        margin-bottom: 15px;
        font-size: 3rem
    }
}

@media (min-width:680px) and (max-width:767px) {
    .countdown-content {
        padding: 50px 0
    }

    .countdown-content h1 {
        font-size: 36px;
        margin-bottom: 3rem
    }

    .countdown-content .timer .days,
    .countdown-content .timer .hours,
    .countdown-content .timer .minutes,
    .countdown-content .timer .seconds {
        margin-bottom: 15px;
        font-size: 3rem
    }
}

@media (min-width:480px) and (max-width:679px) {
    .countdown-content {
        padding: 3rem 0
    }

    .countdown-content h1 {
        font-size: 3rem;
        margin-bottom: 2rem
    }

    .countdown-content .timer .days,
    .countdown-content .timer .hours,
    .countdown-content .timer .minutes,
    .countdown-content .timer .seconds {
        margin-bottom: 15px;
        font-size: 2.8rem
    }

    .countdown-content .timer .days span,
    .countdown-content .timer .hours span,
    .countdown-content .timer .minutes span,
    .countdown-content .timer .seconds span {
        font-size: 1.8rem
    }

    .countdown-content p {
        font-size: 1.6rem;
        line-height: 2.7rem
    }
}

@media (min-width:360px) and (max-width:479px) {
    .countdown-content {
        padding: 3rem 0
    }

    .countdown-content h1 {
        font-size: 3rem;
        margin-bottom: 2rem
    }

    .countdown-content .timer .days,
    .countdown-content .timer .hours,
    .countdown-content .timer .minutes,
    .countdown-content .timer .seconds {
        margin-bottom: 1.5rem;
        font-size: 2.4rem
    }

    .countdown-content .timer .days span,
    .countdown-content .timer .hours span,
    .countdown-content .timer .minutes span,
    .countdown-content .timer .seconds span {
        font-size: 1.6rem;
        display: block
    }

    .countdown-content p {
        font-size: 1.6rem;
        line-height: 2.7rem
    }

    .countdown-content .btn {
        margin-bottom: 1.5rem;
        margin-left: 0 !important
    }
}

@media (min-width:320px) and (max-width:359px) {
    .countdown-content {
        padding: 0
    }

    .countdown-content h1 {
        font-size: 3rem;
        margin-bottom: 2rem
    }

    .countdown-content .timer .days,
    .countdown-content .timer .hours,
    .countdown-content .timer .minutes,
    .countdown-content .timer .seconds {
        margin-bottom: 15px;
        font-size: 2.4rem
    }

    .countdown-content .timer .days span,
    .countdown-content .timer .hours span,
    .countdown-content .timer .minutes span,
    .countdown-content .timer .seconds span {
        font-size: 1.6rem;
        display: block
    }

    .countdown-content p {
        font-size: 1.6rem;
        line-height: 2.7rem
    }

    .countdown-content .btn {
        margin-bottom: 1.5rem;
        margin-left: 0 !important
    }
}

.rtl {
    text-align: right;
    direction: rtl
}

.rtl .nav {
    padding-right: 0
}

.rtl .navbar-nav .nav-item {
    float: right
}

.rtl .navbar-nav .nav-item+.nav-item {
    margin-right: 1rem;
    margin-left: inherit
}

.rtl .alert-dismissible {
    padding-right: 1.25rem;
    padding-left: 4rem
}

.rtl .dropdown-menu {
    right: 0;
    text-align: right
}

.rtl .checkbox label {
    padding-right: 1.25rem;
    padding-left: inherit
}

.rtl .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 .25rem .25rem 0
}

.rtl .btn-group>.btn:last-child:not(:first-child),
.rtl .btn-group>.dropdown-toggle:not(:first-child) {
    border-radius: .25rem 0 0 .25rem
}

.rtl .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-radius: .25rem 0 0 .25rem
}

.rtl .custom-control-label::after,
.rtl .custom-control-label::before {
    right: 0;
    left: inherit
}

.rtl .custom-select {
    padding: .375rem .75rem .375rem 1.75rem;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left .75rem center;
    background-size: 8px 10px
}

.rtl .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.rtl .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.rtl .input-group>.input-group-append:not(:last-child)>.btn,
.rtl .input-group>.input-group-append:not(:last-child)>.input-group-text,
.rtl .input-group>.input-group-prepend>.btn,
.rtl .input-group>.input-group-prepend>.input-group-text {
    border-radius: 0 .25rem .25rem 0
}

.rtl .input-group>.input-group-append>.btn,
.rtl .input-group>.input-group-append>.input-group-text,
.rtl .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.rtl .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.rtl .input-group>.input-group-prepend:not(:first-child)>.btn,
.rtl .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-radius: .25rem 0 0 .25rem
}

.rtl .input-group>.custom-select:not(:first-child),
.rtl .input-group>.form-control:not(:first-child) {
    border-radius: .25rem 0 0 .25rem
}

.rtl .input-group>.custom-select:not(:last-child),
.rtl .input-group>.form-control:not(:last-child) {
    border-radius: 0 .25rem .25rem 0
}

.rtl .input-group>.custom-select:not(:last-child):not(:first-child),
.rtl .input-group>.form-control:not(:last-child):not(:first-child) {
    border-radius: 0
}

.rtl .custom-control {
    padding-right: 1.5rem;
    padding-left: inherit;
    margin-right: inherit;
    margin-left: 1rem
}

.rtl .custom-control-indicator {
    right: 0;
    left: inherit
}

.rtl .custom-file-label::after {
    right: initial;
    left: -1px;
    border-radius: .25rem 0 0 .25rem
}

.rtl .checkbox input,
.rtl .checkbox-inline input,
.rtl .radio input,
.rtl .radio-inline {
    margin-right: -1.25rem;
    margin-left: inherit
}

.rtl .list-group {
    padding-right: 0;
    padding-left: 40px
}

.rtl .close {
    float: left
}

.rtl .modal-header .close {
    margin: -15px auto -15px -15px
}

.rtl .modal-footer>:not(:first-child) {
    margin-right: .25rem
}

.rtl .alert-dismissible .close {
    right: inherit;
    left: 0
}

.rtl .dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0
}

.rtl .form-check-input {
    margin-right: -1.25rem;
    margin-left: inherit
}

.rtl .form-check-label {
    padding-right: 1.25rem;
    padding-left: inherit
}

.rtl .offset-1 {
    margin-right: 8.33333%;
    margin-left: 0
}

.rtl .offset-2 {
    margin-right: 16.66667%;
    margin-left: 0
}

.rtl .offset-3 {
    margin-right: 25%;
    margin-left: 0
}

.rtl .offset-4 {
    margin-right: 33.33333%;
    margin-left: 0
}

.rtl .offset-5 {
    margin-right: 41.66667%;
    margin-left: 0
}

.rtl .offset-6 {
    margin-right: 50%;
    margin-left: 0
}

.rtl .offset-7 {
    margin-right: 58.33333%;
    margin-left: 0
}

.rtl .offset-8 {
    margin-right: 66.66667%;
    margin-left: 0
}

.rtl .offset-9 {
    margin-right: 75%;
    margin-left: 0
}

.rtl .offset-10 {
    margin-right: 83.33333%;
    margin-left: 0
}

.rtl .offset-11 {
    margin-right: 91.66667%;
    margin-left: 0
}

@media (min-width:576px) {
    .rtl .offset-sm-0 {
        margin-right: 0;
        margin-left: 0
    }

    .rtl .offset-sm-1 {
        margin-right: 8.33333%;
        margin-left: 0
    }

    .rtl .offset-sm-2 {
        margin-right: 16.66667%;
        margin-left: 0
    }

    .rtl .offset-sm-3 {
        margin-right: 25%;
        margin-left: 0
    }

    .rtl .offset-sm-4 {
        margin-right: 33.33333%;
        margin-left: 0
    }

    .rtl .offset-sm-5 {
        margin-right: 41.66667%;
        margin-left: 0
    }

    .rtl .offset-sm-6 {
        margin-right: 50%;
        margin-left: 0
    }

    .rtl .offset-sm-7 {
        margin-right: 58.33333%;
        margin-left: 0
    }

    .rtl .offset-sm-8 {
        margin-right: 66.66667%;
        margin-left: 0
    }

    .rtl .offset-sm-9 {
        margin-right: 75%;
        margin-left: 0
    }

    .rtl .offset-sm-10 {
        margin-right: 83.33333%;
        margin-left: 0
    }

    .rtl .offset-sm-11 {
        margin-right: 91.66667%;
        margin-left: 0
    }
}

@media (min-width:768px) {
    .rtl .offset-md-0 {
        margin-right: 0;
        margin-left: 0
    }

    .rtl .offset-md-1 {
        margin-right: 8.33333%;
        margin-left: 0
    }

    .rtl .offset-md-2 {
        margin-right: 16.66667%;
        margin-left: 0
    }

    .rtl .offset-md-3 {
        margin-right: 25%;
        margin-left: 0
    }

    .rtl .offset-md-4 {
        margin-right: 33.33333%;
        margin-left: 0
    }

    .rtl .offset-md-5 {
        margin-right: 41.66667%;
        margin-left: 0
    }

    .rtl .offset-md-6 {
        margin-right: 50%;
        margin-left: 0
    }

    .rtl .offset-md-7 {
        margin-right: 58.33333%;
        margin-left: 0
    }

    .rtl .offset-md-8 {
        margin-right: 66.66667%;
        margin-left: 0
    }

    .rtl .offset-md-9 {
        margin-right: 75%;
        margin-left: 0
    }

    .rtl .offset-md-10 {
        margin-right: 83.33333%;
        margin-left: 0
    }

    .rtl .offset-md-11 {
        margin-right: 91.66667%;
        margin-left: 0
    }
}

@media (min-width:992px) {
    .rtl .offset-lg-0 {
        margin-right: 0;
        margin-left: 0
    }

    .rtl .offset-lg-1 {
        margin-right: 8.33333%;
        margin-left: 0
    }

    .rtl .offset-lg-2 {
        margin-right: 16.66667%;
        margin-left: 0
    }

    .rtl .offset-lg-3 {
        margin-right: 25%;
        margin-left: 0
    }

    .rtl .offset-lg-4 {
        margin-right: 33.33333%;
        margin-left: 0
    }

    .rtl .offset-lg-5 {
        margin-right: 41.66667%;
        margin-left: 0
    }

    .rtl .offset-lg-6 {
        margin-right: 50%;
        margin-left: 0
    }

    .rtl .offset-lg-7 {
        margin-right: 58.33333%;
        margin-left: 0
    }

    .rtl .offset-lg-8 {
        margin-right: 66.66667%;
        margin-left: 0
    }

    .rtl .offset-lg-9 {
        margin-right: 75%;
        margin-left: 0
    }

    .rtl .offset-lg-10 {
        margin-right: 83.33333%;
        margin-left: 0
    }

    .rtl .offset-lg-11 {
        margin-right: 91.66667%;
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .rtl .offset-xl-0 {
        margin-right: 0;
        margin-left: 0
    }

    .rtl .offset-xl-1 {
        margin-right: 8.33333%;
        margin-left: 0
    }

    .rtl .offset-xl-2 {
        margin-right: 16.66667%;
        margin-left: 0
    }

    .rtl .offset-xl-3 {
        margin-right: 25%;
        margin-left: 0
    }

    .rtl .offset-xl-4 {
        margin-right: 33.33333%;
        margin-left: 0
    }

    .rtl .offset-xl-5 {
        margin-right: 41.66667%;
        margin-left: 0
    }

    .rtl .offset-xl-6 {
        margin-right: 50%;
        margin-left: 0
    }

    .rtl .offset-xl-7 {
        margin-right: 58.33333%;
        margin-left: 0
    }

    .rtl .offset-xl-8 {
        margin-right: 66.66667%;
        margin-left: 0
    }

    .rtl .offset-xl-9 {
        margin-right: 75%;
        margin-left: 0
    }

    .rtl .offset-xl-10 {
        margin-right: 83.33333%;
        margin-left: 0
    }

    .rtl .offset-xl-11 {
        margin-right: 91.66667%;
        margin-left: 0
    }
}

@media (min-width:576px) {

    .rtl .ml-sm-0,
    .rtl .mr-sm-0,
    .rtl .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .rtl .mr-sm-1,
    .rtl .mx-sm-1 {
        margin-right: 0 !important;
        margin-left: .25rem !important
    }

    .rtl .ml-sm-1,
    .rtl .mx-sm-1 {
        margin-left: 0 !important;
        margin-right: .25rem !important
    }

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

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

    .rtl .mr-sm-3,
    .rtl .mx-sm-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important
    }

    .rtl .ml-sm-3,
    .rtl .mx-sm-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important
    }

    .rtl .mr-sm-4,
    .rtl .mx-sm-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important
    }

    .rtl .ml-sm-4,
    .rtl .mx-sm-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important
    }

    .rtl .mr-sm-5,
    .rtl .mx-sm-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important
    }

    .rtl .ml-sm-5,
    .rtl .mx-sm-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important
    }

    .rtl .pl-sm-0,
    .rtl .pr-sm-0,
    .rtl .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .rtl .pr-sm-1,
    .rtl .px-sm-1 {
        padding-right: 0 !important;
        padding-left: .25rem !important
    }

    .rtl .pl-sm-1,
    .rtl .px-sm-1 {
        padding-left: 0 !important;
        padding-right: .25rem !important
    }

    .rtl .pr-sm-2,
    .rtl .px-sm-2 {
        padding-right: 0 !important;
        padding-left: .5rem !important
    }

    .rtl .pl-sm-2,
    .rtl .px-sm-2 {
        padding-left: 0 !important;
        padding-right: .5rem !important
    }

    .rtl .pr-sm-3,
    .rtl .px-sm-3 {
        padding-right: 0 !important;
        padding-left: 1rem !important
    }

    .rtl .pl-sm-3,
    .rtl .px-sm-3 {
        padding-left: 0 !important;
        padding-right: 1rem !important
    }

    .rtl .pr-sm-4,
    .rtl .px-sm-4 {
        padding-right: 0 !important;
        padding-left: 1.5rem !important
    }

    .rtl .pl-sm-4,
    .rtl .px-sm-4 {
        padding-left: 0 !important;
        padding-right: 1.5rem !important
    }

    .rtl .pr-sm-5,
    .rtl .px-sm-5 {
        padding-right: 0 !important;
        padding-left: 3rem !important
    }

    .rtl .pl-sm-5,
    .rtl .px-sm-5 {
        padding-left: 0 !important;
        padding-right: 3rem !important
    }

    .rtl .mr-sm-auto {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    .rtl .ml-sm-auto,
    .rtl .mx-sm-auto {
        margin-right: auto !important;
        margin-left: 0 !important
    }
}

@media (min-width:768px) {

    .rtl .ml-md-0,
    .rtl .mr-md-0,
    .rtl .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .rtl .mr-md-1,
    .rtl .mx-md-1 {
        margin-right: 0 !important;
        margin-left: .25rem !important
    }

    .rtl .ml-md-1,
    .rtl .mx-md-1 {
        margin-left: 0 !important;
        margin-right: .25rem !important
    }

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

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

    .rtl .mr-md-3,
    .rtl .mx-md-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important
    }

    .rtl .ml-md-3,
    .rtl .mx-md-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important
    }

    .rtl .mr-md-4,
    .rtl .mx-md-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important
    }

    .rtl .ml-md-4,
    .rtl .mx-md-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important
    }

    .rtl .mr-md-5,
    .rtl .mx-md-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important
    }

    .rtl .ml-md-5,
    .rtl .mx-md-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important
    }

    .rtl .pl-md-0,
    .rtl .pr-md-0,
    .rtl .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .rtl .pr-md-1,
    .rtl .px-md-1 {
        padding-right: 0 !important;
        padding-left: .25rem !important
    }

    .rtl .pl-md-1,
    .rtl .px-md-1 {
        padding-left: 0 !important;
        padding-right: .25rem !important
    }

    .rtl .pr-md-2,
    .rtl .px-md-2 {
        padding-right: 0 !important;
        padding-left: .5rem !important
    }

    .rtl .pl-md-2,
    .rtl .px-md-2 {
        padding-left: 0 !important;
        padding-right: .5rem !important
    }

    .rtl .pr-md-3,
    .rtl .px-md-3 {
        padding-right: 0 !important;
        padding-left: 1rem !important
    }

    .rtl .pl-md-3,
    .rtl .px-md-3 {
        padding-left: 0 !important;
        padding-right: 1rem !important
    }

    .rtl .pr-md-4,
    .rtl .px-md-4 {
        padding-right: 0 !important;
        padding-left: 1.5rem !important
    }

    .rtl .pl-md-4,
    .rtl .px-md-4 {
        padding-left: 0 !important;
        padding-right: 1.5rem !important
    }

    .rtl .pr-md-5,
    .rtl .px-md-5 {
        padding-right: 0 !important;
        padding-left: 3rem !important
    }

    .rtl .pl-md-5,
    .rtl .px-md-5 {
        padding-left: 0 !important;
        padding-right: 3rem !important
    }

    .rtl .mr-md-auto {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    .rtl .ml-md-auto,
    .rtl .mx-md-auto {
        margin-right: auto !important;
        margin-left: 0 !important
    }
}

@media (min-width:992px) {

    .rtl .ml-lg-0,
    .rtl .mr-lg-0,
    .rtl .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .rtl .mr-lg-1,
    .rtl .mx-lg-1 {
        margin-right: 0 !important;
        margin-left: .25rem !important
    }

    .rtl .ml-lg-1,
    .rtl .mx-lg-1 {
        margin-left: 0 !important;
        margin-right: .25rem !important
    }

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

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

    .rtl .mr-lg-3,
    .rtl .mx-lg-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important
    }

    .rtl .ml-lg-3,
    .rtl .mx-lg-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important
    }

    .rtl .mr-lg-4,
    .rtl .mx-lg-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important
    }

    .rtl .ml-lg-4,
    .rtl .mx-lg-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important
    }

    .rtl .mr-lg-5,
    .rtl .mx-lg-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important
    }

    .rtl .ml-lg-5,
    .rtl .mx-lg-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important
    }

    .rtl .pl-lg-0,
    .rtl .pr-lg-0,
    .rtl .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .rtl .pr-lg-1,
    .rtl .px-lg-1 {
        padding-right: 0 !important;
        padding-left: .25rem !important
    }

    .rtl .pl-lg-1,
    .rtl .px-lg-1 {
        padding-left: 0 !important;
        padding-right: .25rem !important
    }

    .rtl .pr-lg-2,
    .rtl .px-lg-2 {
        padding-right: 0 !important;
        padding-left: .5rem !important
    }

    .rtl .pl-lg-2,
    .rtl .px-lg-2 {
        padding-left: 0 !important;
        padding-right: .5rem !important
    }

    .rtl .pr-lg-3,
    .rtl .px-lg-3 {
        padding-right: 0 !important;
        padding-left: 1rem !important
    }

    .rtl .pl-lg-3,
    .rtl .px-lg-3 {
        padding-left: 0 !important;
        padding-right: 1rem !important
    }

    .rtl .pr-lg-4,
    .rtl .px-lg-4 {
        padding-right: 0 !important;
        padding-left: 1.5rem !important
    }

    .rtl .pl-lg-4,
    .rtl .px-lg-4 {
        padding-left: 0 !important;
        padding-right: 1.5rem !important
    }

    .rtl .pr-lg-5,
    .rtl .px-lg-5 {
        padding-right: 0 !important;
        padding-left: 3rem !important
    }

    .rtl .pl-lg-5,
    .rtl .px-lg-5 {
        padding-left: 0 !important;
        padding-right: 3rem !important
    }

    .rtl .mr-lg-auto {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    .rtl .ml-lg-auto,
    .rtl .mx-lg-auto {
        margin-right: auto !important;
        margin-left: 0 !important
    }
}

@media (min-width:1200px) {

    .rtl .ml-xl-0,
    .rtl .mr-xl-0,
    .rtl .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .rtl .mr-xl-1,
    .rtl .mx-xl-1 {
        margin-right: 0 !important;
        margin-left: .25rem !important
    }

    .rtl .ml-xl-1,
    .rtl .mx-xl-1 {
        margin-left: 0 !important;
        margin-right: .25rem !important
    }

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

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

    .rtl .mr-xl-3,
    .rtl .mx-xl-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important
    }

    .rtl .ml-xl-3,
    .rtl .mx-xl-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important
    }

    .rtl .mr-xl-4,
    .rtl .mx-xl-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important
    }

    .rtl .ml-xl-4,
    .rtl .mx-xl-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important
    }

    .rtl .mr-xl-5,
    .rtl .mx-xl-5 {
        margin-right: 0 !important;
        margin-left: 3rem !important
    }

    .rtl .ml-xl-5,
    .rtl .mx-xl-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important
    }

    .rtl .pl-xl-0,
    .rtl .pr-xl-0,
    .rtl .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .rtl .pr-xl-1,
    .rtl .px-xl-1 {
        padding-right: 0 !important;
        padding-left: .25rem !important
    }

    .rtl .pl-xl-1,
    .rtl .px-xl-1 {
        padding-left: 0 !important;
        padding-right: .25rem !important
    }

    .rtl .pr-xl-2,
    .rtl .px-xl-2 {
        padding-right: 0 !important;
        padding-left: .5rem !important
    }

    .rtl .pl-xl-2,
    .rtl .px-xl-2 {
        padding-left: 0 !important;
        padding-right: .5rem !important
    }

    .rtl .pr-xl-3,
    .rtl .px-xl-3 {
        padding-right: 0 !important;
        padding-left: 1rem !important
    }

    .rtl .pl-xl-3,
    .rtl .px-xl-3 {
        padding-left: 0 !important;
        padding-right: 1rem !important
    }

    .rtl .pr-xl-4,
    .rtl .px-xl-4 {
        padding-right: 0 !important;
        padding-left: 1.5rem !important
    }

    .rtl .pl-xl-4,
    .rtl .px-xl-4 {
        padding-left: 0 !important;
        padding-right: 1.5rem !important
    }

    .rtl .pr-xl-5,
    .rtl .px-xl-5 {
        padding-right: 0 !important;
        padding-left: 3rem !important
    }

    .rtl .pl-xl-5,
    .rtl .px-xl-5 {
        padding-left: 0 !important;
        padding-right: 3rem !important
    }

    .rtl .mr-xl-auto {
        margin-right: 0 !important;
        margin-left: auto !important
    }

    .rtl .ml-xl-auto,
    .rtl .mx-xl-auto {
        margin-right: auto !important;
        margin-left: 0 !important
    }
}

.rtl .mr-0 {
    margin-right: auto !important;
    margin-left: 0 !important
}

.rtl .ml-0,
.rtl .mx-0 {
    margin-left: auto !important;
    margin-right: 0 !important
}

.rtl .mr-1,
.rtl .mx-1 {
    margin-right: auto !important;
    margin-left: .25rem !important
}

.rtl .ml-1,
.rtl .mx-1 {
    margin-left: auto !important;
    margin-right: .25rem !important
}

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

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

.rtl .mr-3,
.rtl .mx-3 {
    margin-right: auto !important;
    margin-left: 1rem !important
}

.rtl .ml-3,
.rtl .mx-3 {
    margin-left: auto !important;
    margin-right: 1rem !important
}

.rtl .mr-4,
.rtl .mx-4 {
    margin-right: auto !important;
    margin-left: 1.5rem !important
}

.rtl .ml-4,
.rtl .mx-4 {
    margin-left: auto !important;
    margin-right: 1.5rem !important
}

.rtl .mr-5,
.rtl .mx-5 {
    margin-right: auto !important;
    margin-left: 3rem !important
}

.rtl .ml-5,
.rtl .mx-5 {
    margin-left: auto !important;
    margin-right: 3rem !important
}

.rtl .pr-0 {
    padding-right: auto !important;
    padding-left: 0 !important
}

.rtl .pl-0,
.rtl .px-0 {
    padding-left: auto !important;
    padding-right: 0 !important
}

.rtl .pr-1,
.rtl .px-1 {
    padding-right: auto !important;
    padding-left: .25rem !important
}

.rtl .pl-1,
.rtl .px-1 {
    padding-left: auto !important;
    padding-right: .25rem !important
}

.rtl .pr-2,
.rtl .px-2 {
    padding-right: auto !important;
    padding-left: .5rem !important
}

.rtl .pl-2,
.rtl .px-2 {
    padding-left: auto !important;
    padding-right: .5rem !important
}

.rtl .pr-3,
.rtl .px-3 {
    padding-right: auto !important;
    padding-left: 1rem !important
}

.rtl .pl-3,
.rtl .px-3 {
    padding-left: auto !important;
    padding-right: 1rem !important
}

.rtl .pr-4,
.rtl .px-4 {
    padding-right: auto !important;
    padding-left: 1.5rem !important
}

.rtl .pl-4,
.rtl .px-4 {
    padding-left: auto !important;
    padding-right: 1.5rem !important
}

.rtl .pr-5,
.rtl .px-5 {
    padding-right: auto !important;
    padding-left: 3rem !important
}

.rtl .pl-5,
.rtl .px-5 {
    padding-left: auto !important;
    padding-right: 3rem !important
}

.rtl .ml-auto,
.rtl .mr-auto,
.rtl .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

@media (min-width:576px) {
    .rtl .mr-sm-0 {
        margin-right: auto !important;
        margin-left: 0 !important
    }

    .rtl .ml-sm-0,
    .rtl .mx-sm-0 {
        margin-left: auto !important;
        margin-right: 0 !important
    }

    .rtl .mr-sm-1,
    .rtl .mx-sm-1 {
        margin-right: auto !important;
        margin-left: .25rem !important
    }

    .rtl .ml-sm-1,
    .rtl .mx-sm-1 {
        margin-left: auto !important;
        margin-right: .25rem !important
    }

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

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

    .rtl .mr-sm-3,
    .rtl .mx-sm-3 {
        margin-right: auto !important;
        margin-left: 1rem !important
    }

    .rtl .ml-sm-3,
    .rtl .mx-sm-3 {
        margin-left: auto !important;
        margin-right: 1rem !important
    }

    .rtl .mr-sm-4,
    .rtl .mx-sm-4 {
        margin-right: auto !important;
        margin-left: 1.5rem !important
    }

    .rtl .ml-sm-4,
    .rtl .mx-sm-4 {
        margin-left: auto !important;
        margin-right: 1.5rem !important
    }

    .rtl .mr-sm-5,
    .rtl .mx-sm-5 {
        margin-right: auto !important;
        margin-left: 3rem !important
    }

    .rtl .ml-sm-5,
    .rtl .mx-sm-5 {
        margin-left: auto !important;
        margin-right: 3rem !important
    }

    .rtl .pr-sm-0 {
        padding-right: auto !important;
        padding-left: 0 !important
    }

    .rtl .pl-sm-0,
    .rtl .px-sm-0 {
        padding-left: auto !important;
        padding-right: 0 !important
    }

    .rtl .pr-sm-1,
    .rtl .px-sm-1 {
        padding-right: auto !important;
        padding-left: .25rem !important
    }

    .rtl .pl-sm-1,
    .rtl .px-sm-1 {
        padding-left: auto !important;
        padding-right: .25rem !important
    }

    .rtl .pr-sm-2,
    .rtl .px-sm-2 {
        padding-right: auto !important;
        padding-left: .5rem !important
    }

    .rtl .pl-sm-2,
    .rtl .px-sm-2 {
        padding-left: auto !important;
        padding-right: .5rem !important
    }

    .rtl .pr-sm-3,
    .rtl .px-sm-3 {
        padding-right: auto !important;
        padding-left: 1rem !important
    }

    .rtl .pl-sm-3,
    .rtl .px-sm-3 {
        padding-left: auto !important;
        padding-right: 1rem !important
    }

    .rtl .pr-sm-4,
    .rtl .px-sm-4 {
        padding-right: auto !important;
        padding-left: 1.5rem !important
    }

    .rtl .pl-sm-4,
    .rtl .px-sm-4 {
        padding-left: auto !important;
        padding-right: 1.5rem !important
    }

    .rtl .pr-sm-5,
    .rtl .px-sm-5 {
        padding-right: auto !important;
        padding-left: 3rem !important
    }

    .rtl .pl-sm-5,
    .rtl .px-sm-5 {
        padding-left: auto !important;
        padding-right: 3rem !important
    }

    .rtl .ml-sm-auto,
    .rtl .mr-sm-auto,
    .rtl .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .rtl .mr-md-0 {
        margin-right: auto !important;
        margin-left: 0 !important
    }

    .rtl .ml-md-0,
    .rtl .mx-md-0 {
        margin-left: auto !important;
        margin-right: 0 !important
    }

    .rtl .mr-md-1,
    .rtl .mx-md-1 {
        margin-right: auto !important;
        margin-left: .25rem !important
    }

    .rtl .ml-md-1,
    .rtl .mx-md-1 {
        margin-left: auto !important;
        margin-right: .25rem !important
    }

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

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

    .rtl .mr-md-3,
    .rtl .mx-md-3 {
        margin-right: auto !important;
        margin-left: 1rem !important
    }

    .rtl .ml-md-3,
    .rtl .mx-md-3 {
        margin-left: auto !important;
        margin-right: 1rem !important
    }

    .rtl .mr-md-4,
    .rtl .mx-md-4 {
        margin-right: auto !important;
        margin-left: 1.5rem !important
    }

    .rtl .ml-md-4,
    .rtl .mx-md-4 {
        margin-left: auto !important;
        margin-right: 1.5rem !important
    }

    .rtl .mr-md-5,
    .rtl .mx-md-5 {
        margin-right: auto !important;
        margin-left: 3rem !important
    }

    .rtl .ml-md-5,
    .rtl .mx-md-5 {
        margin-left: auto !important;
        margin-right: 3rem !important
    }

    .rtl .pr-md-0 {
        padding-right: auto !important;
        padding-left: 0 !important
    }

    .rtl .pl-md-0,
    .rtl .px-md-0 {
        padding-left: auto !important;
        padding-right: 0 !important
    }

    .rtl .pr-md-1,
    .rtl .px-md-1 {
        padding-right: auto !important;
        padding-left: .25rem !important
    }

    .rtl .pl-md-1,
    .rtl .px-md-1 {
        padding-left: auto !important;
        padding-right: .25rem !important
    }

    .rtl .pr-md-2,
    .rtl .px-md-2 {
        padding-right: auto !important;
        padding-left: .5rem !important
    }

    .rtl .pl-md-2,
    .rtl .px-md-2 {
        padding-left: auto !important;
        padding-right: .5rem !important
    }

    .rtl .pr-md-3,
    .rtl .px-md-3 {
        padding-right: auto !important;
        padding-left: 1rem !important
    }

    .rtl .pl-md-3,
    .rtl .px-md-3 {
        padding-left: auto !important;
        padding-right: 1rem !important
    }

    .rtl .pr-md-4,
    .rtl .px-md-4 {
        padding-right: auto !important;
        padding-left: 1.5rem !important
    }

    .rtl .pl-md-4,
    .rtl .px-md-4 {
        padding-left: auto !important;
        padding-right: 1.5rem !important
    }

    .rtl .pr-md-5,
    .rtl .px-md-5 {
        padding-right: auto !important;
        padding-left: 3rem !important
    }

    .rtl .pl-md-5,
    .rtl .px-md-5 {
        padding-left: auto !important;
        padding-right: 3rem !important
    }

    .rtl .ml-md-auto,
    .rtl .mr-md-auto,
    .rtl .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .rtl .mr-lg-0 {
        margin-right: auto !important;
        margin-left: 0 !important
    }

    .rtl .ml-lg-0,
    .rtl .mx-lg-0 {
        margin-left: auto !important;
        margin-right: 0 !important
    }

    .rtl .mr-lg-1,
    .rtl .mx-lg-1 {
        margin-right: auto !important;
        margin-left: .25rem !important
    }

    .rtl .ml-lg-1,
    .rtl .mx-lg-1 {
        margin-left: auto !important;
        margin-right: .25rem !important
    }

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

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

    .rtl .mr-lg-3,
    .rtl .mx-lg-3 {
        margin-right: auto !important;
        margin-left: 1rem !important
    }

    .rtl .ml-lg-3,
    .rtl .mx-lg-3 {
        margin-left: auto !important;
        margin-right: 1rem !important
    }

    .rtl .mr-lg-4,
    .rtl .mx-lg-4 {
        margin-right: auto !important;
        margin-left: 1.5rem !important
    }

    .rtl .ml-lg-4,
    .rtl .mx-lg-4 {
        margin-left: auto !important;
        margin-right: 1.5rem !important
    }

    .rtl .mr-lg-5,
    .rtl .mx-lg-5 {
        margin-right: auto !important;
        margin-left: 3rem !important
    }

    .rtl .ml-lg-5,
    .rtl .mx-lg-5 {
        margin-left: auto !important;
        margin-right: 3rem !important
    }

    .rtl .pr-lg-0 {
        padding-right: auto !important;
        padding-left: 0 !important
    }

    .rtl .pl-lg-0,
    .rtl .px-lg-0 {
        padding-left: auto !important;
        padding-right: 0 !important
    }

    .rtl .pr-lg-1,
    .rtl .px-lg-1 {
        padding-right: auto !important;
        padding-left: .25rem !important
    }

    .rtl .pl-lg-1,
    .rtl .px-lg-1 {
        padding-left: auto !important;
        padding-right: .25rem !important
    }

    .rtl .pr-lg-2,
    .rtl .px-lg-2 {
        padding-right: auto !important;
        padding-left: .5rem !important
    }

    .rtl .pl-lg-2,
    .rtl .px-lg-2 {
        padding-left: auto !important;
        padding-right: .5rem !important
    }

    .rtl .pr-lg-3,
    .rtl .px-lg-3 {
        padding-right: auto !important;
        padding-left: 1rem !important
    }

    .rtl .pl-lg-3,
    .rtl .px-lg-3 {
        padding-left: auto !important;
        padding-right: 1rem !important
    }

    .rtl .pr-lg-4,
    .rtl .px-lg-4 {
        padding-right: auto !important;
        padding-left: 1.5rem !important
    }

    .rtl .pl-lg-4,
    .rtl .px-lg-4 {
        padding-left: auto !important;
        padding-right: 1.5rem !important
    }

    .rtl .pr-lg-5,
    .rtl .px-lg-5 {
        padding-right: auto !important;
        padding-left: 3rem !important
    }

    .rtl .pl-lg-5,
    .rtl .px-lg-5 {
        padding-left: auto !important;
        padding-right: 3rem !important
    }

    .rtl .ml-lg-auto,
    .rtl .mr-lg-auto,
    .rtl .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .rtl .mr-xl-0 {
        margin-right: auto !important;
        margin-left: 0 !important
    }

    .rtl .ml-xl-0,
    .rtl .mx-xl-0 {
        margin-left: auto !important;
        margin-right: 0 !important
    }

    .rtl .mr-xl-1,
    .rtl .mx-xl-1 {
        margin-right: auto !important;
        margin-left: .25rem !important
    }

    .rtl .ml-xl-1,
    .rtl .mx-xl-1 {
        margin-left: auto !important;
        margin-right: .25rem !important
    }

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

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

    .rtl .mr-xl-3,
    .rtl .mx-xl-3 {
        margin-right: auto !important;
        margin-left: 1rem !important
    }

    .rtl .ml-xl-3,
    .rtl .mx-xl-3 {
        margin-left: auto !important;
        margin-right: 1rem !important
    }

    .rtl .mr-xl-4,
    .rtl .mx-xl-4 {
        margin-right: auto !important;
        margin-left: 1.5rem !important
    }

    .rtl .ml-xl-4,
    .rtl .mx-xl-4 {
        margin-left: auto !important;
        margin-right: 1.5rem !important
    }

    .rtl .mr-xl-5,
    .rtl .mx-xl-5 {
        margin-right: auto !important;
        margin-left: 3rem !important
    }

    .rtl .ml-xl-5,
    .rtl .mx-xl-5 {
        margin-left: auto !important;
        margin-right: 3rem !important
    }

    .rtl .pr-xl-0 {
        padding-right: auto !important;
        padding-left: 0 !important
    }

    .rtl .pl-xl-0,
    .rtl .px-xl-0 {
        padding-left: auto !important;
        padding-right: 0 !important
    }

    .rtl .pr-xl-1,
    .rtl .px-xl-1 {
        padding-right: auto !important;
        padding-left: .25rem !important
    }

    .rtl .pl-xl-1,
    .rtl .px-xl-1 {
        padding-left: auto !important;
        padding-right: .25rem !important
    }

    .rtl .pr-xl-2,
    .rtl .px-xl-2 {
        padding-right: auto !important;
        padding-left: .5rem !important
    }

    .rtl .pl-xl-2,
    .rtl .px-xl-2 {
        padding-left: auto !important;
        padding-right: .5rem !important
    }

    .rtl .pr-xl-3,
    .rtl .px-xl-3 {
        padding-right: auto !important;
        padding-left: 1rem !important
    }

    .rtl .pl-xl-3,
    .rtl .px-xl-3 {
        padding-left: auto !important;
        padding-right: 1rem !important
    }

    .rtl .pr-xl-4,
    .rtl .px-xl-4 {
        padding-right: auto !important;
        padding-left: 1.5rem !important
    }

    .rtl .pl-xl-4,
    .rtl .px-xl-4 {
        padding-left: auto !important;
        padding-right: 1.5rem !important
    }

    .rtl .pr-xl-5,
    .rtl .px-xl-5 {
        padding-right: auto !important;
        padding-left: 3rem !important
    }

    .rtl .pl-xl-5,
    .rtl .px-xl-5 {
        padding-left: auto !important;
        padding-right: 3rem !important
    }

    .rtl .ml-xl-auto,
    .rtl .mr-xl-auto,
    .rtl .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
}

.rtl .float-left {
    float: right !important
}

.rtl .float-right {
    float: left !important
}

.rtl .float-none {
    float: none !important
}

@media (min-width:576px) {
    .rtl .float-sm-left {
        float: right !important
    }

    .rtl .float-sm-right {
        float: left !important
    }

    .rtl .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .rtl .float-md-left {
        float: right !important
    }

    .rtl .float-md-right {
        float: left !important
    }

    .rtl .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .rtl .float-lg-left {
        float: right !important
    }

    .rtl .float-lg-right {
        float: left !important
    }

    .rtl .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .rtl .float-xl-left {
        float: right !important
    }

    .rtl .float-xl-right {
        float: left !important
    }

    .rtl .float-xl-none {
        float: none !important
    }
}

html[dir=rtl] [direction=rtl][data-theme-version=dark] .border,
html[dir=rtl] [direction=rtl][data-theme-version=dark] .border-left,
html[dir=rtl] [direction=rtl][data-theme-version=dark] .border-right {
    border-color: #42454d !important
}

html[dir=rtl] [direction=rtl] .card,
html[dir=rtl] [direction=rtl] .card-body,
html[dir=rtl] [direction=rtl] .card-title,
html[dir=rtl] [direction=rtl] .header .header-right .drop-down .dropdown-content-body ul>li {
    text-align: right
}

html[dir=rtl] [direction=rtl] .card-header .table-action {
    float: left !important
}

html[dir=rtl] [direction=rtl] .card.card-full-width {
    right: auto;
    left: 0;
    margin-left: -3rem;
    margin-right: auto
}

html[dir=rtl] [direction=rtl] .text-right {
    text-align: left !important
}

html[dir=rtl] [direction=rtl] .text-left {
    text-align: right !important
}

html[dir=rtl] [direction=rtl] .border-right {
    border-left: 1px solid #dddfe1 !important;
    border-right: 0 !important
}

html[dir=rtl] [direction=rtl] .border-left {
    border-right: 1px solid #dddfe1 !important;
    border-left: 0 !important
}

html[dir=rtl] [direction=rtl] .owl-carousel,
html[dir=rtl] [direction=rtl] .owl-carousel .owl-item {
    direction: ltr
}

html[dir=rtl] [direction=rtl]:not([data-container=boxed]) .nav-header {
    left: auto;
    right: 0
}

html[dir=rtl] [direction=rtl] .nav-header {
    text-align: right;
    right: 0
}

html[dir=rtl] [direction=rtl] .nav-header .nav-control {
    right: auto;
    left: 1.5rem
}

html[dir=rtl] [direction=rtl] .nav-header .nav-control .hamburger.is-active {
    right: 6rem;
    left: auto
}

html[dir=rtl] [direction=rtl] .nav-header .nav-control .hamburger.is-active .line:nth-child(1) {
    transform: translateY(.4rem) rotate(135deg)
}

html[dir=rtl] [direction=rtl] .nav-header .nav-control .hamburger.is-active .line:nth-child(2) {
    transform: translateX(.4rem)
}

html[dir=rtl] [direction=rtl] .nav-header .nav-control .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-.4rem) rotate(-135deg)
}

html[dir=rtl] [direction=rtl][data-sidebar-style=overlay] .nav-header .hamburger.is-active {
    right: 0
}

html[dir=rtl] [direction=rtl][data-sidebar-style=overlay] .nav-header .hamburger.is-active .line:nth-child(1) {
    transform: translateY(.4rem) rotate(-45deg)
}

html[dir=rtl] [direction=rtl][data-sidebar-style=overlay] .nav-header .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-.4rem) rotate(45deg)
}

html[dir=rtl] [direction=rtl] .header {
    margin-right: 32rem
}

@media only screen and (max-width:767px) {
    html[dir=rtl] [direction=rtl] .header {
        margin-right: 6rem
    }
}

html[dir=rtl] [direction=rtl] .header .header-left,
html[dir=rtl] [direction=rtl] .header .header-right .icons {
    float: right
}

html[dir=rtl] [direction=rtl] .header .header-right {
    float: left
}

html[dir=rtl] [direction=rtl] .header .header-right .drop-down {
    right: auto;
    left: 0
}

html[dir=rtl] [direction=rtl] .header .header-right .drop-down .dropdown-content-body ul>li .notification-content {
    margin-right: 6.5rem;
    margin-left: 2.5rem
}

html[dir=rtl] [direction=rtl] .header .header-right .drop-down .dropdown-content-body ul>li .notify-close {
    left: 1.5rem;
    right: auto
}

html[dir=rtl] [direction=rtl][data-layout=horizontal] .header {
    margin-right: 14.5rem
}

html[dir=rtl] [direction=rtl][data-sidebar-style=mini] .header {
    margin-right: 6rem
}

html[dir=rtl] [direction=rtl][data-sidebar-style=compact] .header {
    margin-right: 14.5rem
}

html[dir=rtl] [direction=rtl] .nk-sidebar .metismenu .active>.has-arrow:after,
html[dir=rtl] [direction=rtl] .nk-sidebar .metismenu .has-arrow[aria-expanded=true]:after {
    transform: rotate(-135deg) translateY(-50%)
}

html[dir=rtl] [direction=rtl] .content-body .page-titles,
html[dir=rtl] [direction=rtl] .nk-sidebar {
    text-align: right
}

html[dir=rtl] [direction=rtl] .nk-sidebar .metismenu .has-arrow:after {
    left: 2.5rem;
    right: auto;
    transform: rotate(-45deg) translateY(-50%)
}

html[dir=rtl] [direction=rtl] .nk-sidebar .metismenu .nav-badge {
    left: 4.5rem;
    right: auto
}

html[dir=rtl] [direction=rtl] .content-body {
    margin-right: 32rem;
    margin-left: auto
}

html[dir=rtl] [direction=rtl] .content-body .page-titles .breadcrumb {
    float: left
}

html[dir=rtl] [direction=rtl][data-layout=horizontal] .content-body,
html[dir=rtl] [direction=rtl][data-sidebar-style=overlay] .content-body {
    margin-right: 0
}

html[dir=rtl] [direction=rtl][data-sidebar-style=mini]:not([data-layout=horizontal]) .content-body {
    margin-right: 6rem
}

html[dir=rtl] [direction=rtl][data-sidebar-style=compact]:not([data-layout=horizontal]) .content-body {
    margin-right: 15rem
}

html[dir=rtl] .pricing-wrapper .single-pricing-table {
    text-align: center
}

html[dir=rtl] .contact-options-dropdown {
    left: 2rem;
    right: auto
}

html[dir=rtl] .card-body.contact-card,
html[dir=rtl] .card-body.contact-card .card-title {
    text-align: center !important
}

html[dir=rtl] .default-accordion-style .card .card-header h5 i {
    margin-left: 1.5rem
}

html[dir=rtl] [direction=rtl] .btn-icon-left {
    margin: -.5rem -1.3rem -.5rem 1.5rem
}

html[dir=rtl] [direction=rtl] .btn-icon-right {
    border-right: 1px solid #fff;
    border-left: none;
    margin: -.8rem 1.3rem -.8rem 0;
    padding: 1rem 1.3rem 1rem 0
}

html[dir=rtl] [direction=rtl] .email-left-box {
    float: right
}

html[dir=rtl] [direction=rtl] .email-right-box {
    padding-right: 34rem;
    padding-left: 0
}

html[dir=rtl] [direction=rtl] .email-list .message .col-mail-2 {
    left: 0;
    right: 9rem
}

html[dir=rtl] [direction=rtl] .sidebar-right {
    left: -25rem;
    right: auto
}

html[dir=rtl] [direction=rtl] .sidebar-right.show {
    left: 0;
    right: auto
}

html[dir=rtl] [direction=rtl] .sidebar-right .sidebar-right-trigger {
    left: 100%;
    right: auto
}

html[dir=rtl] [direction=rtl] .footer {
    padding-right: 32rem;
    padding-left: 0
}

@media only screen and (max-width:767px) {
    html[dir=rtl] [direction=rtl] .footer {
        padding-right: 0
    }
}

html[dir=rtl] [direction=rtl][data-container=boxed] .footer {
    padding-right: 0
}

html[dir=rtl] [direction=rtl][data-sidebar-style=mini]:not([data-layout=horizontal]) .footer {
    padding-right: 6rem
}

html[dir=rtl] [direction=rtl][data-sidebar-style=compact]:not([data-layout=horizontal]) .footer {
    padding-right: 15rem
}

.radio-demo-colored .form-radio {
    flex-basis: 14.28571%;
    margin-bottom: 2rem
}

.demo-checkbox label,
.demo-radio-button label {
    margin-bottom: 2rem;
    min-width: 20rem
}

.form-check {
    padding-left: 0
}

.basic-colored-checkboxes .form-check {
    flex-basis: 20%
}

.basic-filled-in-checkboxes .form-check {
    flex-basis: 14.28571%
}

.vertical-line{
    color: #D8D8DA;
    border-left: 3px solid;
    border-radius: 50px;
    height: 30px;
}

.vertical-line-sm{
    border-left: 2px solid;
    border-radius: 50px;
    height: 20px;
}

.nav-d-none ul.nav-tabs{
    display: none!important;
}
  
.nav-d-none .tab-content{
    width: 100%;
}

.content-d-none .tab-content{
    display: none;
}

.content-d-none div{
    width: 100%;
}

.content-d-none div .nav-tabs{
    background-color: white;
    border-radius: 10px;
    border: none;
    font-weight: 100;
}

.nav-tabs .nav-link.active {
    color: var(--primary)!important;
    border-radius: 0;
    background-color: #FFD7D9;
    font-weight: 300;
}
.nav-tabs .nav-link{
    color: #7b7d80;
    font-weight: 300;
}
.nav-tabs .nav-link, .nav-tabs .nav-link:hover{
    border: none;
}
.nav-tabs .nav-item:first-of-type .nav-link{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-light, .btn-light:hover {
    background: #aaa;
    color: #fff;
    border: none!important;
}

#search.form-control {
    width: 300px;
    padding: 20px;
    min-height: 0px!important;
    border-radius: 10px;
    height: 40px;
    box-shadow: 0 0 1.5rem rgb(120 130 140 / 13%);
}

#search-group.input-group::after {
    content: url('../icon_search.svg');
    position: absolute;
    right: 10px;
    top: 5px;
    /* transform: translateY(-50%); */
}

.footer-pagination-row-inner {
    position: fixed;
    bottom: 51px;
    left: 25rem;
    background-color: white;
    z-index: 2;
}

.footer, 
.footer-pagination-row, 
.footer-pagination-row td{
    width: calc(100% - 25rem);
}

.menu-toggle .footer-pagination-row-inner{
    left: 5rem!important;
}

.invalid-field {
    color: #f70201;
}

.page-footer{
    z-index: 4;
    position: fixed;
    bottom: 51px; /* 51 from footer */
    background-color: white;
    padding: 20px 30px;
    left: 25rem;
    border-top: .1rem solid rgba(120, 130, 140, .13);
    border-bottom: .1rem solid rgba(120, 130, 140, .13);
    width: calc(100% - 25rem);
}

.menu-toggle .page-footer{
    width: calc(100% - 5rem);
    left: 5rem!important;
}
.vdp-datepicker input{
    height: 100%;
    width: 100%;
    border: none;
}

.vdp-datepicker::after{
    position: absolute;
    right: 10px;
    content: url("../calender_icon.svg");
    top: 50%;
    transform: translateY(-50%);
}
.vdp-datepicker__calendar .cell, .vdp-datepicker__calendar header span{
    color: rgba(0, 0, 0, 0.753);
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 31px;
}
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 1px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: #34C759;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #34C759;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
  
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}

/* Loader */

.loading {
    margin: auto;
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-color: rgba(255, 0, 0, 0.445);
    border-radius: 50%;
    border-top-color: red;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

.loading.loading-big{
    width: 100px;
    height: 100px;
    border-width: 5px;
}

.loading-wrapper h3, .loading-wrapper h2{
    color: white;
}

.loading-wrapper{
    align-content: center;
    justify-content: center;
    text-align: center;
    
    position: fixed;
    z-index: 9999;
    padding-top: 40vh;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.4;
}

.loading-white{
    border-color: rgb(255 255 255 / 45%)!important;
    border-top-color: white!important;
}

/* SPCI specific custom table */

.spci-table tbody td:not(:last-child) {
    border-right: 0.5px solid #DCDCDC;
    line-height: 20px;
}

/* Vue transition */
.slide-fade-enter-active {
    transition: all .3s ease;
}
.slide-fade-leave-active {
    transition: all .3s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to {
    transform: translateY(10px);
    opacity: 0;
}

/* MICS */

.clickable {
  cursor: pointer;
}

.link-underscore-red {
  color: #FF0A16 !important;
  text-decoration: underline;
}

.icon-float-right {
    z-index: 1;
    position: absolute;
    right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}