/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/css/sass/themes/vien.dark.greenlime.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700);
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/assets/css/sass/themes/vien.dark.greenlime.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Vien Main Style

Table of Contents

00.Variables and Imports
01.Base
02.Buttons
03.Widths
04.Borders
05.Badges
06.Breadcrumb
07.Tabs
08.Navbar
09.Menu
10.Apps
11.Chat App
12.Survey App
13.Todo App
14.Main
15.Cards
16.Dashboard
17.Calendar
18.Datatable
19.Alerts
20.Forms
21.Form Wizard
22.Slider(Range)
23.Navs
24.Tooltip and popover
25.Progress
26.Rating
27.Sortable
28.Spinner
29.Modal
30.Authorization
31.Html Editors
32.Icons
33.Loading
34.Context Menu
35.Videojs
36.Prices
37.Tables
38.Invoice Print
39.Profile Page
40.Details Page
41.Blog
42.Rounded
43.Rtl
*/
/* 00.Variables and Imports */
/* 01.Base */
html {
  width: 100%;
  height: 100%;
  background: #1a1b18;
}
:root {
  --theme-color-1: #63883b;
  --theme-color-2: #4d7058;
  --theme-color-3: #9ca397;
  --theme-color-4: #808d6e;
  --theme-color-5: #5d946f;
  --theme-color-6: #7e9172;
  --theme-color-1-10: rgba(99, 136, 59, 0.1);
  --theme-color-2-10: rgba(77, 112, 88, 0.1);
  --theme-color-3-10: rgba(156, 163, 151, 0.1);
  --theme-color-4-10: rgba(128, 141, 110, 0.1);
  --theme-color-5-10: rgba(93, 148, 111, 0.1);
  --theme-color-6-10: rgba(126, 145, 114, 0.1);
  --primary-color: #8f8f8f;
  --foreground-color: #212220;
  --separator-color: #424242;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #8f8f8f;
  background: #1a1b18;
}
body.background {
  height: 100%;
}
body.background main {
  margin: 0 !important;
  height: 100%;
}
body.background main .container {
  height: 100%;
}
app-color-switcher,
app-app > div,
app-user > div {
  opacity: 0;
}
body.show app-color-switcher,
body.show app-app > div,
body.show app-user > div {
  opacity: 1;
}
.rtl * {
  text-align: right;
}
.fixed-background {
  background: url('bg-big.jpg') no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.disable-text-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.scroll {
  position: relative;
  height: 100%;
  max-width: none;
  max-width: initial;
  width: auto;
  width: initial;
  margin-right: -15px;
  padding-right: 15px;
}
perfect-scrollbar > .ps {
  max-width: none;
  max-width: initial;
  width: auto;
  width: initial;
  margin-right: -15px;
  padding-right: 15px;
  margin-left: -15px;
  padding-left: 15px;
}
.dropdown-menu {
  font-size: 0.8rem;
  border-radius: 0.1rem;
  background: #232223;
  border-color: rgba(143, 143, 143, 0.15);
}
.navbar-border {
  border-bottom: solid 3px #63883b;
}
::-moz-selection {
  background: #d0d3cd;
}
::selection {
  background: #d0d3cd;
}
::-moz-selection {
  background: #d0d3cd;
}
.ps__thumb-y {
  left: 0 !important;
  width: 5px !important;
  right: 0 !important;
  opacity: 1 !important;
  background-color: #145388 !important;
}
.ps__rail-y {
  width: 5px !important;
  opacity: 1 !important;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 5px !important;
  left: 0 !important;
}
.ps__thumb-y {
  background-color: #424242;
}
:focus {
  outline: medium none invert !important;
  outline: initial !important;
}
.map-item {
  height: 400px;
  width: 100%;
}
.map-item .map-container-inner {
  height: 400px;
  width: 100%;
}
.logo-single {
  width: 110px;
  height: 35px;
  background: url('eTrappLogoDesignFINAL.svg') no-repeat;
  background-position: center center;
  display: inline-block;
  margin-bottom: 60px;
  background-size: contain;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
}
h1 {
  font-size: 1.75rem;
  padding-bottom: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.3rem;
    padding-top: 0.25rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-bottom: 0.5rem;
  }
}
h2 {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.1rem;
  }
}
h3 {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1rem;
  }
}
h3 {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1rem;
  }
}
h4 {
  font-size: 1.15rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 0.9rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  h5 {
    font-size: 0.9rem;
  }
}
h6 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  h6 {
    font-size: 0.85rem;
  }
}
.depth-1 {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1);
}
.depth-2 {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3), 0 3px 24px rgba(0, 0, 0, 0.3);
}
.z-index-1 {
  z-index: 1;
}
.r-0 {
  right: 0;
}
.l-0 {
  left: 0;
}
.list-item-heading {
  font-size: 1rem;
}
.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.min-width-zero {
  min-width: 0;
}
.no-transition {
  transition: none !important;
}
button {
  color: #8f8f8f;
  outline: medium none invert !important;
  outline: initial !important;
}
.c-pointer {
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .display-2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .display-3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .display-4 {
    font-size: 2.2rem;
  }
}
.lead {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .lead {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}
@media (max-width: 575px) {
  .float-none-xs {
    float: none !important;
    float: initial !important;
  }
}
.main-heading {
  border-bottom: 1px solid #424242;
}
.separator {
  border-bottom: 1px solid #424242;
}
.alert-dismissible .close {
  padding: 0.5rem 1.25rem;
}
ul li {
  margin-bottom: 5px;
}
ul li:last-of-type {
  margin-bottom: 0;
}
.rounded {
  border-radius: 0.75rem !important;
}
.rounded-100 {
  border-radius: 100px !important;
}
.video-play-icon {
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-play-icon span {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  height: 2.5rem;
  border-radius: 2rem;
  line-height: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8em;
  width: 3em;
  text-align: center;
  padding-left: 5px;
}
.video-play-icon span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  font-size: 0;
  border-color: transparent transparent transparent #63883b;
}
.video-play-icon:hover span, .video-play-icon:active span {
  background: rgba(255, 255, 255, 0.85);
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
a {
  color: #8f8f8f;
  transition: color 200ms;
  outline: medium none invert !important;
  outline: initial !important;
}
a:hover, a:active {
  text-decoration: none;
  text-decoration: initial;
  color: #63883b;
}
.white {
  color: #d0d0d0 !important;
}
p {
  font-size: 0.85rem;
  line-height: 1.3rem;
  font-family: "Inter", sans-serif;
}
.text-large {
  font-size: 1.9rem !important;
}
.text-one {
  font-size: 1rem !important;
}
.text-xlarge {
  font-size: 2.7rem !important;
}
.text-small {
  font-size: 0.76rem !important;
  line-height: 0.9rem !important;
}
.text-white {
  color: #d0d0d0 !important;
}
.text-zero {
  font-size: 0 !important;
}
.text-extra-small {
  font-size: 0.7rem !important;
}
.text-default {
  color: #8f8f8f !important;
}
.text-muted {
  color: #696969 !important;
}
.text-semi-muted {
  color: #707070 !important;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.color-theme-1 {
  color: #63883b;
}
.color-theme-2 {
  color: #4d7058;
}
.display-options-container {
  margin-bottom: 0.25rem;
}
@media (max-width: 575px) {
  .display-options-container {
    margin-top: 0.5rem;
  }
}
#displayOptions a {
  cursor: pointer;
}
#displayOptions a.active i {
  color: #63883b;
}
#displayOptions button {
  border-color: #707070;
  color: #707070;
}
#displayOptions button:hover {
  background-color: #63883b;
  border-color: #63883b;
  color: #d0d0d0;
}
#displayOptions .btn-outline-dark:not(:disabled):not(.disabled):active,
#displayOptions .btn-outline-dark:not(:disabled):not(.disabled).active,
#displayOptions .show > .btn-outline-dark.dropdown-toggle {
  background-color: #63883b;
  border-color: #63883b;
  color: #d0d0d0;
}
#displayOptions > span {
  padding-top: 0.1rem;
}
#displayOptions .view-icon svg {
  width: 19px;
}
#displayOptions .view-icon .view-icon-svg {
  fill: #707070;
}
#displayOptions .view-icon:hover .view-icon-svg, #displayOptions .view-icon.active .view-icon-svg {
  fill: #63883b;
}
@media (min-width: 767px) {
  .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }
}
@media (min-width: 767px) {
  .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.accordion-content {
  padding-top: 0 !important;
}
.feedback-container a {
  font-size: 1.3em;
  color: #707070;
  margin: 0.5rem;
}
.feedback-container a:hover, .feedback-container a:active {
  color: #63883b;
}
.border-radius {
  border-radius: 0.1rem;
}
/* 02.Buttons */
button {
  color: #8f8f8f;
  outline: medium none invert !important;
  outline: initial !important;
}
.btn-arrow {
  display: inline-block;
  text-align: center;
  border-radius: 30px !important;
  width: 42px;
  height: 42px;
  line-height: 24px;
}
.btn-arrow i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
}
.btn-sm.btn-arrow {
  width: 34px;
  height: 34px;
  line-height: 17px;
}
.btn-sm.btn-arrow i {
  font-size: 13px;
  line-height: 10px;
}
.btn {
  border-radius: 50px;
  outline: medium none invert !important;
  outline: initial !important;
  box-shadow: none !important;
  box-shadow: initial !important;
  font-size: 0.8rem;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  transition: background-color box-shadow 0.1s linear;
}
.btn-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
  transition: background-color box-shadow 0.1s linear;
}
.btn-shadow:hover, .btn-shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.btn-empty {
  background: transparent !important;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-sm > .btn {
  border-radius: 50px;
}
.btn.default {
  border-radius: 0.1rem;
}
.btn-primary,
a.btn-primary:not([href]):not([tabindex]) {
  background-color: #63883b;
  border-color: #63883b;
  color: #d0d0d0;
}
.btn-primary:hover,
a.btn-primary:not([href]):not([tabindex]):hover {
  color: #d0d0d0;
  background-color: #4e6c2f;
  border-color: #4e6c2f;
}
.check-button {
  cursor: default !important;
  padding-left: 3rem !important;
  min-height: 0 !important;
  min-height: initial !important;
  line-height: inherit !important;
  padding-top: 0.5rem !important;
}
.check-button label.custom-control {
  padding-left: 0;
  padding-left: initial;
  min-height: 0;
  min-height: initial;
  vertical-align: top;
  margin-top: -2px;
}
.check-button span {
  line-height: inherit;
}
.check-button.btn-primary {
  background-color: #63883b !important;
  border-color: #63883b !important;
  opacity: 1;
}
.check-button .custom-control {
  min-height: 1.1rem;
  margin-top: -7px;
}
.dropdown-menu {
  font-size: 0.8rem;
  border-radius: 0.1rem;
  background: #232223;
  border-color: rgba(143, 143, 143, 0.15);
}
.dropdown-item {
  padding: 0.5rem 1.25rem;
  color: #8f8f8f;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #1a1b18;
  color: #8f8f8f;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #d0d0d0 !important;
  text-decoration: none;
  background-color: #63883b;
}
.dropdown-divider {
  border-color: #424242;
}
.dropdown-menu.dropdown-menu-sm {
  min-width: 4rem;
}
.dropdown-menu.dropdown-menu-sm .dropdown-item {
  padding: 0.25rem 1rem;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #445d28;
  border-color: #445d28;
  color: #d0d0d0;
}
.btn-secondary,
a.btn-secondary:not([href]):not([tabindex]) {
  background-color: #4d7058;
  border-color: #4d7058;
  color: #d0d0d0;
}
.btn-secondary:hover,
a.btn-secondary:not([href]):not([tabindex]):hover {
  color: #d0d0d0;
  background-color: #3c5845;
  border-color: #3c5845;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #344c3c;
  border-color: #344c3c;
  color: #d0d0d0;
}
.btn-primary.btn-primary-gradient {
  background: linear-gradient(to right, #63883b, #3c5324);
}
.btn-primary.btn-primary-gradient:hover {
  background: linear-gradient(to right, #63883b, #4e6c2f);
}
.btn-primary-gradient:not(:disabled):not(.disabled):active,
.btn-primary-gradient:not(:disabled):not(.disabled).active,
.show > .btn-primary-gradient.dropdown-toggle {
  background: linear-gradient(to right, #63883b, #3c5324);
}
.btn-secondary-gradient {
  background: linear-gradient(to right, #4d7058, #2e4334);
}
.btn-secondary-gradient:hover {
  background: linear-gradient(to right, #4d7058, #3c5845);
}
.btn-secondary-gradient:not(:disabled):not(.disabled):active,
.btn-secondary-gradient:not(:disabled):not(.disabled).active,
.show > .btn-secondary-gradient.dropdown-toggle {
  background: linear-gradient(to right, #4d7058, #2e4334);
}
.btn-warning {
  background-color: #b69329;
  border-color: #b69329;
}
.btn-success,
.btn-info,
.btn-danger,
.btn-warning {
  color: #d0d0d0;
}
.btn-success:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-warning:hover {
  color: #d0d0d0;
}
.btn-outline-success:hover,
.btn-outline-info:hover,
.btn-outline-danger:hover,
.btn-outline-warning:hover {
  color: #212220;
}
.btn-light {
  color: #8d8d8d;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-light:hover {
  color: #8d8d8d;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}
.btn-dark {
  color: #e4e4e4;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
.btn-dark:hover {
  color: #e4e4e4;
  background-color: gray;
  border-color: gray;
}
.btn-outline-dark {
  color: #8d8d8d;
  border-color: #8d8d8d;
}
.btn-outline-dark:hover {
  color: #212220;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
.btn-outline-white {
  color: #d0d0d0;
  border-color: #d0d0d0;
  background-color: transparent;
  background-color: initial;
}
.btn-outline-white:hover {
  color: #63883b;
  background-color: #d0d0d0;
}
.btn-outline-light {
  color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-outline-light:hover {
  color: #212220;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-outline-primary {
  color: #63883b;
  border-color: #63883b;
}
.btn-outline-primary:hover {
  color: #212220;
  background-color: #63883b;
  border-color: #63883b;
}
.btn-outline-theme-3 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  color: #9ca397;
  border-color: #9ca397;
}
.btn-outline-theme-3:hover {
  background-color: #9ca397;
  border-color: #9ca397;
  color: #212220;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #63883b;
  border-color: #63883b;
  color: #212220;
}
.btn-outline-secondary {
  color: #4d7058;
  border-color: #4d7058;
}
.btn-outline-secondary:hover {
  background-color: #4d7058;
  border-color: #4d7058;
  color: #212220;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #4d7058;
  border-color: #4d7058;
  color: #212220;
}
.btn-header-light {
  color: #424242;
  border-color: transparent;
  background: transparent;
}
.btn-header-light:hover {
  background-color: transparent;
  border-color: #424242;
}
.btn-header-primary {
  color: #63883b;
  border-color: transparent;
  background: transparent;
}
.btn-header-primary:hover {
  background-color: transparent;
  border-color: #63883b;
}
.btn-header-secondary {
  color: #4d7058;
  border-color: transparent;
  background: transparent;
}
.btn-header-secondary:hover {
  background-color: transparent;
  border-color: #4d7058;
}
.btn-header-primary-light {
  color: #9ca397;
  border-color: transparent;
  background: transparent;
}
.btn-header-primary-light:hover {
  background-color: transparent;
  border-color: #9ca397;
}
.btn-xl,
.btn-group-xl > .btn {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 1rem 3.5rem 0.9rem;
}
.btn-lg,
.btn-group-lg > .btn {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
}
@media (max-width: 575px) {
  .btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  }
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.45rem 1rem 0.45rem 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.76rem;
  line-height: 1.3;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #63883b;
  border-color: #63883b;
  color: #212220;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #4d7058;
  border-color: #4d7058;
  color: #212220;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.btn-link {
  color: #63883b;
  text-decoration: none !important;
  text-decoration: initial !important;
}
.white-underline-link {
  color: #d0d0d0;
  text-decoration: underline;
}
.white-underline-link:hover, .white-underline-link:active {
  color: #d0d0d0;
  text-decoration: none;
  text-decoration: initial;
}
.btn-link:hover {
  color: rgba(99, 136, 59, 0.7);
}
.btn-multiple-state {
  position: relative;
  transition: opacity 500ms;
}
.btn-multiple-state .spinner,
.btn-multiple-state .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 500ms;
  color: #d0d0d0;
  pointer-events: none;
}
.btn-multiple-state .icon i {
  vertical-align: text-bottom;
  font-size: 18px;
}
.btn-multiple-state .label {
  transition: opacity 500ms;
}
.btn-multiple-state.show-spinner .label {
  opacity: 0;
}
.btn-multiple-state.show-spinner .spinner {
  opacity: 1;
  visibility: visible;
}
.btn-multiple-state.show-success .label {
  opacity: 0;
}
.btn-multiple-state.show-success .icon.success {
  opacity: 1;
  visibility: visible;
}
.btn-multiple-state.show-fail .label {
  opacity: 0;
}
.btn-multiple-state.show-fail .icon.fail {
  opacity: 1;
  visibility: visible;
}
.btn-multiple-state.btn-primary:disabled {
  opacity: 1;
  background: #49642c;
  border-color: #49642c;
}
.btn-multiple-state.btn-secondary:disabled {
  opacity: 1;
  border-color: #385240;
}
.icon-button {
  padding: 0;
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.icon-button.large {
  width: 44px;
  height: 44px;
  font-size: 18px;
  line-height: 2.5;
}
.icon-button.small-icon {
  font-size: 12px;
  line-height: 32px;
}
.top-right-button-single {
  width: auto;
  width: initial;
}
@media (max-width: 991px) {
  .top-right-button-single {
    width: 100%;
  }
}
.top-right-button-container {
  float: right;
  position: relative;
}
.top-right-button-container .check-button .custom-control-label::before {
  border: 1px solid #d0d0d0 !important;
}
.top-right-button-container .btn .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #d0d0d0 !important;
}
@media (max-width: 575px) {
  .top-right-button-container {
    float: none;
    float: initial;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .top-right-button-container .top-right-button {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
  }
}
/* 03.Widths */
.w-10 {
  width: 10% !important;
}
.w-90 {
  width: 90% !important;
}
.w-12 {
  width: 12% !important;
}
.w-88 {
  width: 88% !important;
}
.w-15 {
  width: 15% !important;
}
.w-85 {
  width: 85% !important;
}
.w-20 {
  width: 20% !important;
}
.w-80 {
  width: 80% !important;
}
.w-30 {
  width: 30% !important;
}
.w-70 {
  width: 70% !important;
}
.w-40 {
  width: 40% !important;
}
.w-60 {
  width: 60% !important;
}
@media (max-width: 767px) {
  .w-xs-100 {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
/* 04.Borders */
.border {
  border: 1px solid #313131 !important;
}
.border-right {
  border-right: 1px solid #313131 !important;
}
.border-left {
  border-left: 1px solid #313131 !important;
}
.border-top {
  border-top: 1px solid #313131 !important;
}
.border-bottom {
  border-bottom: 1px solid #313131 !important;
}
.border-primary,
.border-theme-1 {
  border-color: #63883b !important;
}
.border-theme-2 {
  border-color: #4d7058 !important;
}
.border-theme-3 {
  border-color: #9ca397 !important;
}
.border-secondary {
  border-color: #8f8f8f !important;
}
.border-muted {
  border-color: #696969 !important;
}
.remove-last-border > *:last-child {
  border-bottom: 0 !important;
  border-bottom: initial !important;
}
.remove-last-margin > *:last-child {
  margin-bottom: 0 !important;
  margin-bottom: initial !important;
}
.remove-last-padding > *:last-child {
  padding-bottom: 0 !important;
  padding-bottom: initial !important;
}
/* Colors */
.text-theme-2 {
  color: #4d7058 !important;
}
.text-theme-3 {
  color: #9ca397 !important;
}
.text-primary,
.text-theme-1 {
  color: #63883b !important;
}
.text-secondary {
  color: #8f8f8f !important;
}
/* 05.Badges */
.bg-theme-2,
.badge-theme-2 {
  background-color: #4d7058 !important;
  color: #d0d0d0;
}
.bg-theme-3,
.badge-theme-3 {
  background-color: #9ca397 !important;
  color: #d0d0d0;
}
.bg-primary,
.bg-theme-1,
.badge-primary,
.badge-theme-1 {
  background-color: #63883b !important;
  color: #d0d0d0;
}
.bg-secondary,
.badge-secondary {
  background-color: #4d7058 !important;
  color: #d0d0d0;
}
.badge-warning {
  background-color: #b69329;
}
.badge-success {
  background-color: #3e884f;
}
.badge-info {
  background-color: #3195a5;
}
.badge-danger {
  background-color: #c43d4b;
}
.badge-success,
.badge-danger,
.badge-warning,
.badge-info {
  color: #d0d0d0;
}
.badge {
  padding: 0.6em 0.75em;
  font-size: 74%;
}
.badge.badge-pill {
  padding-right: 1.25em;
  padding-left: 1.25em;
}
.badge.badge-top-left {
  top: 10px;
  left: -7px;
}
.badge.badge-top-left-2 {
  top: 40px;
  left: -7px;
}
.badge.badge-top-right {
  top: 8px;
  right: -7px;
}
.badge.badge-top-right-2 {
  top: 40px;
  right: -7px;
}
.badge-light {
  background-color: #e4e4e4;
  color: #8d8d8d;
}
.badge-dark {
  background-color: #8d8d8d;
  color: #e4e4e4;
}
.badge-outline-primary,
.badge-outline-theme-1 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #63883b;
  color: #63883b;
}
.badge-outline-secondary,
.badge-outline-theme-2 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #4d7058;
  color: #4d7058;
}
.badge-outline-theme-3 {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #9ca397;
  color: #9ca397;
}
.badge-outline-success {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #3e884f;
  color: #3e884f;
}
.badge-outline-danger {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #c43d4b;
  color: #c43d4b;
}
.badge-outline-warning {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #b69329;
  color: #b69329;
}
.badge-outline-info {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #3195a5;
  color: #3195a5;
}
.badge-outline-light {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #e4e4e4;
  color: #e4e4e4;
}
.badge-outline-dark {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #8d8d8d;
  color: #8d8d8d;
}
/* 06.Breadcrumb */
@media (max-width: 991px) {
  .breadcrumb-container .breadcrumb {
    padding: 0;
  }
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
/* 07.Tabs */
.detail-tabs .panel-heading.card-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0.5rem !important;
}
.detail-tabs .panel-heading.card-header button {
  font-weight: 700;
}
.detail-tabs .panel-body.card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.separator-tabs .nav-tabs {
  border-bottom: 1px solid #424242 !important;
}
.nav-tabs .nav-link {
  border: medium none currentColor;
  border: initial;
  padding-top: 1rem;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.nav-tabs.nav-justified .nav-item .nav-link {
  text-align: center !important;
}
.nav-tabs .nav-link.active::before,
.nav-tabs .nav-item.show .nav-link::before {
  content: " ";
  background: #63883b;
  color: #212220;
  border-radius: 10px;
  position: absolute;
  width: calc(100% - 1rem);
  height: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.separator-tabs .nav-tabs .nav-link.active::before,
.separator-tabs .nav-tabs .nav-item.show .nav-link::before {
  content: " ";
  background: #63883b;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  top: auto;
  top: initial;
}
.separator-tabs .nav-tabs .nav-link {
  border: medium none currentColor;
  border: initial;
  padding-top: 1rem;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  padding-left: 0;
  padding-top: 0.5rem;
  padding-right: 0;
  margin-right: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #707070;
}
.separator-tabs .nav-tabs {
  border-bottom: 1px solid #424242;
  margin-bottom: 2rem;
}
.separator-tabs .nav-tabs .nav-link.active::before,
.separator-tabs .nav-tabs .nav-item.show .nav-link::before {
  content: " ";
  background: #63883b;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  top: auto;
  top: initial;
}
.separator-tabs .nav-tabs .nav-link {
  border: medium none currentColor;
  border: initial;
  padding-top: 1rem;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  padding-left: 0;
  padding-top: 0.5rem;
  padding-right: 0;
  margin-right: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #707070;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: medium none currentColor;
  border: initial;
  position: relative;
  color: #63883b;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: medium none currentColor;
  border: initial;
}
.card-tabs .nav-tabs {
  border-bottom: 0;
  border-bottom: initial;
  padding: 0 0.75rem;
}
/* 08.Navbar*/
.navbar {
  background: #212220;
  height: 100px;
  padding: 1.5rem 0 1.5rem 0;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-contents {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.navbar #notificationDropdown {
  width: 270px;
  padding: 1.5rem;
  height: 280px;
  right: 15px;
}
.navbar #iconMenuDropdown {
  width: 220px;
  padding: 1.5rem 1rem;
  height: 290px;
}
.navbar .icon-menu-item {
  width: 90px;
  display: inline-block;
  text-align: center;
  margin-bottom: 1.7rem;
  color: #c2c2c2;
}
.navbar .icon-menu-item i {
  font-size: 32px;
  line-height: 42px;
}
.navbar .icon-menu-item span {
  text-align: center;
  padding: 0 10px;
  line-height: 14px;
}
.navbar .icon-menu-item:hover, .navbar .icon-menu-item:focus {
  color: #63883b;
}
.navbar .menu-button-mobile {
  color: #707070;
  text-align: center;
  margin-left: 15px;
}
.navbar .menu-button-mobile svg {
  height: 12px;
  fill: #8f8f8f;
}
@media (max-width: 767px) {
  .navbar .menu-button-mobile {
    width: 20px;
  }
}
.navbar .language-button {
  background: #1a1b18;
  border: medium none currentColor;
  border: initial;
  font-size: 0.8rem;
  color: #707070;
  padding: 0.6rem 1rem;
}
@media (max-width: 575px) {
  .navbar .language-button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.navbar .language-button:hover, .navbar .language-button:focus {
  background-color: #121311;
  border-color: #121311;
  color: #707070;
}
.navbar .language-button.btn-light:not(:disabled):not(.disabled):active, .navbar .language-button.btn-light:not(:disabled):not(.disabled).active,
.navbar .language-button .show > .btn-light.dropdown-toggle {
  background-color: #121311;
  border-color: #121311;
  color: #707070;
}
.navbar .menu-button {
  color: #707070;
  width: 120px;
  text-align: center;
}
.navbar .menu-button svg {
  height: 12px;
}
.navbar .menu-button .main {
  fill: #8f8f8f;
  transition: fill 300ms;
}
.navbar .menu-button .sub {
  fill: #8f8f8f;
  transition: fill 300ms;
}
.navbar .menu-button:hover {
  color: #63883b;
}
@media (max-width: 1439px) {
  .navbar .menu-button {
    width: 110px;
  }
}
@media (max-width: 1199px) {
  .navbar .menu-button {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .navbar .menu-button {
    width: 60px;
  }
}
.navbar .navbar-left {
  flex-basis: 40%;
}
.navbar .navbar-right {
  flex-basis: 40%;
  text-align: right;
}
.navbar .navbar-right .user {
  margin-right: 60px;
}
@media (max-width: 1439px) {
  .navbar .navbar-right .user {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-right .user {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-right .user {
    margin-right: 15px;
  }
}
.navbar .search {
  position: relative;
  width: 230px;
  border-radius: 20px;
  background: #1a1b18;
}
.navbar .search input {
  border: medium none currentColor;
  border: initial;
  background: transparent;
  outline: medium none invert !important;
  outline: initial !important;
  font-size: 0.8rem;
  width: 93%;
  color: #8f8f8f;
  padding: 0.4rem 1rem;
  line-height: 2;
}
.navbar .search .search-icon {
  font-size: 17px;
  border-radius: 10px;
  color: #424242;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -10px;
  right: 3px;
  text-align: center;
  cursor: pointer;
}
.navbar .search .search-icon:hover {
  color: #63883b;
}
@media (max-width: 991px) {
  .navbar .search {
    width: 115px;
  }
  .navbar .search input {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .navbar .search {
    width: 30px;
    height: 30px;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    margin-left: 0.6rem;
    color: gainsboro;
  }
  .navbar .search input {
    display: none;
  }
  .navbar .search .search-icon {
    font-size: 17px;
    width: 30px;
    height: 30px;
    bottom: -3px;
    right: 0;
    color: inherit;
  }
  .navbar .search.mobile-view {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 2;
    background: #212220;
    left: 0;
    top: 0;
    height: 70px;
    margin-left: 15px;
  }
  .navbar .search.mobile-view input {
    display: block;
    width: 100%;
    height: 70px;
    padding-left: 0;
  }
  .navbar .search.mobile-view span {
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
  }
}
.navbar .header-icons {
  margin-right: 0.5rem;
}
@media (max-width: 575px) {
  .navbar .header-icons {
    margin-right: 0;
  }
}
.navbar .header-icon {
  font-size: 16px;
  color: #707070;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  vertical-align: baseline;
  vertical-align: initial;
}
@media (max-width: 575px) {
  .navbar .header-icon {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.navbar .header-icon:hover {
  color: #63883b;
}
.navbar .header-icon#notificationButton .count {
  font-size: 9px;
  color: #63883b;
  border: 1px solid #63883b;
  border-radius: 10px;
  position: absolute;
  width: 18px;
  height: 15px;
  text-align: center;
  font-weight: 700;
  top: -4px;
  right: 1px;
  line-height: 14px;
}
@media (max-width: 575px) {
  .navbar .header-icon#notificationButton .count {
    right: -1px;
  }
}
.navbar .custom-control .custom-control-label::before {
  border: 1px solid #707070 !important;
}
.navbar .custom-control .custom-control-label::after {
  background-color: #707070;
}
.navbar .user {
  color: gainsboro;
  position: relative;
}
.navbar .user img {
  margin-left: 10px;
  border-radius: 30px;
  width: 40px;
}
.navbar .user .name {
  color: gainsboro;
}
@media (max-width: 991px) {
  .navbar .user .name {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar .user {
    margin-left: 0;
    margin-left: initial;
  }
  .navbar .user img {
    width: 30px;
  }
  .navbar .user:after {
    font-size: 11px;
    width: 14px;
    height: 14px;
    bottom: -3px;
    right: -3px;
  }
}
@media (max-width: 1439px) {
  .navbar {
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    height: 80px;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    height: 70px;
  }
}
.logo {
  width: 200px;
  height: 50px;
  background-position: center center;
  margin: 0 auto;
  background-size: contain;
}
@media (max-width: 991px) {
  .logo {
    width: 90px;
  }
}
.logo-signup {
  width: 70%;
  height: 100px;
  background: url('eTrappLogoDesignFINAL.svg') no-repeat;
  background-position: center center;
  margin: 0 auto;
  background-size: contain;
}
@media (max-width: 1439px) {
  .logo-signup {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .logo-signup {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .logo-signup {
    width: 40%;
  }
}
.logo-mobile {
  width: 20px;
  height: 35px;
  background-position: center center;
  background-size: contain;
}
#app-container.sub-hidden .menu-button .sub, #app-container.menu-sub-hidden .menu-button .sub {
  fill: #707070;
}
#app-container.main-hidden .menu-button .main,
#app-container.main-hidden .menu-button .sub, #app-container.menu-hidden .menu-button .main,
#app-container.menu-hidden .menu-button .sub {
  fill: #707070;
}
/* 09.Menu*/
.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-top: 100px;
  z-index: 5;
  height: calc(100% - 100px);
  transition: border-radius 300ms;
}
.menu .main-menu {
  width: 120px;
  height: calc(100% - 100px);
  background: #212220;
  z-index: 3;
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
}
.menu .main-menu .scroll {
  padding-right: 0;
  padding-right: initial;
  margin-right: 0;
  margin-right: initial;
  height: 100%;
  --scrollbar-color: transparent;
  --scrollbar-container-color: transparent;
  --scrollbar-thumb-color: rgba(0, 0, 0, 0.2);
  --scrollbar-thumb-hover-color: rgba(0, 0, 0, 0.3);
  --scrollbar-border-radius: 4px;
  --scrollbar-size: 6px;
  --scrollbar-padding: 0px;
  --scroll-view-margin: 0;
  --scroll-view-color: transparent;
}
.menu .main-menu .scroll .ps__thumb-y {
  right: 0;
}
.menu .main-menu ul {
  margin-bottom: 0;
  margin-bottom: initial;
}
.menu .main-menu ul li {
  position: relative;
}
.menu .main-menu ul li span {
  text-align: center;
  padding: 0 10px;
  line-height: 14px;
}
.menu .main-menu ul li a {
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #313131;
  color: #8f8f8f;
  transition: color 300ms;
  transition: background 300ms;
}
.menu .main-menu ul li a:hover, .menu .main-menu ul li a:focus {
  color: #63883b;
}
.menu .main-menu ul li i {
  font-size: 32px;
  line-height: 42px;
}
.menu .main-menu ul li.active a {
  color: #63883b;
}
.menu .main-menu ul li.active:after {
  content: " ";
  background: #63883b;
  color: #212220;
  border-radius: 10px;
  position: absolute;
  width: 6px;
  height: 90px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.menu .main-menu ul li:last-of-type a {
  border-bottom: 0;
  border-bottom: initial;
}
@media (max-width: 1439px) {
  .menu .main-menu {
    width: 110px;
    height: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .menu .main-menu {
    width: 100px;
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .menu .main-menu {
    width: 90px;
    height: calc(100% - 70px);
  }
  .menu .main-menu ul li i {
    font-size: 26px;
    line-height: 30px;
  }
  .menu .main-menu ul li a {
    height: 90px;
  }
  .menu .main-menu ul li.active:after {
    width: 3px;
    height: 60px;
  }
}
.menu .sub-menu {
  width: 230px;
  background: #212220;
  z-index: 2;
  position: fixed;
  left: 120px;
  border-left: 1px solid #313131;
  height: calc(100% - 100px);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3), 0 3px 24px rgba(0, 0, 0, 0.3);
}
.menu .sub-menu .scroll {
  margin-right: 0;
  margin-right: initial;
  padding-right: 0;
  padding-right: initial;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
}
.menu .sub-menu .scroll .ps__thumb-y {
  right: 0;
}
.menu .sub-menu ul {
  display: none;
}
.menu .sub-menu ul li {
  margin-left: 30px;
  margin-bottom: 0;
  position: relative;
}
.menu .sub-menu ul li a {
  font-size: 13px;
  display: block;
  padding: 8px 0;
  margin-bottom: 10px;
}
.menu .sub-menu ul li a span {
  vertical-align: middle;
  height: 16px;
}
.menu .sub-menu ul li i {
  font-size: 1.3em;
  margin-right: 10px;
  color: #707070;
  vertical-align: middle;
  display: inline-block;
}
.menu .sub-menu ul li.active i, .menu .sub-menu ul li.active a {
  color: #63883b;
}
.menu .sub-menu ul li.active:after {
  content: " ";
  background: #63883b;
  border-radius: 10px;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
}
.menu .sub-menu ul.inner-level-menu {
  display: block !important;
}
.menu .sub-menu ul.inner-level-menu li a,
.menu .sub-menu ul.inner-level-menu li i {
  color: #8f8f8f;
}
.menu .sub-menu ul.inner-level-menu li a:hover, .menu .sub-menu ul.inner-level-menu li.active i, .menu .sub-menu ul.inner-level-menu li.active a {
  color: #63883b;
}
.menu .sub-menu ul.inner-level-menu li.active:after {
  left: -22px;
}
.menu .sub-menu .rotate-arrow-icon i {
  transition: transform 200ms;
  transform: rotate(0);
}
.menu .sub-menu .rotate-arrow-icon.collapsed i {
  transform: rotate(-90deg);
}
@media (max-width: 1439px) {
  .menu .sub-menu {
    left: 110px;
    width: 230px;
    height: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .menu .sub-menu {
    left: 100px;
    width: 230px;
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .menu .sub-menu {
    left: 90px;
    width: 230px;
    height: calc(100% - 70px);
  }
}
@media (max-width: 1439px) {
  .menu {
    padding-top: 90px;
    height: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .menu {
    padding-top: 80px;
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .menu {
    padding-top: 70px;
    height: calc(100% - 70px);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1);
  }
}
body.default-transition .menu .sub-menu {
  transition: transform 300ms;
}
body.default-transition .menu .main-menu {
  transition: transform 300ms, border-radius 300ms;
}
.sub-hidden .sub-menu,
.menu-sub-hidden .sub-menu,
.menu-hidden .sub-menu {
  transform: translateX(-230px);
}
@media (max-width: 1439px) {
  .sub-hidden .sub-menu,
.menu-sub-hidden .sub-menu,
.menu-hidden .sub-menu {
    transform: translateX(-230px);
  }
}
@media (max-width: 1199px) {
  .sub-hidden .sub-menu,
.menu-sub-hidden .sub-menu,
.menu-hidden .sub-menu {
    transform: translateX(-230px);
  }
}
@media (max-width: 767px) {
  .sub-hidden .sub-menu,
.menu-sub-hidden .sub-menu,
.menu-hidden .sub-menu {
    transform: translateX(-230px);
  }
}
.main-hidden .main-menu,
.menu-hidden .main-menu {
  transform: translateX(-120px);
}
@media (max-width: 1439px) {
  .main-hidden .main-menu,
.menu-hidden .main-menu {
    transform: translateX(-110px);
  }
}
@media (max-width: 1199px) {
  .main-hidden .main-menu,
.menu-hidden .main-menu {
    transform: translateX(-100px);
  }
}
@media (max-width: 767px) {
  .main-hidden .main-menu,
.menu-hidden .main-menu {
    transform: translateX(-90px);
  }
}
.main-hidden.sub-hidden .sub-menu,
.menu-hidden .sub-menu {
  transform: translateX(-350px);
}
@media (max-width: 1439px) {
  .main-hidden.sub-hidden .sub-menu,
.menu-hidden .sub-menu {
    transform: translateX(-340px);
  }
}
@media (max-width: 1199px) {
  .main-hidden.sub-hidden .sub-menu,
.menu-hidden .sub-menu {
    transform: translateX(-330px);
  }
}
@media (max-width: 767px) {
  .main-hidden.sub-hidden .sub-menu,
.menu-hidden .sub-menu {
    transform: translateX(-320px);
  }
}
.menu-mobile .main-menu {
  transform: translateX(-90px);
}
.menu-mobile .sub-menu {
  transform: translateX(-370px);
}
.main-show-temporary .main-menu {
  transform: translateX(0);
}
.main-show-temporary .sub-menu {
  transform: translateX(-230px);
}
@media (max-width: 1439px) {
  .main-show-temporary .main-menu {
    transform: translateX(0);
  }
  .main-show-temporary .sub-menu {
    transform: translateX(-230px);
  }
}
@media (max-width: 1199px) {
  .main-show-temporary .main-menu {
    transform: translateX(0);
  }
  .main-show-temporary .sub-menu {
    transform: translateX(-230px);
  }
}
@media (max-width: 767px) {
  .main-show-temporary .sub-menu {
    transform: translateX(-230px);
  }
}
.sub-show-temporary .sub-menu,
.menu-mobile.sub-show-temporary .sub-menu {
  transform: translateX(0);
}
/* 10.Apps*/
.app-menu {
  z-index: 1;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1);
  width: 280px;
  height: 100%;
  float: right;
  background: #212220;
  transition: transform 300ms;
  position: fixed;
  right: 0;
  top: 100px;
  height: calc(100% - 100px);
}
@media (max-width: 1439px) {
  .app-menu {
    top: 90px;
    height: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .app-menu {
    top: 80px;
    transform: translateX(280px);
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .app-menu {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.app-menu .scroll {
  height: 100%;
}
.app-menu .scroll .ps__thumb-y {
  right: 0;
}
.app-menu.shown {
  transform: translateX(0);
}
.app-menu .app-menu-button {
  position: absolute;
  left: -28px;
  background: #212220;
  top: 45px;
  padding: 12px 8px 12px 5px;
  border-radius: 0.2rem;
  color: #707070;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.04);
  font-size: 15px;
  line-height: 0;
}
@media (max-width: 1439px) {
  .app-menu .app-menu-button {
    top: 36px;
  }
}
@media (max-width: 1199px) {
  .app-menu .app-menu-button {
    top: 27px;
  }
}
@media (max-width: 767px) {
  .app-menu .app-menu-button {
    top: 13px;
  }
}
.app-menu ul li {
  margin-bottom: 5px;
}
.app-menu ul li a {
  font-size: 13px;
  display: block;
  padding: 3px 0;
}
.app-menu ul li a:hover i {
  color: #63883b;
}
.app-menu ul li i {
  font-size: 1.2em;
  margin-right: 10px;
  color: #707070;
  vertical-align: baseline;
  vertical-align: initial;
}
@media (max-width: 767px) {
  .app-menu ul li i {
    font-size: 20px;
  }
}
.app-menu ul li.active i, .app-menu ul li.active a {
  color: #63883b;
}
.app-row {
  padding-right: 280px;
}
@media (max-width: 1199px) {
  .app-row {
    padding-right: 0;
  }
}
/* 11.Chat App*/
.chat-app .scroll {
  padding-left: 10px;
  margin-left: -10px;
  padding-right: 10px;
  margin-right: -10px;
  height: calc(100vh - 100px - 270px);
}
@media (max-width: 1439px) {
  .chat-app .scroll {
    height: calc(100vh - 90px - 270px);
  }
}
@media (max-width: 1199px) {
  .chat-app .scroll {
    height: calc(100vh - 80px - 270px);
  }
}
@media (max-width: 767px) {
  .chat-app .scroll {
    height: calc(100vh - 70px - 220px);
  }
}
.chat-app .scroll .ps__thumb-y {
  right: 10px;
}
@media (max-width: 767px) {
  .chat-app .list-item-heading {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .chat-app .card .card-body {
    padding: 0.75rem;
  }
}
.chat-app .chat-text-left {
  padding-left: 64px;
}
.chat-app .chat-text-right {
  padding-right: 64px;
}
.chat-input-container {
  width: 100%;
  height: 90px;
  background: #232223;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1);
  transition: padding 300ms;
  padding-left: 410px;
  padding-right: 340px;
}
@media (max-width: 1439px) {
  .chat-input-container {
    padding-left: 160px;
    padding-right: 330px;
  }
}
@media (max-width: 1199px) {
  .chat-input-container {
    padding-left: 140px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.chat-input-container input {
  border: medium none currentColor;
  border: initial;
  width: auto;
  width: initial;
  height: 90px;
  padding-left: 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .chat-input-container .send-button {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
.menu-sub-hidden .chat-input-container,
.sub-hidden .chat-input-container {
  padding-left: 180px;
}
@media (max-width: 1439px) {
  .menu-sub-hidden .chat-input-container,
.sub-hidden .chat-input-container {
    padding-left: 160px;
  }
}
@media (max-width: 1199px) {
  .menu-sub-hidden .chat-input-container,
.sub-hidden .chat-input-container {
    padding-left: 140px;
  }
}
@media (max-width: 767px) {
  .menu-sub-hidden .chat-input-container,
.sub-hidden .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.menu-main-hidden .chat-input-container,
.menu-hidden .chat-input-container,
.main-hidden .chat-input-container {
  padding-left: 60px;
}
@media (max-width: 1439px) {
  .menu-main-hidden .chat-input-container,
.menu-hidden .chat-input-container,
.main-hidden .chat-input-container {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .menu-main-hidden .chat-input-container,
.menu-hidden .chat-input-container,
.main-hidden .chat-input-container {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .menu-main-hidden .chat-input-container,
.menu-hidden .chat-input-container,
.main-hidden .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* 12.Survey App*/
.survey-app .answers .badge {
  color: #707070;
}
.survey-app .answers input {
  padding-right: 70px;
}
.survey-app .question.edit-quesiton .edit-mode {
  display: block;
}
.survey-app .question.edit-quesiton .view-mode {
  display: none;
}
.survey-app .question.edit-quesiton .view-button {
  display: inline-block;
}
.survey-app .question.edit-quesiton .edit-button {
  display: none;
}
.survey-app .question.view-quesiton .edit-mode {
  display: none;
}
.survey-app .question.view-quesiton .view-mode {
  display: block;
}
.survey-app .question.view-quesiton .view-button {
  display: none;
}
.survey-app .question.view-quesiton .edit-button {
  display: inline-block;
}
.survey-app .survey-question-types .btn-group-icon {
  font-size: 21px;
  line-height: 28px;
}
.survey-app .survey-question-types .btn {
  padding-bottom: 0.3rem;
}
.input-icons {
  position: absolute;
  right: 0;
  top: 9px;
}
/* 13.Todo App*/
.heading-icon {
  color: #63883b;
  font-size: 20px;
  line-height: inherit;
  margin-right: 5px;
  vertical-align: middle;
}
.heading-number {
  border: 1px solid #63883b;
  padding: 4px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 20px;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #63883b;
}
/* 14.Main*/
main {
  margin-left: 410px;
  margin-top: 145px;
  margin-right: 60px;
  margin-bottom: 40px;
}
main .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1439px) {
  main {
    margin-left: 390px;
    margin-right: 50px;
    margin-top: 130px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  main {
    margin-left: 370px;
    margin-right: 40px;
    margin-top: 110px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  main {
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 85px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  main {
    margin-bottom: 0;
  }
}
body.default-transition main {
  transition: margin-left 300ms;
}
#app-container.sub-hidden main, #app-container.menu-sub-hidden main, #app-container.menu-hidden main {
  margin-left: 180px;
}
#app-container.main-hidden main, #app-container.menu-hidden main {
  margin-left: 60px;
}
#app-container.menu-main-hidden main {
  margin-left: 290px;
}
#app-container.menu-main-hidden.menu-hidden main {
  margin-left: 60px;
}
@media (max-width: 1439px) {
  #app-container.sub-hidden main, #app-container.menu-sub-hidden main, #app-container.menu-hidden main {
    margin-left: 160px;
  }
  #app-container.main-hidden main, #app-container.menu-hidden main {
    margin-left: 50px;
  }
  #app-container.menu-main-hidden main {
    margin-left: 280px;
  }
  #app-container.menu-main-hidden.menu-hidden main {
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  #app-container.sub-hidden main, #app-container.menu-sub-hidden main, #app-container.menu-hidden main {
    margin-left: 140px;
  }
  #app-container.main-hidden main, #app-container.menu-hidden main {
    margin-left: 40px;
  }
  #app-container.menu-main-hidden main {
    margin-left: 270px;
  }
  #app-container.menu-main-hidden.menu-hidden main {
    margin-left: 40px;
  }
}
/* 15.Cards*/
.card {
  border: medium none currentColor;
  border: initial;
  background: #212220;
  border-radius: 0.1rem;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1);
}
.card .card-header .card-icon {
  right: 5px;
  top: 5px;
}
.card .card-header .card-icon i {
  font-size: 12px;
  color: #424242;
}
.card .card-header .handle {
  cursor: default;
}
.card .card-body {
  padding: 1.75rem;
}
@media (max-width: 575px) {
  .card .card-body {
    padding: 1.5rem;
  }
}
.card .card-body.sm {
  padding: 1.25rem 1.75rem;
}
.card .card-title {
  margin-bottom: 2rem;
}
.card-img {
  border-radius: calc(0.25rem - 1px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 200px;
  width: auto;
  width: initial;
}
.card-img-fluid {
  border-radius: calc(0.25rem - 1px);
  -o-object-fit: cover;
     object-fit: cover;
}
.card-img-bottom {
  width: 100%;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.card-img-left {
  width: 100%;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-img-right {
  width: 100%;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 1.75rem;
}
@media (max-width: 575px) {
  .card-img-overlay {
    padding: 1rem;
  }
}
.card-top-buttons {
  padding: 1.3rem;
  right: 0;
  top: 0;
}
@media (max-width: 575px) {
  .card-top-buttons {
    padding: 0.35rem;
  }
}
.card-header {
  border: medium none currentColor;
  border: initial;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  padding-top: 0;
}
.img-thumbnail {
  border-radius: 0.1rem;
  padding: 0;
  border: medium none currentColor;
  border: initial;
}
.list-thumbnail {
  border-radius: 0.1rem;
  padding: 0;
  border: medium none currentColor;
  border: initial;
  height: auto;
  max-width: none;
  max-width: initial;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  width: initial;
}
@media (max-width: 991px) {
  .list-thumbnail {
    height: 80px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .list-thumbnail.responsive {
    width: auto;
    width: initial;
    height: 135px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail.responsive {
    width: 110px !important;
    height: 100%;
  }
}
@media (max-width: 419px) {
  .list-thumbnail.responsive {
    width: 90px !important;
    height: 100%;
  }
}
.list-thumbnail.small {
  height: 60px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .list-thumbnail.small {
    height: 55px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail.small {
    height: 50px;
  }
}
.list-thumbnail.xsmall {
  height: 40px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .list-thumbnail.xsmall {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail.xsmall {
    height: 40px;
  }
}
.list-thumbnail-letters {
  width: 85px;
  height: 85px;
  background: #63883b;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  color: #d0d0d0;
}
@media (max-width: 991px) {
  .list-thumbnail-letters {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail-letters {
    width: 70px;
    height: 70px;
  }
}
.list-thumbnail-letters.small {
  width: 60px;
  height: 60px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .list-thumbnail-letters.small {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail-letters.small {
    width: 50px;
    height: 50px;
  }
}
.panel-group .card {
  box-shadow: none;
  box-shadow: initial;
}
.panel-group .panel-body.card-body {
  padding: 0.5rem 1.75rem 1.25rem;
}
.panel-group .panel-heading.card-header {
  padding: 1rem 1.75rem;
}
.panel-group .panel-heading.card-header .btn {
  padding: 0;
  padding: initial;
}
/* 16.Dashboard*/
.dashboard-best-sellers {
  height: 488px;
}
.dashboard-line-chart {
  height: 283px;
}
.dashboard-quick-post {
  min-height: 283px;
}
.dashboard-list-with-thumbs {
  height: 496px;
}
.dashboard-logs {
  height: 270px;
}
.dashboard-list-with-user {
  height: 270px;
}
.dashboard-donut-chart {
  height: 270px;
}
.dashboard-small-chart {
  height: 150px;
}
.dashboard-small-chart .chart-container {
  height: 60px;
}
.dashboard-small-chart .lead {
  font-size: 1.4rem;
}
.dashboard-small-chart-analytics {
  height: 180px;
}
.dashboard-small-chart-analytics .chart {
  height: 80px;
}
.dashboard-small-chart-analytics .lead {
  font-size: 1.4rem;
}
.dashboard-filled-line-chart {
  height: 340px;
}
.dashboard-filled-line-chart .chart {
  height: 200px;
}
.dashboard-numbers .owl-nav,
.dashboard-numbers .owl-dots {
  display: none;
}
.dashboard-sq-banner {
  background-image: linear-gradient(to right top, #567535, #5f803c, #6b8f45);
  background-size: cover;
  height: 385px;
  transition: 0.5s;
  background-size: 350% auto;
  cursor: pointer;
}
.dashboard-sq-banner .card-body {
  width: 270px;
}
.dashboard-sq-banner .lead {
  line-height: 2.3rem;
}
.dashboard-sq-banner:hover {
  background-position: right top;
}
.dashboard-link-list {
  height: 385px;
}
.dashboard-progress {
  height: 385px;
}
.dashboard-top-rated {
  height: 300px;
}
.dashboard-top-rated .glide img {
  height: 120px;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.rounded .border-radius,
.rounded .dashboard-top-rated .glide img,
.rounded .notification,
.rounded .popover,
.rounded .tooltip-inner {
  border-radius: 0.75rem;
}
.dashboard-search {
  height: 650px;
  background: url('plane.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #212220;
}
.dashboard-search .card-body {
  padding: 120px 50px 30px 50px;
}
@media (max-width: 1439px) {
  .dashboard-search .card-body {
    padding: 80px 30px 30px 30px;
  }
}
.dashboard-search .form-container {
  height: 400px;
  border-radius: 0.1rem;
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.04);
  padding: 2rem;
  background-color: #212220;
}
.icon-cards-row {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}
.icon-cards-row .glide__slides .glide__slide {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.icon-cards-row .card-body {
  padding: 2rem 0.5rem;
}
.icon-cards-row .card-text {
  color: #707070;
  height: 30px;
  line-height: 26px;
}
.icon-cards-row .lead {
  color: #63883b;
  margin-bottom: 0;
}
.icon-cards-row i {
  font-size: 38px;
  line-height: 66px;
  color: #63883b;
}
.icon-cards-row .card {
  transition: box-shadow 1000ms;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .icon-cards-row .card-text {
    height: 48px;
    line-height: 18px;
  }
  .icon-cards-row .lead {
    font-size: 1.6rem;
  }
  .icon-cards-row i {
    font-size: 32px;
    line-height: 47px;
  }
}
.log-indicator {
  width: 13px;
  height: 13px;
  border-radius: 14px;
  display: inline-block;
}
/* 17.Calendar */
.cal-month-view,
.cal-month-view .cal-cell-row:hover {
  background: #212220 !important;
}
mwl-calendar-tooltip-window .cal-tooltip {
  top: -150px !important;
  opacity: 1;
  font-size: 0.85rem;
  left: -3px !important;
}
mwl-calendar-tooltip-window .cal-tooltip .cal-tooltip-inner {
  padding: 0.5rem 0.75rem !important;
  color: #8f8f8f !important;
  background-color: #212220 !important;
  border-radius: 0.75rem !important;
  border: 1px solid #424242 !important;
}
mwl-calendar-tooltip-window .cal-tooltip .cal-tooltip-arrow {
  border: medium none currentColor !important;
  border: initial !important;
}
mwl-calendar-tooltip-window .cal-tooltip .cal-tooltip-arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  bottom: -2px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #424242;
}
mwl-calendar-tooltip-window .cal-tooltip .cal-tooltip-arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  bottom: -1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #212220;
}
.cal-month-view .cal-cell-row .cal-cell,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  outline: medium none invert !important;
  outline: initial !important;
  box-shadow: none !important;
  box-shadow: initial !important;
}
.cal-month-view .cal-day-cell {
  height: 80px;
  min-height: 80px;
}
.cal-month-view .cal-cell-top {
  height: 60px;
  min-height: 60px;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #313131;
}
.cal-month-view .cal-open-day-events {
  background-color: #313131;
  color: #8f8f8f;
  box-shadow: none;
  box-shadow: initial;
}
.cal-month-view .cal-day-badge {
  display: none;
}
.cal-month-view .cal-day-number {
  opacity: 1;
  color: #8f8f8f;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #424242;
  opacity: 1;
}
.cal-month-view .cal-day-number {
  font-size: 0.8rem !important;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  color: #63883b;
  color: #63883b;
  border-radius: 25px;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 4px;
  border: 1px solid #63883b;
  margin-top: 10px;
  margin-right: 12px;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: transparent;
  background-color: initial;
}
.cal-month-view .cal-days {
  border: medium none currentColor;
  border: initial;
}
.cal-month-view .cal-header .cal-cell:not(:last-child) {
  border-right: 1px solid;
  border-color: #313131;
}
.cal-month-view .cal-header .cal-cell {
  color: #63883b;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-color: #313131;
}
.cal-month-view .cal-days .cal-cell-row {
  border-color: #313131;
}
.cal-month-view .cal-cell-row {
  border-bottom: 1px solid;
  border-color: #313131;
}
.cal-month-view .cal-days div:last-of-type .cal-cell-row {
  border: medium none currentColor;
  border: initial;
}
/* 18.Datatable */
.ngx-datatable .datatable-header {
  margin-bottom: 15px;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap {
  padding-right: 30px;
  white-space: nowrap;
  font-weight: bold;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap:before {
  right: 3em;
  content: "↑";
  position: absolute;
  opacity: 0.3;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap:after {
  right: 2.5em;
  content: "↓";
  position: absolute;
  opacity: 0.3;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sort-active.sort-asc .datatable-header-cell-template-wrap:after {
  opacity: 1;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sort-active.sort-desc .datatable-header-cell-template-wrap:before {
  opacity: 1;
}
.datatable-body-cell-label {
  font-size: 0.85rem;
  line-height: 1.3rem;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #313131;
  padding-bottom: 35px;
}
datatable-row-wrapper:last-of-type .datatable-body-row {
  border-bottom: 0 !important;
  border-bottom: initial !important;
}
.ngx-datatable .custom-control.custom-checkbox {
  margin-top: -4px;
}
.data-table-scrollable .datatable-body .datatable-scroll {
  padding-bottom: 20px;
}
.data-table-rows .ngx-datatable {
  margin-left: -15px;
  padding-left: 15px;
  margin-right: -15px;
  padding-right: 15px;
}
.data-table-rows .ngx-datatable .datatable-body .datatable-row-wrapper {
  background: #212220;
  border-radius: 0.75rem;
  border: medium none currentColor;
  border: initial;
  width: 100% !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1);
}
.data-table-rows .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  border: medium none currentColor;
  border: initial;
  margin-top: 0rem;
  margin-bottom: 0rem;
  width: 100% !important;
}
.data-table-rows .ngx-datatable .datatable-body .datatable-scroll {
  width: 100% !important;
}
.data-table-rows .ngx-datatable .datatable-body .datatable-row-wrapper {
  width: 100% !important;
}
.data-table-rows datatable-selection {
  width: 100% !important;
}
.data-table-rows .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell,
.data-table-rows .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
  padding-left: 1.5rem;
}
.data-table-rows .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap {
  padding-left: 25px;
}
.data-table-rows .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap:before {
  right: auto;
  right: initial;
  left: 0.5em;
}
.data-table-rows .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap:after {
  right: auto;
  right: initial;
  left: 1em;
}
.data-table-responsive .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-row-center datatable-body-cell:first-of-type {
  padding-left: 0 !important;
}
.data-table-responsive .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-row-center datatable-body-cell:first-of-type .glyph-icon {
  position: absolute;
  left: 12px;
  top: 4px;
}
@media (min-width: 1199px) {
  .data-table-responsive .datatable-row-detail {
    display: none;
  }
}
.data-table-responsive .datatable-row-detail .detail-content {
  padding-left: 35px;
  padding-right: 35px;
}
/* 19.Alerts */
.alert {
  border-radius: 0;
}
.alert-primary {
  color: #63883b;
  background-color: #29311f;
  border-color: rgba(99, 136, 59, 0.1);
}
.alert-secondary {
  color: #4d7058;
  background-color: #242c25;
  border-color: rgba(77, 112, 88, 0.1);
}
.alert-success {
  color: #3e884f;
  background-color: #213123;
  border-color: rgba(62, 136, 79, 0.1);
}
.alert-info {
  color: #3195a5;
  background-color: #1f3334;
  border-color: rgba(49, 149, 165, 0.1);
}
.alert-warning {
  color: #b69329;
  background-color: #39331b;
  border-color: rgba(182, 147, 41, 0.1);
}
.alert-danger {
  color: #c43d4b;
  background-color: #3c2222;
  border-color: rgba(196, 61, 75, 0.1);
}
.alert-light {
  color: #60615f;
  background-color: #424341;
  border-color: rgba(228, 228, 228, 0.1);
}
.alert-dark {
  color: #8d8d8d;
  background-color: #31322f;
  border-color: rgba(141, 141, 141, 0.1);
}
.alert-dismissible .close,
button.close {
  text-shadow: none;
  text-shadow: initial;
}
.alert *[data-notify=title] {
  display: block;
  font-size: 0.9rem;
}
div[data-notify=container] {
  padding: 18px;
}
.simple-notification {
  border-radius: 0.1rem;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.simple-notification .icon {
  padding-top: 10px !important;
  width: 40px !important;
  height: 50px !important;
}
.simple-notification .sn-title {
  font-size: 1rem !important;
  line-height: 1 !important;
  margin-bottom: 0.5rem !important;
}
.simple-notification .sn-content {
  font-size: 0.8rem !important;
}
.simple-notification.success {
  color: #3e884f !important;
  background-color: #213123 !important;
  border-color: rgba(62, 136, 79, 0.1) !important;
}
.simple-notification.success .icon svg {
  fill: #3e884f !important;
}
.simple-notification .sn-progress-loader {
  margin: 15px 7%;
  height: 2px !important;
  width: 86% !important;
  top: auto !important;
  top: initial !important;
  bottom: 0 !important;
  opacity: 0.75;
}
.simple-notification.success .sn-progress-loader span {
  border-radius: 0.1rem;
}
.simple-notification.bare .icon {
  display: none;
}
.simple-notification.outline.primary {
  background-color: #212220 !important;
  border: 1px solid #63883b !important;
  color: #8f8f8f !important;
}
.simple-notification.outline.primary .sn-title {
  color: #63883b !important;
}
.simple-notification.outline.primary .sn-progress-loader span {
  background: #63883b !important;
}
.simple-notification.outline.secondary {
  background-color: #212220 !important;
  border: 1px solid #4d7058 !important;
  color: #8f8f8f !important;
}
.simple-notification.outline.secondary .sn-title {
  color: #4d7058 !important;
}
.simple-notification.outline.info {
  background-color: #212220 !important;
  border: 1px solid #3195a5 !important;
  color: #8f8f8f !important;
}
.simple-notification.outline.info .sn-title {
  color: #3195a5 !important;
}
.simple-notification.outline.info .icon svg {
  fill: #3195a5 !important;
}
.simple-notification.outline.success {
  background-color: #212220 !important;
  border: 1px solid #3e884f !important;
  color: #8f8f8f !important;
}
.simple-notification.outline.success .sn-title {
  color: #3e884f !important;
}
.simple-notification.outline.success .icon svg {
  fill: #3e884f !important;
}
.simple-notification.outline.warn {
  background-color: #212220 !important;
  border: 1px solid #b69329 !important;
  color: #8f8f8f !important;
}
.simple-notification.outline.warn .sn-title {
  color: #b69329 !important;
}
.simple-notification.outline.warn .icon svg {
  fill: #b69329 !important;
}
.simple-notification.outline.error {
  background-color: #212220 !important;
  border: 1px solid #c43d4b !important;
  color: #8f8f8f !important;
}
.simple-notification.outline.error .sn-title {
  color: #c43d4b !important;
}
.simple-notification.outline.error .icon svg {
  fill: #c43d4b !important;
}
.simple-notification.primary {
  color: #63883b !important;
  background-color: #29311f !important;
  border-color: rgba(99, 136, 59, 0.1) !important;
}
.simple-notification.primary .sn-progress-loader {
  background: rgba(99, 136, 59, 0.1) !important;
}
.simple-notification.primary .sn-progress-loader span {
  background: rgba(99, 136, 59, 0.5) !important;
}
.simple-notification.secondary {
  color: #4d7058 !important;
  background-color: #242c25 !important;
  border-color: rgba(77, 112, 88, 0.1) !important;
}
.simple-notification.secondary .sn-progress-loader {
  background: rgba(77, 112, 88, 0.1) !important;
}
.simple-notification.secondary .sn-progress-loader span {
  background: rgba(77, 112, 88, 0.5) !important;
}
.simple-notification.info {
  color: #3195a5 !important;
  background-color: #1f3334 !important;
  border-color: rgba(49, 149, 165, 0.1) !important;
}
.simple-notification.info .icon svg {
  fill: #3195a5 !important;
}
.simple-notification.info .sn-progress-loader {
  background: rgba(49, 149, 165, 0.1) !important;
}
.simple-notification.info .sn-progress-loader span {
  background: rgba(49, 149, 165, 0.5) !important;
}
.simple-notification.error {
  color: #c43d4b !important;
  background-color: #3c2222 !important;
  border-color: rgba(196, 61, 75, 0.1) !important;
}
.simple-notification.error .icon svg {
  fill: #c43d4b !important;
}
.simple-notification.error .sn-progress-loader {
  background: rgba(196, 61, 75, 0.1) !important;
}
.simple-notification.error .sn-progress-loader span {
  background: rgba(196, 61, 75, 0.5) !important;
}
.simple-notification.success {
  color: #3e884f !important;
  background-color: #213123 !important;
  border-color: rgba(62, 136, 79, 0.1) !important;
}
.simple-notification.success .icon svg {
  fill: #3e884f !important;
}
.simple-notification.success .sn-progress-loader {
  background: rgba(62, 136, 79, 0.1) !important;
}
.simple-notification.success .sn-progress-loader span {
  background: rgba(62, 136, 79, 0.5) !important;
}
.simple-notification.warn {
  color: #b69329 !important;
  background-color: #39331b !important;
  border-color: rgba(182, 147, 41, 0.1) !important;
}
.simple-notification.warn .icon svg {
  fill: #b69329 !important;
}
.simple-notification.warn .sn-progress-loader {
  background: rgba(182, 147, 41, 0.1) !important;
}
.simple-notification.warn .sn-progress-loader span {
  background: rgba(182, 147, 41, 0.5) !important;
}
/* 20.Forms */
.form-check-label,
.custom-control-label {
  line-height: 24px;
  padding-top: 1px;
}
.form-control,
.bootstrap-tagsinput {
  border-radius: 0.1rem;
  outline: medium none invert !important;
  outline: initial !important;
  box-shadow: none !important;
  box-shadow: initial !important;
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  line-height: 1;
  border: 1px solid #424242;
  background: #232223;
  color: #8f8f8f;
  border-color: #424242;
  height: auto;
  height: initial;
}
.form-control-sm {
  padding: 0.5rem;
  font-size: 0.75rem;
  height: auto !important;
}
.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  height: auto !important;
}
select {
  outline: medium none invert !important;
  outline: initial !important;
  box-shadow: none !important;
  box-shadow: initial !important;
}
textarea.form-control {
  line-height: 1.5;
}
@-webkit-keyframes autofill {
  to {
    color: #8f8f8f;
    background: transparent;
  }
}
@keyframes autofill {
  to {
    color: #8f8f8f;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
          animation-name: autofill;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #8f8f8f !important;
}
.bootstrap-tagsinput input {
  color: #8f8f8f;
}
.has-float-label label::after,
.has-float-label > span::after,
.has-float-label > span::after {
  background: #232223;
}
.has-float-label > div.error::after {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.form-control:focus {
  background: #232223;
  color: #8f8f8f;
}
.bootstrap-tagsinput {
  width: 100%;
}
.bootstrap-tagsinput input {
  padding: 0;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  margin-top: -1px;
  display: inline-block;
  vertical-align: top;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: none;
  box-shadow: initial;
}
.bootstrap-tagsinput .tag {
  background: #63883b;
  border-radius: 15px;
  padding: 3px 8px;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 12px;
}
.form-control:focus,
.bootstrap-tagsinput.focus {
  border-color: rgba(99, 136, 59, 0.6);
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(143, 143, 143, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-checkbox .custom-control-label.indeterminate::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='%23D0D0D0' d='M0 2h4'/%3E%3C/svg%3E");
}
.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='%23D0D0D0' 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-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='%23D0D0D0'/%3E%3C/svg%3E");
}
.custom-control-label,
.custom-control-input {
  outline: medium none invert !important;
  outline: initial !important;
  box-shadow: none !important;
  box-shadow: initial !important;
}
.custom-control-input {
  left: 1px;
  top: 3px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.custom-control-label::before {
  border: 1px solid #696969 !important;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #63883b;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #63883b !important;
  box-shadow: none !important;
  box-shadow: initial !important;
  border: 1px solid #63883b !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #63883b;
  box-shadow: none !important;
  box-shadow: initial !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #63883b;
  box-shadow: none !important;
  box-shadow: initial !important;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #212220;
}
.custom-control-label::after,
.custom-control-label::before {
  box-shadow: none !important;
  box-shadow: initial !important;
}
.custom-control-label::before {
  top: 0.25rem;
}
.custom-control-label::after {
  top: 0.25rem;
}
.btn.rotate-icon-click i {
  transition: transform 0.5s;
}
.btn.rotate i {
  transform: rotate(180deg);
}
.btn .custom-control-label::before {
  border: 1px solid #d0d0d0;
}
.btn .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #d0d0d0;
}
.btn-group-icon {
  line-height: 22px;
}
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label,
.has-float-label > span:last-of-type {
  position: absolute;
  cursor: text;
  font-size: 90%;
  opacity: 1;
  top: -0.4em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.has-float-label label::after,
.has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  height: 5px;
  top: 3px;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
}
.has-float-label .form-control::placeholder {
  opacity: 1;
}
.has-float-label .form-control:-moz-placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label .form-control:-moz-placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.input-group .has-float-label {
  flex-grow: 1;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.input-group .has-float-label .form-control {
  width: 100%;
}
.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group.has-top-label .form-control,
.form-group.has-top-label .bootstrap-tagsinput {
  padding: 1.7rem 0.75rem 0.5rem 0.75rem;
}
.has-top-label {
  display: block;
  position: relative;
}
.has-top-label label,
.has-top-label > span:last-of-type {
  position: absolute;
  cursor: text;
  font-size: 76%;
  opacity: 1;
  top: 0.7rem;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  font-weight: 600;
}
.has-top-label label::after,
.has-top-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.has-top-label .form-control::-moz-placeholder {
  opacity: 1;
}
.has-top-label .form-control::placeholder {
  opacity: 1;
}
.has-top-label .form-control:-moz-placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-top-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-top-label .form-control:-moz-placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-top-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.input-group .has-top-label {
  flex-grow: 1;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.input-group .has-top-label .form-control {
  width: 100%;
}
.input-group .has-top-label:not(:last-child),
.input-group .has-top-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .has-top-label:not(:first-child),
.input-group .has-top-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group {
  position: relative;
}
.form-group.has-top-label .form-control,
.form-group.has-top-label .bootstrap-tagsinput {
  height: calc(3.3rem + 2px);
}
.form-group.has-top-label textarea.form-control {
  min-height: calc(3.3rem + 2px);
  height: auto;
  height: initial;
}
.form-group.has-top-label select.form-control:not([size]):not([multiple]) {
  height: calc(3.3rem + 2px);
  padding: 1.7rem 0.75rem 0.5rem 0.5rem;
}
.invalid-tooltip,
.valid-tooltip,
div.error:not(.simple-notification) {
  border-radius: 0.1rem;
  padding: 0.5rem 1rem;
  font-size: 0.76rem;
  color: #8f8f8f;
  background: #212220;
  border: 1px solid #63883b;
  text-align: center;
  width: auto !important;
  width: initial !important;
  position: absolute;
  z-index: 4;
  margin-top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1);
  display: block;
}
.invalid-tooltip::before,
.valid-tooltip::before,
div.error:not(.simple-notification)::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -2.5px;
  margin-left: 50%;
  width: 10px;
  height: 5px;
  border-bottom: solid 5px #63883b;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.invalid-tooltip::after,
.valid-tooltip::after,
div.error:not(.simple-notification)::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -2.5px;
  margin-left: 50%;
  width: 10px;
  height: 5px;
  border-bottom: solid 5px #212220;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.tooltip-right-bottom .invalid-tooltip,
.tooltip-right-bottom .valid-tooltip,
.tooltip-right-bottom div.error {
  left: auto;
  left: initial;
  right: 0;
  transform: translateX(0);
  top: auto;
  top: initial;
  bottom: -33px;
}
.tooltip-right-bottom .invalid-tooltip::before, .tooltip-right-bottom .invalid-tooltip::after,
.tooltip-right-bottom .valid-tooltip::before,
.tooltip-right-bottom .valid-tooltip::after,
.tooltip-right-bottom div.error::before,
.tooltip-right-bottom div.error::after {
  left: auto;
  left: initial;
  right: 25px;
  margin-left: 0;
}
.tooltip-center-bottom .invalid-tooltip,
.tooltip-center-bottom .valid-tooltip,
.tooltip-center-bottom div.error {
  left: 50%;
  right: auto;
  right: initial;
  transform: translateX(-50%);
  top: auto;
  top: initial;
  bottom: -33px;
}
.tooltip-left-bottom .invalid-tooltip,
.tooltip-left-bottom .valid-tooltip,
.tooltip-left-bottom div.error {
  left: 0;
  right: auto;
  right: initial;
  transform: translateX(0);
  top: auto;
  top: initial;
  bottom: -33px;
}
.tooltip-left-bottom .invalid-tooltip::before, .tooltip-left-bottom .invalid-tooltip::after,
.tooltip-left-bottom .valid-tooltip::before,
.tooltip-left-bottom .valid-tooltip::after,
.tooltip-left-bottom div.error::before,
.tooltip-left-bottom div.error::after {
  left: 25px;
  right: auto;
  right: initial;
  margin-left: 0;
}
.tooltip-center-top .invalid-tooltip,
.tooltip-center-top .valid-tooltip,
.tooltip-center-top div.error {
  transform: translateX(-50%) translateY(50%);
  bottom: auto;
  bottom: initial;
  top: -17px;
}
.tooltip-center-top .invalid-tooltip::before,
.tooltip-center-top .valid-tooltip::before,
.tooltip-center-top div.error::before {
  content: "";
  position: absolute;
  top: auto;
  top: initial;
  bottom: -5px;
  border-top: solid 5px #63883b;
  border-bottom: 0;
  border-bottom: initial;
}
.tooltip-center-top .invalid-tooltip::after,
.tooltip-center-top .valid-tooltip::after,
.tooltip-center-top div.error::after {
  content: "";
  position: absolute;
  top: auto;
  top: initial;
  bottom: -4px;
  border-top: solid 5px #212220;
  border-bottom: 0;
  border-bottom: initial;
}
.tooltip-right-top .invalid-tooltip,
.tooltip-right-top .valid-tooltip,
.tooltip-right-top div.error {
  transform: translateX(0) translateY(50%);
  top: initial;
  left: auto;
  left: initial;
  right: 0;
  bottom: auto;
  bottom: initial;
  top: -17px;
}
.tooltip-right-top .invalid-tooltip::before,
.tooltip-right-top .valid-tooltip::before,
.tooltip-right-top div.error::before {
  content: "";
  position: absolute;
  top: auto;
  top: initial;
  bottom: -5px;
  border-top: solid 5px #63883b;
  border-bottom: 0;
  border-bottom: initial;
  left: auto;
  left: initial;
  right: 25px;
  margin-left: 0;
}
.tooltip-right-top .invalid-tooltip::after,
.tooltip-right-top .valid-tooltip::after,
.tooltip-right-top div.error::after {
  content: "";
  position: absolute;
  top: auto;
  top: initial;
  bottom: -4px;
  border-top: solid 5px #212220;
  border-bottom: 0;
  border-bottom: initial;
  left: auto;
  left: initial;
  right: 25px;
  margin-left: 0;
}
.tooltip-left-top .invalid-tooltip,
.tooltip-left-top .valid-tooltip,
.tooltip-left-top div.error {
  transform: translateX(0) translateY(50%);
  top: initial;
  left: 0;
  right: auto;
  right: initial;
  bottom: auto;
  bottom: initial;
  top: -17px;
}
.tooltip-left-top .invalid-tooltip::before,
.tooltip-left-top .valid-tooltip::before,
.tooltip-left-top div.error::before {
  content: "";
  position: absolute;
  top: auto;
  top: initial;
  bottom: -5px;
  border-top: solid 5px #63883b;
  border-bottom: 0;
  border-bottom: initial;
  left: 25px;
  right: auto;
  right: initial;
  margin-left: 0;
}
.tooltip-left-top .invalid-tooltip::after,
.tooltip-left-top .valid-tooltip::after,
.tooltip-left-top div.error::after {
  content: "";
  position: absolute;
  top: auto;
  top: initial;
  bottom: -4px;
  border-top: solid 5px #212220;
  border-bottom: 0;
  border-bottom: initial;
  left: 25px;
  right: auto;
  right: initial;
  margin-left: 0;
}
.tooltip-label-right .invalid-tooltip,
.tooltip-label-right .valid-tooltip,
.tooltip-label-right div.error {
  transform: translateX(0) translateY(-50%);
  top: 16px;
  left: 50px;
}
.tooltip-label-right .invalid-tooltip::before,
.tooltip-label-right .valid-tooltip::before,
.tooltip-label-right div.error::before {
  content: "";
  position: absolute;
  left: -5px;
  right: auto;
  right: initial;
  margin-left: 0;
  border: medium none currentColor;
  border: initial;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-right: solid 5px #63883b;
  bottom: auto;
  bottom: initial;
  top: 12px;
  width: 5px;
}
.tooltip-label-right .invalid-tooltip::after,
.tooltip-label-right .valid-tooltip::after,
.tooltip-label-right div.error::after {
  content: "";
  position: absolute;
  top: initial;
  left: -4px;
  right: auto;
  right: initial;
  margin-left: 0;
  width: 5px;
  border: medium none currentColor;
  border: initial;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-right: solid 5px #212220;
  bottom: auto;
  bottom: initial;
  top: 12px;
  width: 5px;
}
.tooltip-label-right .error-l-0 .invalid-tooltip,
.tooltip-label-right .error-l-0 .valid-tooltip,
.tooltip-label-right .error-l-0 div.error {
  left: 0px;
}
.tooltip-label-right .error-l-25 .invalid-tooltip,
.tooltip-label-right .error-l-25 .valid-tooltip,
.tooltip-label-right .error-l-25 div.error {
  left: 25px;
}
.tooltip-label-right .error-l-50 .invalid-tooltip,
.tooltip-label-right .error-l-50 .valid-tooltip,
.tooltip-label-right .error-l-50 div.error {
  left: 50px;
}
.tooltip-label-right .error-l-75 .invalid-tooltip,
.tooltip-label-right .error-l-75 .valid-tooltip,
.tooltip-label-right .error-l-75 div.error {
  left: 75px;
}
.tooltip-label-right .error-l-100 .invalid-tooltip,
.tooltip-label-right .error-l-100 .valid-tooltip,
.tooltip-label-right .error-l-100 div.error {
  left: 100px;
}
.tooltip-label-right .error-l-125 .invalid-tooltip,
.tooltip-label-right .error-l-125 .valid-tooltip,
.tooltip-label-right .error-l-125 div.error {
  left: 125px;
}
.tooltip-label-right .error-l-150 .invalid-tooltip,
.tooltip-label-right .error-l-150 .valid-tooltip,
.tooltip-label-right .error-l-150 div.error {
  left: 150px;
}
.tooltip-label-right .error-l-175 .invalid-tooltip,
.tooltip-label-right .error-l-175 .valid-tooltip,
.tooltip-label-right .error-l-175 div.error {
  left: 175px;
}
.tooltip-label-right .error-l-200 .invalid-tooltip,
.tooltip-label-right .error-l-200 .valid-tooltip,
.tooltip-label-right .error-l-200 div.error {
  left: 200px;
}
.tooltip-label-right .error-l-225 .invalid-tooltip,
.tooltip-label-right .error-l-225 .valid-tooltip,
.tooltip-label-right .error-l-225 div.error {
  left: 225px;
}
.tooltip-label-right .error-l-250 .invalid-tooltip,
.tooltip-label-right .error-l-250 .valid-tooltip,
.tooltip-label-right .error-l-250 div.error {
  left: 250px;
}
.tooltip-label-right .error-l-275 .invalid-tooltip,
.tooltip-label-right .error-l-275 .valid-tooltip,
.tooltip-label-right .error-l-275 div.error {
  left: 275px;
}
.tooltip-label-right .error-t-negative .invalid-tooltip,
.tooltip-label-right .error-t-negative .valid-tooltip,
.tooltip-label-right .error-t-negative div.error {
  top: -10px;
}
.form-group.is-invalid .invalid-tooltip {
  display: block;
}
.valid-icon {
  position: absolute;
  bottom: 8px;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0;
  font-size: 0.76rem;
  line-height: 1;
  color: #212220;
  border-radius: 0.2rem;
  right: 4px;
  color: #3e884f;
}
.invalid-icon {
  position: absolute;
  bottom: 2px;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #212220;
  border-radius: 0.2rem;
  right: 4px;
  color: #c43d4b;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #424242;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
  padding: 0.5rem 0.75rem !important;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #424242;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: rgba(99, 136, 59, 0.6);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: rgba(99, 136, 59, 0.6);
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #8f8f8f;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #63883b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #8f8f8f;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.ng-select .ng-select-container,
.ng-value {
  color: #8f8f8f;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #63883b;
  color: #d0d0d0;
}
.ng-select .ng-select-container {
  border-radius: 0.1rem !important;
  border: 1px solid #424242;
  font-size: 0.8rem;
  padding: 0.15rem;
  line-height: 1;
  outline: medium none invert !important;
  outline: initial !important;
  box-shadow: none !important;
  box-shadow: initial !important;
}
.ng-select.ng-select-focused .ng-select-container {
  outline: medium none invert !important;
  outline: initial !important;
  box-shadow: none !important;
  box-shadow: initial !important;
  border-color: #424242 !important;
}
.ng-select.ng-select-opened .ng-select-container {
  border-color: #63883b !important;
  z-index: 3 !important;
}
.ng-dropdown-panel.ng-select-bottom {
  border-color: #63883b;
  border-top-color: #212220;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 3px;
  padding-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border: 1px solid #424242;
  margin-bottom: 2px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 5px 5px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-left: 0.75rem;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  padding-bottom: 3px;
  padding-top: 3px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 0;
  border-right: initial;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding: 1px 6px 1px 6px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: transparent;
  background-color: initial;
  color: #63883b;
}
.ng-select .ng-select-container .ng-value-container .ng-input > input {
  padding-top: 3px;
  color: #8f8f8f;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #424242 transparent transparent;
  top: 1px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #424242;
  top: -1px;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #63883b;
}
.ng-select .ng-clear-wrapper {
  color: #424242;
}
.ng-select .ng-clear-wrapper:hover {
  color: #63883b;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #63883b;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border: medium none currentColor;
  border: initial;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  color: #8f8f8f;
}
.ng-select .ng-select-container,
.ng-select.ng-select-opened > .ng-select-container {
  background-color: #212220 !important;
}
.form-group.has-top-label .ng-select .ng-select-container {
  min-height: calc(3.3rem + 2px);
}
.form-group.has-top-label .ng-select .ng-select-container .ng-value-container {
  padding-top: 20px;
}
.form-group.has-top-label .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 23px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #212220;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #63883b;
  color: #d0d0d0;
}
.input-group-text {
  background-color: rgba(35, 34, 35, 0.1);
  border-color: #424242;
  color: #8f8f8f;
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}
.typeahead.dropdown-menu {
  width: 100%;
}
.typeahead.dropdown-menu .active a {
  background-color: #63883b;
  color: #d0d0d0;
}
.bs-datepicker-head button {
  color: #8f8f8f;
  font-size: 0.8rem;
}
.bs-datepicker-head {
  background-color: transparent !important;
}
.bs-datepicker {
  box-shadow: none !important;
  box-shadow: initial !important;
  border: 1px solid #424242;
}
.bs-datepicker-body {
  background-color: transparent !important;
  border: medium none currentColor;
  border: initial;
}
.bs-datepicker-body table td,
.bs-datepicker-body table td span,
.bs-datepicker-head button span {
  text-align: center !important;
}
.bs-datepicker-head {
  text-align: justify !important;
}
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
  color: rgba(143, 143, 143, 0.4);
}
.bs-datepicker-body table td span.is-other-month,
.bs-datepicker-body table td.is-other-month span {
  color: rgba(143, 143, 143, 0.2);
}
.datepicker-inline .bs-datepicker {
  border: medium none currentColor !important;
  border: initial !important;
}
.bs-datepicker-container {
  padding: 0;
}
.datepicker-inline .bs-datepicker-head,
.datepicker-inline .bs-datepicker-body {
  min-width: 0;
  min-width: initial;
}
.bs-datepicker {
  border-radius: 0.75rem;
  background-color: #212220 !important;
}
.datepicker-inline {
  width: 100%;
}
.datepicker-inline bs-datepicker-inline-container,
.datepicker-inline .bs-datepicker,
.datepicker-inline .bs-datepicker-container,
.datepicker-inline .bs-media-container,
.datepicker-inline bs-days-calendar-view,
.datepicker-inline bs-month-calendar-view,
.datepicker-inline bs-years-calendar-view {
  width: 100%;
}
.bs-datepicker-body table td {
  color: #8f8f8f;
}
.bs-datepicker-body table td.week span {
  color: #63883b !important;
}
.bs-datepicker-body table td span.selected,
.bs-datepicker-body table td.selected span,
.bs-datepicker-body table td span[class*=select-]:after,
.bs-datepicker-body table td[class*=select-] span:after {
  background-color: #63883b !important;
}
.bs-datepicker-body table th {
  color: #424242 !important;
  font-size: 0.8rem !important;
}
.timepicker .btn.btn-default {
  border: 1px solid #424242;
  border-radius: 0.1rem;
  padding-left: 15px;
  padding-right: 15px;
}
.timepicker tbody tr:first-of-type .btn {
  padding-top: 0;
  padding-bottom: 0;
}
.timepicker tbody tr:last-of-type .btn {
  padding-top: 0;
  padding-bottom: 0;
}
.timepicker table {
  margin-top: -5px;
}
.bs-timepicker-field.is-invalid {
  border-color: #c43d4b !important;
}
.bs-chevron {
  width: 7px !important;
  height: 7px !important;
  border-width: 1px 0px 0 1px !important;
  color: #8f8f8f !important;
  cursor: pointer;
}
.bs-chevron:hover {
  color: #63883b !important;
}
dropzone > .dropzone.dz-wrapper {
  min-height: 115px !important;
  border: 1px solid #424242 !important;
  background: #232223 !important;
  padding: 10px 10px !important;
  border-radius: 0.1rem !important;
  color: #8f8f8f !important;
  height: auto !important;
  overflow: visible !important;
  overflow: initial !important;
}
dropzone > .dropzone.dz-wrapper .img-thumbnail {
  height: 58px !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
dropzone > .dropzone.dz-clickable .dz-message,
dropzone > .dropzone.dz-clickable .dz-message * {
  position: relative !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
  padding: initial !important;
  width: auto !important;
  width: initial !important;
  min-width: 0 !important;
  min-width: initial !important;
  height: auto !important;
  height: initial !important;
  min-height: 0 !important;
  min-height: initial !important;
  border: medium none currentColor !important;
  border: initial !important;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
  display: block !important;
  max-width: none !important;
  max-width: initial !important;
  max-height: none !important;
  max-height: initial !important;
  overflow: visible !important;
  overflow: initial !important;
}
dropzone > .dropzone.dz-clickable .dz-message div {
  top: 55px !important;
  display: inline-block !important;
}
.dropzone .dz-preview {
  margin: 16px !important;
}
dropzone > .dropzone .dz-preview.dz-image-preview,
dropzone > .dropzone .dz-preview.dz-file-preview {
  width: 260px;
  height: 60px;
  min-height: 0;
  min-height: initial;
  border: 1px solid #424242 !important;
  border-radius: 0.1rem !important;
  background: #212220 !important;
  color: #8f8f8f !important;
}
dropzone > .dropzone .dz-preview.dz-image-preview .preview-container,
dropzone > .dropzone .dz-preview.dz-file-preview .preview-container {
  transition: none 0s ease 0s !important;
  transition: initial !important;
  -webkit-animation: none 0s ease 0s 1 normal none running !important;
          animation: none 0s ease 0s 1 normal none running !important;
  -webkit-animation: initial !important;
          animation: initial !important;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
dropzone > .dropzone .dz-preview.dz-image-preview .preview-container i,
dropzone > .dropzone .dz-preview.dz-file-preview .preview-container i {
  color: #63883b;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 29px;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 22px;
}
dropzone > .dropzone .dz-preview.dz-image-preview strong,
dropzone > .dropzone .dz-preview.dz-file-preview strong {
  font-weight: normal;
}
dropzone > .dropzone .dz-preview.dz-image-preview .remove,
dropzone > .dropzone .dz-preview.dz-file-preview .remove {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #63883b !important;
}
dropzone > .dropzone .dz-preview.dz-image-preview .dz-details,
dropzone > .dropzone .dz-preview.dz-file-preview .dz-details {
  position: static;
  display: block;
  opacity: 1;
  text-align: left;
  min-width: 0;
  min-width: initial;
  z-index: auto;
  z-index: initial;
  color: #8f8f8f !important;
}
dropzone > .dropzone .dz-preview.dz-image-preview .dz-error-mark,
dropzone > .dropzone .dz-preview.dz-file-preview .dz-error-mark {
  color: #d0d0d0 !important;
  top: 15px;
  left: 25px;
  margin-left: 0;
  margin-top: 0;
}
dropzone > .dropzone .dz-preview.dz-image-preview .dz-error-mark span,
dropzone > .dropzone .dz-preview.dz-file-preview .dz-error-mark span {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath style='fill:%2363883B;' d='M4.1,23.9A13.51,13.51,0,0,1,0,14,13.52,13.52,0,0,1,4.1,4.1,13.52,13.52,0,0,1,14,0a13.52,13.52,0,0,1,9.9,4.1A13.52,13.52,0,0,1,28,14a13.51,13.51,0,0,1-4.1,9.9A13.52,13.52,0,0,1,14,28,13.52,13.52,0,0,1,4.1,23.9Z'/%3E%3Cpath style='fill:%23212220;' d='M13.13,19.35V6.17a.88.88,0,1,1,1.75,0V19.35Z'/%3E%3Crect style='fill:%23212220;' x='13.13' y='21.07' width='1.75' height='1.64'/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
}
dropzone > .dropzone .dz-preview.dz-image-preview .dz-success-mark,
dropzone > .dropzone .dz-preview.dz-file-preview .dz-success-mark {
  color: #d0d0d0;
  top: 15px;
  left: 25px;
  margin-left: 0;
  margin-top: 0;
}
dropzone > .dropzone .dz-preview.dz-image-preview .dz-success-mark span,
dropzone > .dropzone .dz-preview.dz-file-preview .dz-success-mark span {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath style='fill:%2363883B;' d='M4.1,23.9A13.51,13.51,0,0,1,0,14,13.52,13.52,0,0,1,4.1,4.1,13.52,13.52,0,0,1,14,0a13.52,13.52,0,0,1,9.9,4.1A13.52,13.52,0,0,1,28,14a13.51,13.51,0,0,1-4.1,9.9A13.52,13.52,0,0,1,14,28,13.52,13.52,0,0,1,4.1,23.9Z'/%3E%3Cpath style='fill:%23212220;' d='M20.14,8.81A.77.77,0,0,1,21.2,9a.81.81,0,0,1,.25.61.83.83,0,0,1-.25.62L12.48,19l-.11.1a.82.82,0,0,1-1.23,0L6.79,14.74l-.11-.16a.49.49,0,0,1-.08-.18,1.06,1.06,0,0,1,0-.19.61.61,0,0,1,0-.19,1.16,1.16,0,0,1,0-.18,1.26,1.26,0,0,1,.08-.18,1,1,0,0,1,.11-.15.87.87,0,0,1,1.26,0l3.69,3.7L19.94,9A.72.72,0,0,1,20.14,8.81Z'/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
}
dropzone > .dropzone .dz-preview.dz-image-preview .dz-progress,
dropzone > .dropzone .dz-preview.dz-file-preview .dz-progress {
  width: 84%;
  margin-left: 0;
  margin-top: 0;
  right: 0;
  height: 5px !important;
  left: 15px;
}
dropzone > .dropzone .dz-preview.dz-image-preview .dz-progress .dz-upload,
dropzone > .dropzone .dz-preview.dz-file-preview .dz-progress .dz-upload {
  width: 100%;
  background: #63883b !important;
}
dropzone > .dropzone .dz-preview.dz-image-preview .dz-error-message,
dropzone > .dropzone .dz-preview.dz-file-preview .dz-error-message {
  border-radius: 15px;
  background: #c43d4b !important;
  top: 60px;
}
dropzone > .dropzone .dz-preview.dz-image-preview .dz-error-message:after,
dropzone > .dropzone .dz-preview.dz-file-preview .dz-error-message:after {
  border-bottom: 6px solid #c43d4b !important;
}
dropzone > .dropzone .dz-preview.dz-image-preview [data-dz-name],
dropzone > .dropzone .dz-preview.dz-file-preview [data-dz-name] {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
  overflow: hidden;
}
.dropzone .dz-preview.dz-file-preview .img-thumbnail {
  display: none;
}
dropzone > .dropzone.dz-wrapper.dz-multiple.dz-started .dz-message {
  display: none !important;
}
.dropzone .dz-error.dz-preview.dz-file-preview .preview-icon {
  display: none;
}
.dropzone .dz-error.dz-preview.dz-file-preview .dz-error-mark,
.dropzone .dz-error.dz-preview.dz-file-preview .dz-success-mark {
  color: #63883b !important;
}
.dropzone .dz-preview.dz-image-preview .preview-icon {
  display: none;
}
@-webkit-keyframes pulse-inner {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.8, 1);
  }
  20% {
    transform: scale(1, 1);
  }
}
@keyframes pulse-inner {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.8, 1);
  }
  20% {
    transform: scale(1, 1);
  }
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse-inner 3s ease infinite;
  animation: pulse-inner 3s ease infinite;
}
.input-group-text {
  border-radius: 0.1rem;
}
.noUi-target {
  background: #232223;
  border-color: #424242;
  box-shadow: none;
  box-shadow: initial;
}
.noUi-tooltip {
  background: #232223;
  color: #8f8f8f;
  border-color: #424242;
}
.form-control-sm,
.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 {
  border-radius: 0.1rem;
}
.form-control-lg,
.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 {
  border-radius: 0.1rem;
}
.custom-select {
  border-radius: 0.1rem;
  padding: 0.5rem 0.75rem;
  height: auto;
  height: initial;
  font-size: 0.8rem;
  background: #212220;
  border-color: #424242;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  outline: medium none invert !important;
  outline: initial !important;
  box-shadow: none !important;
  box-shadow: initial !important;
}
select.form-control {
  height: auto;
  height: initial;
}
.custom-select:focus {
  border-color: #63883b;
}
.custom-file-input {
  box-shadow: none !important;
  box-shadow: initial !important;
}
.custom-file-label {
  box-shadow: none !important;
  box-shadow: initial !important;
  border-radius: 0.1rem;
  height: calc(2em + 0.8rem);
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  background: #212220;
  border-color: #424242;
}
.custom-file {
  height: calc(2em + 0.8rem);
}
.custom-file-label:focus,
.custom-file-input:focus {
  border-color: rgba(99, 136, 59, 0.6);
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(99, 136, 59, 0.6);
  box-shadow: none;
  box-shadow: initial;
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: rgba(99, 136, 59, 0.6);
}
.custom-file-label:after,
.input-group > .custom-select:not(:first-child),
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:first-child),
.input-group > .form-control:not(:last-child) {
  outline: medium none invert !important;
  outline: initial !important;
  box-shadow: none !important;
  box-shadow: initial !important;
}
.custom-file-label::after {
  height: calc(2em + 0.8rem);
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  color: #8f8f8f;
  border-color: #424242;
  background: transparent;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  background: #212220;
  color: #8f8f8f;
  border-color: #424242;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  background: #212220;
  color: #8f8f8f;
  border-color: #424242;
}
.input-group > .input-group-prepend > .btn-group .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend .btn + .btn-group .btn {
  margin-left: -1px;
}
.input-group-append .btn + .btn-group .btn {
  margin-left: -1px;
}
.jumbotron {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
/* 21.Form Wizard */
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li .step-indicator {
  top: auto;
  top: initial;
  bottom: -17px;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li:not(:last-child):before {
  top: auto;
  top: initial;
  bottom: -9px;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator {
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
aw-wizard-navigation-bar ul.steps-indicator li a .label {
  text-transform: none;
  text-transform: initial;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.optional .step-indicator,
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li .step-indicator,
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li .step-indicator {
  background-color: #313131;
  border: 4px solid #313131;
  width: 19px !important;
  height: 19px !important;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.optional .step-indicator:after,
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li .step-indicator:after,
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li .step-indicator:after {
  content: "";
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable a:hover .step-indicator,
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable a:hover .step-indicator {
  background-color: #313131 !important;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li:not(:last-child):before,
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li:not(:last-child):before {
  background-color: #313131;
}
aw-wizard-navigation-bar.horizontal ul.steps-indicator li a .label,
aw-wizard-navigation-bar.vertical ul.steps-indicator li a .label {
  padding-top: 0;
  padding-bottom: 10px;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.done .step-indicator,
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.done .step-indicator {
  background-color: #313131;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.done .step-indicator:after,
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.done .step-indicator:after {
  content: " ";
  position: relative;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  width: 12px;
  height: 12px;
  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='%2363883B' 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");
  display: block;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.current .step-indicator,
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.current .step-indicator {
  background-color: #63883b;
}
aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.current .step-indicator:after,
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.current .step-indicator:after {
  content: "";
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
aw-wizard.horizontal aw-wizard-step {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
aw-wizard.horizontal .complete-message-centered {
  top: calc(50% - 20px);
  position: relative;
  transform: translateY(-50%);
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator {
  padding-top: 40px;
  padding-bottom: 15px;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li:not(:last-child):before {
  left: -5px;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li .step-indicator {
  border-width: 1px !important;
  left: calc(50% - 20px) !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  top: -40px !important;
  border-color: #313131;
  font-size: 16px;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li a .label {
  padding-top: 10px;
  padding-bottom: 0px;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li:not(:last-child):before {
  background-color: #313131;
  width: calc(100% - 40px);
  top: -20px;
  left: calc(50% + 20px);
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.editing .step-indicator {
  border-color: #63883b;
  color: #63883b;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.current .step-indicator {
  border-color: #63883b;
  color: #63883b;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.done .step-indicator {
  color: #424242;
  border-color: #424242;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.done.current .step-indicator {
  border-color: #63883b;
  color: #63883b;
}
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable a:hover .step-indicator,
aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
  border-color: #63883b;
  color: #63883b;
}
/* 22.Slider(Range) */
.noUi-connect {
  background: #63883b;
}
.noUi-connects {
  border-radius: 0.1rem;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: none;
}
.noUi-handle {
  outline: medium none invert;
  outline: initial;
  box-shadow: none !important;
  box-shadow: initial !important;
}
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  top: -6px;
  right: -13px;
  border-color: #424242;
  background: #212220;
}
.noUi-horizontal .noUi-tooltip {
  top: 120%;
  bottom: auto;
  bottom: initial;
  padding-left: 10px;
  padding-right: 10px;
}
/* 23.Navs */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #212220 !important;
  background-color: #63883b;
}
.nav-pills .nav-link {
  border-radius: 50px;
}
.nav-link {
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .nav-link {
    padding: 0.5rem 0.5rem;
  }
}
.nav-link.active {
  color: #63883b;
}
.page-item {
  padding: 10px;
}
@media (max-width: 767px) {
  .page-item {
    padding: 3px;
  }
}
.page-item .page-link {
  outline: medium none invert !important;
  outline: initial !important;
  box-shadow: none !important;
  box-shadow: initial !important;
  line-height: 1.7;
  border-radius: 40px !important;
  min-width: 38px;
  text-align: center;
  height: 38px;
  padding: 0.55rem 0;
}
@media (max-width: 575px) {
  .page-item .page-link {
    min-width: 30px;
    height: 30px;
    line-height: 0.9;
    font-size: 0.76rem;
  }
}
.page-item.active .page-link {
  background: transparent;
  border: 1px solid #63883b;
  color: #63883b;
}
.page-item.disabled .page-link {
  border-color: #424242;
  color: #424242;
  background: transparent;
}
.page-item.pagination-next .page-link,
.page-item.pagination-prev .page-link {
  background: #63883b;
  color: #212220;
  border: 1px solid #63883b;
}
.page-item.pagination-next .page-link:hover,
.page-item.pagination-prev .page-link:hover {
  background-color: transparent;
  border-color: #7dac4a;
  color: #63883b;
}
.page-item.pagination-last .page-link,
.page-item.pagination-first .page-link {
  background: transparent;
  color: #63883b;
  border: 1px solid #63883b;
  border-radius: 30px;
}
.page-item.pagination-last .page-link:hover,
.page-item.pagination-first .page-link:hover {
  background: #63883b;
  color: #212220;
  border: 1px solid #63883b;
}
.page-link {
  background-color: transparent;
  border-color: transparent;
  color: #8f8f8f;
}
.page-link:hover {
  background: #63883b;
  color: #212220;
  border: 1px solid #63883b;
}
.btn-sm.page-link {
  padding: 0.5rem 0.5rem;
}
.pagination-lg .page-item {
  padding: 15px;
}
@media (max-width: 767px) {
  .pagination-lg .page-item {
    padding: 3px;
  }
}
.pagination-lg .page-item .page-link {
  min-width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .pagination-lg .page-item .page-link {
    min-width: 38px;
    height: 38px;
    padding: 0.55rem 0;
    line-height: 1.5;
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .pagination-lg .page-item .page-link {
    min-width: 30px;
    height: 30px;
    line-height: 0.9;
    font-size: 0.76rem;
  }
}
.pagination-sm .page-item {
  padding: 6px;
}
@media (max-width: 767px) {
  .pagination-sm .page-item {
    padding: 3px;
  }
}
.pagination-sm .page-item .page-link {
  min-width: 30px;
  height: 30px;
  line-height: 0.9;
  font-size: 0.75rem;
  padding: 0.5rem 0;
}
/* 24.Tooltip and popover */
.popover {
  border-radius: 0.1rem;
  background-color: #212220;
  border-color: #424242;
}
.popover .popover-body {
  color: #8f8f8f;
}
.popover-header {
  background-color: transparent;
  border-bottom: 0;
  border-bottom: initial;
}
.tooltip-inner {
  padding: 0.5rem 0.75rem;
  color: #8f8f8f;
  background-color: #212220;
  border-radius: 0.1rem;
  border: 1px solid #424242;
}
.tooltip.show {
  opacity: 1;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before {
  border-right-color: #424242;
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #212220;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before {
  border-left-color: #424242;
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #212220;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #424242;
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #212220;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before {
  border-top-color: #424242;
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #212220;
}
.tooltip .arrow::before,
.tooltip .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::after,
.bs-tooltip-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: #424242;
}
.bs-tooltip-right .arrow::after,
.bs-tooltip-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #212220;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::after,
.bs-tooltip-auto[x-placement^=right] .arrow::after {
  border-width: 0.4rem 0.4rem 0.4rem 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: #424242;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::after,
.bs-tooltip-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-tooltip-top .arrow::after,
.bs-tooltip-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #212220;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::after,
.bs-tooltip-auto[x-placement^=top] .arrow::after {
  border-width: 0.4rem 0.4rem 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::after,
.bs-tooltip-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: #424242;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::after,
.bs-tooltip-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-tooltip-bottom .arrow::after,
.bs-tooltip-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #212220;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::after,
.bs-tooltip-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: #424242;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::after,
.bs-tooltip-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-tooltip-left .arrow::after,
.bs-tooltip-auto[x-placement^=left] .arrow::after {
  right: 0;
  border-left-color: #212220;
}
.search-sm {
  position: relative;
}
.search-sm input {
  background: none;
  outline: medium none invert !important;
  outline: initial !important;
  border-radius: 15px;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  font-size: 0.76rem;
  line-height: 1.3;
  border: 1px solid #707070;
  color: #8f8f8f;
}
.search-sm:after {
  font-family: "simple-line-icons";
  content: "\e090";
  font-size: 14px;
  color: #707070;
  position: absolute;
  right: 10px;
  text-align: center;
  cursor: pointer;
  top: 2px;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
}
/* 25.Progress */
.progress {
  height: 3px;
  background-color: #313131;
}
.progress-bar {
  background-color: #63883b;
}
.progressbar-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #8f8f8f !important;
}
.progress-bar-circle {
  width: 54px;
  height: 54px;
}
.progress-bar-circle svg circle:first-of-type {
  opacity: 0.5;
}
.progress-bar-circle svg path:first-of-type,
.progress-bar-circle svg circle:first-of-type {
  stroke: #424242 !important;
}
.progress-bar-circle svg path:last-of-type {
  stroke: #63883b !important;
}
.progress-bar-circle.progress-bar-banner svg path:first-of-type {
  stroke: #4f6933 !important;
}
.progress-bar-circle.progress-bar-banner svg path:last-of-type {
  stroke: #d0d0d0 !important;
}
.progress-banner {
  height: 200px;
  background-image: linear-gradient(to right top, #567535, #5f803c, #6b8f45) !important;
  transition: 0.5s;
  background-size: 200% auto;
  cursor: pointer;
}
.progress-banner .lead {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .progress-banner .lead {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
}
.progress-banner i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .progress-banner i {
    font-size: 2rem;
    margin-bottom: 0.2rem;
  }
}
.progress-banner .progress-bar-circle.progress-bar-banner {
  width: 120px;
  height: 120px;
}
@media (max-width: 1199px) {
  .progress-banner .progress-bar-circle.progress-bar-banner {
    width: 80px;
    height: 80px;
  }
}
.progress-banner .progress-bar-banner svg path:first-of-type,
.progress-banner .progress-bar-banner svg circle:first-of-type {
  stroke: #3c5324 !important;
}
.progress-banner .progress-bar-banner svg path:last-of-type {
  stroke: #b7b7b7 !important;
}
.progress-banner .progress-bar-banner .progressbar-text {
  color: #d0d0d0 !important;
  font-size: 1.7rem;
  width: 100%;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .progress-banner .progress-bar-banner .progressbar-text {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
}
.progress-banner:hover {
  background-position: right top;
}
/* 26.Rating */
rating span {
  outline: medium none invert !important;
  outline: initial !important;
}
.bs-rating-star {
  font-family: "simple-line-icons";
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 2px;
}
.bs-rating-star:after {
  content: "\e09b";
  color: #424242;
}
.bs-rating-star.active:after {
  color: #63883b;
  font-weight: 900;
}
/* 27.Sortable */
.sortable {
  cursor: default;
}
.sortable span {
  vertical-align: middle;
}
.sortable-ghost {
  opacity: 0.5;
}
/* 28.Spinner */
.btn-multiple-state .spinner {
  width: 36px;
  text-align: center;
}
.btn-multiple-state .spinner > div {
  width: 6px;
  height: 6px;
  background-color: #d0d0d0;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out both;
  animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}
.btn-multiple-state .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.btn-multiple-state .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 29.Modal */
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding: 1.75rem;
}
.modal .modal-header {
  border-bottom: 1px solid #424242;
}
.modal .modal-footer {
  border-top: 1px solid #424242;
}
.modal .close {
  color: #8f8f8f;
  text-shadow: none;
  text-shadow: initial;
}
.modal .modal-content {
  border: medium none currentColor;
  border: initial;
  border-radius: 0.1rem;
  background: #212220;
}
.modal-right {
  padding-right: 0 !important;
}
.modal-right.modal-dialog {
  margin: 0 auto;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  max-width: 380px;
}
.modal-right .modal-content {
  min-height: 100%;
  border-radius: 0.1rem !important;
}
.modal-right .modal-header {
  flex: 0 0 100px;
}
@media (max-width: 1439px) {
  .modal-right .modal-header {
    flex: 0 0 90px;
  }
}
@media (max-width: 1199px) {
  .modal-right .modal-header {
    flex: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .modal-right .modal-header {
    flex: 0 0 70px;
  }
}
.modal-right .modal-footer {
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.modal.fade .modal-right {
  transform: translate(25%, 0);
}
.modal.show .modal-right {
  transform: translate(0, 0);
}
.modal-left {
  padding-left: 0 !important;
}
.modal-left.modal-dialog {
  margin: 0 auto;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  max-width: 380px;
}
.modal-left .modal-content {
  min-height: 100%;
  border-radius: 0.1rem !important;
}
.modal-left .modal-header {
  flex: 0 0 100px;
}
@media (max-width: 1439px) {
  .modal-left .modal-header {
    flex: 0 0 90px;
  }
}
@media (max-width: 1199px) {
  .modal-left .modal-header {
    flex: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .modal-left .modal-header {
    flex: 0 0 70px;
  }
}
.modal-left .modal-footer {
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.modal.fade .modal-left {
  transform: translate(-25%, 0);
}
.modal.show .modal-left {
  transform: translate(0, 0);
}
/* 30.Authorization */
.auth-card {
  display: flex;
  flex-direction: row;
  min-height: 650px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.1);
}
.auth-card .image-side {
  width: 50%;
  background: url('bg1.jpg') no-repeat center top;
  background-size: cover;
  padding: 80px 40px;
}
.auth-card .image-side .h3 {
  line-height: 0.8rem;
}
.auth-card .form-side {
  width: 55%;
  padding: 80px;
  min-height: 35rem;
}
@media (max-width: 1439px) {
  .auth-card .auth-card {
    min-height: 500px;
  }
  .auth-card .auth-card .image-side {
    width: 50%;
    padding: 80px 40px;
  }
  .auth-card .auth-card .form-side {
    width: 55%;
    padding: 80px;
    min-height: 35rem;
  }
}
@media (max-width: 1199px) {
  .auth-card .auth-card {
    min-height: 470px;
  }
  .auth-card .auth-card .image-side {
    width: 45%;
    padding: 80px 40px;
  }
  .auth-card .auth-card .form-side {
    width: 55%;
    padding: 80px;
    min-height: 35rem;
  }
}
@media (max-width: 1023) {
  .auth-card .auth-card {
    min-height: 400px;
  }
  .auth-card .auth-card .image-side {
    width: 40%;
    padding: 80px 40px;
  }
  .auth-card .auth-card .form-side {
    width: 50%;
    padding: 80px;
    min-height: 35rem;
  }
}
@media (max-width: 991px) {
  .auth-card {
    flex-direction: column;
  }
  .auth-card .image-side {
    display: none;
    width: 100%;
    padding: 60px;
  }
  .auth-card .form-side {
    width: 100%;
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .auth-card p.h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .auth-card {
    flex-direction: column;
  }
  .auth-card .image-side {
    padding: 35px 30px;
  }
  .auth-card .form-side {
    padding: 35px 30px;
  }
  .auth-card .logo-single {
    margin-bottom: 20px;
  }
  .auth-card p.h2 {
    font-size: 1.4rem;
  }
}
.index-card .card-body {
  padding: 80px;
}
@media (max-width: 991px) {
  .index-card .card-body {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .index-card .card-body {
    padding: 35px 30px;
  }
}
/* 31.Html Editors */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #63883b;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #63883b;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
  stroke: #63883b;
}
.ql-toolbar.ql-snow {
  border-color: #424242;
}
.ql-container.ql-snow {
  border-color: #424242;
}
.html-editor-bubble .ql-editor {
  border: 1px solid #424242;
}
.ql-tooltip {
  z-index: 10;
}
.ql-editor {
  height: 200px !important;
}
.ql-container.ql-bubble {
  border: 1px solid #424242;
}
/* 32.Icons */
.simple-line-icons .glyph,
.mind-icons .glyph {
  width: 14.28%;
  text-align: center !important;
  float: left;
  height: 100px;
}
.simple-line-icons .glyph .glyph-icon,
.simple-line-icons .glyph .fa,
.mind-icons .glyph .glyph-icon,
.mind-icons .glyph .fa {
  font-size: 32px;
  text-align: center !important;
}
.simple-line-icons .glyph .class-name,
.mind-icons .glyph .class-name {
  font-size: 0.76rem;
  color: #696969 !important;
  text-align: center !important;
}
@media (max-width: 1199px) {
  .simple-line-icons .glyph,
.mind-icons .glyph {
    width: 16.66%;
  }
}
@media (max-width: 991px) {
  .simple-line-icons .glyph,
.mind-icons .glyph {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .simple-line-icons .glyph,
.mind-icons .glyph {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .simple-line-icons .glyph,
.mind-icons .glyph {
    width: 50%;
  }
}
.chart-container {
  height: 300px;
}
.theme-colors .theme-button {
  position: absolute;
  left: -32px;
  background: #212220;
  padding: 13px 7px 13px 7px;
  border-radius: 0.2rem;
  color: #8f8f8f;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.04);
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #63883b;
}
.theme-colors .theme-color {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 20px;
  transition: background 0.25s;
}
.theme-colors .theme-color.active, .theme-colors .theme-color:hover {
  background: #212220;
}
.theme-colors .theme-color-purplemonster {
  border: 3px solid #922c88;
  background: #922c88;
}
.theme-colors .theme-color-blueyale {
  border: 3px solid #145388;
  background: #145388;
}
.theme-colors .theme-color-blueolympic {
  border: 3px solid #008ecc;
  background: #008ecc;
}
.theme-colors .theme-color-bluenavy {
  border: 3px solid #00365a;
  background: #00365a;
}
.theme-colors .theme-color-orangecarrot {
  border: 3px solid #ed7117;
  background: #ed7117;
}
.theme-colors .theme-color-greenmoss {
  border: 3px solid #576a3d;
  background: #576a3d;
}
.theme-colors .theme-color-greenlime {
  border: 3px solid #6fb327;
  background: #6fb327;
}
.theme-colors .theme-color-redruby {
  border: 3px solid #900604;
  background: #900604;
}
.theme-colors .theme-color-greysteel {
  border: 3px solid #48494b;
  background: #48494b;
}
.theme-colors .theme-color-yellowgranola {
  border: 3px solid #c0a145;
  background: #c0a145;
}
.theme-colors.shown {
  transform: translate(0, calc(-50% + 0.5px));
  transition: transform 0.4s ease-out;
}
.theme-colors.hidden {
  transform: translate(280px, -50%);
  transition: transform 0.4s ease-out;
}
/* 33.Loading */
.loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(99, 136, 59, 0.2);
  border-radius: 50%;
  border-top-color: #63883b;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* 34.Context Menu */
.context-menu-list {
  box-shadow: none;
  box-shadow: initial;
  border-radius: 0.1rem;
  background: #232223;
  border-color: rgba(143, 143, 143, 0.15);
  padding: 0.5rem 0;
}
.context-menu-item {
  padding: 0.75rem 1.5rem;
  background: #232223;
  color: #8f8f8f;
}
.context-menu-item.context-menu-hover {
  color: #8f8f8f;
  text-decoration: none;
  background-color: #1a1b18;
}
.context-menu-item span {
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-left: 0.5rem;
  display: inline-block;
}
.list .card.context-menu-active,
.list .card.active {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3), 0 3px 24px rgba(0, 0, 0, 0.3);
}
/* 35.Videojs */
.video-js .vjs-big-play-button {
  background: #232223;
  height: 1.2em;
  border-radius: 0.75em;
  line-height: normal;
  line-height: initial;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5em;
  width: 2.5em;
  border: 0.06666em solid #232223;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  color: #63883b;
}
.vjs-poster,
.vjs-tech {
  border-radius: 0.1rem;
}
.vjs-tech {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  background-color: #161516;
  border-color: #161516;
}
.vjs-control {
  text-shadow: none !important;
  text-shadow: initial !important;
  outline: medium none invert !important;
  outline: initial !important;
}
.video-js .vjs-control-bar {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  margin: 1.75rem;
  width: calc(100% - 3.5rem);
}
.video-js .vjs-control-bar .vjs-control.vjs-button,
.video-js .vjs-control-bar .vjs-remaining-time,
.video-js .vjs-control-bar .vjs-volume-panel {
  margin-right: 0.5em;
  background: #232223;
  color: #63883b;
  border-radius: 15px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3), 0 3px 24px rgba(0, 0, 0, 0.3);
}
.video-js .vjs-control-bar .vjs-progress-control.vjs-control {
  background: #232223;
  border-radius: 15px;
  margin-right: 0.5em;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3), 0 3px 24px rgba(0, 0, 0, 0.3);
}
.video-js .vjs-control-bar .vjs-mute-control.vjs-control {
  box-shadow: none;
  box-shadow: initial;
}
.video-js .vjs-control-bar .vjs-progress-holder {
  height: 3px;
  font-size: 1.6em !important;
}
.video-js .vjs-control-bar .vjs-load-progress,
.video-js .vjs-control-bar .vjs-load-progress div {
  background-color: rgba(99, 136, 59, 0.2);
}
.video-js .vjs-control-bar .vjs-play-progress:before {
  font-size: 0.55em;
  top: -0.2em;
}
.video-js .vjs-control-bar .vjs-progress-holder {
  margin: 0 17px;
}
.video-js .vjs-control-bar .vjs-slider {
  text-shadow: none !important;
  text-shadow: initial !important;
  outline: medium none invert !important;
  outline: initial !important;
  background-color: #181818;
}
.video-js .vjs-control-bar .vjs-play-progress {
  background: #63883b;
}
.video-js .vjs-control-bar .vjs-play-progress:before {
  color: #63883b;
}
.video-js .vjs-control-bar .vjs-volume-horizontal {
  margin-left: -1.5em;
  width: 4em;
}
.video-js .vjs-control-bar .vjs-volume-panel .vjs-volume-level {
  background: #63883b;
}
.video-js.audio {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.video-js.audio .vjs-big-play-button {
  display: none;
}
.video-js.audio .vjs-control-bar {
  display: flex;
}
.video-js.audio .vjs-fullscreen-control {
  display: none;
}
.video-js.audio .vjs-control-bar {
  margin-bottom: 0;
}
.video-js.audio .vjs-control.vjs-button,
.video-js.audio .vjs-remaining-time,
.video-js.audio .vjs-volume-panel {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.2);
}
.video-js.audio .vjs-progress-control.vjs-control {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.2);
}
.video-js.audio .vjs-mute-control {
  box-shadow: none !important;
  box-shadow: initial !important;
}
.video-js.audio .vjs-loading-spinner {
  display: none !important;
}
.video-js.side-bar-video {
  width: 100%;
  height: 280px;
  background-color: #1a1b18;
  overflow: hidden;
}
.video-js.side-bar-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-js.side-bar-video .vjs-poster {
  background-size: cover;
}
.video-js.video-content {
  width: 100%;
  height: 400px;
  background-color: #1a1b18;
  overflow: hidden;
  max-height: none;
  max-height: initial;
}
.video-js.video-content video {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-js.video-content .vjs-poster {
  background-size: cover;
}
/* 36.Prices */
.equal-height-container .col-item .card {
  height: 100%;
}
@media (max-width: 991px) {
  .equal-height-container .col-item .card-body {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .equal-height-container .col-item .card-body {
    text-align: center;
  }
}
.equal-height-container .col-item .price-top-part {
  text-align: center;
}
.equal-height-container .col-item .price-top-part * {
  text-align: center !important;
}
@media (max-width: 991px) {
  .equal-height-container .col-item .price-top-part {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
  }
}
@media (max-width: 575px) {
  .equal-height-container .col-item .price-top-part {
    width: auto;
    width: initial;
  }
}
.equal-height-container .col-item .price-feature-list {
  justify-content: space-between;
}
.equal-height-container .col-item .price-feature-list ul {
  margin: 0 auto;
  align-self: flex-start;
  margin-bottom: 1rem;
}
.equal-height-container .col-item .price-feature-list ul li p {
  text-align: center !important;
}
.table-heading {
  box-shadow: none;
  box-shadow: initial;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
i.large-icon {
  font-size: 38px;
  line-height: 90px;
  color: #63883b;
}
@media (max-width: 767px) {
  i.large-icon {
    line-height: 70px;
  }
}
.large-icon.initial-height {
  line-height: normal;
  line-height: initial;
}
@media (max-width: 767px) {
  .large-icon.initial-height {
    line-height: normal;
    line-height: initial;
  }
}
/* 37.Tables */
.table {
  color: #8f8f8f;
}
.table th,
.table td {
  border-color: #313131 !important;
}
.table .thead-light th {
  background-color: #313131 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #313131 !important;
}
.feature-row {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .feature-row {
    margin-top: 40px;
  }
}
/* 38.Invoice Print */
@media print {
  body {
    background: white;
    height: 100%;
  }
  main {
    margin: 0 !important;
  }
  .navbar,
.menu,
.theme-colors {
    display: none;
  }
  main .container-fluid .row:not(.invoice) {
    display: none;
  }
  .invoice {
    width: 100%;
    max-width: 100%;
  }
  .invoice.row {
    margin: 0;
  }
  .invoice [class*=col] {
    padding: 0;
  }
  .invoice .invoice-contents {
    width: 100%;
    max-width: 100% !important;
    height: 1370px !important;
  }
}
/* 39.Profile Page */
.social-header {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 380px;
}
.social-profile-img {
  height: 120px;
  border: 3px solid #212220;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  top: -75px;
}
.social-icons ul {
  margin-bottom: 0;
}
.social-icons li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.social-icons li a {
  color: #707070;
  font-size: 1.2rem;
}
.social-icons li a:hover, .social-icons li a:active {
  color: rgba(112, 112, 112, 0.7);
}
.post-icon i {
  font-size: 1.1rem;
  vertical-align: middle;
}
.post-icon span {
  display: inline-block;
  padding-top: 3px;
  vertical-align: middle;
}
.comment-likes {
  text-align: right;
  flex-basis: 90px;
  flex-shrink: 0;
}
.comment-contaiener input {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 20px;
}
.social-image-row [class*=col-] {
  margin-bottom: 1rem;
}
.social-image-row [class*=col-]:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.social-image-row [class*=col-]:nth-child(odd) {
  padding-right: 0.5rem;
}
.social-image-row [class*=col-]:nth-child(even) {
  padding-left: 0.5rem;
}
.gallery-page.row {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-page.row [class*=col-] {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-left {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .col-left {
    padding-right: 15px;
  }
}
.col-right {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .col-right {
    padding-left: 15px;
  }
}
/* 40.Details Page */
.glide.details img {
  margin-bottom: 0;
}
.glide.details .glide__slides {
  margin-bottom: 0;
}
.glide.thumbs {
  cursor: pointer;
  width: 340px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .glide.thumbs {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .glide.thumbs {
    width: calc(100% - 80px);
  }
}
.glide.thumbs li {
  text-align: center;
  opacity: 0.4;
  transition: opacity 200ms;
}
.glide.thumbs li.active, .glide.thumbs li:hover {
  opacity: 1;
}
.glide.thumbs li img {
  width: 60px;
  margin-bottom: 0;
}
.glide.thumbs .glide__slides {
  margin-bottom: 0;
}
.glide.thumbs .glide__arrows {
  width: 100%;
}
.glide.thumbs .glide__arrows .glide__arrow--left {
  border: medium none currentColor;
  border: initial;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  box-shadow: none;
  box-shadow: initial;
  top: 23px;
  left: -50px;
  font-size: 20px;
  color: #63883b;
  position: absolute;
  transform: translateY(-50%);
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 12px;
  cursor: pointer;
}
.glide.thumbs .glide__arrows .glide__arrow--right {
  border: medium none currentColor;
  border: initial;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  box-shadow: none;
  box-shadow: initial;
  top: 23px;
  right: -50px;
  font-size: 20px;
  color: #63883b;
  position: absolute;
  transform: translateY(-50%);
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 12px;
  cursor: pointer;
}
.glide__slides {
  white-space: normal;
  white-space: initial;
}
.glide__slides .glide__slide {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.glide__slide {
  display: flex;
  height: auto;
  height: initial;
}
.glide__slide .card {
  display: flex;
  flex-grow: 1;
}
.glide__slide .card .w-50 {
  display: flex;
}
.glide__slide .card .card-body {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.slider-nav {
  text-align: center;
}
.slider-nav .left-arrow,
.slider-nav .right-arrow {
  padding-top: 7px;
  font-size: 20px;
  color: #63883b;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border: medium none currentColor;
  border: initial;
  position: static;
  position: initial;
  transform: none;
  transform: initial;
  top: auto;
  top: initial;
  left: auto;
  left: initial;
  right: auto;
  right: initial;
  padding-left: 5px;
  padding-right: 5px;
}
.slider-nav .glide__arrow {
  padding-top: 15px;
}
.slider-nav .slider-dot-container {
  display: inline-block;
  position: static;
  position: initial;
  text-align: center;
  transform: none;
  transform: initial;
  left: auto;
  left: initial;
}
.slider-nav .btn:hover, .slider-nav .btn:focus, .slider-nav .btn:active {
  text-decoration: none;
  text-decoration: initial;
}
.slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #424242;
  outline: medium none invert !important;
  outline: initial !important;
  border: medium none currentColor;
  border: initial;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  box-shadow: initial;
}
.slider-dot.glide__bullet:hover, .slider-dot.glide__bullet:focus {
  background: #424242;
  border: medium none currentColor;
  border: initial;
}
.slider-dot.glide__bullet--active {
  background: #63883b !important;
}
.glide .card-img {
  width: 100%;
  height: auto;
}
.glide.details img {
  margin-bottom: 0;
}
.glide.details .glide__slides {
  margin-bottom: 0;
}
.glide.details .glide__slide {
  padding: 0;
  padding: initial;
}
.glide.thumbs {
  cursor: pointer;
  width: 340px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .glide.thumbs {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .glide.thumbs {
    width: calc(100% - 80px);
  }
}
.glide.thumbs .glide__slide {
  padding: 0;
  padding: initial;
}
.glide.thumbs li {
  text-align: center;
  opacity: 0.4;
  transition: opacity 200ms;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
.glide.thumbs li.active, .glide.thumbs li:hover {
  opacity: 1;
}
.glide.thumbs li img {
  width: 60px;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.glide.thumbs .glide__slides {
  margin-bottom: 0;
}
.glide.thumbs .glide__arrows {
  width: 100%;
}
.glide.thumbs .glide__arrows .glide__arrow--left {
  border: medium none currentColor;
  border: initial;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  box-shadow: none;
  box-shadow: initial;
  top: 20px;
  left: -50px;
  font-size: 20px;
  color: #63883b;
}
.glide.thumbs .glide__arrows .glide__arrow--right {
  border: medium none currentColor;
  border: initial;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  box-shadow: none;
  box-shadow: initial;
  top: 20px;
  right: -50px;
  font-size: 20px;
  color: #63883b;
}
.lightbox {
  margin-top: -140px;
  text-align: center !important;
}
.lb-loader {
  text-align: center !important;
}
.lightbox .lb-image {
  border: medium none currentColor;
  border: initial;
}
.lb-outerContainer {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.lb-dataContainer {
  position: absolute;
  top: -50px;
  right: 20px;
}
.lightboxOverlay {
  min-width: 100%;
  margin-top: -145px;
  min-height: 100%;
}
.lb-data .lb-close,
.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  color: #d0d0d0 !important;
}
.lb-data .lb-close:before {
  content: "\e082";
}
.lb-loader .lb-cancel {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  display: inline-block;
  vertical-align: text-bottom;
  border: 0.25em solid #63883b;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.lb-nav a.lb-next:before {
  content: "\e079";
  right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
}
.lb-nav a.lb-prev:before {
  content: "\e07a";
  left: 10px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
}
app-profile-who-to-follow app-user-follow:last-of-type > div {
  border-bottom: 0 !important;
  border-bottom: initial !important;
}
/* 41.Blog */
.listing-card-container .listing-heading {
  height: 45px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .listing-card-container .listing-heading {
    height: 40px;
  }
}
.listing-card-container .listing-desc {
  height: 60px;
  overflow: hidden;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .listing-card-container .listing-desc {
    height: 60px;
  }
}
/* 42.Rounded */
.rounded .modal .modal-content {
  border-radius: 0.75rem;
}
.rounded .simple-notification {
  border-radius: 0.75rem;
}
.rounded .popover,
.rounded .tooltip-inner {
  border-radius: 0.75rem;
}
.rounded .border-radius {
  border-radius: 0.75rem;
}
.rounded .vjs-poster,
.rounded .vjs-tech {
  border-radius: 0.75rem;
}
.rounded .best-rated-items .owl-stage img {
  border-radius: 0.75rem;
}
.rounded .app-menu {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded .sub-menu {
  border-radius: 0 0.75rem 0.75rem 0;
}
.rounded .auth-card .image-side {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
@media (max-width: 991px) {
  .rounded .auth-card .image-side {
    border-bottom-right-radius: 0;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: initial;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
.rounded .card-img,
.rounded .card-img-fluid,
.rounded .card-img-overlay {
  border-radius: 0.75rem;
}
.rounded .sub-hidden .main-menu,
.rounded .menu-sub-hidden .main-menu {
  border-radius: 0 0.75rem 0.75rem 0;
}
.rounded .sub-show-temporary .main-menu {
  border-radius: 0;
  border-radius: initial;
}
.rounded .dropdown-menu {
  border-radius: 0.75rem;
}
.rounded .btn.default {
  border-radius: 0.1rem;
}
.rounded .list-thumbnail {
  border-radius: 0.75rem;
}
.rounded .card-img-bottom,
.rounded .card-img-bottom .vjs-poster,
.rounded .card-img-bottom .vjs-tech {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-left-radius: 0;
  border-top-left-radius: initial;
  border-top-right-radius: 0;
  border-top-right-radius: initial;
}
.rounded .card-img-top,
.rounded .card-img-top .vjs-poster,
.rounded .card-img-top .vjs-tech {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: initial;
}
.rounded .card-img-left {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0 !important;
  border-top-right-radius: initial !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: initial !important;
}
.rounded .card-img-right {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-left-radius: 0 !important;
  border-top-left-radius: initial !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: initial !important;
}
.rounded .card {
  border-radius: 0.75rem;
}
.rounded .card.auth-card {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
@media (max-width: 991px) {
  .rounded .card.auth-card {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
.rounded .invalid-tooltip,
.rounded .valid-tooltip,
.rounded div.error {
  border-radius: 10px;
}
.rounded .data-table-rows table tbody tr {
  border-radius: 0.75rem;
}
.rounded .data-table-rows table td {
  background: #212220;
}
.rounded .data-table-rows table td:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded .data-table-rows table td:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
/* 43.Rtl */
.rtl {
  direction: rtl;
}
.rtl .text-center p,
.rtl .text-center div,
.rtl .text-center span,
.rtl .text-center i,
.rtl .text-center a,
.rtl .text-center h1,
.rtl .text-center h2,
.rtl .text-center h3,
.rtl .text-center h4,
.rtl .text-center h5,
.rtl .text-center h6 {
  text-align: center;
}
.rtl .list-unstyled {
  padding-right: 0;
}
.rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-left: initial;
  padding-right: 0.5rem;
}
.rtl .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
  padding-right: 0;
  padding-right: initial;
}
.rtl .glide__arrow.glide__arrow--left .simple-icon-arrow-left:before {
  content: "\e605";
}
.rtl .glide__arrow.glide__arrow--right .simple-icon-arrow-right:before {
  content: "\e606";
}
.rtl .dropdown-menu:not(.datepicker-dropdown) {
  right: auto !important;
  right: initial !important;
}
.rtl .dropdown-menu-right {
  right: auto !important;
  right: initial !important;
  left: 0 !important;
}
.rtl .dropdown-menu-left {
  right: 0 !important;
  left: auto !important;
  left: initial !important;
}
.rtl .btn-group > .btn:first-child {
  margin-left: -1px;
}
.rtl .top-right-button-container {
  float: left;
}
@media (max-width: 575px) {
  .rtl .top-right-button-container {
    float: none;
    float: initial;
  }
}
.rtl .col-left {
  padding-left: 20px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .rtl .col-left {
    padding-left: 15px;
  }
}
.rtl .col-right {
  padding-right: 20px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .rtl .col-right {
    padding-right: 15px;
  }
}
.rtl .search-sm::after {
  left: 7px;
  right: auto;
  right: initial;
  text-align: left;
  text-align: initial;
  top: 3px;
}
.rtl .newsletter-input-container input {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}
.rtl .custom-control-label::after,
.rtl .custom-control-label::before {
  left: auto;
  left: initial;
  right: -1.5rem;
}
.rtl .context-menu-item span {
  margin-left: 0;
  margin-left: initial;
  margin-right: 0.5rem;
}
.rtl .dropdown-toggle-split:after,
.rtl .dropright .dropdown-toggle-split:after,
.rtl .dropup .dropdown-toggle-split:after {
  margin-left: 2px;
  margin-right: 2px;
}
.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.1rem;
}
.rtl .btn-group.dropleft .dropdown-toggle-split {
  border-radius: 0.1rem;
}
.rtl .fc-toolbar.fc-header-toolbar .btn-group .fc-next-button.btn,
.rtl .fc-toolbar.fc-header-toolbar .btn-group .fc-prev-button.btn {
  border-radius: 40px !important;
}
.rtl .input-group-append .btn + .btn,
.rtl .input-group-append .btn + .input-group-text,
.rtl .input-group-append .input-group-text + .btn,
.rtl .input-group-append .input-group-text + .input-group-text,
.rtl .input-group-prepend .btn + .btn,
.rtl .input-group-prepend .btn + .input-group-text,
.rtl .input-group-prepend .input-group-text + .btn,
.rtl .input-group-prepend .input-group-text + .input-group-text {
  margin-left: 0px;
  margin-right: -1px;
}
.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: 0.1rem;
}
.rtl .input-group-text {
  border-radius: 0.1rem !important;
}
.rtl .input-group-prepend {
  margin-right: 0;
  margin-left: -1px;
}
.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: 50px;
}
.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: 50px;
}
.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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child) {
  border-radius: 0 !important;
}
.rtl .input-group > .input-group-append > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .sw-main.sw-theme-check > ul.step-anchor > li > a:after,
.rtl .sw-main.sw-theme-dots > ul.step-anchor > li > a:after {
  left: 0;
  right: 50%;
  transform: translateX(50%);
}
.rtl .tooltip-label-right .invalid-tooltip::before,
.rtl .tooltip-label-right .valid-tooltip::before {
  left: auto;
  left: initial;
  right: -5px;
  border-right: 0;
  border-right: initial;
  border-left: solid 5px #63883b;
}
.rtl .tooltip-label-right .invalid-tooltip::after,
.rtl .tooltip-label-right .valid-tooltip::after {
  right: -4px;
  left: auto;
  left: initial;
  border-left: solid 5px #212220;
  border-right: 0;
  border-right: initial;
}
.rtl .tooltip-label-right .invalid-tooltip,
.rtl .tooltip-label-right .valid-tooltip {
  left: auto;
  left: initial;
  right: 50px;
}
.rtl .tooltip-label-right .invalid-tooltip:after,
.rtl .tooltip-label-right .valid-tooltip:after,
.rtl .tooltip-label-right div.error:after {
  left: auto;
  right: -9px;
  border-right: 5px solid transparent;
  border-left: 5px solid #212220;
}
.rtl .tooltip-label-right .invalid-tooltip:before,
.rtl .tooltip-label-right .valid-tooltip:before,
.rtl .tooltip-label-right div.error:before {
  left: auto;
  right: -10px;
  border-right: 5px solid transparent;
  border-left: 5px solid #63883b;
}
.rtl .tooltip-label-right .invalid-tooltip,
.rtl .tooltip-label-right .valid-tooltip,
.rtl .tooltip-label-right div.error {
  left: auto;
  left: initial;
  right: 50px;
}
.rtl .tooltip-label-right .error-l-0 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-0 .valid-tooltip,
.rtl .tooltip-label-right .error-l-0 div.error {
  right: 0px;
  left: auto;
  left: initial;
}
.rtl .tooltip-label-right .error-l-25 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-25 .valid-tooltip,
.rtl .tooltip-label-right .error-l-25 div.error {
  left: auto;
  left: initial;
  right: 25px;
}
.rtl .tooltip-label-right .error-l-50 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-50 .valid-tooltip,
.rtl .tooltip-label-right .error-l-50 div.error {
  left: auto;
  left: initial;
  right: 50px;
}
.rtl .tooltip-label-right .error-l-75 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-75 .valid-tooltip,
.rtl .tooltip-label-right .error-l-75 div.error {
  left: auto;
  left: initial;
  right: 75px;
}
.rtl .tooltip-label-right .error-l-100 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-100 .valid-tooltip,
.rtl .tooltip-label-right .error-l-100 div.error {
  left: auto;
  left: initial;
  right: 100px;
}
.rtl .tooltip-label-right .error-l-125 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-125 .valid-tooltip,
.rtl .tooltip-label-right .error-l-125 div.error {
  left: auto;
  left: initial;
  right: 125px;
}
.rtl .tooltip-label-right .error-l-150 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-150 .valid-tooltip,
.rtl .tooltip-label-right .error-l-150 div.error {
  left: auto;
  left: initial;
  right: 150px;
}
.rtl .tooltip-label-right .error-l-175 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-175 .valid-tooltip,
.rtl .tooltip-label-right .error-l-175 div.error {
  left: auto;
  left: initial;
  right: 175px;
}
.rtl .tooltip-label-right .error-l-200 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-200 .valid-tooltip,
.rtl .tooltip-label-right .error-l-200 div.error {
  left: auto;
  left: initial;
  right: 200px;
}
.rtl .tooltip-label-right .error-l-225 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-225 .valid-tooltip,
.rtl .tooltip-label-right .error-l-225 div.error {
  left: auto;
  left: initial;
  right: 225px;
}
.rtl .tooltip-label-right .error-l-250 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-250 .valid-tooltip,
.rtl .tooltip-label-right .error-l-250 div.error {
  left: auto;
  left: initial;
  right: 250px;
}
.rtl .tooltip-label-right .error-l-275 .invalid-tooltip,
.rtl .tooltip-label-right .error-l-275 .valid-tooltip,
.rtl .tooltip-label-right .error-l-275 div.error {
  left: auto;
  left: initial;
  right: 275px;
}
.rtl .invalid-icon,
.rtl .valid-icon {
  right: auto;
  right: initial;
  left: 4px;
}
.rtl .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap {
  padding-right: 0;
  padding-left: 30px;
}
.rtl .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap:before {
  right: auto;
  right: initial;
  left: 3em;
}
.rtl .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap:after {
  right: auto;
  right: initial;
  left: 2.5em;
}
.rtl .data-table-rows .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell,
.rtl .data-table-rows .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-left: initial;
}
.rtl .data-table-rows .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap:before {
  left: auto;
  left: initial;
  right: 2em;
}
.rtl .data-table-rows .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap:after {
  left: auto;
  left: initial;
  right: 1.5em;
}
.rtl .data-table-rows .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-template-wrap {
  padding-right: 40px;
  padding-left: 0;
  padding-left: initial;
}
.rtl .data-table-responsive .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-row-center datatable-body-cell:first-of-type .glyph-icon {
  left: auto;
  left: initial;
  right: 12px;
}
.rtl .data-table-responsive .datatable-row-detail .detail-content {
  padding-right: 47px;
}
.rtl .ck-editor {
  direction: rtl;
}
.rtl .glide__arrows.slider-nav {
  direction: ltr;
}
.rtl .glide__bullets.slider-dot-container {
  direction: rtl;
}
.rtl .btn-group > .btn:not(:first-child),
.rtl .btn-group > .btn-group:not(:first-child) > .btn {
  border-radius: 0;
  border-radius: initial;
}
.rtl .btn-group > .btn:first-child {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rtl .btn-group > button.btn:last-of-type {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}
.rtl .btn-group > label.btn:last-of-type {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}
.rtl .top-right-button-container .check-button label.custom-control {
  margin-left: -0.25rem;
}
.rtl .list .flex-row.card .custom-control {
  padding-left: 2.5rem !important;
}
.rtl .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: auto;
  right: initial;
  left: 0;
}
.rtl .datepicker-dropdown {
  right: auto;
  right: initial;
}
.rtl .card .card-header .card-icon {
  left: 10px;
  right: auto;
  right: initial;
}
.rtl .custom-control {
  padding-right: 1.5rem;
  padding-left: inherit;
  margin-right: inherit;
  margin-left: 0;
  margin-left: initial;
}
.rtl .custom-control.custom-switch {
  padding-right: 2rem;
}
.rtl .custom-control.custom-switch .custom-control-label::after,
.rtl .custom-control.custom-switch .custom-control-label::before {
  right: -2rem;
}
.rtl .custom-control.custom-switch .custom-control-label::after {
  right: -1.15rem;
}
.rtl .pagination .page-link.prev i::before {
  content: "\e606";
}
.rtl .pagination .page-link.next i::before {
  content: "\e605";
}
.rtl .pagination .page-link.first i::before {
  content: "\e074";
}
.rtl .pagination .page-link.last i::before {
  content: "\e06f";
}
.rtl .nav,
.rtl .pagination {
  padding-right: 0;
}
.rtl .separator-tabs .nav-tabs .nav-link {
  margin-left: 1.5rem;
  margin-right: 0;
}
.rtl .heading-number {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .card-top-buttons {
  right: auto;
  right: initial;
  left: 0;
}
.rtl .comment-likes {
  text-align: left;
}
.rtl .comment-contaiener input {
  border-top-left-radius: 0;
  border-top-left-radius: initial;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  padding-left: inherit;
  padding-right: 20px;
}
.rtl .social-image-row [class*=col-]:nth-child(odd) {
  padding-left: 0.5rem;
  padding-right: 15px;
}
.rtl .social-image-row [class*=col-]:nth-child(even) {
  padding-left: 15px;
  padding-right: 0.5rem;
}
.rtl .app-row {
  padding-right: 0;
  padding-right: initial;
  padding-left: 280px;
}
@media (max-width: 1199px) {
  .rtl .app-row {
    padding-left: 0;
  }
}
.rtl .app-menu {
  left: 0;
  right: auto;
  right: initial;
}
@media (max-width: 1199px) {
  .rtl .app-menu {
    transform: translateX(-280px);
  }
}
.rtl .app-menu.shown {
  transform: translateX(0);
}
.rtl .app-menu .app-menu-button {
  left: calc(280px - 2px);
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.04);
}
.rtl .fc-toolbar.fc-header-toolbar .fc-prev-button {
  margin-right: 0;
}
.rtl .fc-toolbar.fc-header-toolbar .fc-next-button {
  margin-right: 5px;
}
.rtl .float-right {
  float: left !important;
}
.rtl .float-left {
  float: right !important;
}
@media (min-width: 1439px) {
  .rtl .float-xxl-left {
    float: right !important;
  }
  .rtl .float-xxl-right {
    float: left !important;
  }
}
@media (min-width: 1199px) {
  .rtl .float-xl-left {
    float: right !important;
  }
  .rtl .float-xl-right {
    float: left !important;
  }
}
@media (min-width: 991px) {
  .rtl .float-lg-left {
    float: right !important;
  }
  .rtl .float-lg-right {
    float: left !important;
  }
}
@media (min-width: 767px) {
  .rtl .float-md-left {
    float: right !important;
  }
  .rtl .float-md-right {
    float: left !important;
  }
}
@media (min-width: 575px) {
  .rtl .float-sm-left {
    float: right !important;
  }
  .rtl .float-sm-right {
    float: left !important;
  }
}
@media (min-width: 419px) {
  .rtl .float-xs-left {
    float: right !important;
  }
  .rtl .float-xs-right {
    float: left !important;
  }
}
.rtl .badge.badge-top-left {
  left: auto;
  left: initial;
  right: -7px;
}
.rtl .badge.badge-top-left-2 {
  left: auto;
  left: initial;
  right: -7px;
}
.rtl .badge.badge-top-right {
  left: -7px;
  right: auto;
  right: initial;
}
.rtl .badge.badge-top-right-2 {
  left: -7px;
  right: auto;
  right: initial;
}
.rtl .r-0 {
  left: 0;
  right: auto;
  right: initial;
}
.rtl .form-check {
  padding-left: 0;
  padding-right: 1.25rem;
}
.rtl .has-float-label label,
.rtl .has-float-label > span:last-of-type {
  right: 0.75rem;
  left: auto;
  left: initial;
}
.rtl .has-top-label label,
.rtl .has-top-label > span:last-of-type {
  right: 0.75rem;
  left: auto;
  left: initial;
}
.rtl .has-top-label label,
.rtl .has-top-label > span,
.rtl .has-float-label label,
.rtl .has-float-label > span {
  color: rgba(143, 143, 143, 0.7);
}
.rtl .nav-pills .nav-link {
  text-align: center;
}
.rtl .custom-switch .custom-switch-input + .custom-switch-btn:after {
  left: 0;
}
.rtl .custom-switch .custom-switch-input:checked + .custom-switch-btn:after {
  left: -28px;
}
.rtl .custom-switch-small .custom-switch-input:checked + .custom-switch-btn:after {
  left: -18px;
}
.rtl .bootstrap-tagsinput .tag {
  padding-right: 10px;
  padding-left: 20px;
}
.rtl .bootstrap-tagsinput .tag span {
  margin-left: 0px;
  position: relative;
}
.rtl .bootstrap-tagsinput .tag span:after {
  position: absolute;
  top: -2px;
  left: -15px;
}
.rtl .text-right {
  text-align: left !important;
}
.rtl .text-left {
  text-align: right !important;
}
.rtl .ps__rail-y {
  right: auto !important;
  right: initial !important;
  left: 0 !important;
}
.rtl perfect-scrollbar > .ps.ps--active-y > .ps__rail-y {
  right: auto !important;
  right: initial !important;
  left: 0 !important;
}
.rtl perfect-scrollbar > .ps {
  margin-left: -15px;
  padding-left: 15px;
  margin-right: -10px;
  padding-right: 10px;
}
.rtl .scroll {
  margin-left: -15px;
  padding-left: 15px;
  margin-right: -10px;
  padding-right: 10px;
}
.rtl .menu .scroll {
  margin-left: 0;
  margin-left: initial;
  padding-left: 0;
  padding-left: initial;
  margin-right: 0;
  margin-right: initial;
  padding-right: 0;
  padding-right: initial;
}
.rtl .modal .modal-header,
.rtl .modal .modal-body,
.rtl .modal .modal-footer {
  padding: 1.75rem;
}
@media (max-width: 575px) {
  .rtl .modal .modal-header,
.rtl .modal .modal-body,
.rtl .modal .modal-footer {
    padding: 1.5rem;
  }
}
.rtl .select-from-library .modal-body.scroll {
  margin-left: 0;
}
.rtl .select-from-library .modal-body.scroll .ps__rail-y {
  left: 10px !important;
}
.rtl .select-from-library .sfl-item-container .card-body {
  padding-right: 1.75rem !important;
}
@media (max-width: 575px) {
  .rtl .select-from-library .sfl-item-container .card-body {
    padding: 1.5rem !important;
  }
}
.rtl .select-from-library .sfl-item-container .custom-control {
  padding-left: 0.25rem !important;
}
.rtl .menu .sub-menu .scroll .ps__thumb-y,
.rtl .menu .main-menu .scroll .ps__thumb-y {
  right: -4px;
}
.rtl .dropzone .dz-preview.dz-image-preview .dz-progress {
  right: 50%;
  left: auto;
  left: initial;
  transform: translateX(50%);
}
.rtl .dropzone .dz-preview.dz-file-preview .remove,
.rtl .dropzone .dz-preview.dz-image-preview .remove {
  right: auto;
  right: initial;
  left: 5px;
}
.rtl .chart {
  direction: ltr;
}
.rtl .chart canvas {
  direction: rtl;
}
.rtl .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -10px;
}
.rtl .icon-button {
  text-align: center;
}
.rtl aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li:not(:last-child):before {
  right: calc(50% + 7px);
  left: auto;
  left: initial;
}
.rtl aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li:not(:last-child):before {
  left: auto;
  left: initial;
  right: calc(50% + 20px);
}
.rtl .menu {
  right: 0;
  left: auto;
  left: initial;
}
.rtl .menu .main-menu {
  left: auto;
  left: initial;
  right: 0;
}
.rtl .menu .main-menu ul li {
  position: relative;
}
.rtl .menu .main-menu ul li.active:after {
  content: " ";
  left: auto;
  left: initial;
  right: 0;
}
.rtl .menu .sub-menu {
  left: auto;
  left: initial;
  right: 120px;
  border-right: 1px solid #313131;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.3), 0 3px 24px rgba(0, 0, 0, 0.3);
}
.rtl .menu .sub-menu ul li {
  margin-left: 0;
  margin-left: initial;
  margin-right: 30px;
}
.rtl .menu .sub-menu ul li i {
  margin-right: 0;
  margin-right: initial;
  margin-left: 10px;
}
.rtl .menu .sub-menu ul li.active:after {
  left: auto;
  left: initial;
  right: -16px;
}
.rtl .menu .sub-menu ul.inner-level-menu li.active:after {
  left: auto;
  left: initial;
  right: -22px;
}
@media (max-width: 1439px) {
  .rtl .menu .sub-menu {
    left: auto;
    left: initial;
    right: 110px;
  }
}
@media (max-width: 1199px) {
  .rtl .menu .sub-menu {
    left: auto;
    left: initial;
    right: 100px;
  }
}
@media (max-width: 767px) {
  .rtl .menu .sub-menu {
    left: auto;
    left: initial;
    right: 90px;
  }
}
.rtl main {
  margin-right: 410px;
  margin-left: 60px !important;
  overflow: visible !important;
  overflow: initial !important;
}
@media (max-width: 1439px) {
  .rtl main {
    margin-right: 390px;
    margin-left: 50px !important;
  }
}
@media (max-width: 1199px) {
  .rtl main {
    margin-right: 370px;
    margin-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .rtl main {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}
@media (max-width: 575px) {
  .rtl main {
    margin-bottom: 0;
  }
}
.rtl.default-transition main {
  transition: margin-right 300ms;
}
.rtl .navbar .navbar-right {
  text-align: left;
}
.rtl .navbar .menu-button-mobile {
  margin-right: 15px;
  margin-left: 0;
  margin-left: initial;
}
.rtl .navbar .menu-button {
  text-align: center;
}
.rtl .navbar .icon-menu-item {
  text-align: center;
}
.rtl .navbar .icon-menu-item i {
  text-align: center;
}
.rtl .navbar .icon-menu-item span {
  text-align: center;
}
.rtl .navbar .search .search-icon {
  right: auto;
  right: initial;
  left: 5px;
}
@media (max-width: 767px) {
  .rtl .navbar .search {
    margin-right: 0.6rem;
    margin-left: 0;
    margin-left: initial;
  }
  .rtl .navbar .search input {
    display: none;
  }
  .rtl .navbar .search.mobile-view {
    margin-left: 0;
    margin-left: initial;
    margin-right: 15px;
  }
  .rtl .navbar .search.mobile-view input {
    display: block;
    width: 100%;
    height: 70px;
    padding-left: 0;
  }
  .rtl .navbar .search.mobile-view span {
    left: 15px;
    right: auto;
    right: initial;
  }
}
.rtl .navbar .navbar-right {
  text-align: left;
}
.rtl .navbar .navbar-right .user {
  margin-left: 60px;
  margin-right: 0;
}
@media (max-width: 1439px) {
  .rtl .navbar .navbar-right .user {
    margin-left: 50px;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .rtl .navbar .navbar-right .user {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .rtl .navbar .navbar-right .user {
    margin-left: 15px;
    margin-right: 0;
  }
}
.rtl .navbar .navbar-right .user img {
  margin-right: 10px;
  margin-left: 0;
  margin-left: initial;
}
.rtl .navbar .navbar-right .header-icons {
  margin-right: 0;
  margin-right: initial;
  margin-left: 0.5rem;
}
@media (max-width: 575px) {
  .rtl .navbar .navbar-right .header-icons {
    margin-left: 0;
  }
}
.rtl .navbar .navbar-right #notificationButton .count {
  text-align: center;
}
@media (max-width: 575px) {
  .rtl .navbar .navbar-right #notificationButton .count {
    left: -1px;
  }
}
.rtl .navbar .navbar-right #userDropdown,
.rtl .navbar .navbar-right #userDropdown * {
  text-align: left;
}
.rtl .heading-icon {
  margin-right: 0;
  margin-right: initial;
  margin-left: 5px;
}
.rtl .survey-app .answers input {
  padding-right: 0.75rem;
  padding-left: 70px;
}
.rtl .input-icons {
  left: 0;
  right: auto;
  right: initial;
}
.rtl .simple-icon-arrow-left:before {
  content: "\e606";
}
.rtl .simple-icon-arrow-right:before {
  content: "\e605";
}
.rtl .sub-hidden .sub-menu,
.rtl .menu-sub-hidden .sub-menu,
.rtl .menu-hidden .sub-menu {
  transform: translateX(230px);
}
@media (max-width: 1439px) {
  .rtl .sub-hidden .sub-menu,
.rtl .menu-sub-hidden .sub-menu,
.rtl .menu-hidden .sub-menu {
    transform: translateX(230px);
  }
}
@media (max-width: 1199px) {
  .rtl .sub-hidden .sub-menu,
.rtl .menu-sub-hidden .sub-menu,
.rtl .menu-hidden .sub-menu {
    transform: translateX(230px);
  }
}
@media (max-width: 767px) {
  .rtl .sub-hidden .sub-menu,
.rtl .menu-sub-hidden .sub-menu,
.rtl .menu-hidden .sub-menu {
    transform: translateX(230px);
  }
}
.rtl .main-hidden .main-menu,
.rtl .menu-hidden .main-menu {
  transform: translateX(120px);
}
@media (max-width: 1439px) {
  .rtl .main-hidden .main-menu,
.rtl .menu-hidden .main-menu {
    transform: translateX(110px);
  }
}
@media (max-width: 1199px) {
  .rtl .main-hidden .main-menu,
.rtl .menu-hidden .main-menu {
    transform: translateX(100px);
  }
}
@media (max-width: 767px) {
  .rtl .main-hidden .main-menu,
.rtl .menu-hidden .main-menu {
    transform: translateX(90px);
  }
}
.rtl .main-hidden.sub-hidden .sub-menu,
.rtl .menu-hidden .sub-menu {
  transform: translateX(350px);
}
@media (max-width: 1439px) {
  .rtl .main-hidden.sub-hidden .sub-menu,
.rtl .menu-hidden .sub-menu {
    transform: translateX(340px);
  }
}
@media (max-width: 1199px) {
  .rtl .main-hidden.sub-hidden .sub-menu,
.rtl .menu-hidden .sub-menu {
    transform: translateX(330px);
  }
}
@media (max-width: 767px) {
  .rtl .main-hidden.sub-hidden .sub-menu,
.rtl .menu-hidden .sub-menu {
    transform: translateX(320px);
  }
}
.rtl .menu-main-hidden .main-menu {
  width: 0;
}
.rtl .menu-main-hidden .sub-menu {
  right: 0;
}
.rtl .menu-mobile .main-menu {
  transform: translateX(90px);
}
.rtl .menu-mobile .sub-menu {
  transform: translateX(370px);
}
.rtl .main-show-temporary .main-menu {
  transform: translateX(0);
}
.rtl .main-show-temporary .sub-menu {
  transform: translateX(230px);
}
@media (max-width: 1439px) {
  .rtl .main-show-temporary .main-menu {
    transform: translateX(0);
  }
  .rtl .main-show-temporary .sub-menu {
    transform: translateX(230px);
  }
}
@media (max-width: 1199px) {
  .rtl .main-show-temporary .main-menu {
    transform: translateX(0);
  }
  .rtl .main-show-temporary .sub-menu {
    transform: translateX(230px);
  }
}
@media (max-width: 767px) {
  .rtl .main-show-temporary .sub-menu {
    transform: translateX(230px);
  }
}
.rtl .sub-show-temporary .sub-menu,
.rtl .menu-mobile.sub-show-temporary .sub-menu,
.rtl .menu-main-hidden.menu-mobile.main-show-temporary .sub-menu {
  transform: translateX(0);
}
.rtl .chat-input-container {
  padding-right: 410px;
  padding-left: 340px;
}
@media (max-width: 1439px) {
  .rtl .chat-input-container {
    padding-right: 390px;
    padding-left: 330px;
  }
}
@media (max-width: 1199px) {
  .rtl .chat-input-container {
    padding-right: 370px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .rtl .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rtl.menu-sub-hidden .chat-input-container, .rtl.sub-hidden .chat-input-container {
  padding-right: 180px;
}
@media (max-width: 1439px) {
  .rtl.menu-sub-hidden .chat-input-container, .rtl.sub-hidden .chat-input-container {
    padding-right: 160px;
  }
}
@media (max-width: 1199px) {
  .rtl.menu-sub-hidden .chat-input-container, .rtl.sub-hidden .chat-input-container {
    padding-right: 140px;
  }
}
@media (max-width: 767px) {
  .rtl.menu-sub-hidden .chat-input-container, .rtl.sub-hidden .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rtl.menu-main-hidden .chat-input-container, .rtl.menu-hidden .chat-input-container, .rtl.main-hidden .chat-input-container {
  padding-right: 60px;
}
@media (max-width: 1439px) {
  .rtl.menu-main-hidden .chat-input-container, .rtl.menu-hidden .chat-input-container, .rtl.main-hidden .chat-input-container {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .rtl.menu-main-hidden .chat-input-container, .rtl.menu-hidden .chat-input-container, .rtl.main-hidden .chat-input-container {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .rtl.menu-main-hidden .chat-input-container, .rtl.menu-hidden .chat-input-container, .rtl.main-hidden .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rtl .sub-hidden main,
.rtl .menu-sub-hidden main,
.rtl .menu-hidden main {
  margin-right: 180px;
}
.rtl .main-hidden main,
.rtl .menu-hidden main {
  margin-right: 60px;
}
.rtl .menu-main-hidden main {
  margin-right: 290px;
}
.rtl .menu-main-hidden.menu-hidden main {
  margin-right: 60px;
}
@media (max-width: 1439px) {
  .rtl .sub-hidden main,
.rtl .menu-sub-hidden main,
.rtl .menu-hidden main {
    margin-right: 160px;
  }
  .rtl .main-hidden main,
.rtl .menu-hidden main {
    margin-right: 50px;
  }
  .rtl .menu-main-hidden main {
    margin-right: 280px;
  }
  .rtl .menu-main-hidden.menu-hidden main {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .rtl .sub-hidden main,
.rtl .menu-sub-hidden main,
.rtl .menu-hidden main {
    margin-right: 140px;
  }
  .rtl .main-hidden main,
.rtl .menu-hidden main {
    margin-right: 40px;
  }
  .rtl .menu-main-hidden main {
    margin-right: 270px;
  }
  .rtl .menu-main-hidden.menu-hidden main {
    margin-right: 40px;
  }
}
.rtl .theme-colors {
  transform: translate(-280px, -50%);
  left: 0;
  right: auto;
  right: initial;
}
.rtl .theme-colors .theme-button {
  left: 278px;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.04);
}
.rtl .theme-colors.shown {
  transform: translate(0, -50%);
}
.rtl.rounded .app-menu {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rtl.rounded .sub-menu {
  border-radius: 0.75rem 0 0 0.75rem;
}
.rtl.rounded .auth-card .image-side {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rtl.rounded .card-img,
.rtl.rounded .card-img-fluid,
.rtl.rounded .card-img-overlay {
  border-radius: 0.75rem;
}
.rtl.rounded .sub-hidden .main-menu,
.rtl.rounded .menu-sub-hidden .main-menu {
  border-radius: 0.75rem 0 0 0.75rem;
}
.rtl.rounded .sub-show-temporary .main-menu {
  border-radius: 0;
  border-radius: initial;
}
.rtl.rounded .card-img-left {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
  border-top-left-radius: 0 !important;
  border-top-left-radius: initial !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: initial !important;
}
.rtl.rounded .card-img-right {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-top-right-radius: 0 !important;
  border-top-right-radius: initial !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: initial !important;
}
.rtl.rounded .card.auth-card {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.rtl.rounded .auth-card .image-side {
  border-top-left-radius: 0;
  border-top-left-radius: initial;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: initial;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rtl.rounded .data-table-rows table td {
  border-radius: 0;
  border-radius: initial;
}
.rtl.rounded .data-table-rows table td:first-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rtl.rounded .data-table-rows table td:last-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
body {
  min-height: calc(100% - 150px);
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 1439px) {
  body {
    min-height: calc(100% - 130px);
  }
}
@media (max-width: 1199px) {
  body {
    min-height: calc(100% - 110px);
  }
}
@media (max-width: 767px) {
  body {
    min-height: calc(100% - 85px);
  }
}
@media (max-width: 575px) {
  body {
    padding-bottom: 60px;
  }
}
body.no-footer {
  padding-bottom: 0;
  padding-bottom: initial;
}
body.no-footer footer {
  display: none;
}
footer.page-footer {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  border-top: 1px solid #424242;
  width: 100%;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 90px;
}
@media (max-width: 575px) {
  footer.page-footer {
    height: 60px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
footer.page-footer .breadcrumb {
  padding-left: 0;
  padding-right: 0;
}
footer.page-footer .breadcrumb-item + .breadcrumb-item::before {
  color: #63883b;
}
footer.page-footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
footer.page-footer .footer-content {
  margin-left: 410px;
  margin-right: 60px;
}
@media (max-width: 1439px) {
  footer.page-footer .footer-content {
    margin-left: 390px;
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  footer.page-footer .footer-content {
    margin-left: 370px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer-content {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
.right-menu footer.page-footer {
  padding-right: 280px;
}
@media (max-width: 1199px) {
  .right-menu footer.page-footer {
    padding-right: 0;
  }
}
#app-container.sub-hidden .footer-content, #app-container.menu-sub-hidden .footer-content, #app-container.menu-hidden .footer-content {
  margin-left: 180px;
}
#app-container.main-hidden .footer-content, #app-container.menu-hidden .footer-content {
  margin-left: 60px;
}
#app-container.menu-main-hidden .footer-content {
  margin-left: 290px;
}
#app-container.menu-main-hidden.menu-hidden .footer-content {
  margin-left: 60px;
}
@media (max-width: 1439px) {
  #app-container.sub-hidden .footer-content, #app-container.menu-sub-hidden .footer-content, #app-container.menu-hidden .footer-content {
    margin-left: 160px;
  }
  #app-container.main-hidden .footer-content, #app-container.menu-hidden .footer-content {
    margin-left: 50px;
  }
  #app-container.menu-main-hidden .footer-content {
    margin-left: 280px;
  }
  #app-container.menu-main-hidden.menu-hidden .footer-content {
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  #app-container.sub-hidden .footer-content, #app-container.menu-sub-hidden .footer-content, #app-container.menu-hidden .footer-content {
    margin-left: 140px;
  }
  #app-container.main-hidden .footer-content, #app-container.menu-hidden .footer-content {
    margin-left: 40px;
  }
  #app-container.menu-main-hidden .footer-content {
    margin-left: 270px;
  }
  #app-container.menu-main-hidden.menu-hidden .footer-content {
    margin-left: 40px;
  }
}
.menu .sub-menu ul li.has-sub-item.active:after {
  content: " ";
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}
.cursor-pointer {
  cursor: pointer;
}
.chat-app-tab-pane-contacts {
  height: calc(100vh - 220px);
}
.chat-app-tab-pane-messages {
  height: calc(100vh - 170px);
}
.rtl footer.page-footer .footer-content {
  margin-right: 410px;
  margin-left: 60px;
}
@media (max-width: 1439px) {
  .rtl footer.page-footer .footer-content {
    margin-right: 390px;
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  .rtl footer.page-footer .footer-content {
    margin-right: 370px;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .rtl footer.page-footer .footer-content {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}
.rtl #app-container.sub-hidden .footer-content, .rtl #app-container.menu-sub-hidden .footer-content, .rtl #app-container.menu-hidden .footer-content {
  margin-right: 180px;
  margin-left: 60px;
}
.rtl #app-container.main-hidden .footer-content, .rtl #app-container.menu-hidden .footer-content {
  margin-right: 60px;
  margin-left: 60px;
}
.rtl #app-container.menu-main-hidden .footer-content {
  margin-right: 290px;
  margin-left: 60px;
}
.rtl #app-container.menu-main-hidden.menu-hidden .footer-content {
  margin-right: 60px;
  margin-left: 60px;
}
@media (max-width: 1439px) {
  .rtl #app-container.sub-hidden .footer-content, .rtl #app-container.menu-sub-hidden .footer-content, .rtl #app-container.menu-hidden .footer-content {
    margin-right: 160px;
    margin-left: 50px;
  }
  .rtl #app-container.main-hidden .footer-content, .rtl #app-container.menu-hidden .footer-content {
    margin-right: 50px;
    margin-left: 50px;
  }
  .rtl #app-container.menu-main-hidden .footer-content {
    margin-right: 280px;
    margin-left: 50px;
  }
  .rtl #app-container.menu-main-hidden.menu-hidden .footer-content {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  .rtl #app-container.sub-hidden .footer-content, .rtl #app-container.menu-sub-hidden .footer-content, .rtl #app-container.menu-hidden .footer-content {
    margin-right: 140px;
    margin-left: 40px;
  }
  .rtl #app-container.main-hidden .footer-content, .rtl #app-container.menu-hidden .footer-content {
    margin-right: 40px;
    margin-left: 40px;
  }
  .rtl #app-container.menu-main-hidden .footer-content {
    margin-right: 270px;
    margin-left: 40px;
  }
  .rtl #app-container.menu-main-hidden.menu-hidden .footer-content {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.rtl.right-menu footer.page-footer {
  padding-left: 280px;
  padding-right: 0;
  padding-right: initial;
}
@media (max-width: 1199px) {
  .rtl.right-menu footer.page-footer {
    padding-left: 0;
  }
}

/*# sourceMappingURL=dark.green.lime.css.map*/