/**
 * **************************************************
 * ******* Name: gleek
 * ******* Description: Bootstrap 4 Admin Dashboard
 * ******* Version: 1.0.0
 * ******* Released on 2019-02-18 13:03:16
 * ******* Support Email : quixlab.com@gmail.com
 * ******* Support Skype : sporsho9
 * ******* Development/Code Author: Quixlab
 * ******* Author URL: https://quixlab.com
 * ******* Themeforest URL (Development): https://themeforest.net/user/quixlab
 * ******* Design Author: DigitalHeaps
 * ******* License: ISC
 * ***************************************************
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url(../fnt/font-awesome/css/font-awesome.min.css);
@import url(../../assets/plugins/animate/animate.min.css);
@import url(../../assets/plugins/metismenu/css/metisMenu.min.css);
@import url(../../assets/plugins/bootstrap-select/dist/css/bootstrap-select.min.css);
@import url(../../assets/plugins/dragula/dragula.min.css);
.gradient-1, .pricing-wrapper .single-pricing-table .upper-border.style-1, .pricing-wrapper .single-pricing-table .plan-price.style-1, .pricing-wrapper .single-pricing-table .btn.style-1:hover {
  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 .upper-border.style-2, .pricing-wrapper .single-pricing-table .plan-price.style-2, .pricing-wrapper .single-pricing-table .btn.style-2:hover {
  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 .upper-border.style-3, .pricing-wrapper .single-pricing-table .plan-price.style-3, .pricing-wrapper .single-pricing-table .btn.style-3:hover {
  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)
 */ :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: #7F63F4;
  --secondary: #673BB7;
  --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
}
*, *::before, *::after {
  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: rgba(0, 0, 0, 0)
}
@-ms-viewport {
  width: device-width
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
body {
  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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}
[tabindex="-1"]:focus {
  outline: 0 !important
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
dfn {
  font-style: italic
}
b, strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #7F63F4;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:hover {
  color: #441cef;
  text-decoration: underline
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus {
  outline: 0
}
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
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: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -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;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}
h1, .h1 {
  font-size: 2.5rem
}
h2, .h2 {
  font-size: 2rem
}
h3, .h3 {
  font-size: 1.75rem
}
h4, .h4 {
  font-size: 1.5rem
}
h5, .h5 {
  font-size: 1.25rem
}
h6, .h6 {
  font-size: 1rem
}
#preloader {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    /* background: #fff; */
}
.loader {
    position: absolute;
    width: 5rem;
    height: 10rem;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
#main-wrapper {
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
/*  filter: blur(2px);
  -webkit-filter: blur(2px);
*/}
#main-wrapper.show {
/*  filter: blur(0px);
  -webkit-filter: blur(0px);
*/
}
.lead {
  font-size: 1.25rem;
  font-weight: 300
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}
small, .small {
  font-size: 80%;
  font-weight: 400
}
mark, .mark {
  padding: .2em;
  background-color: #fcf8e3
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  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 {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}
.figure {
  display: inline-block
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}
.figure-caption {
  font-size: 90%;
  color: #6c757d
}
code {
  font-size: 87.5%;
  color: #e91e63;
  word-break: break-word
}
a > code {
  color: inherit
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}
pre code {
  font-size: inherit;
  color: 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: 1140px
  }
}
.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
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl, .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: rgba(0, 0, 0, 0)
}
.table th, .table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6
}
.table .table {
  background-color: #fff
}
.table-sm th, .table-sm td {
  padding: .3rem
}
.table-bordered {
  border: 1px solid #dee2e6
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075)
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #dbd3fc
}
.table-hover .table-primary:hover {
  background-color: #c7bbfa
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #c7bbfa
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d4c8eb
}
.table-hover .table-secondary:hover {
  background-color: #c5b5e4
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c5b5e4
}
.table-success, .table-success > th, .table-success > td {
  background-color: #cde9ce
}
.table-hover .table-success:hover {
  background-color: #bbe1bd
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #bbe1bd
}
.table-info, .table-info > th, .table-info > td {
  background-color: #b8e5ff
}
.table-hover .table-info:hover {
  background-color: #9fdcff
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #9fdcff
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #ffd0c1
}
.table-hover .table-danger:hover {
  background-color: #ffbda8
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ffbda8
}
.table-light, .table-light > th, .table-light > td {
  background-color: #e7e7e7
}
.table-hover .table-light:hover {
  background-color: #dadada
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #dadada
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #cbcccf
}
.table-hover .table-dark:hover {
  background-color: #bebfc3
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #bebfc3
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 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 {
  color: #fff;
  background-color: #212529
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e
}
.table-dark.table-bordered {
  border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075)
}
@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;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.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 {
  color: #495057;
  background-color: #fff;
  border-color: #e1dafc;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(127, 99, 244, 0.25)
}
.form-control::placeholder {
  color: #6c757d;
  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-sm, .form-control-plaintext.form-control-lg {
  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[size], select.form-control[multiple] {
  height: auto
}
textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 1rem
}
.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, 0.9);
  border-radius: .25rem
}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #4CAF50
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 0 .2rem rgba(76, 175, 80, 0.25)
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control: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, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block
}
.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
  display: block
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4CAF50
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #4CAF50
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #a3d7a5
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #6ec071
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(76, 175, 80, 0.25)
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4CAF50
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(76, 175, 80, 0.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, 0.9);
  border-radius: .25rem
}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF5722
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #FF5722;
  box-shadow: 0 0 0 .2rem rgba(255, 87, 34, 0.25)
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control: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, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block
}
.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF5722
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF5722
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ffb8a2
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff7e55
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 87, 34, 0.25)
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF5722
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 .2rem rgba(255, 87, 34, 0.25)
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}
.form-inline .form-check {
  width: 100%
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .input-group, .form-inline .custom-select {
    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;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}
.btn:hover, .btn:focus {
  text-decoration: none
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(127, 99, 244, 0.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 {
  color: #fff;
  background-color: #7F63F4;
  border-color: #7F63F4
}
.btn-primary:hover {
  color: #fff;
  background-color: #623ff1;
  border-color: #5833f1
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(127, 99, 244, 0.5)
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #7F63F4;
  border-color: #7F63F4
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5833f1;
  border-color: #4e27f0
}
.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, 0.5)
}
.btn-secondary {
  color: #fff;
  background-color: #673BB7;
  border-color: #673BB7
}
.btn-secondary:hover {
  color: #fff;
  background-color: #57329a;
  border-color: #512f90
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(103, 59, 183, 0.5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #673BB7;
  border-color: #673BB7
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #512f90;
  border-color: #4c2b87
}
.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, 0.5)
}
.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-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, 0.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, 0.5)
}
.btn-info {
  color: #fff;
  background-color: #00a2ff;
  border-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, 0.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, 0.5)
}
.btn-warning {
  color: #212529;
  background-color: #FFC107;
  border-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, 0.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, 0.5)
}
.btn-danger {
  color: #fff;
  background-color: #FF5722;
  border-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, 0.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, 0.5)
}
.btn-light {
  color: #212529;
  background-color: #aaa;
  border-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, 0.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;
  border-color: #8a8a8a
}
.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, 0.5)
}
.btn-dark {
  color: #fff;
  background-color: #464a53;
  border-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, 0.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, 0.5)
}
.btn-outline-primary {
  color: #7F63F4;
  background-color: transparent;
  background-image: none;
  border-color: #7F63F4
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #7F63F4;
  border-color: #7F63F4
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(127, 99, 244, 0.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #7F63F4;
  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: #7F63F4;
  border-color: #7F63F4
}
.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, 0.5)
}
.btn-outline-secondary {
  color: #673BB7;
  background-color: transparent;
  background-image: none;
  border-color: #673BB7
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #673BB7;
  border-color: #673BB7
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(103, 59, 183, 0.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #673BB7;
  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: #673BB7;
  border-color: #673BB7
}
.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, 0.5)
}
.btn-outline-success {
  color: #4CAF50;
  background-color: transparent;
  background-image: none;
  border-color: #4CAF50
}
.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, 0.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, 0.5)
}
.btn-outline-info {
  color: #00a2ff;
  background-color: transparent;
  background-image: none;
  border-color: #00a2ff
}
.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, 0.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, 0.5)
}
.btn-outline-warning {
  color: #FFC107;
  background-color: transparent;
  background-image: none;
  border-color: #FFC107
}
.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, 0.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, 0.5)
}
.btn-outline-danger {
  color: #FF5722;
  background-color: transparent;
  background-image: none;
  border-color: #FF5722
}
.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, 0.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, 0.5)
}
.btn-outline-light {
  color: #aaa;
  background-color: transparent;
  background-image: none;
  border-color: #aaa
}
.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, 0.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, 0.5)
}
.btn-outline-dark {
  color: #464a53;
  background-color: transparent;
  background-image: none;
  border-color: #464a53
}
.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, 0.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, 0.5)
}
.btn-link {
  font-weight: 400;
  color: #7F63F4;
  background-color: transparent
}
.btn-link:hover {
  color: #441cef;
  text-decoration: underline;
  background-color: transparent;
  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-lg, .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
.btn-sm, .btn-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.btn-block {
  display: block;
  width: 100%
}
.btn-block + .btn-block {
  margin-top: .5rem
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%
}
.fade {
  transition: opacity 0.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 0.35s ease
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  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 {
  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, 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
}
.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
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .dropdown-toggle::after {
  vertical-align: 0
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}
.dropleft .dropdown-toggle::after {
  display: none
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  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:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #7F63F4
}
.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;
  font-size: .875rem;
  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 > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  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:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .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:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  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 > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group > .custom-file {
  display: flex;
  align-items: center
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}
.input-group-prepend, .input-group-append {
  display: flex
}
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2
}
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px
}
.input-group-prepend {
  margin-right: -1px
}
.input-group-append {
  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: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0
}
.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  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-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .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) {
  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:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .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) {
  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;
  z-index: -1;
  opacity: 0
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #7F63F4
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(127, 99, 244, 0.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 {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  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: #7F63F4
}
.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: #7F63F4
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(127, 99, 244, 0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(127, 99, 244, 0.5)
}
.custom-radio .custom-control-label::before {
  border-radius: 50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #7F63F4
}
.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, 0.5)
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  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, 0.5)
}
.custom-select:focus::-ms-value {
  color: #495057;
  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-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #e1dafc;
  box-shadow: 0 0 0 .2rem rgba(127, 99, 244, 0.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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  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: none
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(127, 99, 244, 0.25)
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(127, 99, 244, 0.25)
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(127, 99, 244, 0.25)
}
.custom-range::-moz-focus-outer {
  border: 0
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #7F63F4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #7F63F4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: #7F63F4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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:hover, .nav-link:focus {
  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:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}
.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;
  background-color: #7F63F4
}
.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;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}
.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:hover, .navbar-brand:focus {
  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:hover, .navbar-toggler:focus {
  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, 0.9)
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5)
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3)
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 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, 0.5)
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9)
}
.navbar-dark .navbar-brand {
  color: #fff
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25)
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.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, 0.5)
}
.navbar-dark .navbar-text a {
  color: #fff
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff
}
.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, 0.125);
  border-radius: .25rem
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.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;
  padding: 1.25rem
}
.card-title {
  margin-bottom: .75rem
}
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}
.card-text:last-child {
  margin-bottom: 0
}
.card-link:hover {
  text-decoration: none
}
.card-link + .card-link {
  margin-left: 1.25rem
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 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, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125)
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}
.card-header-pills {
  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-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    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-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0
  }
  .card-group > .card:only-child {
    border-radius: .25rem
  }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .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-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    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 {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}
.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 {
  text-decoration: underline
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none
}
.breadcrumb-item.active {
  color: #6c757d
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #7F63F4;
  background-color: #fff;
  border: 1px solid #dee2e6
}
.page-link:hover {
  z-index: 2;
  color: #441cef;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(127, 99, 244, 0.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: #7F63F4;
  border-color: #7F63F4
}
.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;
  background-color: #7F63F4
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5833f1
}
.badge-secondary {
  color: #fff;
  background-color: #673BB7
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #512f90
}
.badge-success {
  color: #fff;
  background-color: #4CAF50
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3d8b40
}
.badge-info {
  color: #fff;
  background-color: #00a2ff
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0082cc
}
.badge-warning {
  color: #212529;
  background-color: #FFC107
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00
}
.badge-danger {
  color: #fff;
  background-color: #FF5722
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ee3900
}
.badge-light {
  color: #212529;
  background-color: #aaa
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #919191
}
.badge-dark {
  color: #fff;
  background-color: #464a53
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  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;
  padding: .75rem 1.25rem;
  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 {
  color: #42337f;
  background-color: #e5e0fd;
  border-color: #dbd3fc
}
.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
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
.progress {
  display: flex;
  height: 1rem;
  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;
  background-color: #7F63F4;
  transition: width 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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:hover, .list-group-item-action:focus {
  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, 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:hover, .list-group-item:focus {
  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: #7F63F4;
  border-color: #7F63F4
}
.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:hover, .list-group-item-primary.list-group-item-action:focus {
  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:hover, .list-group-item-secondary.list-group-item-action:focus {
  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:hover, .list-group-item-success.list-group-item-action:focus {
  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:hover, .list-group-item-info.list-group-item-action:focus {
  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:hover, .list-group-item-warning.list-group-item-action:focus {
  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:hover, .list-group-item-danger.list-group-item-action:focus {
  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:hover, .list-group-item-light.list-group-item-action:focus {
  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:hover, .list-group-item-dark.list-group-item-action:focus {
  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):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none
}
.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;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: transform 0.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, 0.2);
  border-radius: .3rem;
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .5
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  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;
  padding: 1rem
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef
}
.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: 1.75rem auto
  }
  .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 {
  position: absolute;
  z-index: 1070;
  display: block;
  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 {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="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 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  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, 0.2);
  border-radius: .3rem
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((.5rem + 1px) * -1)
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: .5rem .5rem 0
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: .5rem .5rem .5rem 0
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((.5rem + 1px) * -1)
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 .5rem .5rem .5rem
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="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-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: .5rem 0 .5rem .5rem
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25)
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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 {
  position: relative
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
  transition: transform 0.6s ease
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active, .carousel-item-next, .carousel-item-prev {
    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)
  }
}
.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%)
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next, .active.carousel-item-right {
    transform: translate3d(100%, 0, 0)
  }
}
.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%)
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev, .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0)
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0)
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0)
  }
}
.carousel-control-prev, .carousel-control-next {
  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-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent 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, 0.5)
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""
}
.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: #7F63F4 !important
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #5833f1 !important
}
.bg-secondary {
  background-color: #673BB7 !important
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #512f90 !important
}
.bg-success {
  background-color: #4CAF50 !important
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #3d8b40 !important
}
.bg-info {
  background-color: #00a2ff !important
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #0082cc !important
}
.bg-warning {
  background-color: #FFC107 !important
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important
}
.bg-danger {
  background-color: #FF5722 !important
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #ee3900 !important
}
.bg-light {
  background-color: #aaa !important
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #919191 !important
}
.bg-dark {
  background-color: #464a53 !important
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #2f3137 !important
}
.bg-white {
  background-color: #fff !important
}
.bg-transparent {
  background-color: transparent !important
}
.border {
  border: 1px solid #dee2e6 !important
}
.border-top {
  border-top: 1px solid #dee2e6 !important
}
.border-right {
  border-right: 1px solid #dee2e6 !important
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}
.border-left {
  border-left: 1px solid #dee2e6 !important
}
.border-0 {
  border: 0 !important
}
.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: #7F63F4 !important
}
.border-secondary {
  border-color: #673BB7 !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-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}
.rounded-circle {
  border-radius: 50% !important
}
.rounded-0 {
  border-radius: 0 !important
}
.clearfix::after {
  display: block;
  clear: both;
  content: ""
}
.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
}
.embed-responsive::before {
  display: block;
  content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .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-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}
@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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 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: #7F63F4 !important
}
a.text-primary:hover, a.text-primary:focus {
  color: #5833f1 !important
}
.text-secondary {
  color: #673BB7 !important
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #512f90 !important
}
.text-success {
  color: #4CAF50 !important
}
a.text-success:hover, a.text-success:focus {
  color: #3d8b40 !important
}
.text-info {
  color: #00a2ff !important
}
a.text-info:hover, a.text-info:focus {
  color: #0082cc !important
}
.text-warning {
  color: #FFC107 !important
}
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important
}
.text-danger {
  color: #FF5722 !important
}
a.text-danger:hover, a.text-danger:focus {
  color: #ee3900 !important
}
.text-light {
  color: #aaa !important
}
a.text-light:hover, a.text-light:focus {
  color: #919191 !important
}
.text-dark {
  color: #464a53 !important
}
a.text-dark:hover, a.text-dark:focus {
  color: #2f3137 !important
}
.text-body {
  color: #212529 !important
}
.text-muted {
  color: #6c757d !important
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.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 {
  *, *::before, *::after {
    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
  }
  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  tr, img {
    page-break-inside: avoid
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  body {
    min-width: 992px !important
  }
  .container {
    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 th, .table-bordered td {
    border: 1px solid #dee2e6 !important
  }
  .table-dark {
    color: inherit
  }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    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
}
* {
  outline: none;
  box-sizing: inherit;
  margin: 0;
  padding: 0
}
*::after {
  margin: 0;
  padding: 0
}
*::before {
  margin: 0;
  padding: 0
}
html {
  font-size: 62.5%
}
@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: "Roboto Condensed", sans-serif;
  margin: 0;
  overflow-x: hidden;
  font-size: 1.4rem;
  height: 100%;
  background-color: #f3f6f9;
  color: #abafb3;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  font-weight: 400
}
a {
  transition: all 0.4s ease-in-out;
  color: #000
}
a:focus, a:hover {
  text-decoration: none;
  color: #7F63F4
}
a.link {
  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, h2, h3, h4, h5, h6 {
  color: #464a53
}
h1 {
  line-height: 4rem;
  font-size: 3.6rem;
  font-weight: 600
}
h2 {
  line-height: 3.6rem;
  font-size: 2.4rem;
  font-weight: 600
}
h3 {
  line-height: 3rem;
  font-size: 2.1rem;
  font-weight: 600
}
h4 {
  line-height: 2.2rem;
  font-size: 1.8rem;
  font-weight: 600
}
h5 {
  line-height: 1.8rem;
  font-size: 1.6rem;
  font-weight: 400
}
h6 {
  line-height: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400
}
.heading-primary {
  font-size: 1.8rem
}
.heading-primary-title {
  font-size: 2.2rem;
  color: #7F63F4
}
.heading-primary-light {
  font-size: 1.8rem;
  font-weight: 400
}
.heading-light {
  font-weight: 400
}
.sub-heading {
  font-size: 1.6rem
}
.display-5 {
  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
}
@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, 0.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, 0.13)
}
.border-top-1 {
  border-top: 1px solid rgba(120, 130, 140, 0.13)
}
.border-right-1 {
  border-right: 1px solid rgba(120, 130, 140, 0.13)
}
.border-left-1 {
  border-left: 1px solid rgba(120, 130, 140, 0.13)
}
.dark-overlay-1 {
  background: rgba(0, 0, 0, 0.1)
}
.dark-overlay-2 {
  background: rgba(0, 0, 0, 0.2)
}
.dark-overlay-3 {
  background: rgba(0, 0, 0, 0.3)
}
.dark-overlay-4 {
  background: rgba(0, 0, 0, 0.4)
}
.dark-overlay-5 {
  background: rgba(0, 0, 0, 0.5)
}
.dark-overlay-6 {
  background: rgba(0, 0, 0, 0.6)
}
.dark-overlay-7 {
  background: rgba(0, 0, 0, 0.7)
}
.dark-overlay-8 {
  background: rgba(0, 0, 0, 0.8)
}
.dark-overlay-9 {
  background: rgba(0, 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 {
  font-weight: 500
}
.color-white {
  color: #fff
}
.color-muted, .text-muted {
  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-muted i {
  color: #abafb3 !important
}
.icon-dpink i {
  color: #fe60ad !important
}
.icon-success i {
  color: #4CAF50 !important
}
.icon-primary i {
  color: #7F63F4 !important
}
.icon-danger i {
  color: #FF5722 !important
}
.icon-warning i {
  color: #FFC107 !important
}
.bg-dark {
  background-color: #464a53;
  color: #fff;
  fill: #464a53
}
.bg-light {
  background-color: #aaa;
  color: #464a53;
  fill: #aaa
}
.bg-white {
  background-color: #fff
}
.bg-transparent {
  background-color: 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-secondary-darken-5 {
  background-color: #000
}
.bg-success-darken-5 {
  background-color: #000
}
.bg-info-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: #7F63F4
}
.bg-secondary-lighten-2 {
  background-color: #bda8e3;
  color: #673BB7
}
.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: #7f63f4
}
.bg-secondary-rgba1 {
  background-color: #673bb7
}
.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-primary {
  border-color: #7F63F4
}
.border-secondary {
  border-color: #673BB7
}
.border-success {
  border-color: #4CAF50
}
.border-info {
  border-color: #00a2ff
}
.border-danger {
  border-color: #FF5722
}
.border-warning {
  border-color: #FFC107
}
.border-dark {
  border-color: #464a53
}
.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 #7F63F4;
  border-right: 2px solid #7F63F4
}
.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, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.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, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.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, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.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, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.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, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.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, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.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, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.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, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.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, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.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, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.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, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.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, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.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, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.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, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.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, 0.4), 0 0 0 15px rgba(255, 152, 0, 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, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.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, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.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, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.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, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.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, 0.4), 0 0 0 15px rgba(0, 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, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1)
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-red {
  background-color: rgba(251, 58, 58, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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, 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, 0.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, 0.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, 0.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, 0.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, 0.5)
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-black::after {
  background-color: #000000
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-white {
  background-color: rgba(255, 255, 255, 0.5)
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-white::after {
  background-color: #ffffff
}
.header {
  height: 6rem;
  z-index: 1;
  position: relative;
  padding: 0 1.5rem;
  background: #fff;
  box-shadow: 0 0 1.5rem rgba(120, 130, 140, 0.13);
  margin-left: 32rem
}
.icons > a {
  position: relative;
  display: inline-block
}
.icons > a i {
  font-size: 2rem;
  color: #abafb3
}
.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 0.4s ease-in-out;
  border-top: 0;
  border: 0.1rem solid #42454D;
  background: transparent;
  color: #000;
  border: .1rem solid transparent;
  box-shadow: 0 0 1.5rem rgba(120, 130, 140, 0.13)
}
.dropdown-content-heading {
  padding: 1.5rem 1.5rem;
  line-height: 1.25;
  background: #7F63F4
}
.dropdown-content-heading span {
  font-size: 1.6rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff
}
.dropdown-content-heading i {
  color: #7F63F4
}
.dropdown-content-body ul > li {
  float: none;
  padding: 1rem 1.5rem;
  line-height: 1.25;
  padding: 1.8rem 1.5rem;
  position: relative;
  margin-bottom: .5rem;
  border-radius: .3rem;
  background: #fff;
  transition: all 0.4s ease-in-out
}
.dropdown-content-body ul > li a {
  color: #abafb3
}
.dropdown-content-body ul > li a.active, .dropdown-content-body ul > li a:focus, .dropdown-content-body ul > 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:hover, .dropdown-content-body ul > li:active, .dropdown-content-body ul > li:focus {
  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-img {
  border-radius: 10rem;
  width: 4rem;
  position: absolute;
  top: 2.2rem
}
.avatar-icon {
  border-radius: 10rem;
  width: 4rem;
  position: absolute;
  top: 2.5rem;
  height: 4rem;
  padding: 1rem 1.3rem
}
.notification-content {
  margin-left: 5.5rem;
  margin-right: 2.5rem
}
.user-avatar {
  margin-left: 1rem;
  font-size: 1.4rem;
  font-weight: 700
}
.notification-text {
  font-size: 1.4rem;
  font-family: "Roboto Condensed", 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 {
  display: inline-block;
  color: #464a53 !important
}
.dropdown-notfication .notification-heading {
  display: inline-block
}
.dropdown-profile {
  width: 16rem
}
.dropdown-profile .trial-day {
  color: #7F63F4
}
.dropdown-profile li {
  padding: 1rem 1.5rem !important;
  margin-bottom: 0 !important
}
.dropdown-profile li a {
  display: block;
  color: #abafb3
}
.dropdown-profile li a.active, .dropdown-profile li a:focus, .dropdown-profile li a:hover {
  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: "Roboto Condensed", sans-serif
}
.dropdown-profile li:last-child {
  padding: .7rem 1.5rem;
  border-top: 0.1rem solid rgba(120, 130, 140, 0.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: 0.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 {
  overflow: visible
}
svg.pulse-svg .first-circle, svg.pulse-svg .second-circle, svg.pulse-svg .third-circle {
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
  fill: #7F63F4
}
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 {
  width: 1rem;
  height: 1rem;
  border-radius: .5rem;
  border-radius: 2.5rem;
  height: .5rem;
  position: absolute;
  background: #7F63F4;
  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: #7F63F4;
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.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
}
@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0
  }
  50% {
    opacity: 0.1
  }
  70% {
    opacity: 0.09
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0
  }
}
@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0
  }
  50% {
    opacity: 0.1
  }
  70% {
    opacity: 0.09
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0
  }
}
[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:hover, .bootstrap-select .btn:focus {
  background: transparent;
  color: #464a53;
  border-color: #DDDFE1;
  outline: none !important
}
.bootstrap-select.show .btn {
  background: transparent;
  border-color: #DDDFE1;
  color: #464a53
}
.bootstrap-select .text-muted {
  background: transparent;
  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: #7F63F4;
  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 {
  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
}
[data-theme-version="dark"] .sidebar-right .nav-tabs .nav-item .nav-link {
  background-color: #2B2E37
}
.sidebar-right .nav-tabs .nav-item .nav-link.active {
  border-color: #7F63F4
}
[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 p {
  margin-bottom: .5rem
}
.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: #7F63F4;
  border: 0.2rem solid #7F63F4
}
.sidebar-right .tab-content .tab-pane .admin-settings [type="radio"]#nav_header_bg_1:checked + label::after {
  background-color: #7F63F4;
  border: 0.2rem solid #7F63F4
}
.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: 0.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: 0.2rem solid #464a53;
  color: #464a53
}
.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"]#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: 0.2rem solid #ad1457
}
.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"]#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: 0.2rem solid #ad1457
}
.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"]#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: 0.2rem solid #6a1b9a
}
.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"]#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: 0.2rem solid #6a1b9a
}
.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"]#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: 0.2rem solid #4527a0
}
.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"]#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: 0.2rem solid #4527a0
}
.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"]#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: 0.2rem solid #c62828
}
.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"]#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: 0.2rem solid #c62828
}
.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"]#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: 0.2rem solid #283593
}
.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"]#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: 0.2rem solid #283593
}
.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"]#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: 0.2rem solid #1565c0
}
.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"]#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: 0.2rem solid #1565c0
}
.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"]#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: 0.2rem solid #0277bd
}
.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"]#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: 0.2rem solid #0277bd
}
.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"]#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: 0.2rem solid #00838f
}
.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"]#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: 0.2rem solid #00838f
}
.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"]#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: 0.2rem solid #558b2f
}
.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"]#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: 0.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: 0.5rem
}
[direction="rtl"] .sidebar-right .tab-content .tab-pane .user-chat .all-chats {
  padding: 0
}
.sidebar-right .tab-content .tab-pane .user-chat .all-chats .single-chat {
  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) {
  margin-bottom: 1.5rem
}
@keyframes bounce {
  0% {
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%)
  }
  50% {
    transform: translateX(8%);
    -webkit-transform: translateX(8%)
  }
  100% {
    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%)
  }
  100% {
    transform: translateY(-8%);
    -webkit-transform: translateY(-8%)
  }
}
.nav-header {
  height: 9.7rem;
  width: 32rem;
  display: inline-block;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  background: #7F63F4;
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.13);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08)
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .nav-header {
    width: 23rem
  }
}
.nav-header .brand-logo {
  z-index: 999
}
.nav-header .brand-logo a {
  padding: 1.85rem 1.7rem;
  display: block
}
.nav-header .brand-logo a i {
  font-size: 2rem;
  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 {
  padding: 0 .5rem;
  color: #464a53
}
.header-left .drop-down {
  left: 0;
  top: 0.5rem
}
.header-search {
  min-width: 32rem;
  box-shadow: 0 0 0.5rem rgba(120, 130, 140, 0.13)
}
.header-search .input-group {
  margin-bottom: 0 !important
}
.header-search .input-group .form-control:hover, .header-search .input-group .form-control:focus, .header-search .input-group .form-control.active {
  box-shadow: 0;
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.13)
}
.header-search .input-group .input-group-text {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: #fff;
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.13);
  font-size: 1.8rem;
  padding: 0.375rem 1.75rem;
  cursor: pointer
}
.header-right {
  float: right;
  line-height: 4.8rem;
  margin-top: .8rem
}
.header-right .icons {
  float: left;
  margin: 0;
  padding: 0 .5rem;
  position: relative
}
.header-right .icons > a {
  padding: 0 .5rem;
  color: #464a53
}
.nav-user {
  text-align: center;
  margin-bottom: 1rem;
  padding: 2rem 1.5rem 1.5rem;
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.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 {
  position: relative
}
.nav-user .nav-user-option .dropdown-menu {
  left: 3rem !important;
  top: 2.2rem !important;
  background: #fff;
  border: 0.1rem solid rgba(120, 130, 140, 0.13);
  box-shadow: 0 0 2.5rem rgba(120, 130, 140, 0.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:hover, .nav-user .nav-user-option .dropdown-menu a:focus, .nav-user .nav-user-option .dropdown-menu a.active {
  background: #fff
}
.nav-user .nav-user-option .setting-option {
  display: inline-block;
  cursor: pointer
}
.nav-user .nav-user-option .setting-option i {
  font-size: 1.6rem;
  padding: 0 .5rem
}
.nav-user .nav-user-option .notification-option {
  display: inline-block;
  cursor: pointer
}
.nav-user .nav-user-option .notification-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: 0.05rem;
  color: #7F63F4
}
.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;
  background: #fff;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.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: #fafafa
}
.nk-sidebar .metismenu .active > .has-arrow:after, .nk-sidebar .metismenu .has-arrow[aria-expanded=true]:after {
  transform: rotate(-135deg) translateY(-50%)
}
.nk-sidebar .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff
}
.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;
  position: relative
}
.nk-sidebar .metismenu > li.active > a {
  border-color: #7F63F4
}
[direction="rtl"] .nk-sidebar .metismenu > li.active > a {
  border-color: #7F63F4
}
.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:hover > a {
  background: #F3F1FA;
  color: #7F63F4
}
.nk-sidebar .metismenu > li.active > a {
  background: #F3F1FA;
  color: #7F63F4
}
.nk-sidebar .metismenu > li a > i {
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  color: #707070
}
.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;
  transition: all .3s ease-out;
  color: #333;
  font-size: 1.4rem
}
.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:hover, .nk-sidebar .metismenu .mega-menu ul.in li a:focus, .nk-sidebar .metismenu .mega-menu ul.in li a.active {
  color: #7F63F4
}
.nk-sidebar .metismenu a {
  transition: all 0.4s ease-in-out
}
.nk-sidebar .metismenu a:hover, .nk-sidebar .metismenu a:active, .nk-sidebar .metismenu a.active {
  text-decoration: none;
  background-color: #F3F1FA
}
.nk-sidebar .metismenu .has-arrow:after {
  right: 2.5rem;
  top: 48%;
  border-color: #707070;
  transform: rotate(-225deg) translateY(-50%)
}
body[data-sidebar-position="static"]:not([data-sidebar-position="fixed"]) .nk-nav-scroll {
  height: auto !important
}
@media (max-width: 767px) {
  .hamburger {
    left: 6rem !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 0.5s ease-in-out;
    position: absolute;
    left: 0
  }
}
.hamburger {
  display: inline-block;
  right: 0;
  position: relative;
  top: .5rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.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: .2rem;
  margin: .5rem auto;
  background-color: #fff;
  width: 2.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.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(-0.6rem);
  transform: translateX(-0.6rem);
  width: 1.6rem;
  height: .2rem
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(0.4rem) rotate(45deg);
  transform: translateY(0.4rem) rotate(45deg)
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-0.4rem) rotate(-45deg);
  transform: translateY(-0.4rem) rotate(-45deg)
}
@media (max-width: 600px) {
  .input {
    background-color: #7F63F4
  }
  .input span::after {
    color: #464a53
  }
}
.metismenu {
  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 {
  padding-top: 2.8125rem;
  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 {
  z-index: 999
}
[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: 0.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 .nav-text {
  display: none
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nk-sidebar .slimScrollDiv, [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nk-sidebar .nk-nav-scroll {
  overflow: visible !important
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nk-sidebar .metismenu li {
  position: relative
}
[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;
  top: 5.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 {
  transition: all 0.4s ease-in-out
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nk-sidebar .metismenu > li > a.has-arrow:after {
  display: none
}
[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: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:hover > ul ul a {
  width: 101%
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-xl:hover > a {
  width: calc(70vw + 6rem)
}
[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-xl:hover > ul ul a {
  width: 101%
}
[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: 55vw
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nk-sidebar .metismenu > li.mega-menu-lg:hover > ul ul a {
  width: 101%
}
[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-md:hover > ul ul a {
  width: 101%
}
[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.mega-menu-sm:hover > ul ul a {
  width: 101%
}
[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 !important;
  overflow: visible
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nk-sidebar .metismenu > li:hover > ul a {
  padding: 1rem 1.5rem 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
}
[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 .nav-badge {
  display: none
}
[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 .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 {
    display: none
  }
  [data-sidebar-style="mini"] .nav-header .hamburger {
    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: 0.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 h5, [data-sidebar-style="mini"] .nav-user p {
    display: none
  }
  [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 .nav-text {
    display: none
  }
  [data-sidebar-style="mini"] .nk-sidebar .slimScrollDiv, [data-sidebar-style="mini"] .nk-sidebar .nk-nav-scroll {
    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"] .nk-sidebar .metismenu > li > a.has-arrow:after {
    display: none
  }
  [data-sidebar-style="mini"] .nk-sidebar .metismenu .nav-label, [data-sidebar-style="mini"] .nk-sidebar .metismenu .nav-badge {
    display: none
  }
  [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 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: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:hover > ul ul a {
    width: 101%
  }
  [data-sidebar-style="mini"][data-layout="vertical"] .nk-sidebar .metismenu > li.mega-menu-xl:hover > a {
    width: calc(70vw + 6rem)
  }
  [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-xl:hover > ul ul a {
    width: 101%
  }
  [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-lg:hover > ul ul a {
    width: 101%
  }
  [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-md:hover > ul ul a {
    width: 101%
  }
  [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"] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul ul a {
    width: 101%
  }
  [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:hover > ul ul a {
    width: 101%
  }
  [data-sidebar-style="mini"][data-layout="vertical"][data-container="boxed"] .nk-sidebar .metismenu > li.mega-menu-xl:hover > a {
    width: calc(60vw + 6rem)
  }
  [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-xl:hover > ul ul a {
    width: 101%
  }
  [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-lg:hover > ul ul a {
    width: 101%
  }
  [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-md:hover > ul ul a {
    width: 101%
  }
  [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-layout="vertical"][data-container="boxed"] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul ul a {
    width: 101%
  }
  [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"] .nk-sidebar {
  position: fixed
}
[data-sidebar-position="fixed"][data-layout="vertical"] .menu-toggle .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: 0.75rem 1.7rem
}
[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 {
    width: 15rem
  }
  [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 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 0.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 {
    overflow: visible !important
  }
  [data-layout="horizontal"] .nk-sidebar .slimScrollDiv .nk-nav-scroll {
    overflow: visible !important
  }
  [data-layout="horizontal"] .nk-sidebar .nav-user, [data-layout="horizontal"] .nk-sidebar .nav-label {
    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 .collapse.in {
    display: none
  }
  [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 1rem 1.5rem;
    margin-left: -.1rem
  }
  [data-layout="horizontal"] .nk-sidebar .metismenu li > 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 ul li a:hover {
    border-radius: .4rem
  }
  [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: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-xl:hover > ul ul a {
    width: 101%
  }
  [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 {
    width: 101%
  }
  [data-layout="horizontal"] .nk-sidebar .metismenu > li:not(:last-child) {
    border-right: 1px solid #DDDFE1
  }
  [data-theme-version="dark"][data-layout="horizontal"] .nk-sidebar .metismenu > li:not(:last-child) {
    border-color: #42454D
  }
  [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 0.7rem 0 0
  }
  [direction="rtl"][data-layout="horizontal"] .nk-sidebar .metismenu > li > a i {
    padding: 0 0 0 0.7rem
  }
  [data-layout="horizontal"] .nk-sidebar .metismenu > li > a .nav-badge {
    display: none
  }
  [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-left: 0;
    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-xl:hover > ul ul a {
    width: 101%
  }
  [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-lg:hover > ul ul a {
    width: 101%
  }
  [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-md:hover > ul ul a {
    width: 101%
  }
  [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"] .nk-sidebar .metismenu > li.mega-menu-sm:hover > ul ul a {
    width: 101%
  }
  [data-layout="horizontal"][data-container="boxed"] .footer {
    margin-left: 0;
    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 {
  margin-left: 0
}
[data-sidebar-style="overlay"] .header-left {
  margin-left: 0
}
[data-sidebar-style="overlay"] .nav-header {
  position: absolute
}
[data-sidebar-style="overlay"] .nav-header .hamburger.is-active {
  left: 0
}
[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
}
[data-sidebar-style="overlay"] .menu-toggle .nk-sidebar {
  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-style="overlay"][data-header-position="fixed"] .nav-header {
  position: fixed
}
[data-sidebar-position="fixed"][data-header-position="fixed"] .nav-header {
  position: fixed
}
[data-sidebar-style="overlay"][data-layout="vertical"] .nav-header {
  height: 6rem
}
[data-sidebar-style="overlay"][data-layout="vertical"] .nav-header .brand-logo a {
  padding: 8px 1.7rem
}
[data-sidebar-style="overlay"][data-layout="vertical"] .nav-header .brand-logo a img {
  width: 45px
}
[data-sidebar-style="overlay"][data-layout="vertical"] .nav-control {
  top: 1.2rem
}
[data-sidebar-style="overlay"][data-layout="vertical"] .menu-toggle .nav-control {
  top: 2.5rem
}
@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 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-layout="vertical"][data-container="boxed"][data-sidebar-position="fixed"][data-header-position="static"][data-sidebar-style="overlay"] .nav-header {
  position: absolute
}
[data-layout="vertical"][data-container="boxed"][data-sidebar-position="fixed"][data-header-position="static"][data-sidebar-style="overlay"] .menu-toggle .nk-sidebar {
  position: absolute
}
[data-container="boxed"][data-layout="vertical"][data-sidebar-style="overlay"] .nk-sidebar {
  top: 11.3rem
}
[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: 0.5rem
}
[data-container="boxed"][data-layout="vertical"][data-sidebar-style="overlay"] .nav-header a {
  padding: 0.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 {
  height: 6rem
}
[data-container="boxed"][data-layout="vertical"][data-sidebar-style="mini"] .nav-header a {
  padding: 0.5rem .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 {
  height: 6rem
}
[data-container="boxed"][data-layout="vertical"][data-sidebar-style="compact"] .nav-header a {
  padding: 0.8rem .5rem
}
[data-container="boxed"][data-layout="vertical"][data-sidebar-style="compact"] .nav-header a img {
  max-width: 45px
}
[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
  }
}
@media (min-width: 992px) {
  [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 {
    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 {
    width: calc(90% - 6rem)
  }
}
@media (min-width: 992px) {
  [data-container="wide-boxed"][data-sidebar-style="mini"] .header {
    width: calc(100% - 6rem)
  }
  [data-header-position="fixed"][data-container="wide-boxed"][data-sidebar-style="mini"] .header {
    width: calc(90% - 6rem)
  }
}
@media (min-width: 992px) {
  [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)
  }
}
@media (min-width: 992px) {
  [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
}
@media only screen and (max-width: 767px) {
  .nav-header .brand-logo {
    height: 100%
  }
  .nav-header .brand-logo a {
    height: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center
  }
}
[data-nav-headerbg="color_1"] .nav-header {
  background-color: #7F63F4
}
[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 {
  background-color: #fff
}
[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_2"] .header .icons > a, [data-headerbg="color_2"] .header .icons i, [data-headerbg="color_3"] .header .icons > a, [data-headerbg="color_3"] .header .icons i, [data-headerbg="color_4"] .header .icons > a, [data-headerbg="color_4"] .header .icons i, [data-headerbg="color_5"] .header .icons > a, [data-headerbg="color_5"] .header .icons i, [data-headerbg="color_6"] .header .icons > a, [data-headerbg="color_6"] .header .icons i, [data-headerbg="color_7"] .header .icons > a, [data-headerbg="color_7"] .header .icons i, [data-headerbg="color_8"] .header .icons > a, [data-headerbg="color_8"] .header .icons i, [data-headerbg="color_9"] .header .icons > a, [data-headerbg="color_9"] .header .icons i, [data-headerbg="color_10"] .header .icons > a, [data-headerbg="color_10"] .header .icons i {
  color: #fff !important
}
[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, [data-headerbg="color_10"] .header .header-search .input-group .input-group-text i {
  color: #abafb3 !important
}
[data-sibebarbg="color_1"] .nk-sidebar .metismenu {
  background-color: #fff
}
[data-sibebarbg="color_2"] .nk-sidebar {
  background-color: #ad1457 !important
}
[data-sibebarbg="color_2"] .nk-sidebar .metismenu {
  background-color: #ad1457 !important
}
[data-sibebarbg="color_2"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important
}
[data-sibebarbg="color_2"] .nk-sidebar .metismenu ul {
  background-color: #7f0f40
}
[data-sibebarbg="color_2"] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important
}
[data-sibebarbg="color_2"] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important
}
[data-sibebarbg="color_2"] .nk-sidebar .metismenu a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu a:active, [data-sibebarbg="color_2"] .nk-sidebar .metismenu a.active {
  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, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a {
  background-color: #520929 !important;
  color: #fff !important
}
[data-sidebar-style="mini"][data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a {
  background-color: #520929 !important
}
[data-sidebar-style="mini"][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:focus, [data-sidebar-style="mini"][data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #520929 !important;
  color: #fff !important
}
[data-sidebar-style="full"][data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a {
  background-color: #520929 !important
}
[data-sidebar-style="full"][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:focus, [data-sidebar-style="full"][data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #520929 !important;
  color: #fff !important
}
[data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_2"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #520929 !important;
  color: #fff !important
}
[data-sibebarbg="color_2"] .nk-sidebar .metismenu * {
  color: #fff !important
}
[data-sibebarbg="color_3"] .nk-sidebar {
  background-color: #6a1b9a !important
}
[data-sibebarbg="color_3"] .nk-sidebar .metismenu {
  background-color: #6a1b9a !important
}
[data-sibebarbg="color_3"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important
}
[data-sibebarbg="color_3"] .nk-sidebar .metismenu ul {
  background-color: #4c136f !important
}
[data-sibebarbg="color_3"] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important
}
[data-sibebarbg="color_3"] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important
}
[data-sibebarbg="color_3"] .nk-sidebar .metismenu a:hover, [data-sibebarbg="color_3"] .nk-sidebar .metismenu a:active, [data-sibebarbg="color_3"] .nk-sidebar .metismenu a.active {
  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, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a {
  background-color: #2e0c43 !important;
  color: #fff !important
}
[data-sidebar-style="mini"][data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a {
  background-color: #2e0c43 !important
}
[data-sidebar-style="mini"][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:focus, [data-sidebar-style="mini"][data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #2e0c43 !important;
  color: #fff !important
}
[data-sidebar-style="full"][data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a {
  background-color: #2e0c43 !important
}
[data-sidebar-style="full"][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:focus, [data-sidebar-style="full"][data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #2e0c43 !important;
  color: #fff !important
}
[data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_3"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #2e0c43 !important;
  color: #fff !important
}
[data-sibebarbg="color_3"] .nk-sidebar .metismenu * {
  color: #fff
}
[data-sibebarbg="color_4"] .nk-sidebar {
  background-color: #4527a0 !important
}
[data-sibebarbg="color_4"] .nk-sidebar .metismenu {
  background-color: #4527a0 !important
}
[data-sibebarbg="color_4"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important
}
[data-sibebarbg="color_4"] .nk-sidebar .metismenu ul {
  background-color: #331d77 !important
}
[data-sibebarbg="color_4"] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important
}
[data-sibebarbg="color_4"] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important
}
[data-sibebarbg="color_4"] .nk-sidebar .metismenu a:hover, [data-sibebarbg="color_4"] .nk-sidebar .metismenu a:active, [data-sibebarbg="color_4"] .nk-sidebar .metismenu a.active {
  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, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a {
  background-color: #22134e !important;
  color: #fff !important
}
[data-sidebar-style="mini"][data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a {
  background-color: #22134e !important
}
[data-sidebar-style="mini"][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:focus, [data-sidebar-style="mini"][data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #22134e !important;
  color: #fff !important
}
[data-sidebar-style="full"][data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a {
  background-color: #22134e !important
}
[data-sidebar-style="full"][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:focus, [data-sidebar-style="full"][data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #22134e !important;
  color: #fff !important
}
[data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_4"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #22134e !important;
  color: #fff !important
}
[data-sibebarbg="color_4"] .nk-sidebar .metismenu * {
  color: #fff
}
[data-sibebarbg="color_5"] .nk-sidebar {
  background-color: #c62828 !important
}
[data-sibebarbg="color_5"] .nk-sidebar .metismenu {
  background-color: #c62828 !important
}
[data-sibebarbg="color_5"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important
}
[data-sibebarbg="color_5"] .nk-sidebar .metismenu ul {
  background-color: #9c1f1f !important
}
[data-sibebarbg="color_5"] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important
}
[data-sibebarbg="color_5"] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important
}
[data-sibebarbg="color_5"] .nk-sidebar .metismenu a:hover, [data-sibebarbg="color_5"] .nk-sidebar .metismenu a:active, [data-sibebarbg="color_5"] .nk-sidebar .metismenu a.active {
  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, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a {
  background-color: #711717 !important;
  color: #fff !important
}
[data-sidebar-style="mini"][data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a {
  background-color: #711717 !important
}
[data-sidebar-style="mini"][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:focus, [data-sidebar-style="mini"][data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #711717 !important;
  color: #fff !important
}
[data-sidebar-style="full"][data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a {
  background-color: #711717 !important
}
[data-sidebar-style="full"][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:focus, [data-sidebar-style="full"][data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #711717 !important;
  color: #fff !important
}
[data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_5"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #711717 !important;
  color: #fff !important
}
[data-sibebarbg="color_5"] .nk-sidebar .metismenu * {
  color: #fff
}
[data-sibebarbg="color_6"] .nk-sidebar {
  background-color: #283593 !important
}
[data-sibebarbg="color_6"] .nk-sidebar .metismenu {
  background-color: #283593 !important
}
[data-sibebarbg="color_6"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important
}
[data-sibebarbg="color_6"] .nk-sidebar .metismenu ul {
  background-color: #1d276b !important
}
[data-sibebarbg="color_6"] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important
}
[data-sibebarbg="color_6"] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important
}
[data-sibebarbg="color_6"] .nk-sidebar .metismenu a:hover, [data-sibebarbg="color_6"] .nk-sidebar .metismenu a:active, [data-sibebarbg="color_6"] .nk-sidebar .metismenu a.active {
  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, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a {
  background-color: #121843 !important;
  color: #fff !important
}
[data-sidebar-style="mini"][data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a {
  background-color: #121843 !important
}
[data-sidebar-style="mini"][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:focus, [data-sidebar-style="mini"][data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #121843 !important;
  color: #fff !important
}
[data-sidebar-style="full"][data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a {
  background-color: #121843 !important
}
[data-sidebar-style="full"][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:focus, [data-sidebar-style="full"][data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #121843 !important;
  color: #fff !important
}
[data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_6"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #121843 !important;
  color: #fff !important
}
[data-sibebarbg="color_6"] .nk-sidebar .metismenu * {
  color: #fff
}
[data-sibebarbg="color_7"] .nk-sidebar {
  background-color: #1565c0 !important
}
[data-sibebarbg="color_7"] .nk-sidebar .metismenu {
  background-color: #1565c0 !important
}
[data-sibebarbg="color_7"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important
}
[data-sibebarbg="color_7"] .nk-sidebar .metismenu ul {
  background-color: #104d92 !important
}
[data-sibebarbg="color_7"] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important
}
[data-sibebarbg="color_7"] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important
}
[data-sibebarbg="color_7"] .nk-sidebar .metismenu a:hover, [data-sibebarbg="color_7"] .nk-sidebar .metismenu a:active, [data-sibebarbg="color_7"] .nk-sidebar .metismenu a.active {
  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, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a {
  background-color: #0b3564 !important;
  color: #fff !important
}
[data-sidebar-style="mini"][data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a {
  background-color: #0b3564 !important
}
[data-sidebar-style="mini"][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:focus, [data-sidebar-style="mini"][data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #0b3564 !important;
  color: #fff !important
}
[data-sidebar-style="full"][data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a {
  background-color: #0b3564 !important
}
[data-sidebar-style="full"][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:focus, [data-sidebar-style="full"][data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #0b3564 !important;
  color: #fff !important
}
[data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_7"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #0b3564 !important;
  color: #fff !important
}
[data-sibebarbg="color_7"] .nk-sidebar .metismenu * {
  color: #fff
}
[data-sibebarbg="color_8"] .nk-sidebar {
  background-color: #0277bd !important
}
[data-sibebarbg="color_8"] .nk-sidebar .metismenu {
  background-color: #0277bd !important
}
[data-sibebarbg="color_8"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important
}
[data-sibebarbg="color_8"] .nk-sidebar .metismenu ul {
  background-color: #01578b !important
}
[data-sibebarbg="color_8"] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important
}
[data-sibebarbg="color_8"] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important
}
[data-sibebarbg="color_8"] .nk-sidebar .metismenu a:hover, [data-sibebarbg="color_8"] .nk-sidebar .metismenu a:active, [data-sibebarbg="color_8"] .nk-sidebar .metismenu a.active {
  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, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a {
  background-color: #013758 !important;
  color: #fff !important
}
[data-sidebar-style="mini"][data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a {
  background-color: #013758 !important
}
[data-sidebar-style="mini"][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:focus, [data-sidebar-style="mini"][data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #013758 !important;
  color: #fff !important
}
[data-sidebar-style="full"][data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a {
  background-color: #013758 !important
}
[data-sidebar-style="full"][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:focus, [data-sidebar-style="full"][data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #013758 !important;
  color: #fff !important
}
[data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_8"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #013758 !important;
  color: #fff !important
}
[data-sibebarbg="color_8"] .nk-sidebar .metismenu * {
  color: #fff
}
[data-sibebarbg="color_9"] .nk-sidebar {
  background-color: #00838f !important
}
[data-sibebarbg="color_9"] .nk-sidebar .metismenu {
  background-color: #00838f !important
}
[data-sibebarbg="color_9"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important
}
[data-sibebarbg="color_9"] .nk-sidebar .metismenu ul {
  background-color: #00545c !important
}
[data-sibebarbg="color_9"] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important
}
[data-sibebarbg="color_9"] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important
}
[data-sibebarbg="color_9"] .nk-sidebar .metismenu a:hover, [data-sibebarbg="color_9"] .nk-sidebar .metismenu a:active, [data-sibebarbg="color_9"] .nk-sidebar .metismenu a.active {
  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, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a {
  background-color: #002629 !important;
  color: #fff !important
}
[data-sidebar-style="mini"][data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a {
  background-color: #002629 !important
}
[data-sidebar-style="mini"][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:focus, [data-sidebar-style="mini"][data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #002629 !important;
  color: #fff !important
}
[data-sidebar-style="full"][data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a {
  background-color: #002629 !important
}
[data-sidebar-style="full"][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:focus, [data-sidebar-style="full"][data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #002629 !important;
  color: #fff !important
}
[data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_9"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #002629 !important;
  color: #fff !important
}
[data-sibebarbg="color_9"] .nk-sidebar .metismenu * {
  color: #fff
}
[data-sibebarbg="color_10"] .nk-sidebar {
  background-color: #558b2f !important
}
[data-sibebarbg="color_10"] .nk-sidebar .metismenu {
  background-color: #558b2f !important
}
[data-sibebarbg="color_10"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover {
  color: #fff !important
}
[data-sibebarbg="color_10"] .nk-sidebar .metismenu ul {
  background-color: #3e6522 !important
}
[data-sibebarbg="color_10"] .nk-sidebar .metismenu ul.in li.active a {
  color: #fff !important
}
[data-sibebarbg="color_10"] .nk-sidebar .metismenu ul.in li.active a:hover {
  color: #fff !important
}
[data-sibebarbg="color_10"] .nk-sidebar .metismenu a:hover, [data-sibebarbg="color_10"] .nk-sidebar .metismenu a:active, [data-sibebarbg="color_10"] .nk-sidebar .metismenu a.active {
  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, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a {
  background-color: #263f15 !important;
  color: #fff !important
}
[data-sidebar-style="mini"][data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a {
  background-color: #263f15 !important
}
[data-sidebar-style="mini"][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:focus, [data-sidebar-style="mini"][data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #263f15 !important;
  color: #fff !important
}
[data-sidebar-style="full"][data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:hover > a, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a {
  background-color: #263f15 !important
}
[data-sidebar-style="full"][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:focus, [data-sidebar-style="full"][data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a:active {
  background-color: #263f15 !important;
  color: #fff !important
}
[data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:hover > a:hover, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:hover > a:focus, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:hover > a:active, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a:hover, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a:focus, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li:focus > a:active, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a:hover, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a:focus, [data-sibebarbg="color_10"] .nk-sidebar .metismenu > li.active > a:active {
  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 0.4s ease-in-out
}
.stat-widget-two:hover {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.125)
}
.stat-widget-two .media img {
  max-width: 7.5rem
}
.stat-widget-two .media .media-body {
  margin-top: .5rem
}
.stat-widget-two .media .media-body h2 {
  font-size: 3.2rem
}
.stat-widget-two .media .media-body span {
  font-size: 1.6rem
}
.card .stat-widget-two:hover {
  box-shadow: none
}
.stat-widget-three {
  display: inline-block
}
.stat-widget-three .media-body {
  text-align: left
}
.stat-widget-three .media-body h2 {
  font-size: 3rem
}
.stat-widget-three .media-body span {
  font-size: 1.5rem;
  font-weight: 500
}
.stat-widget-four.card-body {
  padding: 2.25rem
}
.stat-widget-four h4 {
  font-size: 1.6rem
}
.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 {
    font-size: 1.4rem
  }
  .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 0.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
}
.stat-widget-five .bottom-text p, .stat-widget-five .bottom-text span {
  line-height: 1
}
.stat-widget-five:hover {
  box-shadow: 0 0.5rem 2rem rgba(0, 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 {
  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 {
  font-size: 3.2rem
}
.stat-widget-seven h5 {
  font-size: 1.5rem
}
.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 {
  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 {
  position: relative
}
.stat-widget-search-2 .form-group .form-control {
  border-radius: 50px;
  padding-left: 2rem;
  border: 0;
  background-color: transparent
}
.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 span {
  color: #abafb3 !important
}
.stat-widget-progress h5 span {
  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 {
  margin-left: 6rem
}
.ticket-widget ul li {
  position: relative
}
.ticket-widget ul li:not(:last-child) {
  margin-bottom: 1.5rem
}
.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-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 {
  position: relative
}
.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: 0.25rem .75rem
}
.widget-file-container .file-container {
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.6rem 0;
  width: 11.7rem;
  margin-bottom: 1rem
}
.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
  }
}
.widget-file-container .file-container small {
  font-weight: 500
}
.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-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: 0.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-school-stat h2, .widget-school-stat {
  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 {
  padding: 4.6rem 3rem
}
.widget-gradient.card-body {
  padding: 4.6rem 3rem
}
.widget-gradient p, .widget-gradient h2, .widget-gradient h4, .widget-gradient h5, .widget-gradient a, .widget-gradient span {
  color: #fff
}
.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: 0.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, 0.1);
  z-index: -1;
  content: "";
  right: 50%;
  top: 15%
}
.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 h2 {
  font-size: 3.4rem
}
.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 p, .widget-event-circle .right p {
  font-size: 1.6rem
}
.widget-event-circle .left h2, .widget-event-circle .right h2 {
  font-size: 2.2rem
}
.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-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: 0.6rem
}
.widget-product-data h4, .widget-product-data h2 {
  margin: 0;
  line-height: 1
}
.widget-product-data h4 {
  font-size: 1.5rem
}
.widget-product-data h2 {
  font-size: 3rem
}
.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: 0.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
}
.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: none
  }
}
.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
}
.widget-job-stats .circle-progress h4 {
  font-size: 2.4rem
}
.position-absolute.chart-position--bottomLeft {
  width: 100%;
  bottom: 0;
  left: 0
}
.timeline {
  list-style: none;
  padding: .8rem 0 .8rem;
  position: relative
}
.timeline:before {
  top: 2rem;
  bottom: 0;
  position: absolute;
  content: " ";
  width: .2rem;
  left: 2.5rem;
  margin-right: -1.5rem
}
.timeline > li {
  margin-bottom: .5rem;
  position: relative
}
.timeline > li:before {
  content: " ";
  display: table
}
.timeline > li:after {
  content: " ";
  display: table;
  clear: both
}
.timeline > li > .timeline-panel {
  width: calc(100% - 3.5rem);
  float: right;
  border-radius: .2rem;
  position: relative
}
.timeline > li > .timeline-badge {
  border-radius: 50%;
  height: 1.5rem;
  left: 1.9rem;
  position: absolute;
  top: 1rem;
  width: 1.5rem
}
.timeline-body > p {
  font-size: 1.2rem
}
.timeline-badge.primary {
  background-color: #7F63F4 !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
}
.social-icon1 ul li a {
  display: block
}
.social-icon1 ul li a i {
  font-size: 1.5rem;
  color: #7F63F4
}
.social-icon2 a {
  border: 0.1rem solid #7F63F4;
  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: #7F63F4
}
.social-icon3 ul li {
  display: inline-block
}
.social-icon3 ul li a {
  display: block
}
.social-icon3 ul li a i {
  font-size: 1.4rem;
  padding: 1rem .7rem;
  color: #464a53
}
.social-icon3 ul li a:hover i {
  color: #7F63F4
}
.social-icons-muted ul li a 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 2.3rem 1rem;
  position: relative;
  background: #f3f6f9;
  color: #464a53
}
.timeline-header h1 {
  color: #464a53 !important
}
.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: 0rem;
  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 {
  position: relative
}
#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:last-child {
  margin-bottom: 0
}
#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: 0.2rem solid #464a53
}
#timeline section.year section ul li {
  margin-left: .5rem
}
#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: mediumturquoise
}
#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%;
  background-color: #7F63F4
}
.input:hover {
  cursor: pointer
}
.input::before, .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  background-color: #7F63F4;
  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.active {
  background-color: #7F63F4
}
.input.active ~ .input {
  background-color: #464a53
}
.input.active ~ .input::before, .input.active ~ .input::after {
  background-color: #464a53
}
.input.active::before, .input.active::after {
  background-color: #7F63F4
}
.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::before {
  visibility: visible;
  position: absolute;
  left: 50%
}
.input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
  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(-0.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
}
.description-flex-container p.active {
  display: block
}
@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::before, .input::after {
    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::before, .input::after {
    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 {
  font-size: 1.4rem
}
.user-job-title {
  font-size: 1.4rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  color: #7F63F4
}
.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
}
.contact-information, .basic-information {
  margin: 1.5rem
}
.contact-information h4, .basic-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
}
.phone-number, .mail-address, .contact-email, .contact-website, .contact-skype, .birth-date, .gender {
  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 {
  display: inline-block;
  padding: 5px 3rem;
  margin-right: 15px
}
.gateway .custom-checkbox {
  display: inline-block
}
.wallet-title {
  font-size: 1.8rem;
  margin-bottom: 0
}
.add-wallet {
  border: 0.1rem dashed #DDDFE1;
  text-align: center
}
.add-wallet a {
  padding: 4rem 1.5rem;
  display: block
}
.add-wallet a i {
  font-size: 2.6rem;
  color: #7F63F4
}
.add-wallet a p {
  margin: 0;
  font-size: 1.6rem;
  color: #464a53
}
.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: 0.1rem solid rgba(120, 130, 140, 0.13)
}
.wallet-card .wallet-address .btn.dropdown-toggle:hover, .wallet-card .wallet-address .btn.dropdown-toggle:focus, .wallet-card .wallet-address .btn.dropdown-toggle:active, .wallet-card .wallet-address .btn.dropdown-toggle.active {
  border: 0.1rem solid rgba(120, 130, 140, 0.13)
}
.wallet-card .wallet-address .input-group .form-control::placeholder {
  color: #abafb3
}
.wallet-card .wallet-address .input-group-append button {
  background: #F0F0F2;
  border-color: #DDDFE1
}
.wallet-card .wallet-address .input-group-append i {
  color: #7F63F4;
  font-size: 1.6rem !important
}
.wallet-card .wallet-address .input-group-prepend button {
  background: #F0F0F2;
  border-color: #DDDFE1
}
.wallet-card .wallet-address .input-group-prepend button i {
  font-size: 1.6rem !important;
  color: #7F63F4
}
.wallet-card .wallet-address .input-group-prepend .text-muted i {
  color: #abafb3
}
.wallet-card .wallet-address h5 {
  font-size: 1.6rem;
  color: #6a707e
}
.wallet-card .wallet-address .form-control {
  background: transparent !important;
  height: 4.5rem;
  border-color: #DDDFE1
}
.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
  }
}
.cryptocompare-logo {
  display: none
}
.chartTypeTabLinks {
  font-size: 1.6rem !important;
  margin-bottom: 1rem;
  margin-right: 1rem !important;
  background: #464a53 !important
}
.cTypeTabActive {
  background: #7F63F4 !important
}
.ccc-widget.ccc-chart-v3 > div {
  background: #f3f6f9 !important;
  border: 0 !important
}
.tabContainer {
  text-align: center
}
.tabContainer .tablinks {
  border: 0.1rem solid rgba(120, 130, 140, 0.13) !important;
  color: #7F63F4;
  display: inline-block;
  float: none;
  font-size: 1.6rem;
  margin: 1rem .4rem;
  padding: .5rem 3rem
}
.cccCustomRadioContainer span.radio::before {
  display: none
}
.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
}
.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 > td, .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 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
  }
}
.table-show-ticket.table tbody tr td:first-child {
  padding-left: 2rem
}
@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 0px rgba(119, 119, 119, 0.1)
}
.support-tickets .ticket-id, .support-tickets .ticket-heading {
  justify-content: space-between;
  align-items: center
}
.support-tickets .ticket-id .btn {
  width: 10rem;
  padding: 0.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: 0.6rem 3.5rem;
  font-size: 1.8rem;
  font-weight: normal
}
.email-left-box {
  width: 30rem;
  float: left;
  padding: 0 2rem 2rem 1rem;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.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, 0.1);
  padding: 1.8rem;
  margin: 3rem 0 2rem 0
}
.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, 0.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, 0.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
}
.toolbar .btn-group .dropdown-menu a {
  color: #abafb3
}
.read-content textarea {
  background: #f3f6f9;
  color: #abafb3;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem
}
.read-content textarea::placeholder {
  color: #abafb3
}
.read-content-email {
  font-size: 1.4rem
}
.read-content h5 {
  color: #6a707e
}
.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
}
.read-content-attachment h6 i {
  padding-right: .5rem
}
.read-content-attachment .attachment > div:not(:last-child) {
  border-right: 1px solid #DDDFE1
}
.compose-content .wysihtml5-toolbar {
  border-color: rgba(120, 130, 140, 0.13)
}
.compose-content .textarea_editor {
  background: #f3f6f9 !important
}
.compose-content .dropzone {
  background: #f3f6f9 !important
}
.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: 0.3s
}
.email-list .message a {
  color: #abafb3
}
.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: 0.05s;
  background: rgba(152, 166, 173, 0.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;
  position: relative;
  display: inline-block;
  border-radius: .1rem;
  position: relative;
  top: .5rem;
  box-shadow: inset 0 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: 0.05s
}
.mail-list a {
  vertical-align: middle;
  padding: 1rem 1.5rem;
  display: block;
  background: transparent;
  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: #cccccc
}
.mail-list .list-group-item.active {
  color: #7F63F4;
  border-left: 3px solid #7F63F4;
  background: transparent
}
.mail-list .list-group-item.active i {
  color: #7F63F4
}
@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
}
.chat-wrap .media img {
  margin-right: 1.5rem
}
@media (min-width: 1700px) {
  .chat-wrap .media img {
    margin-right: 3rem
  }
}
.chat-wrap .media .media-body h6 {
  font-size: 1.7rem;
  color: #6a707e
}
.chat-wrap .media .media-body p {
  font-size: 1.4rem
}
@media (min-width: 648px) {
  .email-filter {
    padding-left: 2rem
  }
}
@media (min-width: 1700px) {
  .email-filter {
    padding-left: 3rem
  }
}
.email-filter .input-group-prepend i {
  font-size: 1.4rem;
  color: #abafb3
}
.email-filter .input-group-prepend .input-group-text {
  border: 0;
  border-bottom: 1px solid #DDDFE1 !important;
  background: transparent
}
.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 h6 {
  color: #abafb3
}
.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: bold;
  transform: rotate(90deg)
}
.single-mail .media-body p {
  font-size: 1.4rem;
  color: #abafb3
}
.single-mail.active {
  background: #7F63F4
}
.single-mail.active h6, .single-mail.active h4, .single-mail.active p, .single-mail.active i {
  color: #fff !important
}
.photo-content {
  position: relative
}
.photo-content .cover-photo {
  background: url(../../assets/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: #7F63F4 !important
}
.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: 0.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: white;
  font-size: 1.2rem
}
.profile-tab .nav-item .nav-link {
  font-size: 1.8rem;
  padding: 1rem 0 .5rem;
  margin-right: 3rem;
  transition: all 0.5s ease-in-out;
  border: none;
  border-bottom: .2rem solid transparent;
  color: #abafb3
}
.profile-tab .nav-item .nav-link:hover, .profile-tab .nav-item .nav-link.active {
  border: 0;
  background: transparent;
  background: transparent;
  border-bottom: 0.2rem solid #7F63F4;
  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: 0.1rem solid rgba(120, 130, 140, 0.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, 0.13) !important;
  border-bottom: 0 !important
}
.fc-widget-content {
  border: 1px solid #E5E5E5 !important
}
.fc th.fc-widget-header {
  background: #42454D !important;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1rem 0;
  text-transform: uppercase
}
.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: none;
  cursor: move;
  font-size: 1.3rem;
  margin: .5rem .7rem;
  padding: .5rem;
  text-align: center
}
.external-event {
  cursor: move;
  margin: 1rem 0;
  padding: 0.2rem 0
}
.fc-basic-view td.fc-week-number span {
  padding-right: .5rem
}
.fc-basic-view td.fc-day-number {
  padding-right: .5rem
}
#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-widget-content {
  border: 1px solid rgba(120, 130, 140, 0.13) !important
}
.fc th.fc-widget-header {
  background: transparent !important
}
.fc-button {
  background: #fff;
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
  color: #abafb3
}
.fc-state-hover {
  background: #fff !important
}
.fc-state-highlight {
  background: #f3f6f9 !important
}
.fc-cell-overlay {
  background: #fff !important
}
.fc-unthemed .fc-today {
  background: #f3f6f9 !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, 0.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 {
  color: #464a53 !important
}
.pignose-calendar-top-month {
  color: #464a53 !important
}
.pignose-calendar-top-icon {
  color: #464a53 !important
}
.user-avatar {
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  background-color: #7F63F4;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center
}
.breadcrumb {
  margin-bottom: 0
}
.breadcrumb .breadcrumb-item a {
  color: #abafb3
}
.breadcrumb .breadcrumb-item.active a {
  color: #7F63F4
}
.breadcrumb-item.active {
  color: #7F63F4
}
.page-titles {
  margin-bottom: 6rem;
  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 {
  margin-bottom: 0;
  margin-top: 0;
  color: #7F63F4;
  font-size: 2rem
}
.page-titles h4 span {
  font-size: 1.4rem;
  font-weight: 400
}
.page-titles .breadcrumb {
  padding: 0;
  background: transparent;
  font-size: 1.4rem;
  float: right
}
.page-titles .breadcrumb li {
  margin-top: 0;
  margin-bottom: 0
}
.page-titles .breadcrumb li.active a {
  color: #7F63F4
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f068";
  font-family: "fontAwesome";
  font-size: .8rem;
  color: #7F63F4
}
.badge-xs {
  font-size: .9rem;
  -webkit-transform: translate(0, -0.2rem);
  -ms-transform: translate(0, -0.2rem);
  -o-transform: translate(0, -0.2rem);
  transform: translate(0, -0.2rem)
}
.badge-sm {
  font-size: 1.2rem;
  -webkit-transform: translate(0, -0.2rem);
  -ms-transform: translate(0, -0.2rem);
  -o-transform: translate(0, -0.2rem);
  transform: translate(0, -0.2rem)
}
.badge-success {
  background-color: #4CAF50
}
.badge-info {
  background-color: #00a2ff
}
.badge-primary {
  background-color: #7F63F4
}
.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-label .label:last-child {
  margin-right: 0
}
.bootstrap-badge .badge {
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem
}
.bootstrap-badge .badge:last-child {
  margin-right: 0
}
.bootstrap-badge-buttons button {
  margin-right: .2rem;
  margin-bottom: 1rem
}
.bootstrap-badge-buttons button:last-child {
  margin-right: 0
}
.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 white !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] {
  color: #7F63F4
}
#accordion-two .fa {
  float: right
}
#accordion-two [data-toggle="collapse"] .fa:before {
  content: "\f106"
}
#accordion-two [data-toggle="collapse"].collapsed .fa:before {
  content: "\f107"
}
#accordion-three .fa {
  float: right
}
#accordion-three [data-toggle="collapse"] .fa:before {
  content: "\f107"
}
#accordion-three [data-toggle="collapse"].collapsed .fa:before {
  content: "\f105"
}
.card-body .accordion .card:hover {
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1)
}
.card {
  margin-bottom: 3rem;
  border: 0;
  background: #fff;
  border: 0 solid #fff;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
  transition: all .5s ease-in-out
}
.card-shadow-2 {
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1)
}
.card-gateway .card-body {
  padding: 2rem
}
.card-gateway .card-body .custom-checkbox {
  color: #464a53
}
.card-wrapper .card {
  border-radius: 0;
  padding: .8rem 1.5rem;
  color: #464a53;
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1)
}
.card-wrapper .card:focus {
  background-color: #7F63F4 !important
}
.card-intro-title {
  font-size: 2rem !important
}
.card-style {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 3rem;
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1);
  transition: all .5s ease-in-out
}
.card-style:hover {
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1)
}
.card:hover {
  box-shadow: 0 2rem 2rem rgba(0, 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: transparent;
  box-shadow: none
}
.card.transparent-card .card-footer {
  background: transparent
}
.card.ribbons-card {
  padding-left: 5rem;
  padding-right: 5rem
}
.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 {
  position: relative;
  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, 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 {
  color: #fff
}
.card-gallery .card-footer a {
  color: #fff
}
.card-gallery .card-footer a .fa-link {
  transform: rotate(90deg)
}
.card-gallery .card-footer p {
  font-size: 1.8rem
}
.card-gallery .card-footer ul li {
  margin-right: 1.5rem
}
.card-gallery .card-footer ul li:last-child {
  margin-right: 0
}
.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 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #464a53;
  text-transform: capitalize
}
.card-subtitle {
  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: transparent;
  padding: 2rem
}
.card-header .card-title {
  margin: 0;
  display: inline-block
}
.card-text {
  font-size: 1.5rem
}
.card-text small {
  font-size: 1.5rem;
  font-weight: 500
}
@media only screen and (min-width: 1200px) {
  .card-text {
    margin-bottom: 1.5rem
  }
}
.card-bg-img-1 {
  background: url(../../assets/images/big/img6.jpg);
  background-position: center;
  background-size: cover;
  min-height: 30rem
}
.card-bg-img-2 {
  background: url(../../assets/images/big/img6.jpg);
  background-position: center;
  background-size: cover;
  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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: auto
}
.card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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, 0.9);
  z-index: 999
}
.card-loader i {
  margin: 0 auto;
  color: #448aff;
  font-size: 2rem
}
.rotate-refresh {
  -webkit-animation: mymove 0.8s infinite linear;
  animation: mymove 0.8s infinite linear;
  display: inline-block
}
.text-white .card-title {
  color: #fff
}
.card-footer {
  border-color: #F0F0F2;
  background: #fff
}
.card-footer .card-link {
  color: #7F63F4 !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 {
  padding-left: 0
}
.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::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 {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6a707e;
  position: absolute;
  top: 20px;
  left: 0
}
.contact-card .dropdown-menu {
  min-width: 14rem;
  border: 0;
  box-shadow: rgba(119, 119, 119, 0.1) 2px 3px 10px 0px
}
.contact-card .dropdown-menu .dropdown-item {
  font-size: 1.6rem;
  padding: 0.55rem 1.5rem
}
.contact-card .dropdown-menu .dropdown-item:hover {
  background: #F2EFFE;
  color: #7F63F4
}
@-webkit-keyframes mymove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.view-option {
  max-height: 65px
}
.view-option .btn {
  border-radius: 0;
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.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 {
  background: #7F63F4;
  color: #fff
}
.user-card1:hover .card-footer h5 {
  color: #7F63F4
}
.user-card1 p {
  font-size: 1.6rem
}
.circle-style {
  width: 132px;
  height: 132px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition: all .4s ease-out
}
.circle-style::before {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}
.circle-style::after {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  background: #fff;
  left: 50%;
  transform: translateX(-50%) rotate(90deg)
}
.circle-style img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.user-card2 img {
  width: 120px;
  height: 120px
}
.user-card2 .btn {
  padding: .5rem 2rem;
  margin: 2rem 0 1.5rem;
  font-weight: 500;
  border-radius: .3rem;
  transition: all .4s ease-out
}
.user-card2 h4 {
  color: #7F63F4
}
.user-card2 i {
  font-size: 1.6rem;
  color: #7F63F4
}
.user-card2:hover .btn {
  background: #7F63F4;
  color: #fff
}
.user-card2:hover .btn i {
  color: #fff
}
.user-card2:hover .circle-style {
  background: #7F63F4
}
.user-card2 p {
  font-size: 1.6rem
}
.user-card3 img {
  width: 120px;
  height: 120px
}
.user-card3 .btn {
  padding: .5rem 2rem;
  margin: 2rem 0 1.5rem;
  font-weight: 500;
  border-radius: .3rem;
  transition: all .4s ease-out
}
.user-card3 p {
  font-size: 1.6rem
}
.user-card3:hover .btn {
  background: #7F63F4;
  color: #fff
}
.user-card3:hover h4 {
  color: #7F63F4
}
.user-card4 img {
  width: 130px;
  height: 130px;
  border: 2px solid #fff;
  padding: 5px;
  transition: all .4s ease-out
}
.user-card4 .btn {
  padding: .5rem 2rem;
  margin: 1rem .5rem;
  font-weight: 500;
  border-radius: .3rem
}
.user-card4:hover img {
  border-color: #7F63F4
}
.user-card5 a img {
  width: 6rem;
  margin-right: 1rem
}
button {
  cursor: pointer
}
button:focus {
  outline: 0
}
.button-card h4 {
  margin-bottom: 2.5rem
}
.button-card > div {
  margin-bottom: 1rem
}
.button-card .btn-group .dropdown-toggle::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 {
  margin-right: 0
}
.btn {
  padding: .7rem 1.8rem;
  font-size: 1.6rem;
  font-weight: 500
}
.btn:active, .btn:focus, .btn:hover {
  box-shadow: none !important
}
.btn-card {
  font-size: 1.7rem;
  padding-right: 2rem;
  padding-left: 2rem
}
.btn-event {
  font-size: 1.8rem
}
.btn-send {
  position: relative
}
.btn-send i {
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.btn-form {
  font-size: 1.8rem;
  padding: .5rem 3rem
}
.btn-single-border {
  background: transparent;
  border: 0;
  padding: 0 0 .1rem 0 !important;
  border-bottom: 1px solid #DDDFE1
}
.btn-single-border .filter-option {
  font-size: 14px;
  color: #6a707e
}
.btn-single-border.dropdown-toggle::after {
  color: #abafb3
}
.btn-single-border .btn:focus {
  border: 0 !important
}
.btn-borderless {
  background: transparent;
  border: 0;
  font-size: 1.4rem;
  color: #6a707e !important;
  padding-right: 0 !important;
  padding-left: 0 !important
}
.btn-borderless.dropdown-toggle::after {
  color: #abafb3
}
.btn-lg, .btn-group-lg > .btn {
  font-size: 2.2rem !important
}
.btn-xs {
  font-size: 1.4rem !important;
  padding: 0.5 2.5rem !important
}
.btn-sm, .btn-group-sm > .btn {
  padding: .6rem 1.5rem !important;
  font-size: 1.6rem !important
}
.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 {
  background: #fff;
  border-radius: 10rem;
  display: inline-block;
  margin: -.5rem 1.3rem -.5rem -1.5rem;
  padding: .5rem 1rem .6rem
}
.toggle-dropdown::after {
  margin-left: 0.755em
}
.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: #7F63F4;
  border-color: #7F63F4;
  color: #fff
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background: #5833f1;
  color: #fff;
  border-color: #5833f1
}
.btn-secondary {
  background: #673BB7;
  border-color: #673BB7;
  color: #fff
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background: #512f90;
  color: #fff;
  border-color: #512f90
}
.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;
  border-color: #DDDFE1;
  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: transparent;
  border-color: #7F63F4;
  color: #7F63F4
}
.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
  background: #5833f1;
  color: #fff;
  border-color: #5833f1
}
.btn-outline-primary i {
  font-size: 1.3rem !important
}
.btn-outline-secondary {
  background: transparent;
  border-color: #673BB7;
  color: #673BB7
}
.btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:hover {
  background: #512f90;
  color: #fff;
  border-color: #512f90
}
.btn-outline-success {
  background: transparent;
  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: transparent;
  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: transparent;
  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: transparent;
  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-light {
  background: transparent;
  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 {
  background: transparent;
  border-color: #464a53;
  color: #464a53
}
.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 {
  width: 17rem;
  text-align: center;
  padding: 1.15rem 0
}
.btn-ft-md {
  width: 14rem;
  text-align: center;
  padding: 1.15rem 0
}
.btn-sl-lg {
  width: 17rem;
  text-align: center
}
.btn-sl-md {
  width: 14rem;
  text-align: center
}
.btn-sl-sm {
  width: 12rem;
  text-align: center
}
.btn-switch {
  padding: 1rem 3rem;
  border-radius: 0;
  background: transparent;
  border: 1px solid #DDDFE1;
  color: #464a53
}
.btn-switch:focus {
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1) !important
}
.alert {
  border-radius: 4px;
  padding: 1.8rem;
  font-size: 1.7rem
}
.alert-primary {
  border-color: #7F63F4;
  color: #464a53
}
[data-notify="container"] .alert {
  width: 50rem
}
.progress-bar {
  background-color: #7F63F4
}
.progress-bar-primary {
  background-color: #7F63F4
}
.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 {
  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-bottom, .progress--medium.progress-vertical {
  width: 12px;
  font-size: 12px
}
.progress--large {
  height: 16px
}
.progress--large .progress-bar {
  height: 16px;
  font-size: 16px
}
.progress--large.progress-vertical-bottom, .progress--large.progress-vertical {
  width: 16px;
  font-size: 16px
}
.progress--extraLarge {
  height: 19px
}
.progress--extraLarge .progress-bar {
  height: 19px;
  font-size: 19px
}
.progress--extraLarge.progress-vertical-bottom, .progress--extraLarge.progress-vertical {
  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 {
  display: inline-block;
  height: 25rem;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 25rem;
  position: relative
}
.progress-vertical-bottom {
  display: inline-block;
  height: 25rem;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 25rem;
  position: relative;
  transform: rotate(180deg)
}
.progress-animated {
  animation-duration: 5s;
  animation-name: myanimation;
  transition: all 5s ease 0s
}
@keyframes myanimation {
  0% {
    width: 0
  }
}
@keyframes myanimation {
  0% {
    width: 0
  }
}
.browser .progress {
  height: .8rem
}
.popover-header {
  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: #7F63F4
}
.default-tab .nav-link {
  background: transparent;
  border-radius: 0;
  font-size: 1.7rem;
  font-weight: 500;
  color: #464a53;
  padding: 0.5rem 1.8rem
}
@media only screen and (min-width: 1200px) {
  .default-tab .nav-link {
    padding: .5rem 2.2rem
  }
}
.default-tab .nav-link.active {
  color: #7F63F4
}
.custom-tab-1 .nav-link {
  background: transparent;
  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: #7F63F4
}
.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 {
  color: #6a707e
}
.nav-pills-icon a.active {
  color: #7F63F4
}
.nav-tabs a {
  text-align: left;
  padding: .9rem;
  color: #464a53;
  font-size: 1.7rem
}
.nav-tabs a:not(.active) i {
  color: #6a707e
}
.nav-tabs-vertical {
  border-bottom: 0;
  border-right: 1px solid #DDDFE1
}
.nav-tabs-vertical a {
  margin-bottom: .5rem
}
.nav-tabs-vertical a.active {
  color: #7F63F4;
  border: 1px solid #7F63F4;
  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: 0.9rem 0 .9rem 2rem
}
.nav-tabs-vertical.right-align a.active {
  color: #7F63F4;
  border-left: 1px solid #7F63F4;
  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: #7F63F4;
  border-radius: 0
}
.tab-content-default h3 {
  font-size: 1.7rem;
  color: #464a53;
  margin-bottom: 0
}
.tab-content-default h4 {
  font-size: 1.5rem;
  color: #464a53
}
.tab-content-default p {
  margin: 2rem 0 0 0
}
.dropdown-toggle:focus {
  box-shadow: none !important
}
.dropdown-outline {
  border: 0.1rem solid #7F63F4
}
.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: 0.1rem solid rgba(120, 130, 140, 0.29);
  min-width: 160px
}
.custom-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 2rem;
  color: #abafb3
}
.custom-dropdown .dropdown-menu .dropdown-item:hover {
  background: #7f63f4
}
#calendar .fc-header-toolbar button {
  font-size: 14px;
  border-radius: 5px;
  box-shadow: none
}
.fc-today-button {
  border: 1px solid #7F63F4 !important;
  color: #7F63F4;
  padding: 0 1.4em !important
}
.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;
  padding: 0 1.4em !important
}
.fc-agendaDay-button.fc-state-active {
  background: #00a2ff;
  color: #fff
}
.fc-prev-button:focus, .fc-next-button:focus {
  outline: 0;
  box-shadow: none
}
.fc-prev-button {
  margin-right: .5rem !important
}
.fc-prev-button, .fc-next-button {
  color: #464a53;
  border: 1px solid #464a53 !important
}
.fc-right .fc-button-group button {
  margin-right: 10px;
  padding: 0 1.4em !important
}
.fc-right .fc-button-group button:last-child {
  margin-right: 0
}
.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 th.fc-widget-header {
  background: #FBFBFB;
  color: #464a53;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-weight: 500
}
.fc-widget-header thead {
  background: #FBFBFB
}
#event-modal .modal-content .modal-header .modal-title {
  color: #fff
}
#event-modal .modal-body form .btn {
  height: 100%;
  border-radius: 0 4px 4px 0
}
#add-category .modal-header .modal-title {
  color: #fff
}
#external-events [data-class="bg-primary"] {
  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: #7F63F4;
  margin-right: .9rem;
  position: relative;
  top: 2px
}
#external-events [data-class="bg-success"] {
  background-color: transparent !important;
  color: #464a53
}
#external-events [data-class="bg-success"]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4CAF50;
  margin-right: .9rem;
  position: relative;
  top: 2px
}
#external-events [data-class="bg-warning"] {
  background-color: transparent !important;
  color: #464a53
}
#external-events [data-class="bg-warning"]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFC107;
  margin-right: .9rem;
  position: relative;
  top: 2px
}
#external-events [data-class="bg-dark"] {
  background-color: transparent !important;
  color: #464a53
}
#external-events [data-class="bg-dark"]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #464a53;
  margin-right: .9rem;
  position: relative;
  top: 2px
}
#external-events [data-class="bg-danger"] {
  background-color: transparent !important;
  color: #464a53
}
#external-events [data-class="bg-danger"]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FF5722;
  margin-right: .9rem;
  position: relative;
  top: 2px
}
#external-events [data-class="bg-info"] {
  background-color: transparent !important;
  color: #464a53
}
#external-events [data-class="bg-info"]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00a2ff;
  margin-right: .9rem;
  position: relative;
  top: 2px
}
#external-events [data-class="bg-pink"] {
  background-color: transparent !important;
  color: #464a53
}
#external-events [data-class="bg-pink"]::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e91e63;
  margin-right: .9rem;
  position: relative;
  top: 2px
}
.chat-contacts .event-sideber-search, .chat-contacts .slimScrollDiv {
  box-shadow: 2px 3px 10px 0px rgba(119, 119, 119, 0.1)
}
.chat-search-form .form-control {
  background: transparent !important
}
.chat-search-form i {
  font-size: 18px;
  color: #6a707e
}
.carousel-caption {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78)
}
.carousel-caption h5 {
  color: #fff;
  font-size: 1.8rem
}
.carousel-caption p {
  margin-bottom: 0
}
.contact-options-dropdown {
  position: absolute;
  right: 2rem;
  padding: 0 1rem
}
.user-designation {
  position: relative
}
.user-designation:after {
  position: absolute;
  width: 3.5rem;
  height: .1rem;
  top: 110%;
  left: calc(50% - 1.5rem);
  content: "";
  background: #7F63F4
}
.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 h4 i {
  margin-right: .5rem
}
.card.card-full-width ul.contact-address-list > li h5 {
  font-size: 1.8rem
}
.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: #EEEEEE
}
.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: #EEEEEE;
  left: calc(50% - 5rem);
  top: 100%
}
.user-skill {
  border-bottom: 0.1rem solid #EEEEEE;
  margin-bottom: 3rem
}
.user-skill .user-info li {
  margin-bottom: 3.5rem
}
.user-skill .user-info li h5 {
  margin-bottom: .5rem
}
.user-image {
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 0;
  position: relative
}
.user-image::after {
  position: absolute;
  width: 110%;
  height: 110%;
  border: 0.2rem solid #7F63F4;
  background-color: transparent;
  content: "";
  left: -5%;
  top: -5%;
  border-radius: 50%
}
.user-details-image img {
  width: 130px;
  height: 130px;
  padding: 5px;
  border: 2px solid #7F63F4
}
.user-intro h4 {
  margin-bottom: .5rem
}
.user-info-setting-form label {
  font-size: 1.7rem
}
.user-info-setting-form .form-control {
  background: transparent
}
.filter-form {
  margin: 2.5rem 0
}
.filter-form label {
  font-size: 1.7rem
}
.add-employee-button {
  text-align: right
}
.employee-contact-table tr th, .employee-contact-table td {
  color: #464a53
}
.employee-contact-table tbody tr td:not(.text-primary) {
  color: #464a53 !important
}
.employee-contact-table tbody tr td.text-primary {
  color: #7F63F4 !important
}
.employee-contact-table tbody .label-big {
  width: 19.8rem;
  padding: .9rem 0
}
table.employee-contact-table thead .sorting::after {
  color: #464a53 !important
}
.list-group-item.active h5 {
  color: #fff
}
.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
}
.pagination .page-item .page-link:focus {
  outline: 0;
  box-shadow: none
}
.pagination .page-item .page-link:hover {
  background: #7F63F4;
  color: #fff;
  border-color: #7F63F4
}
.pagination .page-item.active .page-link {
  background-color: #7F63F4;
  border-color: #7F63F4;
  color: #fff
}
.pagination .page-item .page-link {
  width: 6.5rem;
  color: #abafb3
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0
}
.pagination .page-item.page-indicator .page-link {
  width: 8rem
}
.pagination .page-item.page-indicator:hover .page-link {
  color: #464a53
}
.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 0px rgba(119, 119, 119, 0.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 p {
  margin-bottom: 0
}
.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 .switch label {
  margin-bottom: 0
}
.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: normal
}
.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 {
  margin: 2.5rem 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: 0.1rem solid #DDDFE1;
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
  color: #2290ff;
  transition: all .2s;
  padding: 0.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 0px rgba(119, 119, 119, 0.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 {
  left: -2.5rem;
  top: 1.5rem;
  width: 11rem;
  height: 2.9rem;
  background-color: #4CAF50;
  transform: rotate(-45deg)
}
.ribbon.ribbon-style-3 {
  left: -2.5rem;
  top: 1.5rem;
  width: 11rem;
  height: 2.5rem;
  background-color: #FFC107;
  transform: rotate(-45deg);
  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 5rem;
  border-color: transparent transparent #FFC107 transparent;
  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 {
  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 {
  left: 0;
  top: 1.8rem;
  width: 11rem;
  height: 3.8rem;
  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 {
  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 {
  left: 1rem;
  top: -.8rem;
  width: 5rem;
  height: 5.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;
  padding: 1.8rem
}
.modal-body {
  padding: 1.8rem
}
.modal-footer {
  border: 0;
  padding: 1.8rem
}
.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, 0.3);
  border-radius: 50%;
  color: #fff
}
.modal .user-img-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: -1
}
.modal .user-img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -2;
  left: 0;
  top: 0
}
.add-user-popup .modal-header {
  background-color: #7F63F4;
  color: #fff;
  position: relative
}
.add-user-popup .modal-header .modal-title {
  color: #fff
}
.add-user-popup .modal-header .close {
  position: absolute;
  right: 2rem;
  color: #fff
}
.add-user-popup .modal-header .close:hover {
  color: #fff
}
.bootstrap-media-custom .media:nth-child(even) {
  background: #7F63F4;
  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 0
}
.media-intro .media-body h4 {
  font-size: 2rem;
  color: #7F63F4
}
.media-intro .media-body p {
  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 {
  position: relative
}
.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 2.5rem 2rem;
  cursor: pointer;
  margin-bottom: 0;
  position: relative
}
.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
}
.event-msg-left .list-group-item p, .event-msg-left .list-group-item h4 {
  margin: 0
}
@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%;
  position: relative
}
.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 0 !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 {
  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 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: #7F63F4;
  color: #fff;
  border-radius: 5px 5px 0 5px;
  padding-left: .7rem
}
.event-chat-ryt .chat-reciver .media .media-body p span {
  background-color: #7F63F4;
  text-align: left
}
.event-chat-ryt .chat-reciver .media .media-body p span::after {
  border-color: transparent transparent #7F63F4 transparent;
  right: -1.5rem
}
.event-chat-ryt .chat-reciver .media .media-body p .time {
  left: 0
}
.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 transparent;
  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 input.form-control::placeholder {
  color: #464a53
}
.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: bold;
  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;
  position: relative
}
.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: 0.9rem;
  width: 0.9rem;
  background-color: #7F63F4
}
[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, 0.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;
  position: relative
}
.timeline > li:after, .timeline > li:before {
  content: " ";
  display: table
}
.timeline > li:after {
  clear: both
}
.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 {
  font-size: 14px;
  font-weight: 600
}
.event_vanue {
  font-size: 14px;
  margin: 5px 0;
  font-weight: 600
}
.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%
  }
}
.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;
  text-align: center;
  font-size: 1.3rem
}
.label-fixed {
  width: 7.5rem;
  padding: .6rem 0
}
.label-fixed-lg {
  width: 9.5rem;
  padding: .6rem 0
}
.label-big {
  width: 16.8rem;
  font-size: 1.4rem;
  padding: 1.1rem 0
}
.label-xl {
  width: 10.5rem;
  padding: 1.1rem 0;
  font-size: 1.5rem
}
.label-lg {
  width: 9.5rem;
  padding: 1.1rem 0
}
.label-md {
  width: 8.5rem;
  padding: 1.1rem 0
}
.label-sm {
  width: 7.5rem;
  padding: 1.1rem 0
}
.label-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em
}
.label-rounded {
  border-radius: 50px
}
.label-secondary {
  background-color: #7F63F4
}
.label-primary {
  background-color: #673BB7
}
.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: 0px 3px 10px 0px rgba(119, 119, 119, 0.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 {
  color: #abafb3
}
.dd-handle:hover {
  color: #abafb3;
  background: #f3f6f9
}
.dd-handle {
  color: #abafb3;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #f3f6f9
}
.dd-handle:hover {
  background: #f3f6f9
}
.dd-item > button:before {
  color: #abafb3
}
.dd3-content:hover {
  color: #abafb3;
  background: #f3f6f9
}
.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: #7F63F4;
  font-weight: 700
}
.crypto-ticker {
  position: relative;
  background: #fff;
  padding: 1.55rem 0
}
.ticker-overview {
  position: absolute;
  width: 15rem;
  text-align: center;
  background: #7F63F4;
  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: bold
}
@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: 0px 2rem !important;
  font: bold 1.5rem 'Segoe UI';
  color: #6a707e
}
.tickercontainer li i {
  padding: 0px .5rem
}
.tickercontainer li .cc {
  font-size: 2rem
}
.coin-status, .coin-value {
  padding: 0px .5rem
}
.gain-loose-ticker li {
  margin: 0 5rem
}
.circle-progress {
  display: inline-block;
  position: relative
}
.circle-progress-block {
  display: block
}
.circle-progress .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 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.circle-progress .circle-wrapper .absolute-icons h6 {
  font-size: 1.6rem
}
.circle-progress .bottom-text h6 {
  font-size: 1.8rem
}
.circle-progress .bottom-text h4 {
  font-size: 2.4rem
}
.clipboard-btn {
  transition: all .1s ease-in-out
}
.clipboard-btn:hover {
  background-color: #7F63F4;
  color: #fff
}
.noUi-target {
  border-color: #7F63F4
}
.noUi-connect {
  background-color: #7F63F4
}
.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 {
  background-color: #7F63F4
}
.noUi-connect.c-4-color {
  background-color: #FFC107
}
#slider-toggle {
  height: 50px
}
#slider-toggle.off .noUi-handle {
  border-color: #7F63F4
}
.colorpicker-slider .sliders.noUi-target#red, .colorpicker-slider .sliders.noUi-target#green, .colorpicker-slider .sliders.noUi-target#blue {
  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;
  background-color: #7F63F4;
  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: 0.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;
  color: #fff;
  padding: 1rem;
  background-color: #7F63F4;
  cursor: pointer
}
.dragula-wrapper .container > div.ex-moved {
  background-color: red;
  color: #fff
}
.dragula-wrapper .container > div .handle {
  padding: 0 0.3rem;
  display: inline-block;
  background-color: #fff;
  color: #7F63F4;
  margin: 0 .5rem .5rem 0
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px)
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg)
  }
  100% {
    -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)
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1)
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}
.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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
}
@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -3.5rem
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -12.4rem
  }
}
@keyframes color {
  100%, 0% {
    stroke: #d62d20
  }
  40% {
    stroke: #0057e7
  }
  66% {
    stroke: #008744
  }
  80%, 90% {
    stroke: #ffa700
  }
}
.vmap {
  width: 100%;
  height: 40rem
}
.datamap-sales-hover-tooltip {
  background: #7F63F4;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 3px
}
.map-coruntry-list ul {
  margin-top: 1rem
}
.map-coruntry-list 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 {
  position: absolute;
  right: 0
}
[direction="rtl"] .map-coruntry-list ul li a span {
  right: auto;
  left: 0
}
.map-coruntry-list-electronics ul {
  margin-top: 1rem
}
.map-coruntry-list-electronics ul li a {
  display: block;
  position: relative;
  line-height: 3.7rem;
  color: #6a707e;
  font-size: 1.5rem
}
.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
}
.map-coruntry-list-electronics ul li a span {
  position: absolute;
  right: 0
}
#world-map-restaurant {
  height: 23rem
}
#australia {
  height: 14rem;
  margin-bottom: 1.5rem;
  max-width: 100%
}
#australia > svg {
  left: 0
}
#world-map-hospital {
  height: 55rem
}
#world-map-hospital .jqvmap-zoomout, #world-map-hospital .jqvmap-zoomin {
  display: none
}
@media only screen and (max-width: 575px) {
  #company-locations {
    height: 20rem
  }
}
#world-custommer-map {
  height: 27rem
}
.map {
  height: 100%
}
#country-widget-map {
  height: 100%
}
#us-map {
  height: 20rem
}
.gmaps {
  display: block;
  width: 100%;
  height: 350px
}
.fitness-run-map {
  display: block;
  width: 100%;
  height: 150px
}
.table td {
  line-height: 3.6rem;
  vertical-align: middle
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #FBFBFB
}
@media (min-width: 1200px) {
  .table-striped th, .table-striped td {
    padding: 1.2rem 1.9rem
  }
}
.table-striped tr td {
  color: #abafb3 !important
}
.table th, .table td {
  vertical-align: middle
}
.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 tbody tr {
  transition: all .3s ease-in-out
}
.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.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
}
.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: 0.1rem solid rgba(120, 130, 140, 0.13)
}
.table > tbody > tr > td {
  color: #6a707e
}
.table > thead > tr > th {
  border-bottom: 0 solid rgba(120, 130, 140, 0.13);
  font-weight: 500
}
.table-bordered td, .table-bordered th {
  border: 0.1rem solid rgba(120, 130, 140, 0.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: 0.5rem 1.5rem 1rem rgba(120, 130, 140, 0.13)
}
tbody tr {
  background: #fff;
  transition: all 0.5s
}
.verticle-middle tr td {
  vertical-align: middle
}
.header-border thead tr th {
  border: 0 solid rgba(120, 130, 140, 0.13) !important;
  font-weight: 700
}
.table-bordered thead td {
  border-bottom-width: .1rem
}
.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
}
.thead-primary tr th {
  background-color: #7F63F4;
  color: #fff;
  border-bottom: 0
}
.thead-secondary tr th {
  background-color: #673BB7;
  color: #fff;
  border-bottom: 0
}
.thead-success tr th {
  background-color: #4CAF50;
  color: #fff;
  border-bottom: 0
}
.thead-info tr th {
  background-color: #00a2ff;
  color: #fff;
  border-bottom: 0
}
.thead-warning tr th {
  background-color: #FFC107;
  color: #fff;
  border-bottom: 0
}
.thead-danger tr th {
  background-color: #FF5722;
  color: #fff;
  border-bottom: 0
}
.thead-dark tr th {
  background-color: #464a53;
  color: #fff;
  border-bottom: 0
}
.thead-muted tr th {
  background-color: #abafb3;
  color: #fff;
  border-bottom: 0
}
.primary-table-bordered {
  border: 0.2rem solid #7F63F4
}
.secondary-table-bordered {
  border: 0.2rem solid #673BB7
}
.success-table-bordered {
  border: 0.2rem solid #4CAF50
}
.info-table-bordered {
  border: 0.2rem solid #00a2ff
}
.danger-table-bordered {
  border: 0.2rem solid #FF5722
}
.warning-table-bordered {
  border: 0.2rem solid #FFC107
}
.dark-table-bordered {
  border: 0.2rem solid #464a53
}
.muted-table-bordered {
  border: 0.2rem solid #abafb3
}
.primary-table-bg {
  background: #a693f7;
  color: #fff
}
.primary-table-bg thead tr th {
  background-color: #7F63F4;
  color: #fff;
  border-bottom: 0
}
.primary-table-bg tbody tr:first-child td, .primary-table-bg tbody tr:first-child th {
  border-top: 0
}
.primary-table-bg tbody tr td, .primary-table-bg tbody tr th {
  border-top: 0.1rem solid #f4f2fe
}
.secondary-table-bg {
  background: #825bca;
  color: #fff
}
.secondary-table-bg thead tr th {
  background-color: #673BB7;
  color: #fff;
  border-bottom: 0
}
.secondary-table-bg tbody tr:first-child td, .secondary-table-bg tbody tr:first-child th {
  border-top: 0
}
.secondary-table-bg tbody tr td, .secondary-table-bg tbody tr th {
  border-top: 0.1rem solid #bda8e3
}
.success-table-bg {
  background: #6ec071;
  color: #fff
}
.success-table-bg thead tr th {
  background-color: #4CAF50;
  color: #fff;
  border-bottom: 0
}
.success-table-bg tbody tr:first-child td, .success-table-bg tbody tr:first-child th {
  border-top: 0
}
.success-table-bg tbody tr td, .success-table-bg tbody tr th {
  border-top: 0.1rem solid #b5dfb7
}
.info-table-bg {
  background: #33b5ff;
  color: #fff
}
.info-table-bg thead tr th {
  background-color: #00a2ff;
  color: #fff;
  border-bottom: 0
}
.info-table-bg tbody tr:first-child td, .info-table-bg tbody tr:first-child th {
  border-top: 0
}
.info-table-bg tbody tr td, .info-table-bg tbody tr th {
  border-top: 0.1rem solid #99daff
}
.warning-table-bg {
  background: #ffce3a;
  color: #fff
}
.warning-table-bg thead tr th {
  background-color: #FFC107;
  color: #fff;
  border-bottom: 0
}
.warning-table-bg tbody tr:first-child td, .warning-table-bg tbody tr:first-child th {
  border-top: 0
}
.warning-table-bg tbody tr td, .warning-table-bg tbody tr th {
  border-top: 0.1rem solid #ffe7a0
}
.danger-table-bg {
  background: #ff7e55;
  color: #fff
}
.danger-table-bg thead tr th {
  background-color: #FF5722;
  color: #fff;
  border-bottom: 0
}
.danger-table-bg tbody tr:first-child td, .danger-table-bg tbody tr:first-child th {
  border-top: 0
}
.danger-table-bg tbody tr td, .danger-table-bg tbody tr th {
  border-top: 0.1rem solid #ffcbbb
}
.dark-table-bg {
  background: #5d636f;
  color: #fff
}
.dark-table-bg thead tr th {
  background-color: #464a53;
  color: #fff;
  border-bottom: 0
}
.dark-table-bg tbody tr:first-child td, .dark-table-bg tbody tr:first-child th {
  border-top: 0
}
.dark-table-bg tbody tr td, .dark-table-bg tbody tr th {
  border-top: 0.1rem solid #9096a2
}
.muted-table-bg {
  background: #c6c9cb;
  color: #fff
}
.muted-table-bg thead tr th {
  background-color: #abafb3;
  color: #fff;
  border-bottom: 0
}
.muted-table-bg tbody tr:first-child td, .muted-table-bg tbody tr:first-child th {
  border-top: 0
}
.muted-table-bg tbody tr td, .muted-table-bg tbody tr th {
  border-top: 0.1rem solid #fbfcfc
}
.primary-table-bg-hover thead tr th {
  background-color: #7F63F4;
  color: #fff;
  border-bottom: 0
}
.primary-table-bg-hover tbody tr {
  background: #a693f7;
  color: #fff
}
.primary-table-bg-hover tbody tr:hover {
  background: #937bf6
}
.primary-table-bg-hover tbody tr:first-child td, .primary-table-bg-hover tbody tr:first-child th {
  border-top: 0
}
.primary-table-bg-hover tbody tr td, .primary-table-bg-hover tbody tr th {
  border-top: 0.1rem solid #f4f2fe
}
.secondary-table-bg-hover thead tr th {
  background-color: #673BB7;
  color: #fff;
  border-bottom: 0
}
.secondary-table-bg-hover tbody tr {
  background: #825bca;
  color: #fff
}
.secondary-table-bg-hover tbody tr:hover {
  background: #7448c4
}
.secondary-table-bg-hover tbody tr:first-child td, .secondary-table-bg-hover tbody tr:first-child th {
  border-top: 0
}
.secondary-table-bg-hover tbody tr td, .secondary-table-bg-hover tbody tr th {
  border-top: 0.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 {
  background: #6ec071;
  color: #fff
}
.success-table-bg-hover tbody tr:hover {
  background: #5cb860
}
.success-table-bg-hover tbody tr:first-child td, .success-table-bg-hover tbody tr:first-child th {
  border-top: 0
}
.success-table-bg-hover tbody tr td, .success-table-bg-hover tbody tr th {
  border-top: 0.1rem solid #b5dfb7
}
.info-table-bg-hover thead tr th {
  background-color: #00a2ff;
  color: #fff;
  border-bottom: 0
}
.info-table-bg-hover tbody tr {
  background: #33b5ff;
  color: #fff
}
.info-table-bg-hover tbody tr:hover {
  background: #1aabff
}
.info-table-bg-hover tbody tr:first-child td, .info-table-bg-hover tbody tr:first-child th {
  border-top: 0
}
.info-table-bg-hover tbody tr td, .info-table-bg-hover tbody tr th {
  border-top: 0.1rem solid #99daff
}
.warning-table-bg-hover thead tr th {
  background-color: #FFC107;
  color: #fff;
  border-bottom: 0
}
.warning-table-bg-hover tbody tr {
  background: #ffce3a;
  color: #fff
}
.warning-table-bg-hover tbody tr:hover {
  background: #ffc721
}
.warning-table-bg-hover tbody tr:first-child td, .warning-table-bg-hover tbody tr:first-child th {
  border-top: 0
}
.warning-table-bg-hover tbody tr td, .warning-table-bg-hover tbody tr th {
  border-top: 0.1rem solid #ffe7a0
}
.danger-table-bg-hover thead tr th {
  background-color: #FF5722;
  color: #fff;
  border-bottom: 0
}
.danger-table-bg-hover tbody tr {
  background: #ff7e55;
  color: #fff
}
.danger-table-bg-hover tbody tr:hover {
  background: #ff6a3c
}
.danger-table-bg-hover tbody tr:first-child td, .danger-table-bg-hover tbody tr:first-child th {
  border-top: 0
}
.danger-table-bg-hover tbody tr td, .danger-table-bg-hover tbody tr th {
  border-top: 0.1rem solid #ffcbbb
}
.dark-table-bg-hover thead tr th {
  background-color: #464a53;
  color: #fff;
  border-bottom: 0
}
.dark-table-bg-hover tbody tr {
  background: #5d636f;
  color: #fff
}
.dark-table-bg-hover tbody tr:hover {
  background: #525661
}
.dark-table-bg-hover tbody tr:first-child td, .dark-table-bg-hover tbody tr:first-child th {
  border-top: 0
}
.dark-table-bg-hover tbody tr td, .dark-table-bg-hover tbody tr th {
  border-top: 0.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 {
  background: #c6c9cb;
  color: #fff
}
.muted-table-bg-hover tbody tr:hover {
  background: #b8bcbf
}
.muted-table-bg-hover tbody tr:first-child td, .muted-table-bg-hover tbody tr:first-child th {
  border-top: 0
}
.muted-table-bg-hover tbody tr td, .muted-table-bg-hover tbody tr th {
  border-top: 0.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: 0.1rem solid rgba(120, 130, 140, 0.13)
}
.trading-activity tbody tr:hover {
  box-shadow: 0.5rem 1rem 1rem rgba(120, 130, 140, 0.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 {
  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
  }
}
@media only screen and (max-width: 991px) {
  .table-responsive-fix-big {
    min-width: 100rem
  }
}
.table-cap thead th {
  font-size: 1.8rem;
  font-weight: 500
}
.table-cap tbody tr {
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1)
}
.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 {
  color: #464a53
}
.table-trans thead tr th {
  font-weight: 500;
  font-size: 1.8rem
}
.table-trans tr td {
  padding: 1rem
}
.table-trans tr td a {
  color: #464a53
}
.table-trans tbody tr {
  box-shadow: 0px 3px 10px 0px rgba(119, 119, 119, 0.1)
}
.table-trans tbody tr td {
  color: #464a53
}
.table-trans tbody tr td i {
  padding-right: .3rem;
  font-size: 20px
}
.table-trans tbody tr td .label {
  border-radius: 5px
}
.invoice-details-table th, .invoice-details-table td {
  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 th, table.dataTable thead td {
  border-bottom: 0;
  border-top: 0
}
table.dataTable tfoot th, table.dataTable tfoot td {
  border-top: 0
}
table.dataTable tbody tr, table.dataTable tbody td {
  background: transparent !important
}
table.dataTable thead th {
  color: #464a53;
  font-weight: 500
}
table.dataTable tbody td {
  padding: 15px 18px
}
table.dataTable tr.selected {
  color: #7F63F4
}
table.dataTable tfoot th {
  color: #464a53;
  font-weight: 500
}
table#example {
  padding: 3rem 0 4rem 0
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border-radius: 50%;
  color: #7F63F4 !important;
  background: rgba(127, 99, 244, 0.1);
  border: 0 !important
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-radius: 50%;
  color: #7F63F4 !important;
  background: rgba(127, 99, 244, 0.1);
  border: 0
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  background: transparent
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background: transparent
}
.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-insert-row input, .jsgrid-table .jsgrid-insert-row select, .jsgrid-table .jsgrid-edit-row input, .jsgrid-table .jsgrid-edit-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 0
  }
}
.invoice-info-card .card-header {
  border-bottom: 1px solid rgba(221, 223, 225, 0.4)
}
.invoice-info-card .distributors {
  margin-bottom: 8rem
}
.invoice-info-card .invoice-to {
  margin-bottom: 4rem
}
.invoice-info-card .invoice-id {
  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: #7F63F4
}
.invoice-list-header-left .btn:hover {
  background-color: #7F63F4;
  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, 0.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
}
.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;
  box-shadow: none;
  font-family: "Roboto Condensed", sans-serif;
  height: 4.5rem;
  border: 1px solid #DDDFE1;
  background: #f3f6f9;
  color: #000;
  font-weight: 500
}
.form-control:hover {
  box-shadow: none;
  background: #f3f6f9;
  color: #000
}
.form-control.active, .form-control:focus {
  box-shadow: none;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: #f3f6f9;
  color: #000
}
.input-default {
  border-radius: .4rem
}
.input-flat {
  border-radius: 0
}
.input-rounded {
  border-radius: 10rem
}
.form-control {
  min-height: 4rem;
  font-size: 1.4rem
}
.form-control.form-control-sm {
  min-height: 4rem;
  height: 4rem
}
.form-control.form-control-lg {
  min-height: 6rem
}
.file-upload {
  position: relative;
  display: inline-block
}
.file-upload .file-upload__label {
  display: block;
  padding: 0.5em 1.5em;
  border-radius: 0.4em;
  -webkit-transition: background 0.3s;
  transition: background 0.3s
}
.file-upload .file-upload__label:hover {
  cursor: pointer
}
.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 {
  display: inline-block;
  border-radius: .5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  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 i {
  font-size: 1.6rem;
  margin-top: .5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 1.5rem
}
.drop-menu .select .currency {
  font-size: 1.3rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right
}
.drop-menu.active {
  border-radius: 5px 5px 0 0
}
.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 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #464a53
}
.wysihtml5-toolbar {
  height: 5rem
}
.textarea_editor {
  min-height: 30rem
}
.bootstrap-touchspin .input-group-btn, .bootstrap-touchspin .input-group-prepend, .bootstrap-touchspin .input-group-append, .bootstrap-touchspin .form-control {
  margin: 1rem 0px 0px
}
.text-label {
  color: #464a53
}
.input-group.input-with-img {
  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: 0.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 {
  font-size: 1.6rem
}
.form-group .label-dark-text {
  color: #464a53
}
.form-control {
  background: #fff;
  min-height: 5rem;
  padding-left: 1.5rem
}
.form-control::placeholder {
  color: #abafb3
}
.btn-light {
  border-color: #DDDFE1 !important
}
.input-group .input-group-text {
  font-size: 16px;
  color: #abafb3;
  padding: 0.375rem 1.5rem
}
.dropzone {
  background: #f3f6f9;
  border: 2px solid rgba(120, 130, 140, 0.13)
}
.custom-position [type=checkbox] + label::before {
  left: -5px;
  top: 5px
}
.custom-position [type=checkbox] + label::after {
  left: -5px;
  top: 5px
}
.custom-position [type=radio] + label::before {
  left: -5px;
  top: 5px
}
.custom-position [type=radio] + label::after {
  left: -5px;
  top: 5px
}
.tabbed[type="checkbox"]:focus + label::after {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0 none;
  border-radius: 50%;
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.1);
  transform: scale(1)
}
.filled-in.tabbed[type="checkbox"]:focus + label::after {
  background-color: rgba(0, 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 #7F63F4 #7F63F4 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, 0.26);
  border-right: 2px solid rgba(0, 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: #7F63F4
}
.input-group-prepend .dropdown-toggle::after {
  margin-left: 0.455em;
  vertical-align: 0.155em
}
input[type="checkbox"] {
  position: relative
}
input[type="checkbox"]:after {
  line-height: 1.5em;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  margin-top: -4px;
  margin-left: -4px;
  border: 1px solid #DDDFE1;
  border-radius: 0;
  background: #fff;
  line-height: 1.3
}
input[type="checkbox"]:checked:after {
  width: 2rem;
  height: 2rem;
  display: block;
  content: "\f00c";
  font-family: FontAwesome;
  color: #7F63F4;
  font-weight: 100;
  -webkit-text-stroke: 1px white;
  text-align: center
}
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: 0.2rem solid rgba(0, 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 0.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, 0.26);
  border-right: 2px solid rgba(0, 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: #7F63F4;
  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 {
  background-color: red
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-purple::after {
  background-color: #7C277D
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-d-purple::after {
  background-color: #664CE1
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-blue::after {
  background-color: #398BF7
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-l-blue::after {
  background-color: #5C97E6
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-teal::after {
  background-color: #39CCCC
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-green::after {
  background-color: #26DA87
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-yellow::after {
  background-color: #FFB22B
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-orange::after {
  background-color: #F7941D
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-d-orange::after {
  background-color: #D08021
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-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 {
  background-color: #102D4B
}
input[type="checkbox"].styled-checkbox.filled-in:checked + label.check-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 0.28s ease 0s
}
input[type="radio"]:checked + label::after {
  border-radius: 50%;
  background-color: #7F63F4;
  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: 0.2s linear 0s normal forwards 1 running ripple;
  border: .2rem solid transparent
}
input[type="radio"]:checked + label.radio-red::after {
  background-color: red
}
input[type="radio"]:checked + label.radio-purple::after {
  background-color: #7C277D
}
input[type="radio"]:checked + label.radio-d-purple::after {
  background-color: #664CE1
}
input[type="radio"]:checked + label.radio-blue::after {
  background-color: #398BF7
}
input[type="radio"]:checked + label.radio-l-blue::after {
  background-color: #5C97E6
}
input[type="radio"]:checked + label.radio-teal::after {
  background-color: #39CCCC
}
input[type="radio"]:checked + label.radio-green::after {
  background-color: #26DA87
}
input[type="radio"]:checked + label.radio-yellow::after {
  background-color: #FFB22B
}
input[type="radio"]:checked + label.radio-orange::after {
  background-color: #F7941D
}
input[type="radio"]:checked + label.radio-d-orange::after {
  background-color: #D08021
}
input[type="radio"]:checked + label.radio-maroon::after {
  background-color: #8C1919
}
input[type="radio"]:checked + label.radio-navy::after {
  background-color: #102D4B
}
input[type="radio"]:checked + label.radio-black::after {
  background-color: #000
}
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 0.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 {
  content: "";
  margin: .4rem;
  position: absolute;
  transition: all 0.28s ease 0s;
  z-index: 0
}
input[type="radio"] + label::before {
  content: "";
  height: 20px;
  left: 0;
  margin: .4rem;
  position: absolute;
  top: 0;
  transition: all 0.28s ease 0s;
  width: 20px;
  z-index: 0;
  border: 1px solid #DEE0E2
}
input[type="radio"]:disabled:checked + label::before {
  animation: 0.2s linear 0s normal forwards 1 running ripple;
  background-color: transparent
}
input[type="radio"]:disabled:checked + label::after {
  background-color: rgba(0, 0, 0, 0.26)
}
input[type="radio"]:disabled:not(:checked) + label::before {
  animation: 0.2s linear 0s normal forwards 1 running ripple;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  border-color: rgba(0, 0, 0, 0.26)
}
input[type="radio"]:disabled + label {
  color: rgba(0, 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(0.5)
}
.with-gap[type="radio"]:checked + label::before {
  border-radius: 50%;
  border: 2px solid #26a69a
}
.with-gap[type="radio"]:disabled:checked + label::before {
  animation: 0.2s linear 0s normal forwards 1 running ripple;
  border: 2px solid rgba(0, 0, 0, 0.26)
}
.with-gap[type="radio"]:disabled:checked + label::after {
  background-color: rgba(0, 0, 0, 0.26);
  border: medium none
}
.tabbed[type="radio"]:focus + label::before {
  animation: 0.2s linear 0s normal forwards 1 running ripple;
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.1)
}
.radio-toolbar [type="radio"] + label {
  padding-left: 0
}
.radio-toolbar label::before {
  display: none
}
.radio-toolbar label::after {
  display: none
}
.radio-toolbar input[type="radio"] {
  display: none
}
.radio-toolbar label {
  display: inline-block;
  color: #dddddd;
  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, 0.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 span.tag {
  display: block;
  float: left;
  padding: .3rem .8rem;
  text-decoration: none;
  margin-right: .5rem;
  margin-bottom: .5rem;
  font-size: 1.3rem;
  -webkit-border-radius: .3rem;
  border-radius: .3rem
}
.tagsinput span.tag a {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1rem
}
.tagsinput input {
  width: 8rem;
  margin: 0;
  font-size: 1.3rem;
  border: 1px solid transparent;
  padding: .5rem;
  background: transparent;
  outline: 0;
  margin-right: .5rem;
  margin-bottom: .5rem
}
.tagsinput div {
  display: block;
  float: left
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0
}
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important
}
.note-icon-caret, .note-popover {
  display: none
}
.note-editor.note-frame .panel-heading {
  padding: .6rem 1rem 1rem
}
.asColorPicker-dropdown {
  max-width: 26rem
}
.asColorPicker-trigger {
  border: 0 none;
  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 {
  background-color: #1976d2
}
.daterangepicker td.active:hover {
  background-color: #1976d2
}
.datepicker table tr td.today {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff
}
.datepicker table tr td.today:hover {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff
}
.datepicker table tr td.today.disabled {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff
}
.datepicker table tr td.today.disabled:hover {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff
}
.datepicker td {
  padding: .5rem 1rem
}
.datepicker th {
  padding: .5rem 1rem
}
.picker__select--month, .picker__select--year {
  height: 2.5em
}
.form-control.is-valid {
  border-color: #4CAF50 !important;
  border-right: 0px !important
}
.form-control.is-valid:focus {
  box-shadow: none
}
.form-control.is-warning {
  border-color: #FFC107 !important;
  border-right: 0px !important
}
.form-control.is-warning:focus {
  box-shadow: none
}
.form-control.is-invalid {
  border-color: #FF5722 !important;
  border-right: 0px !important
}
.form-control.is-invalid:focus {
  box-shadow: none
}
.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: #7F63F4;
  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 h4 {
  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.active .form-wizard-content {
  display: block
}
.form-wizard .form-wizard-left.step-anchor > li.active > a.nav-link {
  border-color: #fff
}
.form-wizard .form-wizard-left.step-anchor > li.done > a.nav-link {
  border-color: #fff;
  background-color: #fff;
  color: #7F63F4
}
.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: #7F63F4;
  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-left.step-anchor::before {
  display: none
}
.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 {
  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 .emial-setup label.mailclinet input[type="radio"] {
  display: none
}
.form-wizard .skip-email {
  margin-top: 6rem
}
.form-wizard .skip-email p {
  margin-bottom: 1rem
}
.form-wizard .skip-email a {
  color: #7F63F4;
  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
  }
}
.wizard .content > .body input.error {
  position: relative
}
.wizard .content > .body label.error {
  position: absolute;
  top: 100%;
  margin-left: 0
}
.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
}
@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 .emial-setup label.mailclinet input[type="radio"] {
  display: none
}
.wizard .skip-email {
  margin-top: 6rem
}
.wizard .skip-email p {
  margin-bottom: 1rem
}
.wizard .skip-email a {
  color: #7F63F4;
  text-decoration: underline
}
.wizard > .actions li:not(.disabled) a {
  background-color: #7F63F4;
  color: #fff
}
.step-form-horizontal .wizard {
  padding-top: 10rem
}
.step-form-horizontal .wizard .steps li {
  position: relative
}
.step-form-horizontal .wizard .steps li.done a {
  text-align: center;
  background-color: #fff;
  color: #464a53
}
.step-form-horizontal .wizard .steps li.done a:hover {
  text-align: center;
  background-color: #fff;
  color: #464a53
}
.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 {
  background-color: #fff;
  text-align: center;
  color: #464a53
}
.step-form-horizontal .wizard .steps li.current a:hover, .step-form-horizontal .wizard .steps li.current a:active, .step-form-horizontal .wizard .steps li.disabled a:hover, .step-form-horizontal .wizard .steps li.disabled a:active {
  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: #7F63F4
}
.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 {
  background-color: #F3F3F3
}
.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
  }
}
@media only screen and (max-width: 575px) {
  .step-form-tab .wizard .steps li {
    width: 50%
  }
}
.step-form-tab .wizard .steps li:not(.current) a {
  background-color: #EEEEEE;
  color: #7F63F4
}
.step-form-tab .wizard .steps li.current a {
  background-color: #7F63F4
}
.step-form-tab .wizard .steps li.done a {
  background-color: rgba(127, 99, 244, 0.5);
  color: #7F63F4
}
.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 0.5em 0.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 > .steps li:not(.current) a {
  background-color: #EEEEEE;
  color: #7F63F4
}
.step-form-vertical .wizard.vertical > .steps li.current a {
  background-color: #7F63F4
}
.step-form-vertical .wizard.vertical > .steps li.done a {
  background-color: rgba(127, 99, 244, 0.5);
  color: #7F63F4
}
.step-form-vertical .wizard.vertical > .content {
  width: 73%;
  margin: 0
}
.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
  }
}
.step-form-vertical .wizard.vertical > .actions {
  padding: 0 8rem
}
@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: #7F63F4;
  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 {
  height: 4.5rem
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 4.5rem;
  padding-left: 15px
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 4.5rem
}
.select2-container--default .select2-selection--single {
  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: #7F63F4;
  color: #fff;
  padding: 0 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #7F63F4
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #7F63F4;
  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-dropdown {
  border-color: #DDDFE1
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #7F63F4;
  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
}
.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: #7F63F4;
  color: #fff
}
.compose-content .mce-panel {
  background-color: #f3f6f9
}
.email-right-box .custom-control {
  padding: 0 8px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 2rem
}
#duration-value-axis {
  height: 45rem;
  width: 100%
}
#combined-bullet {
  height: 45rem;
  width: 100%
}
#zoomable-chart {
  height: 45rem;
  width: 100%
}
#chartMap {
  height: 45rem;
  width: 100%
}
#professional-candlesticks {
  width: 100%;
  height: 45rem
}
#comparing-stock-indices {
  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[type="button"], #comparing-stock-indices input {
    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[type="button"], #multiple-panel-data input {
    margin-top: .5rem;
    margin-bottom: .5rem
  }
}
#depth-chart {
  width: 100%;
  height: 45rem
}
#btc1 {
  width: 100%;
  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: 0.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: #7F63F4;
  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: #7F63F4;
  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
}
@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -3.1rem
  }
}
@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -3.1rem
  }
}
.lastBullet {
  -webkit-animation: am-pulsating 1s ease-out infinite;
  animation: am-pulsating 1s ease-out infinite
}
@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 5rem
  }
}
@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0px
  }
  100% {
    stroke-opacity: 0;
    stroke-width: 5rem
  }
}
.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
}
@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%
  }
  100% {
    stroke-dashoffset: 0%
  }
}
@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%
  }
  100% {
    stroke-dashoffset: 0%
  }
}
@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 path, .c3 .c3-axis-x line {
  stroke: #fff
}
.c3 .c3-axis-y path, .c3 .c3-axis-y line {
  stroke: #fff
}
.tick text {
  stroke: #fff
}
.morris-hover {
  position: absolute;
  z-index: 1
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
  color: rgba(255, 255, 255, 0.8) !important
}
.morris-hover.morris-default-style {
  border-radius: .2rem;
  padding: 1rem 1.2rem;
  border: none;
  color: #666;
  background: rgba(0, 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-rpl-card, #crypto-ltc-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 0px rgba(119, 119, 119, 0.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: #7F63F4 !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, 0.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 {
  margin-top: .8rem
}
#relation-selection {
  margin-left: 1.8rem
}
.top2 {
  margin-top: .8rem
}
.buttons {
  display: inline-block
}
.buttons > a, .help-button {
  display: inline-block;
  padding-top: .4rem;
  padding-bottom: .3rem;
  padding-left: .4rem;
  padding-right: .4rem;
  margin-left: .7rem;
  margin-right: .3rem;
  border: 1px solid transparent;
  border-radius: .4rem;
  transition: all ease-out 0.2s;
  text-decoration: none;
  min-width: 2.5rem
}
.buttons > a:hover {
  border-color: #D6D6D6
}
.buttons > a.active {
  color: #DDDF0D;
  border-color: #DDDF0D
}
#average-button.active {
  color: #5494D3;
  border-color: #5494D3
}
.help-button {
  margin-left: 3.5rem
}
#average-button {
  margin-left: 1rem
}
#about {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
  background: rgba(22, 22, 22, 0.75)
}
#about-inner {
  margin-top: 20rem;
  display: inline-block;
  border: 1px solid #D6D6D6;
  border-radius: .4rem;
  padding: 2.5rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  text-align: left;
  line-height: 130%;
  box-shadow: 0px 0px 20px #0C0C0C
}
#about-inner > h1 {
  text-align: center;
  font-size: 1.7em;
  margin: 1.5rem;
  margin-bottom: 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, 0.1)
}
.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  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: #0000FF
}
.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: #0000FF
}
.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: #ffffff;
  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 {
  position: absolute;
  left: 6rem;
  top: 6rem
}
.superclock3 {
  position: absolute;
  left: 11rem;
  top: 11rem
}
#daily-sales, #comparison-rate, #usage-chart, #walet-status {
  width: 100%;
  display: block
}
#daily-sales canvas, #comparison-rate 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
  }
}
#weekly-view-chart, #t-monthly-likes-chart, #weekly-likes-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 {
  height: 11.6rem !important
}
#ticket-small-chart-2 {
  height: 11.6rem !important
}
#canvas1, #canvas2, #canvas3, #canvas4 {
  height: 11.9rem !important
}
#impression-chart, #top-products, #conversion-chart, #cpa-chart {
  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-graph, #sort-track, #sort-diagrams {
  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-page2 body {
  background: url(../../assets/images/background/login-register2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  position: relative
}
#login-page2 body::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 144, 255, 0.5);
  z-index: -1
}
#login-page1 body {
  background: url(../../assets/images/background/login-register.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  position: relative
}
#login-page1 body::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 144, 255, 0.5);
  z-index: -1
}
.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: transparent
}
.form-input-content .card .card-body .btn {
  max-width: 20rem;
  width: 100%;
  margin: 0 auto
}
.login-info {
  position: absolute;
  left: 5rem;
  bottom: 10rem
}
.login-info h2, .login-info p, .login-info h5 {
  color: #fff !important
}
.login-logo span {
  color: #fff
}
.social-login-content {
  background: #fcfcfc
}
.register-link a {
  color: #7F63F4
}
#error body {
  background: #fff
}
.error-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column
}
.error-text {
  font-size: 10rem;
  line-height: 8rem;
  color: #7F63F4
}
#invoice {
  position: relative;
  margin-bottom: 12rem;
  padding: 3rem;
  background: #fff
}
#invoice-table {
  padding: 3rem 0;
  border-bottom: 0.1rem solid rgba(120, 130, 140, 0.13)
}
#invoice-top {
  min-height: 12rem
}
#invoice-mid {
  min-height: 12rem
}
#invoice-bot {
  min-height: 25rem
}
.invoice-logo {
  float: left;
  height: 6rem;
  width: 6rem;
  background: url("http://michaeltruong.ca/images/logo1.png") no-repeat;
  background-size: 6rem 6rem
}
.clientlogo {
  float: left;
  height: 6rem;
  width: 6rem;
  background: url("http://michaeltruong.ca/images/client.jpg") no-repeat;
  background-size: 6rem 6rem;
  border-radius: 5rem
}
.invoice-info {
  display: block;
  float: left;
  margin-left: 2rem
}
.invoice-info h2 {
  font-size: 1.4rem;
  color: #464a53
}
.invoice-info p {
  font-size: 1.2rem
}
.title h4 {
  text-align: right;
  color: #464a53
}
.title p {
  text-align: right;
  font-size: 1.2rem
}
#project {
  margin-left: 52%
}
#project p {
  font-size: 1.2rem
}
#invoice-table h2 {
  font-size: 1.8rem
}
.tabletitle {
  padding: .5rem;
  background: rgba(120, 130, 140, 0.13)
}
.service {
  border: 0.1rem solid rgba(120, 130, 140, 0.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: 0.9em
}
#legalcopy {
  margin-top: 3rem
}
#legalcopy p {
  font-size: 1.2rem
}
.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 0.25s ease-in-out;
  transition: all 0.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 hr {
  margin: 0
}
.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: 0.1rem solid rgba(120, 130, 140, 0.13);
  border-radius: .5rem;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.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, 0.175);
  box-shadow: 0 0 1rem rgba(0, 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: #7F63F4;
  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: #7F63F4;
  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: transparent
}
.comming-soon__form .input-group-append .input-group-text {
  background: #7F63F4;
  color: #fff;
  padding: 0.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
  }
}
.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 0px rgba(119, 119, 119, 0.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: #7F63F4;
  color: #fff !important
}
.faq-tab-panel .nav-pills .nav-link.active h4, .faq-tab-panel .nav-pills .nav-link.active p, .faq-tab-panel .nav-pills .nav-link.active i {
  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 {
  font-size: 4rem;
  line-height: 5.6rem;
  color: #7F63F4
}
.faq-tab-panel .tab-content .media i {
  color: #7F63F4;
  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 {
  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 > tbody > tr > td {
  border-top: 0 !important
}
.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: #7F63F4;
  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: 0px
}
.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: 0.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 {
  color: #abafb3
}
.wallet-card .input-group-text i.cc {
  color: #7F63F4
}
.wallet-card .form-control {
  color: #abafb3
}
.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 {
  color: #abafb3
}
.hospital-map {
  position: relative
}
.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 {
  font-size: 1.4rem;
  margin-top: 0.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, 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
}
.recent-properties-area .media p {
  font-size: 1.4rem;
  margin-top: .8rem
}
@media only screen and (max-width: 575px) {
  .recent-properties-area .media img {
    max-width: 30px
  }
}
.agent-info {
  margin-bottom: 5.3rem
}
.agent-info h4 span i {
  font-size: 1.8rem
}
.property-overview-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: 0.8rem;
  height: 0.8rem;
  width: 0.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, 0.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 h3 {
  line-height: 1
}
.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 0px rgba(119, 119, 119, 0.1)
}
.time-filter {
  text-align: right
}
.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, .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: 0.8rem
  }
}
@media only screen and (max-width: 767px) {
  .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-youtube, .social-network-stats .item-facebook {
    margin-right: 3rem
  }
}
.social-network-stats .table tr td:first-child {
  font-weight: bold;
  font-size: 1.6rem
}
.social-network-table .table > tbody > tr > td {
  color: #6a707e
}
.campaign-statistics .card-title {
  margin-bottom: 2.5rem
}
.campaign-statistics .current-campaign-list {
  margin-top: 1.5rem
}
.campaign-statistics .current-campaign-list .status-icon, .campaign-statistics .current-campaign-list .campaign-details, .campaign-statistics .current-campaign-list .campaign-status {
  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
}
.file-types .document p {
  color: #1D8FF7
}
.file-types .images .media-icon {
  background-color: #FF8423
}
.file-types .images p {
  color: #FF8423
}
.file-types .videos .media-icon {
  background-color: #FF5274
}
.file-types .videos p {
  color: #FF5274
}
.file-types .audios .media-icon {
  background-color: #D57FF8
}
.file-types .audios p {
  color: #D57FF8
}
.file-types .zips .media-icon {
  background-color: #7F63F4
}
.file-types .zips p {
  color: #7F63F4
}
.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 .document h2 {
  color: #1D8FF7
}
.download-docs-card .image h2 {
  color: #FF8423
}
.download-docs-card .video h2 {
  color: #FF5274
}
.download-docs-card .audio h2 {
  color: #D57FF8
}
.download-docs-card .zip h2 {
  color: #7F63F4
}
.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 {
  background-color: #7F63F4
}
.doc-storage-table tr {
  background-color: #7F63F4
}
.doc-storage-table tr td:first-child {
  font-weight: 700
}
.doc-storage-table .table > tbody > tr > td {
  color: #fff;
  padding: .5rem 0.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: 0.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: rgba(0, 0, 0, 0);
  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: #7F63F4
}
.widget-deals h2 {
  font-size: 3.5rem;
  margin-bottom: .6rem
}
.widget-deals h2, .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
}
.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
}
.sale-report h2, .sale-report h4 {
  color: #fff
}
.sale-report p {
  margin: 0
}
.morris-chart-filter li {
  display: inline-block;
  position: relative
}
@media only screen and (max-width: 575px) {
  .morris-chart-filter li {
    display: block
  }
}
[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: 0.4rem
  }
}
[direction="rtl"] .morris-chart-filter li:first-child {
  margin-right: 0
}
.morris-chart-filter li:not(:last-child) {
  margin-right: 5rem
}
@media only screen and (max-width: 575px) {
  .morris-chart-filter li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.4rem
  }
}
.morris-chart-filter li:nth-child(1)::before {
  background-color: #7F63F4
}
.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: #7F63F4
}
.widget-event-ticket-sale:hover * {
  color: #fff !important
}
.action-icons .item {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #DDDFE1;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s
}
.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;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}
@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: #7F63F4;
  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
}
[direction="rtl"] .lw-transaction li:not(:first-child) {
  margin-right: 5rem
}
.lw-transaction li:not(:last-child) {
  margin-right: 5rem
}
.lw-transaction li:nth-child(1)::before {
  background-color: #464a53
}
.lw-transaction li:nth-child(2)::before {
  background-color: #7F63F4
}
.lw-transaction li::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  left: -1.5rem;
  top: 0.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:hover, .prev-transactions-table .table-padded button.btn:focus {
  background-color: #71D875
}
.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
}
.total-sale-card .list li:not(:last-child) {
  margin-right: 5rem
}
[direction="rtl"] .total-sale-card .list li:not(:first-child) {
  margin-right: 5rem
}
[direction="rtl"] .total-sale-card .list li:first-child {
  margin-right: 0
}
.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
}
.product-details-table.table-padded {
  border-spacing: 0 1rem
}
.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:before {
  position: absolute;
  left: -1.8rem;
  top: .7rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  content: ""
}
.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 div {
  height: 100%
}
.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, 0.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: none
}
.photo-carousel .owl-dots .owl-dot.active {
  background-color: #7F63F4
}
.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 0px rgba(0, 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 #7F63F4;
  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, 0.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: rgba(0, 0, 0, 0);
  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 {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #DDDFE1;
  top: -1.4rem;
  left: 50%
}
[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 0.1rem rgba(0, 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::before {
  border-color: #7F63F4
}
.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: #7F63F4;
  z-index: 1;
  border-width: 3px
}
.sorting-days .dropdown button.btn {
  border: 0;
  padding: 1.2rem 0.8rem;
  color: #7F63F4
}
.sorting-days .dropdown button.btn:active, .sorting-days .dropdown button.btn:focus, .sorting-days .dropdown button.btn:hover {
  background-color: #fff;
  color: #7F63F4
}
.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: 0rem
}
.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 {
  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 {
  color: #464a53
}
.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
}
.reaction-btns a {
  color: #abafb3
}
@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 i {
  color: #ff5274
}
.student-roster-card.card {
  box-shadow: none;
  transition: all .2s
}
.student-roster-card.card:hover {
  background-color: #7F63F4
}
.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
}
.single-administrator .card-body p {
  margin: 0
}
.timeline-chart-area li span {
  font-size: 1.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 span, .upload-chart-area li span {
  font-size: 1.2rem
}
.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 span {
  font-size: 1.2rem
}
.storage-chart-area li .icon-1 {
  color: #ffc107
}
.storage-chart-area li .icon-2 {
  color: #e36cd9
}
.video-session-table .table th {
  padding: 0
}
.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, 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: bold
}
.weather-report-container .weather-report-days {
  display: flex;
  justify-content: space-between
}
.weather-report-container .weather-report-days h3 {
  font-size: 2rem
}
.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: bold
}
.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 0.3rem 1rem rgba(0, 0, 0, 0.1)
}
.additional-widget-section .input-group .btn {
  padding: 0.65rem 5.538rem
}
.posted-job-table > tbody > tr > td {
  color: #6a707e
}
.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, 0.13);
  color: #abafb3
}
.footer {
  padding-left: 32rem;
  background-color: #fff
}
.footer .copyright {
  padding: 1.5rem;
  background: #fff
}
.footer .copyright p {
  text-align: center;
  margin: 0;
  color: #898989
}
.footer .copyright a {
  color: #7F63F4
}
[data-theme-version="dark"] {
  background: #2B2E37 !important;
  color: #94a2c9 !important
}
[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"] .text-dark {
  color: #94a2c9 !important
}
[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 {
  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 {
  box-shadow: none
}
[data-theme-version="dark"] .card.transparent-card {
  background: transparent
}
[data-theme-version="dark"] .card-footer {
  background-color: #323640;
  border-color: #42454D
}
[data-theme-version="dark"] .card-style {
  background: #323640
}
[data-theme-version="dark"] .table > tbody > tr > td {
  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 {
  border-color: #42454D
}
[data-theme-version="dark"] .transparent-card .table > tbody > tr:hover {
  box-shadow: none
}
[data-theme-version="dark"] table tbody tr {
  background-color: #323640
}
[data-theme-version="dark"] table input[type="text"], [data-theme-version="dark"] table input[type="number"] {
  background-color: #2B2E37;
  border-color: #42454D;
  color: #94a2c9
}
[data-theme-version="dark"] .table-striped tbody tr:nth-of-type(odd) {
  background-color: #2B2E37
}
[data-theme-version="dark"] .jsgrid-row > .jsgrid-cell, [data-theme-version="dark"] .jsgrid-alt-row > .jsgrid-cell, [data-theme-version="dark"] .jsgrid-header-row > .jsgrid-header-cell, [data-theme-version="dark"] .jsgrid-grid-header, [data-theme-version="dark"] .jsgrid-grid-body {
  background: #2B2E37;
  border-color: #42454D;
  color: #94a2c9
}
[data-theme-version="dark"] table.dataTable.row-border tbody th, [data-theme-version="dark"] table.dataTable.row-border tbody td, [data-theme-version="dark"] table.dataTable.display tbody th, [data-theme-version="dark"] table.dataTable.display tbody td {
  border-color: #42454D
}
[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 {
  background: #2B2E37;
  border-color: #42454D;
  color: #94a2c9
}
[data-theme-version="dark"] table.dataTable.cell-border tbody tr th:first-child, [data-theme-version="dark"] table.dataTable.cell-border tbody tr td:first-child, [data-theme-version="dark"] table.dataTable.cell-border tbody th, [data-theme-version="dark"] table.dataTable.cell-border tbody td {
  border-color: #42454D
}
[data-theme-version="dark"] .dataTables_wrapper label {
  color: #94a2c9
}
[data-theme-version="dark"] table.dataTable thead th, [data-theme-version="dark"] table.dataTable tfoot th {
  color: #fff
}
[data-theme-version="dark"] .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff !important
}
[data-theme-version="dark"] .page-titles {
  background-color: #2f323c
}
[data-theme-version="dark"] .header {
  background-color: #323640
}
[data-theme-version="dark"] .header-right .icons > a {
  color: #94a2c9
}
[data-theme-version="dark"] .header-right .icons > a i {
  color: #94a2c9
}
[data-theme-version="dark"] .header-right .notify-close {
  color: #fff
}
[data-theme-version="dark"] .header-right .dropdown-content-body ul > li {
  background-color: #323640
}
[data-theme-version="dark"] .header-right .dropdown-content-body ul > li a {
  color: #94a2c9
}
[data-theme-version="dark"] .header-right .notification-heading {
  color: #fff
}
[data-theme-version="dark"] .header-left .header-search .input-group .input-group-text {
  background-color: #2B2E37
}
[data-theme-version="dark"] .nk-sidebar {
  box-shadow: none;
  background-color: #323640
}
[data-theme-version="dark"] .nk-sidebar ul {
  background-color: #323640
}
[data-theme-version="dark"] .nk-sidebar .metismenu {
  background-color: #323640
}
[data-theme-version="dark"] .nk-sidebar .metismenu > li:hover > a, [data-theme-version="dark"] .nk-sidebar .metismenu > li:focus > 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 > li a > i {
  color: #94a2c9
}
[data-theme-version="dark"] .nk-sidebar .metismenu a {
  color: #ddd
}
[data-theme-version="dark"] .nk-sidebar .metismenu .mega-menu ul.in li a:hover, [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.active {
  color: #fff;
  background-color: #2B2E37
}
[data-theme-version="dark"] .nk-sidebar .metismenu a:hover, [data-theme-version="dark"] .nk-sidebar .metismenu a:focus, [data-theme-version="dark"] .nk-sidebar .metismenu a:active, [data-theme-version="dark"] .nk-sidebar .metismenu a.active {
  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: #7F63F4;
  box-shadow: 1px 1px 0 #42454D
}
[data-theme-version="dark"] .loader__ball {
  background: #7F63F4
}
[data-theme-version="dark"] .sidebar-right {
  background-color: #323640
}
[data-theme-version="dark"] .sidebar-right .nav-tabs {
  background-color: #323640;
  border-bottom: 1px solid #2B2E37
}
[data-theme-version="dark"] .sidebar-right .nav-tabs .nav-link.active {
  background-color: #2B2E37
}
[data-theme-version="dark"] .stat-widget-five p {
  color: #94a2c9
}
[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"] .earning-chart-data ul li, [data-theme-version="dark"] .revenue-chart-list li, [data-theme-version="dark"] .views-chart-area li {
  color: #94a2c9
}
[data-theme-version="dark"] .map-coruntry-list ul li a, [data-theme-version="dark"] .map-coruntry-list-electronics ul li a {
  color: #94a2c9
}
[data-theme-version="dark"] .toolbar .btn-group .dropdown-menu {
  background-color: #323640
}
[data-theme-version="dark"] .email-filter .input-group-prepend .input-group-text {
  border: none;
  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: none !important
}
[data-theme-version="dark"] .email-left-box .intro-title {
  background-color: transparent
}
[data-theme-version="dark"] .read-content textarea {
  background-color: #2B2E37
}
[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 {
  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_top, [data-theme-version="dark"] .cke_reset, [data-theme-version="dark"] .cke_bottom, [data-theme-version="dark"] .cke_editable {
  background: #2B2E37;
  color: #fff
}
[data-theme-version="dark"] .mce-container, [data-theme-version="dark"] .mce-container *, [data-theme-version="dark"] .mce-widget, [data-theme-version="dark"] .mce-widget *, [data-theme-version="dark"] .mce-reset, [data-theme-version="dark"] .mce-content-body {
  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 {
  background-color: #2B2E37;
  color: #94a2c9
}
[data-theme-version="dark"] .media.bordered {
  border-bottom: 1px solid #42454D
}
[data-theme-version="dark"] .popover-header, [data-theme-version="dark"] .popover-body {
  background-color: #2B2E37;
  color: #94a2c9
}
[data-theme-version="dark"] .popover-header {
  border-bottom-color: #42454D
}
[data-theme-version="dark"] .popover .arrow::after {
  border-color: #2B2E37
}
[data-theme-version="dark"] .nav-tabs {
  border-bottom-color: #42454D
}
[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:hover {
  border-color: #2B2E37
}
[data-theme-version="dark"] .nav-tabs .nav-link.active {
  background-color: #2B2E37;
  border: 1px solid #42454D
}
[data-theme-version="dark"] .tab-pane-img {
  border-color: #42454D
}
[data-theme-version="dark"] .bordered-tab .tab-pane {
  border-color: #42454D
}
[data-theme-version="dark"] .blockUI {
  background-color: #323640 !important;
  border-color: #42454D !important
}
[data-theme-version="dark"] .pignose-calendar.pignose-calendar-blue {
  background-color: #2B2E37;
  border-color: #42454D
}
[data-theme-version="dark"] .pignose-calendar-top-month {
  color: #fff !important
}
[data-theme-version="dark"] .pignose-calendar-top-icon {
  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 a {
  color: #94a2c9
}
[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"] .multiselect-container a {
  color: #94a2c9
}
[data-theme-version="dark"] .multiselect-container .multiselect-group label {
  color: #fff
}
[data-theme-version="dark"] .nestable .dd-handle {
  background-color: #2B2E37;
  border-color: #42454D
}
[data-theme-version="dark"] .noUi-connects {
  background-color: #2B2E37
}
[data-theme-version="dark"] .swal2-popup {
  background-color: #323640
}
[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 {
  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"] .wizard .content > .body {
  background-color: #323640
}
[data-theme-version="dark"] .wizard .steps li:not(.current) a, [data-theme-version="dark"] .step-form-vertical .wizard.vertical > .steps li:not(.current) a {
  background-color: #2B2E37
}
[data-theme-version="dark"] .wizard > .content > .body input {
  border-color: #42454D
}
[data-theme-version="dark"] .daterangepicker {
  background-color: #323640
}
[data-theme-version="dark"] .daterangepicker table tbody tr {
  background-color: inherit
}
[data-theme-version="dark"] .dtp-date-view table tbody tr {
  background-color: inherit
}
[data-theme-version="dark"] .picker table tbody tr {
  background-color: inherit
}
[data-theme-version="dark"] .clockpicker-popover, [data-theme-version="dark"] .clockpicker-popover .popover-title, [data-theme-version="dark"] .clockpicker-popover .popover-content, [data-theme-version="dark"] .clockpicker-popover button.btn {
  background-color: #323640
}
[data-theme-version="dark"] .clockpicker-popover button.btn {
  color: #94a2c9
}
[data-theme-version="dark"] .clockpicker-plate {
  background-color: #2B2E37;
  border-color: #42454D
}
[data-theme-version="dark"] .dropzone {
  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"] .bootstrap-tagsinput {
  background-color: #2B2E37;
  border-color: #42454D
}
[data-theme-version="dark"] .twitter-typeahead .tt-menu {
  background-color: #323640
}
[data-theme-version="dark"] .dropify-wrapper {
  border-color: #42454D;
  background-color: #2B2E37
}
[data-theme-version="dark"] .accordion#accordion-one .card {
  border-bottom-color: #42454D !important
}
[data-theme-version="dark"] .accordion#accordion-two .card {
  border-bottom-color: #42454D !important
}
[data-theme-version="dark"] .accordion#accordion-three .card {
  border-bottom-color: #42454D !important
}
[data-theme-version="dark"] .accordion#accordion-four .card {
  border-bottom-color: #42454D !important
}
[data-theme-version="dark"] .accordion#accordion-five .card {
  border-bottom-color: #42454D !important
}
[data-theme-version="dark"] .accordion#accordion-six .card {
  border-bottom-color: #42454D !important
}
[data-theme-version="dark"] .accordion .card .card-header {
  background-color: #2B2E37
}
[data-theme-version="dark"] .wallet-card .wallet-address .form-control {
  border-color: #42454D
}
[data-theme-version="dark"] .wallet-card .wallet-address .input-group-append button {
  background-color: #2B2E37
}
[data-theme-version="dark"] .tickercontainer li {
  color: #94a2c9
}
[data-theme-version="dark"] .doc-storage-table table tbody tr {
  background-color: #7F63F4
}
[data-theme-version="dark"] .file-uploading-widget .music-list li {
  background-color: #2B2E37
}
[data-theme-version="dark"] .sorting-buttons [type=radio] + label {
  color: #94a2c9
}
[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"] .temp-top span {
  color: #94a2c9
}
[data-theme-version="dark"] .compose-content .mce-panel {
  background-color: #323640
}
[data-theme-version="dark"] .compose-content .dropzone {
  background: #323640 !important
}
[data-theme-version="dark"] .profile-info {
  background: #323640 !important
}
[data-theme-version="dark"] .profile-tab .nav-item .nav-link {
  color: #fff
}
[data-theme-version="dark"] .profile-tab .nav-item .nav-link:hover, [data-theme-version="dark"] .profile-tab .nav-item .nav-link:active, [data-theme-version="dark"] .profile-tab .nav-item .nav-link.active {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #94a2c9;
  color: #fff
}
[data-theme-version="dark"] .profile-uoloaded-post a h4 {
  color: #fff
}
[data-theme-version="dark"] .chat-contacts {
  background-color: #323640
}
[data-theme-version="dark"] .chat-contacts .event-sideber-search {
  background-color: #323640
}
[data-theme-version="dark"] .chat-contacts .event-msg-left .list-group-item {
  background-color: #323640
}
[data-theme-version="dark"] .chat-contacts .event-msg-left .list-group-item.active {
  background-color: #2B2E37
}
[data-theme-version="dark"] .chat-contacts .event-msg-left .list-group-item .media .media-body p {
  color: #94a2c9 !important
}
[data-theme-version="dark"] .event-chat-ryt {
  background-color: #323640
}
[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: #7F63F4;
  border-bottom: 1px solid #7F63F4;
  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:hover, [data-theme-version="dark"] #calendar .fc-header-toolbar button.fc-state-hover {
  background-color: #2B2E37 !important
}
[data-theme-version="dark"] .fc-unthemed .fc-today {
  background-color: #2B2E37 !important
}
[data-theme-version="dark"] .fc-unthemed .fc-today span {
  color: #fff
}
[data-theme-version="dark"] .fc th.fc-widget-header {
  background-color: #2B2E37 !important
}
[data-theme-version="dark"] .fc th.fc-widget-header span {
  color: #94a2c9
}
[data-theme-version="dark"] .payment-details .table-borderless tbody tr td:not(:last-child), [data-theme-version="dark"] .invoice-details-table .invoice-upload {
  color: #94a2c9
}
[data-theme-version="dark"] .invoice-details-table thead tr th {
  color: #fff
}
[data-theme-version="dark"] .table-show-ticket.table > tbody > tr > td {
  color: #94a2c9 !important
}
[data-theme-version="dark"] .table-show-ticket.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #2B2E37
}
[data-theme-version="dark"] .table-show-ticket.table > tbody > tr > td, [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 {
  color: #fff
}
[data-theme-version="dark"] .support-tickets .problems-list-wrapper .problems-list > li {
  border-bottom: 1px solid #42454D
}
[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"] .login-form a {
  color: #fff
}
[data-theme-version="dark"] .error-content a {
  color: #fff
}
[data-theme-version="dark"] .currency-exchange .input-group-append button {
  background-color: #2B2E37;
  border-color: #42454D
}
[data-theme-version="dark"] .drop-menu .select {
  color: #fff
}
[data-theme-version="dark"] .table-trans tbody tr td {
  color: #94a2c9
}
[data-theme-version="dark"] .table-trans tr td a {
  color: #fff
}
[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 {
  color: #94a2c9
}
[data-theme-version="dark"] .wallet-card .wallet-address .input-group-prepend button, [data-theme-version="dark"] .wallet-card .wallet-address .input-group-append 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: #7F63F4
}
[data-theme-version="dark"] .form-control {
  background: #2B2E37;
  border: 1px solid #42454D;
  color: #94a2c9
}
[data-theme-version="dark"] .form-group label, [data-theme-version="dark"] .input-group label {
  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-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
}
[direction="rtl"][data-theme-version="dark"] .input-group-append .input-group-text {
  border: 1px solid #42454D
}
[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 {
  background-color: #2B2E37
}
[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:hover, [data-theme-version="dark"] .dropdown-menu .dropdown-item:focus {
  background-color: #323640;
  color: #94a2c9
}
[data-theme-version="dark"] .footer {
  background-color: #323640
}
[data-theme-version="dark"] .footer .copyright {
  background-color: #323640
}
[data-theme-version="dark"] .footer .copyright p {
  color: #fff
}
@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-right, .fc-toolbar .fc-left {
    margin: 10px 0px
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .fc-toolbar .fc-right {
    float: left;
    margin: 10px 0px
  }
  .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 th {
  text-align: right
}
.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 .radio input, .rtl .radio-inline, .rtl .checkbox input, .rtl .checkbox-inline input {
  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
  }
}
.rtl .mr-0, .rtl .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}
.rtl .ml-0, .rtl .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}
.rtl .mr-1, .rtl .mx-1 {
  margin-right: 0 !important;
  margin-left: .25rem !important
}
.rtl .ml-1, .rtl .mx-1 {
  margin-left: 0 !important;
  margin-right: .25rem !important
}
.rtl .mr-2, .rtl .mx-2 {
  margin-right: 0 !important;
  margin-left: .5rem !important
}
.rtl .ml-2, .rtl .mx-2 {
  margin-left: 0 !important;
  margin-right: .5rem !important
}
.rtl .mr-3, .rtl .mx-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important
}
.rtl .ml-3, .rtl .mx-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important
}
.rtl .mr-4, .rtl .mx-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important
}
.rtl .ml-4, .rtl .mx-4 {
  margin-left: 0 !important;
  margin-right: 1.5rem !important
}
.rtl .mr-5, .rtl .mx-5 {
  margin-right: 0 !important;
  margin-left: 3rem !important
}
.rtl .ml-5, .rtl .mx-5 {
  margin-left: 0 !important;
  margin-right: 3rem !important
}
.rtl .pr-0, .rtl .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}
.rtl .pl-0, .rtl .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}
.rtl .pr-1, .rtl .px-1 {
  padding-right: 0 !important;
  padding-left: .25rem !important
}
.rtl .pl-1, .rtl .px-1 {
  padding-left: 0 !important;
  padding-right: .25rem !important
}
.rtl .pr-2, .rtl .px-2 {
  padding-right: 0 !important;
  padding-left: .5rem !important
}
.rtl .pl-2, .rtl .px-2 {
  padding-left: 0 !important;
  padding-right: .5rem !important
}
.rtl .pr-3, .rtl .px-3 {
  padding-right: 0 !important;
  padding-left: 1rem !important
}
.rtl .pl-3, .rtl .px-3 {
  padding-left: 0 !important;
  padding-right: 1rem !important
}
.rtl .pr-4, .rtl .px-4 {
  padding-right: 0 !important;
  padding-left: 1.5rem !important
}
.rtl .pl-4, .rtl .px-4 {
  padding-left: 0 !important;
  padding-right: 1.5rem !important
}
.rtl .pr-5, .rtl .px-5 {
  padding-right: 0 !important;
  padding-left: 3rem !important
}
.rtl .pl-5, .rtl .px-5 {
  padding-left: 0 !important;
  padding-right: 3rem !important
}
.rtl .mr-auto, .rtl .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important
}
.rtl .ml-auto, .rtl .mx-auto {
  margin-right: auto !important;
  margin-left: 0 !important
}
@media (min-width: 576px) {
  .rtl .mr-sm-0, .rtl .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }
  .rtl .ml-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 .pr-sm-0, .rtl .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }
  .rtl .pl-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, .rtl .mx-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 .mr-md-0, .rtl .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }
  .rtl .ml-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 .pr-md-0, .rtl .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }
  .rtl .pl-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, .rtl .mx-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 .mr-lg-0, .rtl .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }
  .rtl .ml-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 .pr-lg-0, .rtl .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }
  .rtl .pl-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, .rtl .mx-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 .mr-xl-0, .rtl .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }
  .rtl .ml-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 .pr-xl-0, .rtl .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }
  .rtl .pl-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, .rtl .mx-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, .rtl .mx-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, .rtl .px-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 .mr-auto, .rtl .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}
.rtl .ml-auto, .rtl .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}
@media (min-width: 576px) {
  .rtl .mr-sm-0, .rtl .mx-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, .rtl .px-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 .mr-sm-auto, .rtl .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }
  .rtl .ml-sm-auto, .rtl .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }
}
@media (min-width: 768px) {
  .rtl .mr-md-0, .rtl .mx-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, .rtl .px-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 .mr-md-auto, .rtl .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }
  .rtl .ml-md-auto, .rtl .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }
}
@media (min-width: 992px) {
  .rtl .mr-lg-0, .rtl .mx-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, .rtl .px-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 .mr-lg-auto, .rtl .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }
  .rtl .ml-lg-auto, .rtl .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }
}
@media (min-width: 1200px) {
  .rtl .mr-xl-0, .rtl .mx-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, .rtl .px-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 .mr-xl-auto, .rtl .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }
  .rtl .ml-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 {
  text-align: right
}
html[dir="rtl"] [direction="rtl"] .card-title, html[dir="rtl"] [direction="rtl"] .card-body {
  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(0.4rem) rotate(135deg)
}
html[dir="rtl"] [direction="rtl"] .nav-header .nav-control .hamburger.is-active .line:nth-child(2) {
  transform: translateX(0.4rem)
}
html[dir="rtl"] [direction="rtl"] .nav-header .nav-control .hamburger.is-active .line:nth-child(3) {
  transform: translateY(-0.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(0.4rem) rotate(-45deg)
}
html[dir="rtl"] [direction="rtl"][data-sidebar-style="overlay"] .nav-header .hamburger.is-active .line:nth-child(3) {
  transform: translateY(-0.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 {
  float: right
}
html[dir="rtl"] [direction="rtl"] .header .header-right {
  float: left
}
html[dir="rtl"] [direction="rtl"] .header .header-right .icons {
  float: right
}
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 {
  text-align: right
}
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"] .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 {
  text-align: right
}
html[dir="rtl"] [direction="rtl"] .content-body .page-titles .breadcrumb {
  float: left
}
html[dir="rtl"] [direction="rtl"][data-layout="horizontal"] .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"] [direction="rtl"][data-sidebar-style="overlay"] .content-body {
  margin-right: 0
}
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 {
  text-align: center !important
}
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 {
  margin-bottom: 2rem;
  min-width: 20rem
}
.form-check {
  padding-left: 0
}
.demo-radio-button label {
  margin-bottom: 2rem;
  min-width: 20rem
}
.basic-colored-checkboxes .form-check {
  flex-basis: 20%
}
.basic-filled-in-checkboxes .form-check {
  flex-basis: 14.28571%
}
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
/*# sourceMappingURL=style.css.map */