@font-face {
  font-family: Montserrat;
  src: url(../fonts/montserrat/Montserrat-Regular.eot);
  src: url(../fonts/montserrat/Montserrat-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/montserrat/Montserrat-Regular.woff) format("woff"),
    url(../fonts/montserrat/Montserrat-Regular.woff2) format("woff2"),
    url(../fonts/montserrat/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/montserrat/Montserrat-Bold.eot);
  src: url(../fonts/montserrat/Montserrat-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/montserrat/Montserrat-Bold.woff) format("woff"),
    url(../fonts/montserrat/Montserrat-Bold.woff2) format("woff2"),
    url(../fonts/montserrat/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/montserrat/Montserrat-SemiBold.eot);
  src: url(../fonts/montserrat/Montserrat-SemiBold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/montserrat/Montserrat-SemiBold.woff) format("woff"),
    url(../fonts/montserrat/Montserrat-SemiBold.woff2) format("woff2"),
    url(../fonts/montserrat/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat-Light;
  src: url(../fonts/montserrat/Montserrat-Light.eot);
  src: url(../fonts/montserrat/Montserrat-Light.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/montserrat/Montserrat-Light.woff) format("woff"),
    url(../fonts/montserrat/Montserrat-Light.woff2) format("woff2"),
    url(../fonts/montserrat/Montserrat-Light.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/montserrat/Montserrat-Medium.eot);
  src: url(../fonts/montserrat/Montserrat-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/montserrat/Montserrat-Medium.woff) format("woff"),
    url(../fonts/montserrat/Montserrat-Medium.woff2) format("woff2"),
    url(../fonts/montserrat/Montserrat-Medium.ttf) format("truetype");
}
:root {
  --color-primary: #b72974;
  --color-primary-rgb: 183, 41, 116;
  --second-color: #72757d;
  --text-nav-color: #333333;
}
html {
  scrollbar-color: var(--color-primary) rgba(var(--color-primary-rgb), 0.1);
  scrollbar-width: thin;
}
body {
  font-family: Montserrat-Light !important;
  background: #fff;
  font-size: 12px;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  box-shadow: inset 0 0 6px transparent;
  background-color: rgba(var(--color-primary-rgb), 0.1);
  border-radius: 0;
}
body::-webkit-scrollbar,
body::-webkit-scrollbar-thumb {
  width: 12px;
  height: 12px;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-primary-rgb), 0.75);
  border: 0 solid transparent;
  background-clip: content-box;
}
body {
  scrollbar-face-color: rgba(var(--color-primary-rgb), 0.75);
  scrollbar-track-color: rgba(var(--color-primary-rgb), 0.1);
  scrollbar-width: thin;
}
body .h4,
body h4 {
  font-size: 16px;
}
body .bold,
body b,
body strong {
  font-family: Montserrat-Medium !important;
  font-weight: 400;
}
body .tw-font-medium {
  font-family: Montserrat-Medium;
  font-size: 14px;
  font-weight: 400;
}
body .small,
body small {
  font-size: 82%;
}
body .text-info {
  color: var(--color-primary);
}
body a {
  color: var(--color-primary);
  outline: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body a:focus,
body a:hover {
  color: var(--second-color);
  outline: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body .progress {
  background-color: #e9ecef;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .progress.progress-bar-mini {
  height: 8px !important;
}
body ul.todo li:nth-last-child(2) {
  border: 0;
}
@media screen and (max-width: 768px) {
  body.hide-sidebar:not(.show-sidebar) #menu {
    margin-left: -260px;
  }
}
@media (min-width: 768px) {
  body.hide-sidebar:not(.show-sidebar) #menu {
    margin-left: 0;
    width: 67px !important;
  }
  body.hide-sidebar:not(.show-sidebar) #wrapper {
    margin-left: 67px !important;
  }
}
body .feather {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  vertical-align: middle;
  width: 19px;
  height: 19px;
}
body > .logo.img-responsive.dark {
  display: none;
}
body #wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.admin #wrapper {
  background: #f9f9f9;
  margin: 82px 0 0 260px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 768px) {
  body.admin #wrapper {
    margin: 63px 0 0 0;
  }
}
body.page-small.show-sidebar #wrapper {
  margin: 0;
}
body .content {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  body .content {
    padding: 15px;
  }
}
body .panel-full {
  margin-top: -26px;
}
body .panel-full .panel-body {
  border: 0;
}
body .highlight-bg {
  background: rgba(var(--color-primary-rgb), 0.1);
  border-color: rgba(var(--color-primary-rgb), 0.1);
}
body .fa.fa-pencil-square-o {
  vertical-align: middle;
}
body .panel_s > .panel-footer {
  background-color: #f9f9f9;
  border-color: rgba(var(--color-primary-rgb), 0.1);
}
body .panel-body.bottom-transaction {
  background: #f9f9f9;
}
body small.req {
  font-family: Montserrat-Light;
  font-size: 13px;
}
body .dd3-handle {
  background: rgba(var(--color-primary-rgb), 0.1);
}
body .dt-loader:not(:required) {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(var(--color-primary-rgb), 0.5);
  -webkit-box-shadow: -24px 0 rgba(var(--color-primary-rgb), 0.5),
    24px 0 rgba(var(--color-primary-rgb), 0.5);
  box-shadow: -24px 0 rgba(var(--color-primary-rgb), 0.5),
    24px 0 rgba(var(--color-primary-rgb), 0.5);
  -webkit-animation: shadowPulse 2s linear infinite;
  animation: shadowPulse 2s linear infinite;
}
body .dt-loader:not(:required)::after,
body .dt-loader:not(:required)::before {
  display: none;
}
@-webkit-keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shadowPulse {
  33% {
    background: #f9f9f9;
    -webkit-box-shadow: -24px 0 var(--color-primary), 24px 0 #f9f9f9;
    box-shadow: -24px 0 var(--color-primary), 24px 0 #f9f9f9;
  }
  66% {
    background: var(--color-primary);
    -webkit-box-shadow: -24px 0 #f9f9f9, 24px 0 #f9f9f9;
    box-shadow: -24px 0 #f9f9f9, 24px 0 #f9f9f9;
  }
  100% {
    background: #f9f9f9;
    -webkit-box-shadow: -24px 0 #f9f9f9, 24px 0 var(--color-primary);
    box-shadow: -24px 0 #f9f9f9, 24px 0 var(--color-primary);
  }
}
@keyframes shadowPulse {
  33% {
    background: #f9f9f9;
    -webkit-box-shadow: -24px 0 var(--color-primary), 24px 0 #f9f9f9;
    box-shadow: -24px 0 var(--color-primary), 24px 0 #f9f9f9;
  }
  66% {
    background: var(--color-primary);
    -webkit-box-shadow: -24px 0 #f9f9f9, 24px 0 #f9f9f9;
    box-shadow: -24px 0 #f9f9f9, 24px 0 #f9f9f9;
  }
  100% {
    background: #f9f9f9;
    -webkit-box-shadow: -24px 0 #f9f9f9, 24px 0 var(--color-primary);
    box-shadow: -24px 0 #f9f9f9, 24px 0 var(--color-primary);
  }
}
body #header {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
  box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  border: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  body #header {
    height: 63px;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
}
body #header .mobile-menu .mobile-menu-toggle {
  color: #333;
}
@media screen and (max-width: 768px) {
  body #header .mobile-menu .mobile-menu-toggle {
    margin-right: 0;
  }
}
body #header .mobile-menu ul.mobile-icon-menu > li {
  border: 0;
}
body #header .mobile-menu ul.mobile-icon-menu > li > a {
  color: #333;
}
@media screen and (max-width: 768px) {
  body #header .mobile-menu ul.mobile-icon-menu > li > a span {
    border: 0;
    width: auto;
  }
}
body #header .mobile-menu ul.mobile-icon-menu > li .fa {
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
}
body #header .mobile-menu ul.mobile-icon-menu > li .fa:before {
  display: none;
}
body #header .mobile-menu ul.mobile-icon-menu > li.header-notifications .fa {
  background-image: url(../fonts/feather/bell.svg);
}
body #header .mobile-menu ul.mobile-icon-menu > li.mode .fa {
  background-image: url(../fonts/feather/moon.svg);
  margin-right: 5px;
}
body #header .mobile-menu ul.mobile-icon-menu > li.header-timers .fa {
  background-image: url(../fonts/feather/clock.svg);
}
body #header .mobile-navbar .navbar-nav {
  border-top: 1px solid #e2e8f0;
}
body #header .header-left {
  border-right: 1px solid #e6edef;
  width: 260px;
  height: 82px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  body #header .header-left {
    width: auto;
    border: 0;
    height: 63px;
  }
}
body #header #logo {
  height: 82px;
  padding: 20px 15px;
  float: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body #header #logo {
    display: none;
  }
}
body #header #logo a {
  outline: 0;
}
body #header #logo a.logo:not(.dark) {
  display: none;
}
body #header #logo img {
  max-height: 34px;
  height: auto;
}
body #header .small-logo a {
  outline: 0;
}
body #header .small-logo a.logo:not(.dark) {
  display: none;
}
body #header .hide-menu {
  color: var(--color-primary);
  position: absolute;
  left: 210px;
  top: 9px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body #header .hide-menu {
    position: relative;
    left: 0;
    top: 0;
  }
}
body #header .hide-menu i {
  opacity: 0;
}
body #header .hide-menu svg {
  width: 22px;
  height: 22px;
}
body #header > nav {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body #header > nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  body #header > nav > div > .tw-flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }

  .tw-inline-flex span {
    display: none !important;
  }
}
body #header #top_search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  body #header #top_search {
    margin: 0;
  }
}
body #header #top_search #search_input {
  background-color: rgba(var(--color-primary-rgb), 0.1);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body #header #top_search #search_input {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body #header #top_search #search_input {
    width: 100%;
  }
}
body #header #top_search #top_search_button {
  top: 10px;
}
body #header #top_search + .navbar-nav .icon > a,
body #header #top_search + div + .navbar-nav .icon > a {
  line-height: 58px;
}
body #header #top_search + .navbar-nav .icon > a > span,
body #header #top_search + div + .navbar-nav .icon > a > span {
  background-color: var(--color-primary);
}
body #header #top_search + .navbar-nav .icon > a:hover > span,
body #header #top_search + div + .navbar-nav .icon > a:hover > span {
  background-color: var(--second-color) !important;
}
body #header #top_search + .navbar-nav .icon .dropdown-menu li a i,
body #header #top_search + div + .navbar-nav .icon .dropdown-menu li a i {
  color: #000;
}
body #header .dropdown-menu.search-results {
  margin-top: 10px !important;
}
body #header .tw-flex .navbar-nav > li {
  float: left;
}
@media screen and (max-width: 768px) {
  body #header .tw-flex .navbar-nav > li {
    float: none;
  }
}
body #header .navbar-nav {
  padding-right: 10px;
  margin: 0;
  float: none !important;
}
body #header .navbar-nav > li {
  float: right;
  margin: 10px 0 10px 5px;
}
@media screen and (max-width: 768px) {
  body #header .navbar-nav > li {
    float: none;
  }
}
body #header .navbar-nav > li:not(.icon) a {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body #header .navbar-nav > li:not(.icon) a {
    padding: 4px 5px;
  }
}
body #header .navbar-nav > li.header-user-profile img {
  border: 0.1px solid #fff;
  margin-top: 7px;
  height: 37px;
  width: 37px;
  -webkit-box-shadow: 0 0 0 1.5px var(--color-primary);
  box-shadow: 0 0 0 1.5px var(--color-primary);
}
body #header .navbar-nav > li.header-user-profile > a {
  padding-right: 0;
}
body #header .navbar-nav > li.header-user-profile .dropdown-menu {
  overflow: inherit;
  min-width: 200px;
}
body #header .navbar-nav > li.header-user-profile .dropdown-menu > .active > a {
  font-family: Montserrat, sans-serif;
  background: 0 0;
  color: var(--color-primary) !important;
}
body #header .navbar-nav > li.header-user-profile .dropdown-submenu {
  float: none !important;
}
body #header .navbar-nav > li.header-user-profile .dropdown-submenu > a:after {
  border-width: 5px 5px 5px 0;
  border-right-color: #333;
  border-left-color: inherit;
}
body
  #header
  .navbar-nav
  > li.header-user-profile
  .dropdown-submenu
  .dropdown-menu {
  left: auto;
  right: 100%;
  margin: 0;
  max-height: 400px;
  overflow-y: scroll;
  padding: 0;
}
body
  #header
  .navbar-nav
  > li.header-user-profile
  .dropdown-submenu
  .dropdown-menu
  > li:first-child {
  background: var(--color-primary);
}
body
  #header
  .navbar-nav
  > li.header-user-profile
  .dropdown-submenu
  .dropdown-menu
  > li:first-child
  > a {
  color: #fff !important;
}
body #header .navbar-nav > li#top_search {
  height: 62px;
  margin-left: 0;
  display: block;
}
body #header .navbar-nav > li#top_search input {
  background: 0 0 !important;
  color: #000;
  margin-bottom: 9px;
}
body #header .navbar-nav > li#top_search .search-results.dropdown-menu {
  max-height: 600px;
  top: auto;
}
body #header .navbar-nav > li#top_search .search-results.dropdown-menu a {
  color: var(--color-primary);
}
body #header .navbar-nav > li#top_search #search_results #top_search_dropdown {
  border-color: #e6edef;
  left: 0;
  right: auto;
}
body #header .navbar-nav > li#top_search_button button {
  color: var(--color-primary);
  padding: 0 0 3px;
  width: 30px;
  margin: 0 0 0 20px;
}
body #header .navbar-nav > li#top_search_button button .fa {
  font-size: 16px;
}
body #header .navbar-nav > li#top_search,
body #header .navbar-nav > li#top_search_button {
  float: left;
}
@media screen and (max-width: 768px) {
  body #header .navbar-nav > li.full_screen {
    display: none;
  }
}
body #header .navbar-nav > li.full_screen .feather_full {
  background-image: url(../fonts/feather/maximize.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
  display: inline-block;
}
body #header .navbar-nav > li.full_screen .feather_full.open {
  background-image: url(../fonts/feather/minimize.svg);
}
body #header .navbar-nav > li.header-todo > a .fa {
  background-image: url(../fonts/feather/check-square.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
}
body #header .navbar-nav > li.header-todo > a .fa:before {
  display: none;
}
body #header .navbar-nav > li.mode > a .fa {
  background-image: url(../fonts/feather/moon.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
}
body #header .navbar-nav > li.mode > a .fa:before {
  display: none;
}
body #header .navbar-nav > li.header-notifications > a > span,
body #header .navbar-nav > li.header-timers > a > span {
  border: 0;
}
body
  #header
  .navbar-nav
  > li.header-notifications
  > a
  > span.icon-notifications,
body #header .navbar-nav > li.header-notifications > a > span.tw-rounded-full,
body #header .navbar-nav > li.header-timers > a > span.icon-notifications,
body #header .navbar-nav > li.header-timers > a > span.tw-rounded-full {
  right: 0;
  margin: 2px 0 0;
  background-color: var(--color-primary) !important;
}
body #header .navbar-nav > li > a {
  font-family: Montserrat-Medium;
  color: #000;
  padding: 4px 10px;
  height: 62px;
  line-height: 66px;
}
@media screen and (max-width: 1023px) {
  body #header .navbar-nav > li > a {
    padding: 4px 5px;
  }
}
@media screen and (max-width: 768px) {
  body #header .navbar-nav > li > a {
    height: auto;
    line-height: inherit;
  }
}
body #header .navbar-nav > li > a .fa {
  font-size: 18px;
}
body #header .navbar-nav > li > a svg {
  color: #000;
}
body #header .navbar-nav > li > a.top-timers .fa {
  background-image: url(../fonts/feather/clock.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
}
body #header .navbar-nav > li > a.top-timers .fa:before {
  display: none;
}
body #header .navbar-nav > li > a.open_newsfeed .fa {
  background-image: url(../fonts/feather/share-2.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
}
body #header .navbar-nav > li > a.open_newsfeed .fa:before {
  display: none;
}
body #header .navbar-nav > li > a.notifications-icon .fa {
  background-image: url(../fonts/feather/bell.svg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
}
body #header .navbar-nav > li > a.notifications-icon .fa:before {
  display: none;
}
body #header .navbar-nav > li .dropdown-menu {
  border-color: #e6edef;
  overflow-y: auto;
  margin: 10px 0 0 0;
}
body #header .navbar-nav > li .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  box-shadow: inset 0 0 6px transparent;
  background-color: #fff;
  border-radius: 13px;
}
body #header .navbar-nav > li .dropdown-menu::-webkit-scrollbar,
body #header .navbar-nav > li .dropdown-menu::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 13px;
}
body #header .navbar-nav > li .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #f9f9f9;
  border: 0 solid transparent;
  background-clip: content-box;
}
body #header .navbar-nav > li .dropdown-menu {
  scrollbar-face-color: #f9f9f9;
  scrollbar-track-color: #fff;
  scrollbar-width: thin;
}
body #header .navbar-nav > li .dropdown-menu:hover::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-primary-rgb), 0.25);
}
body #header .navbar-nav > li .dropdown-menu > li > a {
  font-family: Montserrat-Light;
}
body #header .navbar-nav > li .dropdown-menu > li > a:hover {
  background: rgba(var(--color-primary-rgb), 0.1);
}
body #header .navbar-nav > li .dropdown-menu .not_mark_all_as_read a,
body #header .navbar-nav > li .dropdown-menu .view-all-timesheets a {
  font-family: Montserrat-Light;
  color: var(--color-primary);
  font-size: 13px;
}
body #header .navbar-nav > li .dropdown-menu:empty {
  display: none !important;
}
body #header .navbar-nav > li .bg-warning {
  background-color: var(--color-primary);
}
body #mobile-search {
  display: none;
  background: rgba(var(--color-primary-rgb), 0.75);
  padding: 0;
  margin: 82px 0 -81px 260px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
  box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
}
@media screen and (max-width: 768px) {
  body #mobile-search {
    margin: 64px 0 1px 260px;
  }
}
body #mobile-search ul {
  margin: 0;
}
body #mobile-search #top_search {
  display: block;
}
body #mobile-search #top_search input {
  padding-right: 50px;
  margin: 0 !important;
}
body #mobile-search #top_search input::-webkit-input-placeholder {
  color: #fff !important;
}
body #mobile-search #top_search input::-moz-placeholder {
  color: #fff !important;
}
body #mobile-search #top_search input::-ms-input-placeholder {
  color: #fff !important;
}
body #mobile-search #top_search input::placeholder {
  color: #fff !important;
}
body #mobile-search #top_search ul.search-results a {
  color: var(--color-primary);
}
body #mobile-search #top_search_button {
  top: 80px;
}
body #mobile-search #top_search_button button {
  margin: 0;
}
@media screen and (max-width: 768px) {
  body #mobile-search #top_search_button {
    top: 61px;
  }
}
body.hide-sidebar #menu > .nav .tooltip {
  display: block !important;
}
@media (min-width: 768px) {
  body.hide-sidebar #menu > .nav > li.dashboard_user {
    text-indent: -220px;
    width: 57px !important;
    padding-left: 26px;
  }
  body.hide-sidebar #menu > .nav > li.dashboard_user .dashboard_user-icon {
    display: none;
  }
  body.hide-sidebar #menu > .nav > li > a {
    min-width: 48px;
  }
  body.hide-sidebar #menu > .nav > li > a .menu-text {
    opacity: 0;
    display: none;
  }
  body.hide-sidebar #menu > .nav > li > a .arrow {
    display: none;
  }
  body.hide-sidebar #mobile-search {
    margin-left: 0;
  }
}
body.mobile #mobile-search {
  display: block;
}
@media screen and (max-width: 768px) {
  body.show-sidebar #mobile-search {
    display: none;
  }
}
body #menu {
  /* position: fixed; */
  /* top: 82px; */
  background: #fff;
  border-right: 1px solid #e6edef;
  width: 260px !important;
  padding: 0;
  z-index: 100;
  color: #f9f9f9;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 768px) {
  body #menu {
    top: 62px;
  }
}
body #menu > .nav {
  background: #fff !important;
  height: calc(100vh - 83px);
  overflow-y: auto;
  /* padding: 10px; */
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
body #menu > .nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  box-shadow: inset 0 0 6px transparent;
  background-color: #fff;
  border-radius: 13px;
}
body #menu > .nav::-webkit-scrollbar,
body #menu > .nav::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 13px;
}
body #menu > .nav::-webkit-scrollbar-thumb {
  background-color: #f9f9f9;
  border: 1px solid transparent;
  background-clip: content-box;
}
body #menu > .nav {
  scrollbar-face-color: #f9f9f9;
  scrollbar-track-color: #fff;
  scrollbar-width: thin;
}
body #menu > .nav .tooltip {
  display: none !important;
}
body #menu > .nav:hover::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-primary-rgb), 0.25);
}
body #menu > .nav > li {
  margin: 2px 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body #menu > .nav > li.-tw-mx-2 {
  display: none;
}
body #menu > .nav > li.quick-links {
  left: 20px;
  top: 8px;
  z-index: 101;
}
body #menu > .nav > li.quick-links .dropdown-toggle {
  background: var(--color-primary);
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: inline-block;
  padding: 0;
  text-align: center;
  line-height: 21px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
body #menu > .nav > li.quick-links .dropdown-toggle i {
  font-size: 15px;
}
body #menu > .nav > li.quick-links .dropdown-toggle i:before {
  content: "\f013";
}
body #menu > .nav > li.quick-links .dropdown-menu li a {
  font-family: Montserrat-Light;
  padding: 4px 10px;
}
body #menu > .nav > li.quick-links .dropdown-menu li a i {
  margin-right: 5px;
}
body #menu > .nav > li.quick-links .dropdown-menu li a:hover {
  background: rgba(var(--color-primary-rgb), 0.1);
}
body #menu > .nav > li.quick-links .dropdown-menu li.active a {
  background: rgba(var(--color-primary-rgb), 0.1);
}
body #menu > .nav > li.quick-links .open > .dropdown-menu {
  margin: 7px 0 0;
  padding: 2px 0;
}
body #menu > .nav > li.quick-links .open > .dropdown-menu:before {
  left: 6px;
}
body #menu > .nav > li.quick-links .open > .dropdown-menu:after {
  left: 7px;
}
body #menu > .nav > li.dashboard_user {
  font-family: Montserrat, sans-serif;
  background: #f9f9f9;
  color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(260px - 10px);
  margin: 0;
  padding: 11px 30px 11px 42px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 30px 0 0 30px !important;
  min-height: 41px;
  z-index: 100;
}
body #menu > .nav > li.dashboard_user .dashboard_user-icon {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
body #menu > .nav > li.dashboard_user .dashboard_user-icon svg {
  color: var(--color-primary);
  font-size: 16px;
}
body #menu > .nav > li.dashboard_user .navbar-nav {
  float: none;
  position: absolute;
  left: 12px;
  top: 11px;
  padding: 0;
  margin: 0;
  text-indent: initial;
}
body #menu > .nav > li.dashboard_user .navbar-nav > li {
  float: none;
  padding: 0;
  margin: 0;
}
body #menu > .nav > li.dashboard_user .navbar-nav > li > a {
  height: auto;
  padding: 0;
  margin: 0;
  background: 0 0;
}
body #menu > .nav > li.dashboard_user .navbar-nav > li > a > span {
  background-color: var(--color-primary);
  width: 22px;
  height: 22px;
}
body #menu > .nav > li.dashboard_user .navbar-nav > li > a > span i {
  font-size: 13px;
}
body #menu > .nav > li.dashboard_user .navbar-nav > li > a:hover > span {
  background-color: var(--color-primary) !important;
}
body #menu > .nav > li.dashboard_user .navbar-nav > li.open .dropdown-menu {
  display: block;
}
body #menu > .nav > li.dashboard_user .navbar-nav > li .dropdown-menu {
  left: 0;
  right: auto;
  top: 30px;
  display: none;
}
body #menu > .nav > li.dashboard_user .navbar-nav > li .dropdown-menu > li > a {
  color: #333;
  margin: 0;
  padding: 5px 13px;
}
body
  #menu
  > .nav
  > li.dashboard_user
  .navbar-nav
  > li
  .dropdown-menu
  > li
  > a
  i {
  color: #333;
  height: auto;
}
body #menu > .nav > li > a {
  font-family: Montserrat, sans-serif;
  color: var(--text-nav-color);
  border-radius: 10px;
  margin: 0;
  padding: 8px 16px 8px 16px;
  min-height: 36px;
  min-width: 239px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body #menu > .nav > li > a i.menu-icon {
  opacity: 1;
}
body #menu > .nav > li > a:focus,
body #menu > .nav > li > a:hover {
  background-color: var(--color-primary);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  border-radius: 10px;
}
body #menu > .nav > li > a:focus .menu-text,
body #menu > .nav > li > a:hover .menu-text {
  color: #fff;
}
body #menu > .nav > li.active {
  border-radius: 11px;
}
body #menu > .nav > li.active > a {
  background: var(--color-primary);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  border-radius: 10px;
}
body #menu > .nav > li.active > a .menu-text {
  color: #fff;
}
body #menu > .nav > li .nav-second-level li {
  background: 0 0 !important;
}
body #menu > .nav > li .nav-second-level li a {
  background: 0 0;
  font-family: Montserrat-Light;
  color: var(--text-nav-color);
  padding: 7px 10px 7px 49px;
  margin: 0;
}
body #menu > .nav > li .nav-second-level li.active a {
  font-family: Montserrat, sans-serif;
  color: var(--color-primary) !important;
}
body #menu > .nav > li .nav-second-level li:hover a {
  color: var(--color-primary) !important;
}
body #menu > .nav > li.pinned-separator {
  display: none;
}
body #menu > .nav > li.pinned_project {
  background: #f9f9f9 !important;
  border: 0 !important;
  padding-bottom: 20px;
  border-radius: 6px;
  margin-top: 5px;
}
body #menu > .nav > li.pinned_project a,
body #menu > .nav > li.pinned_project a:focus,
body #menu > .nav > li.pinned_project a:hover {
  color: #333 !important;
}
body #menu > .nav > li.pinned_project .progress-bar-mini {
  margin: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  background: rgba(var(--color-primary-rgb), 0.1) !important;
}
body #menu > .nav > li.pinned_project .progress-bar-mini .progress-bar {
  background: var(--color-primary);
}
body #menu > .nav .arrow.pleft5 {
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 10px;
}
body #menu > .nav .arrow.pleft5:before {
  content: "\f105";
}
body #menu > .nav > li.active .arrow.pleft5:before {
  content: "\f107";
}
body #setup-menu-wrapper {
  /* position: fixed;
  top: 82px; */
  height: calc(100vh - 82px);
  width: 260px !important;
  padding: 0px 0 0;
  overflow: inherit;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-right: 1px solid #e6edef;
  color: #f9f9f9;
  z-index: 101;
}
.tw-mt-\[57px\] {
    margin-top: 0px !important;
}
@media screen and (max-width: 768px) {
  body #setup-menu-wrapper {
    top: 63px;
  }
}
body #setup-menu-wrapper #setup-menu {
  background: 0 0 !important;
  height: calc(100vh - 128px);
  overflow-y: auto;
  padding: 10px;
}
body #setup-menu-wrapper #setup-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  box-shadow: inset 0 0 6px transparent;
  background-color: #fff;
  border-radius: 13px;
}
body #setup-menu-wrapper #setup-menu::-webkit-scrollbar,
body #setup-menu-wrapper #setup-menu::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 13px;
}
body #setup-menu-wrapper #setup-menu::-webkit-scrollbar-thumb {
  background-color: #f9f9f9;
  border: 1px solid transparent;
  background-clip: content-box;
}
body #setup-menu-wrapper #setup-menu {
  scrollbar-face-color: #f9f9f9;
  scrollbar-track-color: #fff;
  scrollbar-width: thin;
}
body #setup-menu-wrapper #setup-menu:hover::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-primary-rgb), 0.25);
}
body #setup-menu-wrapper #setup-menu > li {
  margin: 2px 0;
}
body #setup-menu-wrapper #setup-menu > li.active {
  border-radius: 11px;
}
body #setup-menu-wrapper #setup-menu > li:first-child {
  border-bottom: 0;
  color: var(--color-primary);
  background: #f9f9f9;
  position: absolute;
  width: calc(100.5% - 10px);
  left: 10px;
  top: 0;
  margin: 0;
  padding: 0;
  border-radius: 30px 0 0 30px !important;
}
body #setup-menu-wrapper #setup-menu > li .close-customizer {
  color: var(--color-primary) !important;
  padding: 1px 4px;
  cursor: pointer;
  margin: 9px 6px 5px;
}
body #setup-menu-wrapper #setup-menu > li .close-customizer i {
  font-size: 22px;
}
body #setup-menu-wrapper #setup-menu > li .close-customizer i:before {
  content: "\f137";
}
body #setup-menu-wrapper #setup-menu > li > a {
  font-family: Montserrat-Medium;
  color: var(--text-nav-color);
  font-size: 13px;
  padding: 7px 16px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body #setup-menu-wrapper #setup-menu > li > a:focus,
body #setup-menu-wrapper #setup-menu > li > a:hover {
  background: 0 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body #setup-menu-wrapper #setup-menu > li .customizer-heading {
  position: absolute;
  top: 12px;
  font-size: 13px;
}
body #setup-menu-wrapper #setup-menu > li.active > a {
  background: rgba(var(--color-primary-rgb), 0.1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body #setup-menu-wrapper #setup-menu .nav-second-level {
  padding-top: 2px;
}
body #setup-menu-wrapper #setup-menu .nav-second-level li {
  background: 0 0 !important;
}
body #setup-menu-wrapper #setup-menu .nav-second-level li:first-child {
  background: 0 0;
}
body #setup-menu-wrapper #setup-menu .nav-second-level li a {
  background: 0 0;
  font-family: Montserrat-Light;
  color: var(--text-nav-color);
  padding: 7px 10px 7px 28px;
  margin: 0;
}
body #setup-menu-wrapper #setup-menu .nav-second-level li.active a {
  font-family: Montserrat, sans-serif;
  color: var(--color-primary) !important;
}
body #setup-menu-wrapper #setup-menu .nav-second-level li:hover a {
  color: var(--color-primary) !important;
}
body #setup-menu-wrapper #setup-menu .arrow {
  font-size: 15px;
}
body #setup-menu-wrapper #setup-menu .arrow:before {
  content: "\f105";
}
body #setup-menu-wrapper #setup-menu > li.active .arrow:before {
  content: "\f107";
}
body .btn {
  font-family: Montserrat-Light;
  font-size: 13px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body .btn:focus {
  outline: 0;
}
body .btn.btn-default-dt-options {
  border-color: rgba(var(--color-primary-rgb), 0.5) !important;
}
body .btn.btn-default {
  border-color: rgba(var(--color-primary-rgb), 0.5) !important;
  background: #f9f9f9;
}
body .btn.btn-default.dropdown-toggle {
  background: #fff;
}
body .btn.btn-default:hover {
  background-color: rgba(var(--color-primary-rgb), 0.1);
  color: var(--color-primary);
}
body .btn.btn-default:active,
body .btn.btn-default:focus {
  --tw-ring-offset-width: 1.5px;
  --tw-ring-color: rgb(var(--color-primary-rgb));
}
body .btn.btn-info,
body .btn.btn-primary {
  background-color: var(--color-primary);
}
body .btn.btn-info:active,
body .btn.btn-info:focus,
body .btn.btn-primary:active,
body .btn.btn-primary:focus {
  border: 1px solid transparent;
  outline: 0;
}
body .btn.btn-info:hover,
body .btn.btn-primary:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background-color: #fff !important;
}
body .btn.btn-info:active,
body .btn.btn-info:focus,
body .btn.btn-primary:active,
body .btn.btn-primary:focus {
  --tw-ring-offset-width: 1.5px;
  --tw-ring-color: rgb(var(--color-primary-rgb));
}
body .btn-default.active,
body .btn-default.active.focus,
body .btn-default.active:focus,
body .btn-default.active:hover,
body .btn-default.focus:active,
body .btn-default:active,
body .btn-default:active:focus,
body .btn-default:active:hover,
body .open > .dropdown-toggle.btn-default,
body .open > .dropdown-toggle.btn-default.focus,
body .open > .dropdown-toggle.btn-default:focus,
body .open > .dropdown-toggle.btn-default:hover {
  --tw-ring-offset-width: 1.5px;
  --tw-ring-color: rgb(var(--color-primary-rgb));
}
body .btn-success.active,
body .btn-success:active,
body .btn-success:focus,
body .btn-success:hover,
body .open .dropdown-toggle.btn-success {
  background-color: #107226;
  border-color: #107226;
}
body .btn-info.active,
body .btn-info:active,
body .open > .dropdown-toggle.btn-info {
  background-color: var(--color-primary);
}
body .btn-info.active.focus,
body .btn-info.active:focus,
body .btn-info.active:hover,
body .btn-info:active.focus,
body .btn-info:active:focus,
body .btn-info:active:hover,
body .open > .dropdown-toggle.btn-info.focus,
body .open > .dropdown-toggle.btn-info:focus,
body .open > .dropdown-toggle.btn-info:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
body .btn-bottom-toolbar {
  width: calc(100% - 260px);
  padding-right: 25px;
  margin-left: 260px;
}
body #email_config .test_email {
  padding: 6px 8px;
}
body .bg-success,
body .btn-success {
  background-color: #28a745;
}
body .p8-half {
  line-height: 17px;
}
body ::-webkit-input-placeholder {
  font-family: Montserrat-Light !important;
  color: #c5c5c5 !important;
  font-size: 13px !important;
}
body ::-moz-placeholder {
  font-family: Montserrat-Light !important;
  color: #c5c5c5 !important;
  font-size: 13px !important;
}
body ::-ms-input-placeholder {
  font-family: Montserrat-Light !important;
  color: #c5c5c5 !important;
  font-size: 13px !important;
}
body ::placeholder {
  font-family: Montserrat-Light !important;
  color: #c5c5c5 !important;
  font-size: 13px !important;
}
body .control-label,
body label {
  font-family: Montserrat, sans-serif;
}
body .label-default {
  border-color: rgba(var(--color-primary-rgb), 0.5);
  color: var(--color-primary);
}
body .dataTables_length select,
body .uneditable-input,
body input[type="color"],
body input[type="date"],
body input[type="datetime-local"],
body input[type="datetime"],
body input[type="email"],
body input[type="file"],
body input[type="month"],
body input[type="number"],
body input[type="password"],
body input[type="search"],
body input[type="tel"],
body input[type="text"],
body input[type="time"],
body input[type="url"],
body input[type="week"],
body select.form-control,
body textarea.form-control {
  font-family: Montserrat-Light !important;
  font-size: 13px;
  border-color: rgba(var(--color-primary-rgb), 0.5) !important;
}
body input:-webkit-autofill,
body input:-webkit-autofill:active,
body input:-webkit-autofill:first-line,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:hover,
body textarea:-webkit-autofill,
body textarea:-webkit-autofill:active,
body textarea:-webkit-autofill:first-line,
body textarea:-webkit-autofill:focus,
body textarea:-webkit-autofill:hover {
  font-family: Montserrat-Light !important;
  -webkit-box-shadow: 0 0 0 100px #fff inset !important;
  box-shadow: 0 0 0 100px #fff inset !important;
}
body input.form-control:focus,
body input[type="color"]:focus,
body input[type="date"]:focus,
body input[type="datetime-local"]:focus,
body input[type="datetime"]:focus,
body input[type="email"]:focus,
body input[type="file"]:focus,
body input[type="month"]:focus,
body input[type="number"]:focus,
body input[type="password"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="text"]:focus,
body input[type="time"]:focus,
body input[type="url"]:focus,
body input[type="week"]:focus,
body select.form-control:focus,
body textarea.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
body input:-internal-autofill-selected {
  font-family: Montserrat-Light !important;
  background-color: rgba(var(--color-primary-rgb), 0.1) !important;
}
body .checkbox label {
  padding-left: 2px;
}
body .checkbox label:before {
  border-color: rgba(var(--color-primary-rgb), 0.5);
  outline: 0 !important;
  top: 0;
}
body .checkbox input[type="checkbox"]:checked + label:before {
  -webkit-box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.25) !important;
  box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.25) !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  width: 15px;
  height: 15px;
  top: 1px;
}
body .checkbox input[type="checkbox"]:checked + label:after {
  color: #fff !important;
  font-size: 9px;
  padding-top: 2px;
  line-height: 13px;
}
body .checkbox.checklist-checkbox label::before {
  margin-left: -19px;
}
body .radio label {
  padding-left: 2px;
}
body .radio label:before {
  border-color: rgba(var(--color-primary-rgb), 0.5);
  width: 16px;
  height: 16px;
  outline: 0 !important;
}
body .radio label:after {
  background: #fff !important;
}
body .radio input[type="radio"]:checked + label:before {
  background: var(--color-primary);
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.25);
  box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.25);
}
body .radio input[type="radio"]:checked + label:after {
  background-color: #fff;
  width: 8px;
  height: 8px;
  left: 0;
  top: 4px;
  margin-left: -16px;
}
body .radio.wrap-split {
  margin: 0 30px 0 0;
  padding: 0;
}
body .radio.wrap-split input[type="radio"]:checked + label:before {
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  top: 22px;
  color: var(--color-primary);
}
body .radio.wrap-split label::before {
  content: "\f058";
  font-size: 18px;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 22px;
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  opacity: 0;
}
body .radio.wrap-split label::after {
  display: none;
}
body .radio .split-layout {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: block;
  width: 68px;
  margin: 0 auto;
}
body .radio .split-layout.default > span {
  background-color: #f9f9f9 !important;
}
body .radio .split-layout.header-only .split-layout-left {
  background-color: #f9f9f9 !important;
}
body .radio .split-layout.sidebar-only .split-layout-top {
  background-color: #f9f9f9 !important;
}
body .radio .split-layout.sidebar-only .split-layout-left {
  height: 68px;
  margin: -18px 0 0 0;
}
body .radio .split-layout-top {
  background-color: var(--color-primary);
  display: block;
  height: 18px;
}
body .radio .split-layout-left {
  float: left;
  width: 30%;
  background-color: var(--color-primary);
  height: 50px;
}
body .radio .split-layout-right {
  float: right;
  width: 70%;
  background-color: #f9f9f9;
  height: 50px;
}
body .radio .radio-text {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
}
body .has-error .form-control,
body .has-error .form-control:focus {
  border-color: #fc2d42 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .has-error .text-danger {
  font-family: Montserrat-Light;
  font-weight: 400;
  margin-top: 5px;
}
body .jquery-comments ul.navigation li.active:after {
  background: var(--color-primary) !important;
}
body .jquery-comments .textarea-wrapper .textarea {
  padding: 8px;
}
body .jquery-comments .highlight-background {
  background: var(--color-primary) !important;
}
body .form-group .text-danger {
  font-family: Montserrat-Light;
  font-weight: 400;
  margin-top: 5px;
}
body .input-group-addon {
  background: #f9f9f9;
  border-color: rgba(var(--color-primary-rgb), 0.5) !important;
  color: var(--second-color);
}
body .input-group-addon .checkbox label:after {
  padding-left: 0;
}
body div.dataTables_wrapper div.dataTables_length select {
  color: var(--color-primary);
}
body .dt-page-jump .dt-page-jump-select {
  height: 31px;
  color: var(--color-primary);
}
body .dt-buttons.btn-group .btn {
  color: var(--second-color);
}
body .onoffswitch-checkbox:checked + .onoffswitch-label,
body .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: var(--color-primary);
}
body .onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: var(--color-primary);
}
body form.dropzone {
  background: #f9f9f9;
}
body form.dropzone .dz-message {
  color: var(--color-primary);
}
body .bootstrap-select.btn-group.disabled,
body .bootstrap-select.btn-group > .disabled,
body .bootstrap-select.disabled,
body .bootstrap-select > .disabled {
  background: #f9f9f9 !important;
}
body .table thead > tr > th:first-child {
  border-color: #ebf5ff;
}
body .table > tbody > tr > td,
body .table > tfoot > tr > td {
  vertical-align: middle;
}
body .table .alert-info {
  background-color: rgba(var(--color-primary-rgb), 0.1) !important;
  border-color: var(--color-primary) !important;
  color: #323a45 !important;
}
body div.dataTables_wrapper div.dataTables_paginate {
  padding-right: 15px;
}
body table.dataTable thead > tr > th {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  background: #f9f9f9;
  color: #3c3939 !important;
  border: 0 !important;
}
body table.dataTable thead > tr > th.sorting:after {
  opacity: 1;
  top: 10px;
}
body table.dataTable thead > tr > td.sorting_asc,
body table.dataTable thead > tr > td.sorting_desc,
body table.dataTable thead > tr > th.sorting_asc,
body table.dataTable thead > tr > th.sorting_desc {
  background: rgba(var(--color-primary-rgb), 0.1);
}
body table.dataTable tbody tr td a {
  font-family: Montserrat, sans-serif;
}
body table.dataTable tbody tr td .fa-clock-o {
  margin-top: 4px;
  text-align: left;
}
body table.dataTable .row-options a {
  font-family: Montserrat-Light;
}
body .table.items .main {
  background: #f9f9f9;
}
body .table-vertical-scroll {
  height: auto;
  max-height: 420px;
}
body .dataTables_empty,
body div.dataTables_wrapper div.dataTables_info,
body div.dataTables_wrapper div.dataTables_length label {
  font-family: Montserrat, sans-serif;
  color: #72757d;
}
body .dataTables_empty {
  height: auto;
  background: 0 0;
  padding-bottom: 0 !important;
  font-size: 14px;
  font-family: Montserrat-Light;
}
body .pagination > li > a:focus,
body .pagination > li > a:hover,
body .pagination > li > span:focus,
body .pagination > li > span:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
body .pagination > li > a,
body .pagination > li > span {
  outline: 0;
  color: var(--color-primary);
  border-color: rgba(var(--color-primary-rgb), 0.5) !important;
}
body .pagination > li.active > a,
body .pagination > li.active > a:focus,
body .pagination > li.active > a:hover,
body .pagination > li.active > span,
body .pagination > li.active > span:focus,
body .pagination > li.active > span:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
body #small-table .table > tbody > tr > td a {
  font-size: 12px;
}
body #dashboard-options .checkbox {
  display: inline-block;
  margin-right: 10px;
}
body .home-activity .tab-content {
  height: auto;
  max-height: 420px;
}
body #widget-contracts_expiring p.padding-5,
body #widget-finance_overview .text-dark,
body #widget-goals p.padding-5,
body #widget-leads_chart p.padding-5,
body #widget-payments_chart p.mtop5,
body #widget-projects_activity p.padding-5,
body #widget-projects_chart p.padding-5,
body #widget-tickets_chart p.padding-5,
body #widget-tickets_report p.mtop5,
body #widget-todos p.padding-5,
body #widget-upcoming_events p.padding-5,
body #widget-weekly_payments_chart p.mtop5 {
  font-family: Montserrat-Medium;
  text-transform: uppercase;
}
body .user-data .home-activity .nav-tabs > li > a:focus,
body .user-data .home-activity .nav-tabs > li > a:hover {
  color: var(--color-primary) !important;
}
body .user-data .home-activity .nav-tabs > li.active > a,
body .user-data .home-activity .nav-tabs > li.active > a:focus,
body .user-data .home-activity .nav-tabs > li.active > a:hover {
  color: var(--color-primary) !important;
}
body ul.todo li {
  margin-left: -10px;
}
body #widget-todos .todo-title {
  font-family: Montserrat, sans-serif;
}
body #widget-todos .todo-title.text-success {
  padding-top: 10px;
}
body #widget-todos .todo-title i {
  vertical-align: inherit;
}
body #widget-todos .todo-date {
  font-size: 10px;
  color: #999;
}
body #widget-todos .media {
  margin-top: 5px;
}
body.mobile #widget-top_stats > .row > div {
  margin: 15px 0;
}
body #widget-top_stats {
  margin-top: 10px;
}
body #widget-top_stats > .row > div.quick-stats-invoices .mtop5 .fa,
body #widget-top_stats > .row > div.quick-stats-invoices .mtop5 svg {
  background: #dc2626;
}
body #widget-top_stats > .row > div.quick-stats-leads .mtop5 .fa,
body #widget-top_stats > .row > div.quick-stats-leads .mtop5 svg {
  background: #22c55e;
}
body #widget-top_stats > .row > div.quick-stats-projects .mtop5 .fa,
body #widget-top_stats > .row > div.quick-stats-projects .mtop5 svg {
  background: #2563eb;
}
body #widget-top_stats > .row > div.quick-stats-tasks .mtop5 .fa,
body #widget-top_stats > .row > div.quick-stats-tasks .mtop5 svg {
  background: #475569;
}
body #widget-top_stats > .row > div .top_stats_wrapper {
  padding: 5px 10px 10px 10px;
}
body #widget-top_stats > .row > div .top_stats_wrapper span {
  font-weight: 400;
  margin-bottom: 5px;
}
body #widget-top_stats > .row > div .top_stats_wrapper .progress {
  margin-top: 5px;
}
body #widget-top_stats > .row > div .mtop5 {
  font-family: Montserrat-Medium;
  line-height: 16px;
  text-align: center;
  margin-bottom: 3px;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 5px;
}
body #widget-top_stats > .row > div .mtop5 svg {
  font-size: 18px;
  margin: 0 2px 0 0;
  background: #323a45;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  background: var(--color-primary);
  border-radius: 0.75rem;
  -webkit-box-shadow: rgba(255, 255, 255, 0.14) 0 0.25rem 1.25rem 0,
    rgba(64, 64, 64, 0.4) 0 0.4375rem 0.625rem -0.3125rem;
  box-shadow: rgba(255, 255, 255, 0.14) 0 0.25rem 1.25rem 0,
    rgba(64, 64, 64, 0.4) 0 0.4375rem 0.625rem -0.3125rem;
  position: absolute;
  top: -25px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
}
body #widget-top_stats > .row > div .mtop5 .fa {
  font-size: 18px;
  margin: 0 2px 0 0;
  background: #323a45;
  width: 4rem;
  height: 4rem;
  color: #fff;
  background: var(--color-primary);
  border-radius: 0.75rem;
  -webkit-box-shadow: rgba(255, 255, 255, 0.14) 0 0.25rem 1.25rem 0,
    rgba(64, 64, 64, 0.4) 0 0.4375rem 0.625rem -0.3125rem;
  box-shadow: rgba(255, 255, 255, 0.14) 0 0.25rem 1.25rem 0,
    rgba(64, 64, 64, 0.4) 0 0.4375rem 0.625rem -0.3125rem;
  position: absolute;
  top: -25px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body #widget-top_stats > .row > div .mtop5 .pull-right {
  display: block;
  float: none !important;
  margin-bottom: 5px;
}
body #invoices_total .bootstrap-select {
  width: 220px !important;
}
body .screen-options-btn {
  font-family: Montserrat, sans-serif;
  color: var(--color-primary);
  font-weight: 500;
  -webkit-box-shadow: 0 1px 0 #e6edef;
  box-shadow: 0 1px 0 #e6edef;
  background: #fff;
  font-size: 14px;
  right: 25px;
}
body .screen-options-area {
  background: #fff;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-color: #e6edef;
  -webkit-box-shadow: 0 0.5px 0 #e6edef;
  box-shadow: 0 0.5px 0 #e6edef;
}
body .screen-options-area .checkbox-inline {
  margin: 3px 10px 3px 0;
}
body .total-column .panel_s {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .total-column .panel_s ._total {
  font-family: Montserrat, sans-serif;
}
body .total-column .panel_s .panel-body {
  border-color: rgba(var(--color-primary-rgb), 0.1);
  background-color: #f9f9f9;
}
body .fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(var(--color-primary-rgb), 0.1);
}
body .fc .btn-group .btn-info,
body .fc .fc-button-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
body .fc .btn-group .btn-info:not(:disabled).active,
body .fc .btn-group .btn-info:not(:disabled).fc-button-active,
body .fc .btn-group .btn-info:not(:disabled):active,
body .fc .btn-group .btn-info:not(:disabled):hover,
body .fc .fc-button-primary:not(:disabled).active,
body .fc .fc-button-primary:not(:disabled).fc-button-active,
body .fc .fc-button-primary:not(:disabled):active,
body .fc .fc-button-primary:not(:disabled):hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f !important;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}
body .fc .fc-toolbar-title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: var(--color-primary);
  text-transform: uppercase;
}
body .fc .fc-view {
  overflow: auto;
}
body .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  box-shadow: inset 0 0 6px transparent;
  background-color: #fff;
  border-radius: 13px;
}
body .dropdown-menu::-webkit-scrollbar,
body .dropdown-menu::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  border-radius: 13px;
}
body .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #f9f9f9;
  border: 0 solid transparent;
  background-clip: content-box;
}
body .dropdown-menu {
  scrollbar-face-color: #f9f9f9;
  scrollbar-track-color: #fff;
  scrollbar-width: thin;
}
body .dropdown-menu:hover::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-primary-rgb), 0.25);
}
body .dropdown-menu .divider {
  display: none;
}
body .dropdown-menu > li > a {
  font-family: Montserrat-Light;
}
body .dropdown-menu > li > a:focus,
body .dropdown-menu > li > a:hover {
  background-color: rgba(var(--color-primary-rgb), 0.1);
}
body .dropdown-menu > li.active > a,
body .dropdown-menu > li.active > a:focus,
body .dropdown-menu > li.active > a:hover {
  background-color: var(--color-primary);
  color: #fff !important;
}
body .dropdown-menu > li.active > a i,
body .dropdown-menu > li.active > a:focus i,
body .dropdown-menu > li.active > a:hover i {
  color: #fff !important;
}
body .modal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  box-shadow: inset 0 0 6px transparent;
  background-color: rgba(var(--color-primary-rgb), 0.1);
  border-radius: 0;
}
body .modal::-webkit-scrollbar,
body .modal::-webkit-scrollbar-thumb {
  width: 12px;
  height: 12px;
  border-radius: 0;
}
body .modal::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-primary-rgb), 0.75);
  border: 0 solid transparent;
  background-clip: content-box;
}
body .modal {
  scrollbar-face-color: rgba(var(--color-primary-rgb), 0.75);
  scrollbar-track-color: rgba(var(--color-primary-rgb), 0.1);
  scrollbar-width: thin;
}
body .modal-header {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
body .modal-header .close {
  background-color: rgba(var(--color-primary-rgb), 0.1);
  color: var(--color-primary);
  font-size: 28px;
  border-radius: 50%;
  text-shadow: none;
}
body .modal-header .close:hover {
  background: #e6e6e6;
}
body .customer-profile-group-heading {
  background-color: #f9f9f9;
}
body .nav-tabs > li > a {
  font-family: Montserrat, sans-serif;
  padding: 13px 10px;
}
body .nav-tabs > li.active > a,
body .nav-tabs > li.active > a i.menu-icon,
body .nav-tabs > li.active > a:focus,
body .nav-tabs > li.active > a:hover {
  color: var(--color-primary) !important;
}
body .nav-tabs > li > a:focus,
body .nav-tabs > li > a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
body .nav-tabs.profile-tabs > li.active > a,
body .nav-tabs.profile-tabs > li.active > a:focus,
body .nav-tabs.profile-tabs > li.active > a:hover {
  border-color: var(--color-primary);
}
body .nav-tabs > li.active > a,
body .nav-tabs > li.active > a:focus,
body .nav-tabs > li.active > a:hover,
body .navbar-pills.nav-tabs > li > a:focus,
body .navbar-pills.nav-tabs > li > a:hover {
  border-color: var(--color-primary);
}
body .navbar-pills.navbar-pills-flat.nav-tabs > li > a {
  border-color: #e5e5e5;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
body .badge {
  background-color: var(--color-primary);
  color: #fff;
}
body .billing-same-as-customer,
body .customer-copy-billing-address {
  font-family: Montserrat-Light;
}
body .billing-same-as-customer:hover .font-medium-xs,
body .customer-copy-billing-address:hover .font-medium-xs {
  color: var(--second-color);
}
body .billing-same-as-customer .font-medium-xs,
body .customer-copy-billing-address .font-medium-xs {
  color: var(--color-primary);
}
body .text-muted,
body address,
body table.statement-account-summary {
  font-family: Montserrat-Light;
}
body #long_lat_wrapper .btn.btn-info {
  margin-top: 26px;
}
body .show_quantity_as_wrapper span {
  margin-right: 10px;
}
body .xdsoft_datetimepicker {
  font-family: Montserrat, sans-serif !important;
}
body .xdsoft_datetimepicker .xdsoft_label {
  font-size: 13px;
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body
  .xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option.xdsoft_current,
body
  .xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: var(--color-primary);
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background-color: #f9f9f9;
}
body .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body
  .xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option:hover,
body
  .xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div:hover {
  background-color: rgba(var(--color-primary-rgb), 0.1) !important;
}
body #dropzoneDragArea,
body .dropzoneDragArea {
  background: #f9f9f9;
}
body .dropzone .dz-preview .dz-image {
  background: var(--color-primary);
}
body .dropzone .dz-preview .dz-details .dz-size {
  font-size: 13px;
}
body .project_progress_slider_horizontal .ui-slider-handle {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
body #module_install_form .btn.btn-default {
  background: var(--color-primary);
  color: #fff;
  padding: 7.5px;
}
body #module_install_form p.text-danger {
  font-family: Montserrat-Light;
  font-weight: 400;
  margin-top: 5px;
}
body .user-data .home-activity .nav.nav-tabs > li > a {
  font-family: Montserrat, sans-serif;
  border: 0;
}
body #newsfeed .close_newsfeed {
  background: var(--color-primary);
}
body #newsfeed .close_newsfeed i {
  color: #fff;
}
body .task-menu-options .trigger i,
body .task-modal-single .trigger i {
  font-size: 6px;
}
body .task-menu-options .trigger i:before,
body .task-modal-single .trigger i:before {
  content: "\f111";
}
body .task-single-col-right {
  background-color: #f9f9f9;
  font-family: Montserrat-Light;
}
body .task-single-col-right .task-info-heading {
  font-family: Montserrat, sans-serif;
}
body .task-info-inline-input-edit,
body .task-modal-single .modal-body {
  background-color: #f9f9f9;
}
body .bootstrap-select.task-action-select .btn-default,
body .bootstrap-select.task-action-select.btn-default.active,
body .bootstrap-select.task-action-select.btn-default:active,
body .bootstrap-select.task-action-select.open > .dropdown-toggle.btn-default,
body .bootstrap-select.task-action-select > .btn-default:hover {
  background-color: #f9f9f9 !important;
}
body .checklist:hover,
body .checklist:hover textarea[name="checklist-description"]:disabled {
  background-color: #f9f9f9;
}
body .task-info h5 {
  font-size: 12px;
}
body .activity-feed .feed-item {
  border-color: var(--color-primary);
}
body .activity-feed .feed-item .date {
  font-family: Montserrat, sans-serif;
}
body .popover .popover-inner {
  font-family: Montserrat-Light;
}
body .popover .popover-inner .popover-title {
  background: var(--color-primary);
  color: #fff;
}
body .popover .popover-inner .popover-content ul {
  padding: 0;
}
body .popover .popover-inner .popover-content ul li {
  margin: 0;
}
body .popover .popover-inner .popover-content ul li a {
  display: block;
  color: #333;
  padding: 6px 16px;
}
body .popover .popover-inner .popover-content ul li a:hover {
  background: rgba(var(--color-primary-rgb), 0.1);
}
body .bootstrap-select .status {
  background: rgba(var(--color-primary-rgb), 0.1);
}
body .staff-profile-image-small {
  height: 26px;
  width: 26px;
}
body .widget-dragger {
  opacity: 0;
}
body div[data-container] .widget-dragger {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body div[data-container]:hover .widget-dragger {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body .email-templates table.table .small,
body .email-templates table.table small {
  font-size: 12px;
}
body .alert-info {
  background: rgba(var(--color-primary-rgb), 0.1);
  color: var(--color-primary);
}
body .notification-box-all.unread,
body .notification-box.unread {
  background: rgba(var(--color-primary-rgb), 0.1);
}
body #newsfeed .post-time-ago {
  font-size: 12px;
}
body #calendar_filters .btn {
  margin-bottom: 5px;
}
body #kan-ban .panel-heading-bg {
  line-height: 18px;
}
body #project_view_name .bootstrap-select {
  background: 0 0 !important;
}
body #project_view_name .bootstrap-select button[data-id="project_top"] {
  background: 0 0 !important;
}
body .finance-summary hr {
  margin-left: 0;
  margin-right: 0;
}
body .lead-info-heading {
  background: #f9f9f9;
}
body .lead-info-heading h4 {
  color: var(--color-primary);
}
body .jquery-comments ul.navigation li.active,
body .jquery-comments ul.navigation li:hover {
  color: var(--color-primary);
}
body .project_file_area,
body .project_file_area iframe,
body .project_file_discusssions_area {
  min-height: 500px;
}
body .progress-bar {
  text-indent: 3px;
}
body .progress-bar[data-percent="0"],
body .progress-bar[data-percent="0.00"] {
  color: #333;
}
body #estimate-pipeline,
body #proposals-pipeline,
body .dropdown-menu .inner,
body .fc-scroller,
body .gantt-container,
body .home-activity .tab-content,
body .iconpicker .iconpicker-items,
body .kan-ban-content-wrapper,
body .kan-ban-tab,
body .projects-activity .activity-feed,
body .table-responsive,
body .tasks-phases,
body textarea.form-control {
  overflow: auto;
}
body #estimate-pipeline::-webkit-scrollbar-track,
body #proposals-pipeline::-webkit-scrollbar-track,
body .dropdown-menu .inner::-webkit-scrollbar-track,
body .fc-scroller::-webkit-scrollbar-track,
body .gantt-container::-webkit-scrollbar-track,
body .home-activity .tab-content::-webkit-scrollbar-track,
body .iconpicker .iconpicker-items::-webkit-scrollbar-track,
body .kan-ban-content-wrapper::-webkit-scrollbar-track,
body .kan-ban-tab::-webkit-scrollbar-track,
body .projects-activity .activity-feed::-webkit-scrollbar-track,
body .table-responsive::-webkit-scrollbar-track,
body .tasks-phases::-webkit-scrollbar-track,
body textarea.form-control::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  box-shadow: inset 0 0 6px transparent;
  background-color: #e4e4e4;
  border-radius: 13px;
}
body #estimate-pipeline::-webkit-scrollbar,
body #estimate-pipeline::-webkit-scrollbar-thumb,
body #proposals-pipeline::-webkit-scrollbar,
body #proposals-pipeline::-webkit-scrollbar-thumb,
body .dropdown-menu .inner::-webkit-scrollbar,
body .dropdown-menu .inner::-webkit-scrollbar-thumb,
body .fc-scroller::-webkit-scrollbar,
body .fc-scroller::-webkit-scrollbar-thumb,
body .gantt-container::-webkit-scrollbar,
body .gantt-container::-webkit-scrollbar-thumb,
body .home-activity .tab-content::-webkit-scrollbar,
body .home-activity .tab-content::-webkit-scrollbar-thumb,
body .iconpicker .iconpicker-items::-webkit-scrollbar,
body .iconpicker .iconpicker-items::-webkit-scrollbar-thumb,
body .kan-ban-content-wrapper::-webkit-scrollbar,
body .kan-ban-content-wrapper::-webkit-scrollbar-thumb,
body .kan-ban-tab::-webkit-scrollbar,
body .kan-ban-tab::-webkit-scrollbar-thumb,
body .projects-activity .activity-feed::-webkit-scrollbar,
body .projects-activity .activity-feed::-webkit-scrollbar-thumb,
body .table-responsive::-webkit-scrollbar,
body .table-responsive::-webkit-scrollbar-thumb,
body .tasks-phases::-webkit-scrollbar,
body .tasks-phases::-webkit-scrollbar-thumb,
body textarea.form-control::-webkit-scrollbar,
body textarea.form-control::-webkit-scrollbar-thumb {
  width: 12px;
  height: 12px;
  border-radius: 13px;
}
body #estimate-pipeline::-webkit-scrollbar-thumb,
body #proposals-pipeline::-webkit-scrollbar-thumb,
body .dropdown-menu .inner::-webkit-scrollbar-thumb,
body .fc-scroller::-webkit-scrollbar-thumb,
body .gantt-container::-webkit-scrollbar-thumb,
body .home-activity .tab-content::-webkit-scrollbar-thumb,
body .iconpicker .iconpicker-items::-webkit-scrollbar-thumb,
body .kan-ban-content-wrapper::-webkit-scrollbar-thumb,
body .kan-ban-tab::-webkit-scrollbar-thumb,
body .projects-activity .activity-feed::-webkit-scrollbar-thumb,
body .table-responsive::-webkit-scrollbar-thumb,
body .tasks-phases::-webkit-scrollbar-thumb,
body textarea.form-control::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-primary-rgb), 0.75);
  border: 3px solid transparent;
  background-clip: content-box;
}
body #estimate-pipeline,
body #proposals-pipeline,
body .dropdown-menu .inner,
body .fc-scroller,
body .gantt-container,
body .home-activity .tab-content,
body .iconpicker .iconpicker-items,
body .kan-ban-content-wrapper,
body .kan-ban-tab,
body .projects-activity .activity-feed,
body .table-responsive,
body .tasks-phases,
body textarea.form-control {
  scrollbar-face-color: rgba(var(--color-primary-rgb), 0.75);
  scrollbar-track-color: #e4e4e4;
  scrollbar-width: thin;
}
body ::-webkit-input-placeholder {
  font-family: Montserrat-Light !important;
  color: #c5c5c5 !important;
  font-size: 13px !important;
}
body ::-moz-placeholder {
  font-family: Montserrat-Light !important;
  color: #c5c5c5 !important;
  font-size: 13px !important;
}
body ::-ms-input-placeholder {
  font-family: Montserrat-Light !important;
  color: #c5c5c5 !important;
  font-size: 13px !important;
}
body ::placeholder {
  font-family: Montserrat-Light !important;
  color: #c5c5c5 !important;
  font-size: 13px !important;
}
body .control-label,
body label {
  font-family: Montserrat, sans-serif;
}
body .label-default {
  border-color: rgba(var(--color-primary-rgb), 0.5);
  color: var(--color-primary);
}
body .dataTables_length select,
body .uneditable-input,
body input[type="color"],
body input[type="date"],
body input[type="datetime-local"],
body input[type="datetime"],
body input[type="email"],
body input[type="file"],
body input[type="month"],
body input[type="number"],
body input[type="password"],
body input[type="search"],
body input[type="tel"],
body input[type="text"],
body input[type="time"],
body input[type="url"],
body input[type="week"],
body select.form-control,
body textarea.form-control {
  font-family: Montserrat-Light !important;
  font-size: 13px;
  border-color: rgba(var(--color-primary-rgb), 0.5) !important;
}
body input:-webkit-autofill,
body input:-webkit-autofill:active,
body input:-webkit-autofill:first-line,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:hover,
body textarea:-webkit-autofill,
body textarea:-webkit-autofill:active,
body textarea:-webkit-autofill:first-line,
body textarea:-webkit-autofill:focus,
body textarea:-webkit-autofill:hover {
  font-family: Montserrat-Light !important;
  -webkit-box-shadow: 0 0 0 100px #fff inset !important;
  box-shadow: 0 0 0 100px #fff inset !important;
}
body input.form-control:focus,
body input[type="color"]:focus,
body input[type="date"]:focus,
body input[type="datetime-local"]:focus,
body input[type="datetime"]:focus,
body input[type="email"]:focus,
body input[type="file"]:focus,
body input[type="month"]:focus,
body input[type="number"]:focus,
body input[type="password"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="text"]:focus,
body input[type="time"]:focus,
body input[type="url"]:focus,
body input[type="week"]:focus,
body select.form-control:focus,
body textarea.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
body input:-internal-autofill-selected {
  font-family: Montserrat-Light !important;
  background-color: rgba(var(--color-primary-rgb), 0.1) !important;
}
body .checkbox label {
  padding-left: 2px;
}
body .checkbox label:before {
  border-color: rgba(var(--color-primary-rgb), 0.5);
  outline: 0 !important;
  top: 0;
}
body .checkbox input[type="checkbox"]:checked + label:before {
  -webkit-box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.25) !important;
  box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.25) !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  width: 15px;
  height: 15px;
  top: 1px;
}
body .checkbox input[type="checkbox"]:checked + label:after {
  color: #fff !important;
  font-size: 9px;
  padding-top: 2px;
  line-height: 13px;
}
body .checkbox.checklist-checkbox label::before {
  margin-left: -19px;
}
body .radio label {
  padding-left: 2px;
}
body .radio label:before {
  border-color: rgba(var(--color-primary-rgb), 0.5);
  width: 16px;
  height: 16px;
  outline: 0 !important;
}
body .radio label:after {
  background: #fff !important;
}
body .radio input[type="radio"]:checked + label:before {
  background: var(--color-primary);
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.25);
  box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.25);
}
body .radio input[type="radio"]:checked + label:after {
  background-color: #fff;
  width: 8px;
  height: 8px;
  left: 0;
  top: 4px;
  margin-left: -16px;
}
body .radio.wrap-split {
  margin: 0 30px 0 0;
  padding: 0;
}
body .radio.wrap-split input[type="radio"]:checked + label:before {
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  top: 22px;
  color: var(--color-primary);
}
body .radio.wrap-split label::before {
  content: "\f058";
  font-size: 18px;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 22px;
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  opacity: 0;
}
body .radio.wrap-split label::after {
  display: none;
}
body .radio .split-layout {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: block;
  width: 68px;
  margin: 0 auto;
}
body .radio .split-layout.default > span {
  background-color: #f9f9f9 !important;
}
body .radio .split-layout.header-only .split-layout-left {
  background-color: #f9f9f9 !important;
}
body .radio .split-layout.sidebar-only .split-layout-top {
  background-color: #f9f9f9 !important;
}
body .radio .split-layout.sidebar-only .split-layout-left {
  height: 68px;
  margin: -18px 0 0 0;
}
body .radio .split-layout-top {
  background-color: var(--color-primary);
  display: block;
  height: 18px;
}
body .radio .split-layout-left {
  float: left;
  width: 30%;
  background-color: var(--color-primary);
  height: 50px;
}
body .radio .split-layout-right {
  float: right;
  width: 70%;
  background-color: #f9f9f9;
  height: 50px;
}
body .radio .radio-text {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
}
body .has-error .form-control,
body .has-error .form-control:focus {
  border-color: #fc2d42 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .has-error .text-danger {
  font-family: Montserrat-Light;
  font-weight: 400;
  margin-top: 5px;
}
body .jquery-comments ul.navigation li.active:after {
  background: var(--color-primary) !important;
}
body .jquery-comments .textarea-wrapper .textarea {
  padding: 8px;
}
body .jquery-comments .highlight-background {
  background: var(--color-primary) !important;
}
body .form-group .text-danger {
  font-family: Montserrat-Light;
  font-weight: 400;
  margin-top: 5px;
}
body .input-group-addon {
  background: #f9f9f9;
  border-color: rgba(var(--color-primary-rgb), 0.5) !important;
  color: var(--second-color);
}
body .input-group-addon .checkbox label:after {
  padding-left: 0;
}
body div.dataTables_wrapper div.dataTables_length select {
  color: var(--color-primary);
}
body .dt-page-jump .dt-page-jump-select {
  height: 31px;
  color: var(--color-primary);
}
body .dt-buttons.btn-group .btn {
  color: var(--second-color);
}
body .onoffswitch-checkbox:checked + .onoffswitch-label,
body .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: var(--color-primary);
}
body .onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: var(--color-primary);
}
body form.dropzone {
  background: #f9f9f9;
}
body form.dropzone .dz-message {
  color: var(--color-primary);
}
body .bootstrap-select.btn-group.disabled,
body .bootstrap-select.btn-group > .disabled,
body .bootstrap-select.disabled,
body .bootstrap-select > .disabled {
  background: #f9f9f9 !important;
}
body.register .register-heading {
  text-transform: uppercase;
}
body.forgot-password .company-logo .logo:not(.white),
body.login_admin .company-logo .logo:not(.white) {
  display: none;
}
body.authentication .container,
body.customers_login .container,
body.forgot_password .container,
body.login_admin .container {
  width: auto;
  padding: 0;
  margin: 0;
}
body.authentication .container > .row,
body.customers_login .container > .row,
body.forgot_password .container > .row,
body.login_admin .container > .row {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  min-height: inherit;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.authentication .container > .row .col-md-offset-1,
body.authentication .container > .row .col-md-offset-2,
body.customers_login .container > .row .col-md-offset-1,
body.customers_login .container > .row .col-md-offset-2,
body.forgot_password .container > .row .col-md-offset-1,
body.forgot_password .container > .row .col-md-offset-2,
body.login_admin .container > .row .col-md-offset-1,
body.login_admin .container > .row .col-md-offset-2 {
  margin: 0;
  padding: 0;
}
body.authentication .container > .row:empty,
body.customers_login .container > .row:empty,
body.forgot_password .container > .row:empty,
body.login_admin .container > .row:empty {
  display: none;
}
body.authentication .container > .row > .mtop40,
body.customers_login .container > .row > .mtop40,
body.forgot_password .container > .row > .mtop40,
body.login_admin .container > .row > .mtop40 {
  margin: 0;
  width: 20%;
  min-width: 400px;
}
body.authentication .container > .row > .mtop40 > div,
body.customers_login .container > .row > .mtop40 > div,
body.forgot_password .container > .row > .mtop40 > div,
body.login_admin .container > .row > .mtop40 > div {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
}
body.authentication,
body.customers,
body.forgot-password,
body.login_admin {
  font-family: Montserrat-Light !important;
  background: -webkit-linear-gradient(140deg, #000 -40%, var(--color-primary))
    no-repeat;
  background: -o-linear-gradient(140deg, #000 -40%, var(--color-primary))
    no-repeat;
  background: linear-gradient(-50deg, #000 -40%, var(--color-primary)) no-repeat;
}
body.authentication > .container,
body.customers > .container,
body.forgot-password > .container,
body.login_admin > .container {
  min-height: 100vh;
}
body.authentication .forgot-password-heading h1,
body.authentication .login-heading,
body.customers .forgot-password-heading h1,
body.customers .login-heading,
body.forgot-password .forgot-password-heading h1,
body.forgot-password .login-heading,
body.login_admin .forgot-password-heading h1,
body.login_admin .login-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
body.authentication .authentication-form-wrappe,
body.authentication .authentication-form-wrapper,
body.customers .authentication-form-wrappe,
body.customers .authentication-form-wrapper,
body.forgot-password .authentication-form-wrappe,
body.forgot-password .authentication-form-wrapper,
body.login_admin .authentication-form-wrappe,
body.login_admin .authentication-form-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 20%;
  float: none;
  min-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.authentication .authentication-form-wrappe h1,
body.authentication .authentication-form-wrapper h1,
body.customers .authentication-form-wrappe h1,
body.customers .authentication-form-wrapper h1,
body.forgot-password .authentication-form-wrappe h1,
body.forgot-password .authentication-form-wrapper h1,
body.login_admin .authentication-form-wrappe h1,
body.login_admin .authentication-form-wrapper h1 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
body.authentication .authentication-form,
body.authentication .authentication-form-wrappe .tw-rounded-lg,
body.authentication .authentication-form-wrapper .tw-rounded-lg,
body.authentication .forgot-password-heading + div,
body.authentication .login-form,
body.customers .authentication-form,
body.customers .authentication-form-wrappe .tw-rounded-lg,
body.customers .authentication-form-wrapper .tw-rounded-lg,
body.customers .forgot-password-heading + div,
body.customers .login-form,
body.forgot-password .authentication-form,
body.forgot-password .authentication-form-wrappe .tw-rounded-lg,
body.forgot-password .authentication-form-wrapper .tw-rounded-lg,
body.forgot-password .forgot-password-heading + div,
body.forgot-password .login-form,
body.login_admin .authentication-form,
body.login_admin .authentication-form-wrappe .tw-rounded-lg,
body.login_admin .authentication-form-wrapper .tw-rounded-lg,
body.login_admin .forgot-password-heading + div,
body.login_admin .login-form {
  background: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08);
  border: 0;
  margin: 0;
}
body.authentication .authentication-form .panel_s,
body.authentication .authentication-form-wrappe .tw-rounded-lg .panel_s,
body.authentication .authentication-form-wrapper .tw-rounded-lg .panel_s,
body.authentication .forgot-password-heading + div .panel_s,
body.authentication .login-form .panel_s,
body.customers .authentication-form .panel_s,
body.customers .authentication-form-wrappe .tw-rounded-lg .panel_s,
body.customers .authentication-form-wrapper .tw-rounded-lg .panel_s,
body.customers .forgot-password-heading + div .panel_s,
body.customers .login-form .panel_s,
body.forgot-password .authentication-form .panel_s,
body.forgot-password .authentication-form-wrappe .tw-rounded-lg .panel_s,
body.forgot-password .authentication-form-wrapper .tw-rounded-lg .panel_s,
body.forgot-password .forgot-password-heading + div .panel_s,
body.forgot-password .login-form .panel_s,
body.login_admin .authentication-form .panel_s,
body.login_admin .authentication-form-wrappe .tw-rounded-lg .panel_s,
body.login_admin .authentication-form-wrapper .tw-rounded-lg .panel_s,
body.login_admin .forgot-password-heading + div .panel_s,
body.login_admin .login-form .panel_s {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border: 0;
}
body.authentication .authentication-form .panel_s .panel-body,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .panel_s
  .panel-body,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .panel_s
  .panel-body,
body.authentication .forgot-password-heading + div .panel_s .panel-body,
body.authentication .login-form .panel_s .panel-body,
body.customers .authentication-form .panel_s .panel-body,
body.customers .authentication-form-wrappe .tw-rounded-lg .panel_s .panel-body,
body.customers .authentication-form-wrapper .tw-rounded-lg .panel_s .panel-body,
body.customers .forgot-password-heading + div .panel_s .panel-body,
body.customers .login-form .panel_s .panel-body,
body.forgot-password .authentication-form .panel_s .panel-body,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .panel_s
  .panel-body,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .panel_s
  .panel-body,
body.forgot-password .forgot-password-heading + div .panel_s .panel-body,
body.forgot-password .login-form .panel_s .panel-body,
body.login_admin .authentication-form .panel_s .panel-body,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .panel_s
  .panel-body,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .panel_s
  .panel-body,
body.login_admin .forgot-password-heading + div .panel_s .panel-body,
body.login_admin .login-form .panel_s .panel-body {
  background: 0 0;
  border: 0;
}
body.authentication .authentication-form h1,
body.authentication .authentication-form-wrappe .tw-rounded-lg h1,
body.authentication .authentication-form-wrapper .tw-rounded-lg h1,
body.authentication .forgot-password-heading + div h1,
body.authentication .login-form h1,
body.customers .authentication-form h1,
body.customers .authentication-form-wrappe .tw-rounded-lg h1,
body.customers .authentication-form-wrapper .tw-rounded-lg h1,
body.customers .forgot-password-heading + div h1,
body.customers .login-form h1,
body.forgot-password .authentication-form h1,
body.forgot-password .authentication-form-wrappe .tw-rounded-lg h1,
body.forgot-password .authentication-form-wrapper .tw-rounded-lg h1,
body.forgot-password .forgot-password-heading + div h1,
body.forgot-password .login-form h1,
body.login_admin .authentication-form h1,
body.login_admin .authentication-form-wrappe .tw-rounded-lg h1,
body.login_admin .authentication-form-wrapper .tw-rounded-lg h1,
body.login_admin .forgot-password-heading + div h1,
body.login_admin .login-form h1 {
  color: #fff;
  font-size: 20px;
}
body.authentication .authentication-form .form-group,
body.authentication .authentication-form-wrappe .tw-rounded-lg .form-group,
body.authentication .authentication-form-wrapper .tw-rounded-lg .form-group,
body.authentication .forgot-password-heading + div .form-group,
body.authentication .login-form .form-group,
body.customers .authentication-form .form-group,
body.customers .authentication-form-wrappe .tw-rounded-lg .form-group,
body.customers .authentication-form-wrapper .tw-rounded-lg .form-group,
body.customers .forgot-password-heading + div .form-group,
body.customers .login-form .form-group,
body.forgot-password .authentication-form .form-group,
body.forgot-password .authentication-form-wrappe .tw-rounded-lg .form-group,
body.forgot-password .authentication-form-wrapper .tw-rounded-lg .form-group,
body.forgot-password .forgot-password-heading + div .form-group,
body.forgot-password .login-form .form-group,
body.login_admin .authentication-form .form-group,
body.login_admin .authentication-form-wrappe .tw-rounded-lg .form-group,
body.login_admin .authentication-form-wrapper .tw-rounded-lg .form-group,
body.login_admin .forgot-password-heading + div .form-group,
body.login_admin .login-form .form-group {
  position: relative;
}
body.authentication
  .authentication-form
  .form-group.select-placeholder
  > .form-control,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group.select-placeholder
  > .form-control,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group.select-placeholder
  > .form-control,
body.authentication
  .forgot-password-heading
  + div
  .form-group.select-placeholder
  > .form-control,
body.authentication .login-form .form-group.select-placeholder > .form-control,
body.customers
  .authentication-form
  .form-group.select-placeholder
  > .form-control,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group.select-placeholder
  > .form-control,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group.select-placeholder
  > .form-control,
body.customers
  .forgot-password-heading
  + div
  .form-group.select-placeholder
  > .form-control,
body.customers .login-form .form-group.select-placeholder > .form-control,
body.forgot-password
  .authentication-form
  .form-group.select-placeholder
  > .form-control,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group.select-placeholder
  > .form-control,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group.select-placeholder
  > .form-control,
body.forgot-password
  .forgot-password-heading
  + div
  .form-group.select-placeholder
  > .form-control,
body.forgot-password .login-form .form-group.select-placeholder > .form-control,
body.login_admin
  .authentication-form
  .form-group.select-placeholder
  > .form-control,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group.select-placeholder
  > .form-control,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group.select-placeholder
  > .form-control,
body.login_admin
  .forgot-password-heading
  + div
  .form-group.select-placeholder
  > .form-control,
body.login_admin .login-form .form-group.select-placeholder > .form-control {
  padding-left: 0;
}
body.authentication .authentication-form .form-group:last-of-type,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group:last-of-type,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group:last-of-type,
body.authentication .forgot-password-heading + div .form-group:last-of-type,
body.authentication .login-form .form-group:last-of-type,
body.customers .authentication-form .form-group:last-of-type,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group:last-of-type,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group:last-of-type,
body.customers .forgot-password-heading + div .form-group:last-of-type,
body.customers .login-form .form-group:last-of-type,
body.forgot-password .authentication-form .form-group:last-of-type,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group:last-of-type,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group:last-of-type,
body.forgot-password .forgot-password-heading + div .form-group:last-of-type,
body.forgot-password .login-form .form-group:last-of-type,
body.login_admin .authentication-form .form-group:last-of-type,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group:last-of-type,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group:last-of-type,
body.login_admin .forgot-password-heading + div .form-group:last-of-type,
body.login_admin .login-form .form-group:last-of-type {
  text-align: center;
  font-family: Montserrat, sans-serif;
  margin: 0;
  font-size: 12px;
}
body.authentication .authentication-form .form-group:last-of-type a,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group:last-of-type
  a,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group:last-of-type
  a,
body.authentication .forgot-password-heading + div .form-group:last-of-type a,
body.authentication .login-form .form-group:last-of-type a,
body.customers .authentication-form .form-group:last-of-type a,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group:last-of-type
  a,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group:last-of-type
  a,
body.customers .forgot-password-heading + div .form-group:last-of-type a,
body.customers .login-form .form-group:last-of-type a,
body.forgot-password .authentication-form .form-group:last-of-type a,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group:last-of-type
  a,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group:last-of-type
  a,
body.forgot-password .forgot-password-heading + div .form-group:last-of-type a,
body.forgot-password .login-form .form-group:last-of-type a,
body.login_admin .authentication-form .form-group:last-of-type a,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group:last-of-type
  a,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group:last-of-type
  a,
body.login_admin .forgot-password-heading + div .form-group:last-of-type a,
body.login_admin .login-form .form-group:last-of-type a {
  color: #fff;
}
body.authentication .authentication-form .form-group + a,
body.authentication .authentication-form-wrappe .tw-rounded-lg .form-group + a,
body.authentication .authentication-form-wrapper .tw-rounded-lg .form-group + a,
body.authentication .forgot-password-heading + div .form-group + a,
body.authentication .login-form .form-group + a,
body.customers .authentication-form .form-group + a,
body.customers .authentication-form-wrappe .tw-rounded-lg .form-group + a,
body.customers .authentication-form-wrapper .tw-rounded-lg .form-group + a,
body.customers .forgot-password-heading + div .form-group + a,
body.customers .login-form .form-group + a,
body.forgot-password .authentication-form .form-group + a,
body.forgot-password .authentication-form-wrappe .tw-rounded-lg .form-group + a,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  + a,
body.forgot-password .forgot-password-heading + div .form-group + a,
body.forgot-password .login-form .form-group + a,
body.login_admin .authentication-form .form-group + a,
body.login_admin .authentication-form-wrappe .tw-rounded-lg .form-group + a,
body.login_admin .authentication-form-wrapper .tw-rounded-lg .form-group + a,
body.login_admin .forgot-password-heading + div .form-group + a,
body.login_admin .login-form .form-group + a {
  font-family: Montserrat, sans-serif;
  display: table;
  color: #fff;
  margin: 15px auto 0;
}
body.authentication .authentication-form .form-group + a:hover,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  + a:hover,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  + a:hover,
body.authentication .forgot-password-heading + div .form-group + a:hover,
body.authentication .login-form .form-group + a:hover,
body.customers .authentication-form .form-group + a:hover,
body.customers .authentication-form-wrappe .tw-rounded-lg .form-group + a:hover,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  + a:hover,
body.customers .forgot-password-heading + div .form-group + a:hover,
body.customers .login-form .form-group + a:hover,
body.forgot-password .authentication-form .form-group + a:hover,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  + a:hover,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  + a:hover,
body.forgot-password .forgot-password-heading + div .form-group + a:hover,
body.forgot-password .login-form .form-group + a:hover,
body.login_admin .authentication-form .form-group + a:hover,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  + a:hover,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  + a:hover,
body.login_admin .forgot-password-heading + div .form-group + a:hover,
body.login_admin .login-form .form-group + a:hover {
  text-decoration: underline;
}
body.authentication .authentication-form .form-group .control-label,
body.authentication .authentication-form .form-group > label,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  .control-label,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > label,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  .control-label,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > label,
body.authentication .forgot-password-heading + div .form-group .control-label,
body.authentication .forgot-password-heading + div .form-group > label,
body.authentication .login-form .form-group .control-label,
body.authentication .login-form .form-group > label,
body.customers .authentication-form .form-group .control-label,
body.customers .authentication-form .form-group > label,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  .control-label,
body.customers .authentication-form-wrappe .tw-rounded-lg .form-group > label,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  .control-label,
body.customers .authentication-form-wrapper .tw-rounded-lg .form-group > label,
body.customers .forgot-password-heading + div .form-group .control-label,
body.customers .forgot-password-heading + div .form-group > label,
body.customers .login-form .form-group .control-label,
body.customers .login-form .form-group > label,
body.forgot-password .authentication-form .form-group .control-label,
body.forgot-password .authentication-form .form-group > label,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  .control-label,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > label,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  .control-label,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > label,
body.forgot-password .forgot-password-heading + div .form-group .control-label,
body.forgot-password .forgot-password-heading + div .form-group > label,
body.forgot-password .login-form .form-group .control-label,
body.forgot-password .login-form .form-group > label,
body.login_admin .authentication-form .form-group .control-label,
body.login_admin .authentication-form .form-group > label,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  .control-label,
body.login_admin .authentication-form-wrappe .tw-rounded-lg .form-group > label,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  .control-label,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > label,
body.login_admin .forgot-password-heading + div .form-group .control-label,
body.login_admin .forgot-password-heading + div .form-group > label,
body.login_admin .login-form .form-group .control-label,
body.login_admin .login-form .form-group > label {
  color: #fff;
  font-size: 13px;
}
body.authentication .authentication-form .form-group > .form-control,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control,
body.authentication .forgot-password-heading + div .form-group > .form-control,
body.authentication .login-form .form-group > .form-control,
body.customers .authentication-form .form-group > .form-control,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control,
body.customers .forgot-password-heading + div .form-group > .form-control,
body.customers .login-form .form-group > .form-control,
body.forgot-password .authentication-form .form-group > .form-control,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control,
body.forgot-password .forgot-password-heading + div .form-group > .form-control,
body.forgot-password .login-form .form-group > .form-control,
body.login_admin .authentication-form .form-group > .form-control,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control,
body.login_admin .forgot-password-heading + div .form-group > .form-control,
body.login_admin .login-form .form-group > .form-control {
  padding-left: 45px;
}
body.authentication
  .authentication-form
  .form-group
  > .form-control[type="password"],
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control[type="password"],
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control[type="password"],
body.authentication
  .forgot-password-heading
  + div
  .form-group
  > .form-control[type="password"],
body.authentication .login-form .form-group > .form-control[type="password"],
body.customers
  .authentication-form
  .form-group
  > .form-control[type="password"],
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control[type="password"],
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control[type="password"],
body.customers
  .forgot-password-heading
  + div
  .form-group
  > .form-control[type="password"],
body.customers .login-form .form-group > .form-control[type="password"],
body.forgot-password
  .authentication-form
  .form-group
  > .form-control[type="password"],
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control[type="password"],
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control[type="password"],
body.forgot-password
  .forgot-password-heading
  + div
  .form-group
  > .form-control[type="password"],
body.forgot-password .login-form .form-group > .form-control[type="password"],
body.login_admin
  .authentication-form
  .form-group
  > .form-control[type="password"],
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control[type="password"],
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control[type="password"],
body.login_admin
  .forgot-password-heading
  + div
  .form-group
  > .form-control[type="password"],
body.login_admin .login-form .form-group > .form-control[type="password"] {
  font-size: 20px;
}
body.authentication
  .authentication-form
  .form-group
  > .form-control.bootstrap-select,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select,
body.authentication
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select,
body.authentication .login-form .form-group > .form-control.bootstrap-select,
body.customers
  .authentication-form
  .form-group
  > .form-control.bootstrap-select,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select,
body.customers
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select,
body.customers .login-form .form-group > .form-control.bootstrap-select,
body.forgot-password
  .authentication-form
  .form-group
  > .form-control.bootstrap-select,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select,
body.forgot-password
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select,
body.forgot-password .login-form .form-group > .form-control.bootstrap-select,
body.login_admin
  .authentication-form
  .form-group
  > .form-control.bootstrap-select,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select,
body.login_admin
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select,
body.login_admin .login-form .form-group > .form-control.bootstrap-select {
  padding-left: 0;
}
body.authentication
  .authentication-form
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.authentication
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.authentication
  .login-form
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.customers
  .authentication-form
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.customers
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.customers
  .login-form
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.forgot-password
  .authentication-form
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.forgot-password
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.forgot-password
  .login-form
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.login_admin
  .authentication-form
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.login_admin
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default,
body.login_admin
  .login-form
  .form-group
  > .form-control.bootstrap-select
  .btn.btn-default {
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: none;
  background: #fff;
  line-height: 23px;
}
body.authentication
  .authentication-form
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.authentication
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.authentication
  .login-form
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.customers
  .authentication-form
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.customers
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.customers
  .login-form
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.forgot-password
  .authentication-form
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.forgot-password
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.forgot-password
  .login-form
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.login_admin
  .authentication-form
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.login_admin
  .forgot-password-heading
  + div
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu,
body.login_admin
  .login-form
  .form-group
  > .form-control.bootstrap-select
  .dropdown-menu {
  margin: 0 !important;
}
body.authentication .authentication-form .form-group .btn-success,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  .btn-success,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  .btn-success,
body.authentication .forgot-password-heading + div .form-group .btn-success,
body.authentication .login-form .form-group .btn-success,
body.customers .authentication-form .form-group .btn-success,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  .btn-success,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  .btn-success,
body.customers .forgot-password-heading + div .form-group .btn-success,
body.customers .login-form .form-group .btn-success,
body.forgot-password .authentication-form .form-group .btn-success,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  .btn-success,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  .btn-success,
body.forgot-password .forgot-password-heading + div .form-group .btn-success,
body.forgot-password .login-form .form-group .btn-success,
body.login_admin .authentication-form .form-group .btn-success,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  .btn-success,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  .btn-success,
body.login_admin .forgot-password-heading + div .form-group .btn-success,
body.login_admin .login-form .form-group .btn-success {
  margin-top: 10px;
}
body.authentication .authentication-form .form-group i.fa,
body.authentication .authentication-form-wrappe .tw-rounded-lg .form-group i.fa,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.fa,
body.authentication .forgot-password-heading + div .form-group i.fa,
body.authentication .login-form .form-group i.fa,
body.customers .authentication-form .form-group i.fa,
body.customers .authentication-form-wrappe .tw-rounded-lg .form-group i.fa,
body.customers .authentication-form-wrapper .tw-rounded-lg .form-group i.fa,
body.customers .forgot-password-heading + div .form-group i.fa,
body.customers .login-form .form-group i.fa,
body.forgot-password .authentication-form .form-group i.fa,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.fa,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.fa,
body.forgot-password .forgot-password-heading + div .form-group i.fa,
body.forgot-password .login-form .form-group i.fa,
body.login_admin .authentication-form .form-group i.fa,
body.login_admin .authentication-form-wrappe .tw-rounded-lg .form-group i.fa,
body.login_admin .authentication-form-wrapper .tw-rounded-lg .form-group i.fa,
body.login_admin .forgot-password-heading + div .form-group i.fa,
body.login_admin .login-form .form-group i.fa {
  background-color: var(--color-primary);
  border: none;
  color: #fff;
  position: absolute;
  top: 23.5px;
  left: 0;
  width: 35px;
  height: 36.5px;
  text-align: center;
  line-height: 48px;
  border-radius: 3.5px 0 0 3.5px;
}
body.authentication .authentication-form .form-group i.fa:before,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.fa:before,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.fa:before,
body.authentication .forgot-password-heading + div .form-group i.fa:before,
body.authentication .login-form .form-group i.fa:before,
body.customers .authentication-form .form-group i.fa:before,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.fa:before,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.fa:before,
body.customers .forgot-password-heading + div .form-group i.fa:before,
body.customers .login-form .form-group i.fa:before,
body.forgot-password .authentication-form .form-group i.fa:before,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.fa:before,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.fa:before,
body.forgot-password .forgot-password-heading + div .form-group i.fa:before,
body.forgot-password .login-form .form-group i.fa:before,
body.login_admin .authentication-form .form-group i.fa:before,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.fa:before,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.fa:before,
body.login_admin .forgot-password-heading + div .form-group i.fa:before,
body.login_admin .login-form .form-group i.fa:before {
  content: "";
  height: 18px;
  display: inline-block;
  width: 16px;
  -webkit-filter: invert(1);
  filter: invert(1);
  background-size: 16px auto;
  background-repeat: no-repeat;
}
body.authentication .authentication-form .form-group i.email:before,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.email:before,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.email:before,
body.authentication .forgot-password-heading + div .form-group i.email:before,
body.authentication .login-form .form-group i.email:before,
body.customers .authentication-form .form-group i.email:before,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.email:before,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.email:before,
body.customers .forgot-password-heading + div .form-group i.email:before,
body.customers .login-form .form-group i.email:before,
body.forgot-password .authentication-form .form-group i.email:before,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.email:before,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.email:before,
body.forgot-password .forgot-password-heading + div .form-group i.email:before,
body.forgot-password .login-form .form-group i.email:before,
body.login_admin .authentication-form .form-group i.email:before,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.email:before,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.email:before,
body.login_admin .forgot-password-heading + div .form-group i.email:before,
body.login_admin .login-form .form-group i.email:before {
  background-image: url(../fonts/feather/mail.svg);
}
body.authentication .authentication-form .form-group i.password:before,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.password:before,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.password:before,
body.authentication
  .forgot-password-heading
  + div
  .form-group
  i.password:before,
body.authentication .login-form .form-group i.password:before,
body.customers .authentication-form .form-group i.password:before,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.password:before,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.password:before,
body.customers .forgot-password-heading + div .form-group i.password:before,
body.customers .login-form .form-group i.password:before,
body.forgot-password .authentication-form .form-group i.password:before,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.password:before,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.password:before,
body.forgot-password
  .forgot-password-heading
  + div
  .form-group
  i.password:before,
body.forgot-password .login-form .form-group i.password:before,
body.login_admin .authentication-form .form-group i.password:before,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .form-group
  i.password:before,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .form-group
  i.password:before,
body.login_admin .forgot-password-heading + div .form-group i.password:before,
body.login_admin .login-form .form-group i.password:before {
  background-image: url(../fonts/feather/lock.svg);
  height: 19px;
}
body.authentication .authentication-form .checkbox,
body.authentication .authentication-form-wrappe .tw-rounded-lg .checkbox,
body.authentication .authentication-form-wrapper .tw-rounded-lg .checkbox,
body.authentication .forgot-password-heading + div .checkbox,
body.authentication .login-form .checkbox,
body.customers .authentication-form .checkbox,
body.customers .authentication-form-wrappe .tw-rounded-lg .checkbox,
body.customers .authentication-form-wrapper .tw-rounded-lg .checkbox,
body.customers .forgot-password-heading + div .checkbox,
body.customers .login-form .checkbox,
body.forgot-password .authentication-form .checkbox,
body.forgot-password .authentication-form-wrappe .tw-rounded-lg .checkbox,
body.forgot-password .authentication-form-wrapper .tw-rounded-lg .checkbox,
body.forgot-password .forgot-password-heading + div .checkbox,
body.forgot-password .login-form .checkbox,
body.login_admin .authentication-form .checkbox,
body.login_admin .authentication-form-wrappe .tw-rounded-lg .checkbox,
body.login_admin .authentication-form-wrapper .tw-rounded-lg .checkbox,
body.login_admin .forgot-password-heading + div .checkbox,
body.login_admin .login-form .checkbox {
  margin: 20px 0 20px 20px;
  padding: 0;
}
body.authentication .authentication-form .checkbox input[type="checkbox"],
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"],
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"],
body.authentication
  .forgot-password-heading
  + div
  .checkbox
  input[type="checkbox"],
body.authentication .login-form .checkbox input[type="checkbox"],
body.customers .authentication-form .checkbox input[type="checkbox"],
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"],
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"],
body.customers .forgot-password-heading + div .checkbox input[type="checkbox"],
body.customers .login-form .checkbox input[type="checkbox"],
body.forgot-password .authentication-form .checkbox input[type="checkbox"],
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"],
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"],
body.forgot-password
  .forgot-password-heading
  + div
  .checkbox
  input[type="checkbox"],
body.forgot-password .login-form .checkbox input[type="checkbox"],
body.login_admin .authentication-form .checkbox input[type="checkbox"],
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"],
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"],
body.login_admin
  .forgot-password-heading
  + div
  .checkbox
  input[type="checkbox"],
body.login_admin .login-form .checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}
body.authentication
  .authentication-form
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.authentication
  .forgot-password-heading
  + div
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.authentication
  .login-form
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.customers
  .authentication-form
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.customers
  .forgot-password-heading
  + div
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.customers
  .login-form
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.forgot-password
  .authentication-form
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.forgot-password
  .forgot-password-heading
  + div
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.forgot-password
  .login-form
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.login_admin
  .authentication-form
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.login_admin
  .forgot-password-heading
  + div
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
body.login_admin
  .login-form
  .checkbox
  input[type="checkbox"]:checked
  + label::after {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}
body.authentication .authentication-form .checkbox label,
body.authentication .authentication-form-wrappe .tw-rounded-lg .checkbox label,
body.authentication .authentication-form-wrapper .tw-rounded-lg .checkbox label,
body.authentication .forgot-password-heading + div .checkbox label,
body.authentication .login-form .checkbox label,
body.customers .authentication-form .checkbox label,
body.customers .authentication-form-wrappe .tw-rounded-lg .checkbox label,
body.customers .authentication-form-wrapper .tw-rounded-lg .checkbox label,
body.customers .forgot-password-heading + div .checkbox label,
body.customers .login-form .checkbox label,
body.forgot-password .authentication-form .checkbox label,
body.forgot-password .authentication-form-wrappe .tw-rounded-lg .checkbox label,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  label,
body.forgot-password .forgot-password-heading + div .checkbox label,
body.forgot-password .login-form .checkbox label,
body.login_admin .authentication-form .checkbox label,
body.login_admin .authentication-form-wrappe .tw-rounded-lg .checkbox label,
body.login_admin .authentication-form-wrapper .tw-rounded-lg .checkbox label,
body.login_admin .forgot-password-heading + div .checkbox label,
body.login_admin .login-form .checkbox label {
  color: #fff;
  text-shadow: none;
}
body.authentication .authentication-form .checkbox label::before,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  label::before,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  label::before,
body.authentication .forgot-password-heading + div .checkbox label::before,
body.authentication .login-form .checkbox label::before,
body.customers .authentication-form .checkbox label::before,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  label::before,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  label::before,
body.customers .forgot-password-heading + div .checkbox label::before,
body.customers .login-form .checkbox label::before,
body.forgot-password .authentication-form .checkbox label::before,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  label::before,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  label::before,
body.forgot-password .forgot-password-heading + div .checkbox label::before,
body.forgot-password .login-form .checkbox label::before,
body.login_admin .authentication-form .checkbox label::before,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  label::before,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  label::before,
body.login_admin .forgot-password-heading + div .checkbox label::before,
body.login_admin .login-form .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #bfcbd9;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
body.authentication .authentication-form .checkbox label::after,
body.authentication
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  label::after,
body.authentication
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  label::after,
body.authentication .forgot-password-heading + div .checkbox label::after,
body.authentication .login-form .checkbox label::after,
body.customers .authentication-form .checkbox label::after,
body.customers
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  label::after,
body.customers
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  label::after,
body.customers .forgot-password-heading + div .checkbox label::after,
body.customers .login-form .checkbox label::after,
body.forgot-password .authentication-form .checkbox label::after,
body.forgot-password
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  label::after,
body.forgot-password
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  label::after,
body.forgot-password .forgot-password-heading + div .checkbox label::after,
body.forgot-password .login-form .checkbox label::after,
body.login_admin .authentication-form .checkbox label::after,
body.login_admin
  .authentication-form-wrappe
  .tw-rounded-lg
  .checkbox
  label::after,
body.login_admin
  .authentication-form-wrapper
  .tw-rounded-lg
  .checkbox
  label::after,
body.login_admin .forgot-password-heading + div .checkbox label::after,
body.login_admin .login-form .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}
body.customers > .logo {
  display: none;
}
body.customers .submenu.customer-top-submenu {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 #e6edef;
  box-shadow: 0 1px 0 #e6edef;
  padding: 8px 15px;
  margin: 0 0 20px 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.customers .submenu.customer-top-submenu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
body.customers .submenu.customer-top-submenu li a {
  font-family: Montserrat-Medium;
  color: var(--color-primary) !important;
  text-transform: uppercase;
  font-size: 13px;
}
body.customers .submenu.customer-top-submenu li a .fa {
  margin-right: 5px;
  font-size: 15px;
}
body.customers .submenu.customer-top-submenu li a:hover {
  color: #333 !important;
}
body.customers .navbar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.12);
  width: 260px;
  margin: 0;
  padding: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  body.customers .navbar {
    width: 100%;
  }
}
body.customers .navbar .container {
  width: auto;
  margin: 0;
  padding: 0;
}
body.customers .navbar .navbar-header {
  float: none;
  min-height: 74px;
}
@media screen and (max-width: 768px) {
  body.customers .navbar .navbar-header {
    background: var(--color-primary);
  }
}
body.customers .navbar .navbar-header .navbar-brand:not(.white) {
  display: none;
}
body.customers .navbar .navbar-header .navbar-brand {
  margin: 0;
  float: none;
  padding: 20px 15px;
  display: inline-block;
}
body.customers .navbar .navbar-collapse {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.customers .navbar .navbar-collapse {
    background: var(--color-primary);
  }
}
body.customers .navbar .navbar-collapse .navbar-nav {
  position: relative;
  margin: 0;
  padding: 55px 10px 38px;
  float: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  body.customers .navbar .navbar-collapse .navbar-nav {
    padding: 10px 10px 28px;
  }
}
body.customers .navbar .navbar-collapse .navbar-nav > li {
  float: none;
  margin: 2px 0;
}
body.customers .navbar .navbar-collapse .navbar-nav > li > a {
  font-family: Montserrat-Medium;
  font-size: 13px;
  background: 0 0 !important;
  color: #fff !important;
  text-transform: uppercase;
  line-height: 15px;
  padding: 8px 16px 8px 16px;
  margin: 0;
  border-radius: 10px !important;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.customers .navbar .navbar-collapse .navbar-nav > li > a::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  width: 20px;
  height: 18px;
  margin: 0 10px 0 0;
}
body.customers .navbar .navbar-collapse .navbar-nav > li > a:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.customers .navbar .navbar-collapse .navbar-nav > li.active > a {
  background: rgba(255, 255, 255, 0.12) !important;
}
body.customers .navbar .navbar-collapse .navbar-nav > li > .dropdown-menu {
  padding: 0;
  border-color: #e6edef;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li
  > .dropdown-menu
  .dropdown-menu {
  padding: 0;
  max-height: 337px;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile {
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  border-radius: 30px 0 0 30px;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  a.dropdown-toggle {
  color: var(--color-primary) !important;
  padding: 5px 25px 4px 7px;
  position: relative;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  a.dropdown-toggle:before {
  display: none;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  a.dropdown-toggle
  .caret {
  position: absolute;
  left: 45px;
  top: 14px;
  right: 0;
  width: auto;
  height: auto;
  border: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 25px 0 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 0 !important;
  margin: 0;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  a.dropdown-toggle
  .caret:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 5px;
  right: 10px;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  .client-profile-image-small {
  border: 4px solid rgba(var(--color-primary-rgb), 0.25);
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-register
  a::before {
  background-image: url(../fonts/feather/user-plus.svg);
  background-position: 2px 0;
  background-repeat: no-repeat;
  background-size: 18px auto;
  -webkit-filter: invert(1);
  filter: invert(1);
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-login
  > a {
  padding: 8px 16px 8px 16px;
  margin: 0;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-login
  > a
  .fa-user {
  display: none;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-login
  > a::before {
  background-image: url(../fonts/feather/user.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  -webkit-filter: invert(1);
  filter: invert(1);
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-knowledge-base {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-knowledge-base
  a::before {
  background-image: url(../fonts/feather/help-circle.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  -webkit-filter: invert(1);
  filter: invert(1);
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-projects
  a::before {
  content: "\e0e4";
  font-weight: 900;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-invoices
  a::before {
  content: "\f15c";
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-contracts
  a::before {
  content: "\f56c";
  font-weight: 900;
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-estimates
  a::before {
  content: "\f15b";
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-proposals
  a::before {
  content: "\f022";
}
body.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-support
  a::before {
  content: "\f1cd";
}
body.customers:not(.customers_login, .forgot_password) #wrapper {
  background: #f9f9f9;
}
body.customers:not(.customers_login, .forgot_password)
  #wrapper
  #content
  > .container {
  padding: 20px 40px;
}
body.customers #wrapper {
  margin: 0 0 0 260px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.customers #wrapper {
    margin: 0;
  }
}
body.customers #wrapper #content > .container {
  min-height: 100vh;
  width: auto;
}
body.customers #wrapper #content > .container:first-child {
  display: none;
}
body.customers
  #wrapper
  #content
  .kb-search-jumbotron
  .kb-search
  button[type="submit"] {
  background: var(--color-primary);
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body.customers
  #wrapper
  #content
  .kb-search-jumbotron
  .kb-search
  button[type="submit"]:hover {
  background: rgba(var(--color-primary-rgb), 0.75);
}
body.customers
  #wrapper
  #content
  .kb-search-jumbotron
  .kb-search
  .kb-search-icon {
  color: var(--color-primary);
  font-size: 17px;
}
body.customers #wrapper #content .kb-search-jumbotron + .container {
  min-height: auto;
}
body.customers #wrapper #content .kb-search-jumbotron + .container .panel_s {
  width: 100%;
}
body.customers
  #wrapper
  #content
  .kb-search-jumbotron
  + .container
  .panel_s
  .col-md-12:last-of-type
  .article_group_wrapper {
  border: 0;
}
body.customers .footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 260px);
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 0;
  display: none;
}
body.contract-view #wrapper,
body.proposal-view #wrapper,
body.viewestimate #wrapper,
body.viewinvoice #wrapper {
  margin: 0;
}
body.contract-view .container.preview-sticky-container,
body.proposal-view .container.preview-sticky-container,
body.viewestimate .container.preview-sticky-container,
body.viewinvoice .container.preview-sticky-container {
  width: auto;
}
body.contract-view .preview-sticky-header .container.preview-sticky-container,
body.proposal-view .preview-sticky-header .container.preview-sticky-container,
body.viewestimate .preview-sticky-header .container.preview-sticky-container,
body.viewinvoice .preview-sticky-header .container.preview-sticky-container {
  padding: 0 22px;
}
body.rtl #header,
body[dir="rtl"] #header {
  margin: 0;
}
body.rtl #header .header-left,
body[dir="rtl"] #header .header-left {
  float: none;
  border-right: 0;
  border-left: 1px solid #e6edef;
}
body.rtl #header .hide-menu,
body[dir="rtl"] #header .hide-menu {
  left: auto;
  right: 220px;
  border: 0;
}
body.rtl #header .navbar-nav.navbar-right > li#top_search,
body.rtl #header .navbar-nav.navbar-right > li#top_search_button,
body[dir="rtl"] #header .navbar-nav.navbar-right > li#top_search,
body[dir="rtl"] #header .navbar-nav.navbar-right > li#top_search_button {
  float: right;
}
body.rtl #header .navbar-nav.navbar-right > li,
body[dir="rtl"] #header .navbar-nav.navbar-right > li {
  float: right;
}
body.rtl #header .navbar-nav.navbar-right > li#top_search_button button,
body[dir="rtl"] #header .navbar-nav.navbar-right > li#top_search_button button {
  margin: 0 20px 0 0;
  text-align: center;
}
body.rtl #header .navbar-nav > li > a .staff-profile-image-small,
body[dir="rtl"] #header .navbar-nav > li > a .staff-profile-image-small {
  margin-left: 0;
}
body.rtl
  #header
  .navbar-nav.navbar-right
  > li.header-user-profile
  .dropdown-submenu
  > a:after,
body[dir="rtl"]
  #header
  .navbar-nav.navbar-right
  > li.header-user-profile
  .dropdown-submenu
  > a:after {
  float: left;
  border-width: 5px 0 5px 5px;
}
body.rtl
  #header
  .navbar-nav.navbar-right
  > li.header-user-profile
  .dropdown-submenu
  .dropdown-menu,
body[dir="rtl"]
  #header
  .navbar-nav.navbar-right
  > li.header-user-profile
  .dropdown-submenu
  .dropdown-menu {
  left: 100%;
  right: auto;
}
body.rtl #wrapper,
body[dir="rtl"] #wrapper {
  margin-right: 260px;
  margin-left: 0;
}
body.rtl.hide-sidebar:not(.show-sidebar) #wrapper,
body[dir="rtl"].hide-sidebar:not(.show-sidebar) #wrapper {
  margin-left: 0 !important;
}
body.rtl.hide-sidebar:not(.show-sidebar) #menu,
body[dir="rtl"].hide-sidebar:not(.show-sidebar) #menu {
  margin-left: 0;
  margin-right: -260px;
}
body.rtl.hide-sidebar #side-menu,
body[dir="rtl"].hide-sidebar #side-menu {
  display: block;
}
body.rtl #menu > .nav > li > a i.menu-icon,
body[dir="rtl"] #menu > .nav > li > a i.menu-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
body.rtl #menu > .nav > li > a .arrow,
body[dir="rtl"] #menu > .nav > li > a .arrow {
  float: left;
  padding-left: 0;
  padding-right: 5px;
  margin: 0;
}
body.rtl #menu > .nav > li > a .arrow:before,
body[dir="rtl"] #menu > .nav > li > a .arrow:before {
  content: "\f104";
}
body.rtl #menu > .nav > li .nav-second-level li a,
body[dir="rtl"] #menu > .nav > li .nav-second-level li a {
  padding: 7px 49px 7px 10px;
}
body.rtl #menu > .nav > li .nav-second-level li a i.menu-icon,
body[dir="rtl"] #menu > .nav > li .nav-second-level li a i.menu-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
body.rtl #menu > .nav > li.dashboard_user,
body[dir="rtl"] #menu > .nav > li.dashboard_user {
  padding: 11px 42px 11px 30px;
  border-radius: 0 30px 30px 0 !important;
  left: auto;
  right: 10px;
}
body.rtl #menu > .nav > li.dashboard_user i,
body[dir="rtl"] #menu > .nav > li.dashboard_user i {
  right: auto;
  left: 10px;
}
body.rtl #menu > .nav > li.dashboard_user .navbar-nav,
body[dir="rtl"] #menu > .nav > li.dashboard_user .navbar-nav {
  left: auto;
  right: 12px;
}
body.rtl #menu > .nav > li.dashboard_user .navbar-nav > li .dropdown-menu,
body[dir="rtl"]
  #menu
  > .nav
  > li.dashboard_user
  .navbar-nav
  > li
  .dropdown-menu {
  right: 0;
}
body.rtl #menu > .nav > li.dashboard_user .dashboard_user-icon,
body[dir="rtl"] #menu > .nav > li.dashboard_user .dashboard_user-icon {
  right: auto;
  left: 15px;
}
body.rtl #menu > .nav > li.quick-links,
body[dir="rtl"] #menu > .nav > li.quick-links {
  right: 20px;
  left: auto;
}
body.rtl #menu > .nav > li.quick-links .dropdown-menu,
body[dir="rtl"] #menu > .nav > li.quick-links .dropdown-menu {
  right: 0;
  left: auto;
}
body.rtl #menu > .nav > li.quick-links .dropdown-menu:after,
body.rtl #menu > .nav > li.quick-links .dropdown-menu:before,
body[dir="rtl"] #menu > .nav > li.quick-links .dropdown-menu:after,
body[dir="rtl"] #menu > .nav > li.quick-links .dropdown-menu:before {
  left: auto;
  right: 6px;
}
body.rtl #setup-menu-wrapper #setup-menu > li:first-child,
body[dir="rtl"] #setup-menu-wrapper #setup-menu > li:first-child {
  border-radius: 0 30px 30px 0 !important;
  left: auto;
  right: 10px;
}
body.rtl #setup-menu-wrapper #setup-menu > li > a .arrow,
body[dir="rtl"] #setup-menu-wrapper #setup-menu > li > a .arrow {
  float: left;
  margin: 0;
}
body.rtl #setup-menu-wrapper #setup-menu > li > a .arrow:before,
body[dir="rtl"] #setup-menu-wrapper #setup-menu > li > a .arrow:before {
  content: "\f104";
}
body.rtl #setup-menu-wrapper #setup-menu > li .close-customizer i:before,
body[dir="rtl"]
  #setup-menu-wrapper
  #setup-menu
  > li
  .close-customizer
  i:before {
  content: "\f138";
}
body.rtl #setup-menu-wrapper #setup-menu .nav-second-level li a,
body[dir="rtl"] #setup-menu-wrapper #setup-menu .nav-second-level li a {
  padding: 7px 28px 7px 10px;
}
body.rtl .btn-bottom-toolbar,
body[dir="rtl"] .btn-bottom-toolbar {
  padding-left: 25px;
}
body.rtl .fa.pull-left,
body[dir="rtl"] .fa.pull-left {
  margin-right: 0;
  margin-left: 0.3em;
}
body.rtl .tw-mr-2,
body[dir="rtl"] .tw-mr-2 {
  margin-left: 0.5rem;
  margin-right: 0;
}
body.rtl .activity-feed .feed-item,
body[dir="rtl"] .activity-feed .feed-item {
  padding-left: 0;
  padding-right: 30px;
  border-right-width: 2px;
  border-right-style: solid;
  border-left: 0;
}
body.rtl .activity-feed .feed-item:after,
body[dir="rtl"] .activity-feed .feed-item:after {
  left: auto;
  right: -6px;
}
body.rtl #newsfeed .post-time-ago,
body[dir="rtl"] #newsfeed .post-time-ago {
  right: auto;
  left: 55px;
}
body.rtl #newsfeed .newsfeed_post .dropdown,
body[dir="rtl"] #newsfeed .newsfeed_post .dropdown {
  right: auto;
  left: 20px;
}
body.rtl #newsfeed .comment-image,
body[dir="rtl"] #newsfeed .comment-image {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl table.dataTable tbody tr td .fa-clock-o,
body[dir="rtl"] table.dataTable tbody tr td .fa-clock-o {
  text-align: right;
}
body.rtl .main-tasks-table-href-name,
body[dir="rtl"] .main-tasks-table-href-name {
  margin: 0;
  float: none;
}
body.rtl .user-data .home-activity i.menu-icon,
body[dir="rtl"] .user-data .home-activity i.menu-icon {
  float: right;
  margin-left: 16px;
  margin-right: 0;
}
body.rtl .todo-title,
body[dir="rtl"] .todo-title {
  padding: 0 17px 0 0;
}
body.rtl .notification-box-all img,
body[dir="rtl"] .notification-box-all img {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl.authentication
  .authentication-form
  .form-group
  > .form-control:not(.bootstrap-select),
body.rtl.authentication
  .forgot-password-heading
  + div
  .form-group
  > .form-control:not(.bootstrap-select),
body.rtl.authentication
  .login-form
  .form-group
  > .form-control:not(.bootstrap-select),
body.rtl.customers
  .authentication-form
  .form-group
  > .form-control:not(.bootstrap-select),
body.rtl.customers
  .forgot-password-heading
  + div
  .form-group
  > .form-control:not(.bootstrap-select),
body.rtl.customers
  .login-form
  .form-group
  > .form-control:not(.bootstrap-select),
body.rtl.login_admin
  .authentication-form
  .form-group
  > .form-control:not(.bootstrap-select),
body.rtl.login_admin
  .forgot-password-heading
  + div
  .form-group
  > .form-control:not(.bootstrap-select),
body.rtl.login_admin
  .login-form
  .form-group
  > .form-control:not(.bootstrap-select),
body[dir="rtl"].authentication
  .authentication-form
  .form-group
  > .form-control:not(.bootstrap-select),
body[dir="rtl"].authentication
  .forgot-password-heading
  + div
  .form-group
  > .form-control:not(.bootstrap-select),
body[dir="rtl"].authentication
  .login-form
  .form-group
  > .form-control:not(.bootstrap-select),
body[dir="rtl"].customers
  .authentication-form
  .form-group
  > .form-control:not(.bootstrap-select),
body[dir="rtl"].customers
  .forgot-password-heading
  + div
  .form-group
  > .form-control:not(.bootstrap-select),
body[dir="rtl"].customers
  .login-form
  .form-group
  > .form-control:not(.bootstrap-select),
body[dir="rtl"].login_admin
  .authentication-form
  .form-group
  > .form-control:not(.bootstrap-select),
body[dir="rtl"].login_admin
  .forgot-password-heading
  + div
  .form-group
  > .form-control:not(.bootstrap-select),
body[dir="rtl"].login_admin
  .login-form
  .form-group
  > .form-control:not(.bootstrap-select) {
  padding-left: 0;
  padding-right: 45px;
}
body.rtl.authentication .authentication-form .form-group i.fa,
body.rtl.authentication .forgot-password-heading + div .form-group i.fa,
body.rtl.authentication .login-form .form-group i.fa,
body.rtl.customers .authentication-form .form-group i.fa,
body.rtl.customers .forgot-password-heading + div .form-group i.fa,
body.rtl.customers .login-form .form-group i.fa,
body.rtl.login_admin .authentication-form .form-group i.fa,
body.rtl.login_admin .forgot-password-heading + div .form-group i.fa,
body.rtl.login_admin .login-form .form-group i.fa,
body[dir="rtl"].authentication .authentication-form .form-group i.fa,
body[dir="rtl"].authentication .forgot-password-heading + div .form-group i.fa,
body[dir="rtl"].authentication .login-form .form-group i.fa,
body[dir="rtl"].customers .authentication-form .form-group i.fa,
body[dir="rtl"].customers .forgot-password-heading + div .form-group i.fa,
body[dir="rtl"].customers .login-form .form-group i.fa,
body[dir="rtl"].login_admin .authentication-form .form-group i.fa,
body[dir="rtl"].login_admin .forgot-password-heading + div .form-group i.fa,
body[dir="rtl"].login_admin .login-form .form-group i.fa {
  left: auto;
  right: 0;
  border-radius: 0 3.5px 3.5px 0;
}
body.rtl.authentication .authentication-form .checkbox label:before,
body.rtl.authentication .forgot-password-heading + div .checkbox label:before,
body.rtl.authentication .login-form .checkbox label:before,
body.rtl.customers .authentication-form .checkbox label:before,
body.rtl.customers .forgot-password-heading + div .checkbox label:before,
body.rtl.customers .login-form .checkbox label:before,
body.rtl.login_admin .authentication-form .checkbox label:before,
body.rtl.login_admin .forgot-password-heading + div .checkbox label:before,
body.rtl.login_admin .login-form .checkbox label:before,
body[dir="rtl"].authentication .authentication-form .checkbox label:before,
body[dir="rtl"].authentication
  .forgot-password-heading
  + div
  .checkbox
  label:before,
body[dir="rtl"].authentication .login-form .checkbox label:before,
body[dir="rtl"].customers .authentication-form .checkbox label:before,
body[dir="rtl"].customers .forgot-password-heading + div .checkbox label:before,
body[dir="rtl"].customers .login-form .checkbox label:before,
body[dir="rtl"].login_admin .authentication-form .checkbox label:before,
body[dir="rtl"].login_admin
  .forgot-password-heading
  + div
  .checkbox
  label:before,
body[dir="rtl"].login_admin .login-form .checkbox label:before {
  left: auto;
  right: 0;
  margin: 0;
}
body.rtl.authentication .authentication-form .checkbox label::after,
body.rtl.authentication .forgot-password-heading + div .checkbox label::after,
body.rtl.authentication .login-form .checkbox label::after,
body.rtl.customers .authentication-form .checkbox label::after,
body.rtl.customers .forgot-password-heading + div .checkbox label::after,
body.rtl.customers .login-form .checkbox label::after,
body.rtl.login_admin .authentication-form .checkbox label::after,
body.rtl.login_admin .forgot-password-heading + div .checkbox label::after,
body.rtl.login_admin .login-form .checkbox label::after,
body[dir="rtl"].authentication .authentication-form .checkbox label::after,
body[dir="rtl"].authentication
  .forgot-password-heading
  + div
  .checkbox
  label::after,
body[dir="rtl"].authentication .login-form .checkbox label::after,
body[dir="rtl"].customers .authentication-form .checkbox label::after,
body[dir="rtl"].customers .forgot-password-heading + div .checkbox label::after,
body[dir="rtl"].customers .login-form .checkbox label::after,
body[dir="rtl"].login_admin .authentication-form .checkbox label::after,
body[dir="rtl"].login_admin
  .forgot-password-heading
  + div
  .checkbox
  label::after,
body[dir="rtl"].login_admin .login-form .checkbox label::after {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 3px;
  margin: 0;
}
body.rtl.customers .navbar,
body[dir="rtl"].customers .navbar {
  left: auto;
  right: 0;
}
body.rtl.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile,
body[dir="rtl"].customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile {
  left: 0;
  right: 10px;
  border-radius: 0 30px 30px 0 !important;
}
body.rtl.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  a.dropdown-toggle,
body[dir="rtl"].customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  a.dropdown-toggle {
  padding: 5px 7px 4px 25px;
}
body.rtl.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  a.dropdown-toggle
  .caret,
body[dir="rtl"].customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  a.dropdown-toggle
  .caret {
  left: 0;
  right: 45px;
  padding: 0 0 0 25px;
}
body.rtl.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  a.dropdown-toggle
  .caret::after,
body[dir="rtl"].customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li.customers-nav-item-profile
  a.dropdown-toggle
  .caret::after {
  right: auto;
  left: 10px;
}
body.rtl.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li
  > .dropdown-menu
  .dropdown-submenu
  > a:after,
body[dir="rtl"].customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li
  > .dropdown-menu
  .dropdown-submenu
  > a:after {
  float: left;
  margin-left: -10px;
  margin-right: 0;
  border: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ccc;
}
body.rtl.customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li
  > .dropdown-menu
  .dropdown-menu,
body[dir="rtl"].customers
  .navbar
  .navbar-collapse
  .navbar-nav
  > li
  > .dropdown-menu
  .dropdown-menu {
  left: auto;
  right: 100%;
}
body.rtl.customers .submenu li,
body[dir="rtl"].customers .submenu li {
  margin-right: 0;
  margin-left: 15px;
}
body.rtl.customers .submenu li a .fa,
body[dir="rtl"].customers .submenu li a .fa {
  margin-right: 0;
  margin-left: 5px;
}
body.rtl.customers
  #wrapper
  #content
  .kb-search-jumbotron
  .kb-search
  button[type="submit"],
body[dir="rtl"].customers
  #wrapper
  #content
  .kb-search-jumbotron
  .kb-search
  button[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.rtl.customers .login-form .checkbox label,
body[dir="rtl"].customers .login-form .checkbox label {
  padding-right: 20px;
}
body.rtl .tw-space-x-3 > :not([hidden]) ~ :not([hidden]),
body[dir="rtl"] .tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  margin-right: 10px;
}
body.dark-only #header .mobile-menu ul.mobile-icon-menu > li.mode .fa,
body.dark-only #header .navbar-nav.navbar-right > li.mode > a .fa {
  background-image: url(../fonts/feather/sun.svg);
}
body.dark-only
  #header
  .mobile-menu
  ul.mobile-icon-menu
  > li.header-notifications
  .fa,
body.dark-only #header .mobile-menu ul.mobile-icon-menu > li.header-timers .fa,
body.dark-only #header .mobile-menu ul.mobile-icon-menu > li.mode .fa,
body.dark-only #header .navbar-nav.navbar-right > li.full_screen .feather_full,
body.dark-only #header .navbar-nav.navbar-right > li.header-todo > a .fa,
body.dark-only #header .navbar-nav.navbar-right > li.mode > a .fa,
body.dark-only #header .navbar-nav.navbar-right > li > a.notifications-icon .fa,
body.dark-only #header .navbar-nav.navbar-right > li > a.open_newsfeed .fa,
body.dark-only #header .navbar-nav.navbar-right > li > a.top-timers .fa,
body.dark-only .widget-dragger,
body.dark-only table.dataTable thead > tr > th.sorting:after {
  -webkit-filter: invert(1);
  filter: invert(1);
}
body.dark-only #header .mobile-menu ul.mobile-icon-menu > li > a svg,
body.dark-only #header .navbar-nav > li > a svg {
  color: #fff;
}
body.dark-only table.dataTable thead > tr > th.sorting:after {
  color: #000;
}
body.dark-only #header #logo a.logo.img-responsive,
body.dark-only #header .small-logo a.logo.img-responsive {
  display: block;
}
body.dark-only #header #logo a.logo.img-responsive.dark,
body.dark-only #header .small-logo a.logo.img-responsive.dark {
  display: none;
}
body.dark-only
  #header
  .navbar-nav
  > li.header-user-profile
  .dropdown-submenu
  > a:after {
  border-right-color: rgba(255, 255, 255, 0.85) !important;
}
body.dark-only #menu > .nav::-webkit-scrollbar-thumb {
  background: rgba(var(--color-primary-rgb), 0.75) !important;
}
body.dark-only #top_search_button button .fa {
  color: rgba(var(--color-primary-rgb), 0.75) !important;
}
body.dark-only .bg-light-gray,
body.dark-only .bg-odd,
body.dark-only .dataTables_wrapper,
body.dark-only .lead-modal .activity-feed .feed-item,
body.dark-only div.dataTables_processing {
  background: 0 0 !important;
}
body.dark-only .widget-dragger {
  color: #000;
}
body.dark-only,
body.dark-only #header,
body.dark-only #menu,
body.dark-only #menu > .nav,
body.dark-only #setup-menu-wrapper,
body.dark-only .btn-bottom-toolbar,
body.dark-only .customer-profile-group-heading,
body.dark-only .iconpicker .iconpicker-items,
body.dark-only .lead-info-heading,
body.dark-only .modal-header,
body.dark-only .nav-tabs,
body.dark-only .panel_s .panel-body,
body.dark-only .panel_s > .panel-heading,
body.dark-only .popover,
body.dark-only .screen-options-area,
body.dark-only .screen-options-btn,
body.dark-only .system-popup,
body.dark-only .tab-pane .tw-bg-neutral-50,
body.dark-only .top_stats_wrapper,
body.dark-only .user-data .home-activity .nav.nav-tabs {
  background: #111727 !important;
}
body.dark-only #dropzoneDragArea,
body.dark-only #invoices_total .tw-border,
body.dark-only #menu > .nav > li.dashboard_user,
body.dark-only #menu > .nav > li.pinned_project,
body.dark-only #newsfeed,
body.dark-only #newsfeed .newsfeed_post .post-comment.panel-footer,
body.dark-only #newsfeed .newsfeed_post .post-likes.panel-footer,
body.dark-only #newsfeed .newsfeed_post .user-post-like,
body.dark-only #setup-menu-wrapper #setup-menu > li:first-child,
body.dark-only #side-menu li.active,
body.dark-only #subscriptionForm .tw-bg-neutral-50n,
body.dark-only #wrapper,
body.dark-only .bg-stripe,
body.dark-only .dd3-content,
body.dark-only .dropdown-menu,
body.dark-only .dropdown-menu .tw-bg-neutral-50,
body.dark-only .dropzone:not(#new-post-form),
body.dark-only .dropzoneDragArea,
body.dark-only .email-template-heading,
body.dark-only .iconpicker-popover.popover .popover-title,
body.dark-only .kan-ban-content,
body.dark-only .mobile-navbar,
body.dark-only .panel,
body.dark-only .panel-body,
body.dark-only .panel_s,
body.dark-only .panel_s > .panel-footer,
body.dark-only .progress,
body.dark-only .radio .split-layout-right,
body.dark-only .radio .split-layout.default > span,
body.dark-only .radio .split-layout.header-only .split-layout-left,
body.dark-only .radio .split-layout.sidebar-only .split-layout-top,
body.dark-only .table.items .main,
body.dark-only .table.items thead,
body.dark-only .table > tbody > tr.info > td,
body.dark-only ::-webkit-scrollbar-track,
body.dark-only li .nav-second-level li {
  background: #202938 !important;
}
body.dark-only,
body.dark-only #article-form .tw-text-neutral-700,
body.dark-only #header .mobile-menu .mobile-menu-toggle,
body.dark-only #header .mobile-menu ul.mobile-icon-menu > li > a,
body.dark-only #header .navbar-nav.navbar-right > li > a,
body.dark-only #menu > .nav > li .nav-second-level a,
body.dark-only
  #menu
  > .nav
  > li.dashboard_user
  .navbar-nav
  > li
  .dropdown-menu
  .dropdown-header,
body.dark-only
  #menu
  > .nav
  > li.dashboard_user
  .navbar-nav
  > li
  .dropdown-menu
  > li
  > a
  i,
body.dark-only #menu > .nav > li.pinned_project a,
body.dark-only #menu > .nav > li > a,
body.dark-only #setup-menu-wrapper #setup-menu > li > a,
body.dark-only #widget-top_stats > .row > div .mtop5,
body.dark-only ._transaction_form .tw-text-neutral-700,
body.dark-only .btn.btn-default,
body.dark-only .control-label,
body.dark-only .customer-profile-group-heading,
body.dark-only .dd3-content,
body.dark-only .dropdown-menu > li > a,
body.dark-only .dropzone .tw-text-neutral-700,
body.dark-only .email-templates .tw-text-neutral-700,
body.dark-only .form-control,
body.dark-only .mobile-navbar .navbar-nav > li > a,
body.dark-only .modal-header,
body.dark-only .modal-title,
body.dark-only .panel-footer.post-likes,
body.dark-only .panel_s > .panel-heading-bg,
body.dark-only .table thead tr th,
body.dark-only .text-dark,
body.dark-only .user-data .home-activity .nav-tabs a,
body.dark-only b[style],
body.dark-only label,
body.dark-only table.dataTable thead > tr > th,
body.dark-only.reports .tw-text-neutral-700,
body.dark-only.subscription .tw-text-neutral-700 {
  color: rgba(255, 255, 255, 0.85) !important;
}
body.dark-only #dropzoneDragArea,
body.dark-only #header .header-left,
body.dark-only #invoices_total .tw-border,
body.dark-only #menu,
body.dark-only #newsfeed .newsfeed_post .post-comment.panel-footer,
body.dark-only #newsfeed .newsfeed_post .post-likes.panel-footer,
body.dark-only #newsfeed .newsfeed_post .user-comment.panel-footer,
body.dark-only #newsfeed .newsfeed_post .user-post-like,
body.dark-only #setup-menu-wrapper,
body.dark-only #subscriptionForm .tw-bg-neutral-50,
body.dark-only .bg-stripe,
body.dark-only .border-right,
body.dark-only .btn-bottom-toolbar,
body.dark-only .customer-profile-group-heading,
body.dark-only .dd3-content,
body.dark-only .dd3-handle,
body.dark-only .dropdown-menu,
body.dark-only .dropzone,
body.dark-only .dropzoneDragArea,
body.dark-only .email-template-heading,
body.dark-only .events .event,
body.dark-only .horizontal-scrollable-tabs .scroller,
body.dark-only .iconpicker .iconpicker-item,
body.dark-only .iconpicker-popover.popover .popover-title,
body.dark-only .jquery-comments ul.navigation,
body.dark-only .label-default,
body.dark-only .label-info,
body.dark-only .lead-latest-activity,
body.dark-only .lead-modal .activity-feed .feed-item,
body.dark-only .md\:tw-border-r,
body.dark-only .mobile-menu .navbar-nav,
body.dark-only .mobile-navbar .navbar-nav > li > a,
body.dark-only .modal-footer,
body.dark-only .modal-header,
body.dark-only .nav-tabs,
body.dark-only .navbar-pills.navbar-pills-flat.nav-tabs > li > a,
body.dark-only .notification-box,
body.dark-only .notification-box-all.unread,
body.dark-only .notification-box.unread,
body.dark-only .notifications .not_mark_all_as_read,
body.dark-only .onoffswitch-label,
body.dark-only .panel,
body.dark-only .panel_s,
body.dark-only .panel_s .panel-body,
body.dark-only .panel_s > .panel-heading,
body.dark-only .panel_s > .panel-heading-bg,
body.dark-only .popover,
body.dark-only .project-file-image,
body.dark-only .screen-options-area,
body.dark-only .screen-options-btn,
body.dark-only .tab-pane .tw-bg-neutral-50,
body.dark-only .tab-separator,
body.dark-only .table-responsive,
body.dark-only .table.items .main,
body.dark-only .top_stats_wrapper,
body.dark-only ::-webkit-scrollbar,
body.dark-only ::-webkit-scrollbar-thumb,
body.dark-only hr,
body.dark-only table,
body.dark-only table td,
body.dark-only table th,
body.dark-only ul.todo li,
body.dark-only.reports .sm\:tw-border-r,
body.dark-only::-webkit-scrollbar,
body.dark-only::-webkit-scrollbar-thumb {
  border-color: rgba(36, 105, 92, 0.2) !important;
}
body.dark-only .btn.btn-default,
body.dark-only .form-control,
body.dark-only .input-group-addon,
body.dark-only .pagination a,
body.dark-only .pagination span,
body.dark-only select,
body.dark-only table thead > tr > th {
  background: rgba(121, 81, 170, 0.1);
}
body.dark-only #setup-menu li.active,
body.dark-only .checkbox label:before,
body.dark-only .modal-content,
body.dark-only .modal-header .close,
body.dark-only .onoffswitch-label,
body.dark-only .panel_s > .panel-heading-bg,
body.dark-only .radio label::before {
  background: #202938;
}
body.dark-only #setup-menu-wrapper #setup-menu .nav-second-level li a,
body.dark-only .jquery-comments ul li,
body.dark-only .nav-tabs a {
  color: rgba(255, 255, 255, 0.85);
}
body.dark-only .bootstrap-select,
body.dark-only .btn.btn-default {
  background: rgba(121, 81, 170, 0.1) !important;
}
body.dark-only .system-popup .system-popup-close::after,
body.dark-only .system-popup .system-popup-close::before {
  background: rgba(255, 255, 255, 0.85);
}
body.dark-only .modal-header .close:hover {
  background: #e6e6e6;
}
body.dark-only.main-todo-page .events,
body.dark-only.main-todo-page .fadeIn.tw-bg-white {
  background: 0 0;
  border: 1px solid rgba(36, 105, 92, 0.2) !important;
}
body.dark-only.main-todo-page .events .todo-body h4,
body.dark-only.main-todo-page .fadeIn.tw-bg-white .todo-body h4 {
  margin-top: 0;
}
body.dark-only .caret {
  border-color: #fff;
}
body.dark-only #setup-menu-wrapper #setup-menu > li .close-customizer {
  color: var(--color-primary) !important;
}
body.dark-only.loading .pointer {
  -webkit-filter: invert(1);
  filter: invert(1);
}
body.dark-only.loading .pointer,
body.dark-only.loading .select-placeholder:after {
  display: none !important;
}
body.dark-only.loading div,
body.dark-only.loading input::-webkit-input-placeholder,
body.dark-only.loading input[type="email"],
body.dark-only.loading input[type="password"],
body.dark-only.loading input[type="text"],
body.dark-only.loading span {
  color: #111727 !important;
}
body.dark-only.loading div,
body.dark-only.loading input::-moz-placeholder,
body.dark-only.loading input[type="email"],
body.dark-only.loading input[type="password"],
body.dark-only.loading input[type="text"],
body.dark-only.loading span {
  color: #111727 !important;
}
body.dark-only.loading div,
body.dark-only.loading input::-ms-input-placeholder,
body.dark-only.loading input[type="email"],
body.dark-only.loading input[type="password"],
body.dark-only.loading input[type="text"],
body.dark-only.loading span {
  color: #111727 !important;
}
body.dark-only.loading div,
body.dark-only.loading input::placeholder,
body.dark-only.loading input[type="email"],
body.dark-only.loading input[type="password"],
body.dark-only.loading input[type="text"],
body.dark-only.loading span {
  color: #111727 !important;
}
body.dark-only.loading #header:before,
body.dark-only.loading .alert:before,
body.dark-only.loading .dataTables_info:before,
body.dark-only.loading .image:before,
body.dark-only.loading .progress:before,
body.dark-only.loading .user-data .home-activity .nav.nav-tabs:before,
body.dark-only.loading a:before,
body.dark-only.loading button.btn:before,
body.dark-only.loading button:before,
body.dark-only.loading dd:before,
body.dark-only.loading dt:before,
body.dark-only.loading h1:before,
body.dark-only.loading h2:before,
body.dark-only.loading h3:before,
body.dark-only.loading h4:before,
body.dark-only.loading h5:before,
body.dark-only.loading h6:before,
body.dark-only.loading input:before,
body.dark-only.loading label:before,
body.dark-only.loading p:before,
body.dark-only.loading select:before,
body.dark-only.loading small:before,
body.dark-only.loading span:before,
body.dark-only.loading table:before,
body.dark-only.loading ul li:before {
  background: #202938 !important;
  background: -webkit-linear-gradient(
    340deg,
    #262e3d 8%,
    #202938 18%,
    #262e3d 33%
  ) !important;
  background: -o-linear-gradient(
    340deg,
    #262e3d 8%,
    #202938 18%,
    #262e3d 33%
  ) !important;
  background: linear-gradient(
    110deg,
    #262e3d 8%,
    #202938 18%,
    #262e3d 33%
  ) !important;
}
body.sidebar_color:not(.dark-only) #header .header-left {
  background: var(--color-primary);
}
body.sidebar_color:not(.dark-only) #header .header-left .hide-menu {
  color: #fff;
}
body.sidebar_color:not(.dark-only) #header #logo a.logo:not(.dark) {
  display: block;
}
body.sidebar_color:not(.dark-only) #header #logo a.logo.dark {
  display: none;
}
body.sidebar_color:not(.dark-only) #menu,
body.sidebar_color:not(.dark-only) #setup-menu-wrapper {
  background: var(--color-primary);
}
body.sidebar_color:not(.dark-only) #menu #setup-menu,
body.sidebar_color:not(.dark-only) #menu > .nav,
body.sidebar_color:not(.dark-only) #setup-menu-wrapper #setup-menu,
body.sidebar_color:not(.dark-only) #setup-menu-wrapper > .nav {
  background: var(--color-primary) !important;
}
body.sidebar_color:not(.dark-only) #menu #setup-menu > li > a,
body.sidebar_color:not(.dark-only) #menu > .nav > li > a,
body.sidebar_color:not(.dark-only) #setup-menu-wrapper #setup-menu > li > a,
body.sidebar_color:not(.dark-only) #setup-menu-wrapper > .nav > li > a {
  color: #fff;
}
body.sidebar_color:not(.dark-only) #menu #setup-menu > li > a:focus,
body.sidebar_color:not(.dark-only) #menu #setup-menu > li > a:hover,
body.sidebar_color:not(.dark-only) #menu > .nav > li > a:focus,
body.sidebar_color:not(.dark-only) #menu > .nav > li > a:hover,
body.sidebar_color:not(.dark-only)
  #setup-menu-wrapper
  #setup-menu
  > li
  > a:focus,
body.sidebar_color:not(.dark-only)
  #setup-menu-wrapper
  #setup-menu
  > li
  > a:hover,
body.sidebar_color:not(.dark-only) #setup-menu-wrapper > .nav > li > a:focus,
body.sidebar_color:not(.dark-only) #setup-menu-wrapper > .nav > li > a:hover {
  background: rgba(255, 255, 255, 0.2);
}
body.sidebar_color:not(.dark-only)
  #menu
  #setup-menu
  > li
  .nav-second-level
  li
  a,
body.sidebar_color:not(.dark-only) #menu > .nav > li .nav-second-level li a,
body.sidebar_color:not(.dark-only)
  #setup-menu-wrapper
  #setup-menu
  > li
  .nav-second-level
  li
  a,
body.sidebar_color:not(.dark-only)
  #setup-menu-wrapper
  > .nav
  > li
  .nav-second-level
  li
  a {
  color: #fff !important;
}
body.sidebar_color:not(.dark-only) #menu #setup-menu > li.active > a,
body.sidebar_color:not(.dark-only) #menu > .nav > li.active > a,
body.sidebar_color:not(.dark-only)
  #setup-menu-wrapper
  #setup-menu
  > li.active
  > a,
body.sidebar_color:not(.dark-only) #setup-menu-wrapper > .nav > li.active > a {
  background: rgba(255, 255, 255, 0.2);
}
body.header_color:not(.dark-only) #header .header-left {
  background: var(--color-primary);
}
body.header_color:not(.dark-only) #header .header-left .hide-menu {
  color: #fff;
}
body.header_color:not(.dark-only) #header #logo a.logo:not(.dark) {
  display: block;
}
body.header_color:not(.dark-only) #header #logo a.logo.dark {
  display: none;
}
body.header_color:not(.dark-only) #header > nav {
  background: var(--color-primary);
}
body.header_color:not(.dark-only)
  #header
  .mobile-menu
  ul.mobile-icon-menu
  > li.mode
  .fa {
  -webkit-filter: invert(1);
  filter: invert(1);
}
body.header_color:not(.dark-only) #header .mobile-menu .mobile-menu-toggle i,
body.header_color:not(.dark-only)
  #header
  .mobile-menu
  ul.mobile-icon-menu
  > li
  > a
  span
  svg,
body.header_color:not(.dark-only)
  #header
  .mobile-menu
  ul.mobile-icon-menu
  > li
  > a
  svg {
  color: #fff;
}
body.header_color:not(.dark-only) #header .navbar-nav > li > a svg {
  color: #fff;
}
body.header_color:not(.dark-only) #header .navbar-nav > li > a i {
  -webkit-filter: invert(1);
  filter: invert(1);
}
body.header_color:not(.dark-only) #header .navbar-nav > li .bg-warning,
body.header_color:not(.dark-only)
  #header
  .navbar-nav
  > li.header-notifications
  > a
  > span.icon-notifications,
body.header_color:not(.dark-only)
  #header
  .navbar-nav
  > li.header-notifications
  > a
  > span.tw-rounded-full,
body.header_color:not(.dark-only)
  #header
  .navbar-nav
  > li.header-timers
  > a
  > span.icon-notifications,
body.header_color:not(.dark-only)
  #header
  .navbar-nav
  > li.header-timers
  > a
  > span.tw-rounded-full {
  background-color: #fff !important;
  color: var(--color-primary);
}
body.header_color:not(.dark-only)
  #header
  #top_search
  #top_search_button
  button {
  color: #fff;
}
body.header_color:not(.dark-only) #header #top_search #search_input {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
body.header_color:not(.dark-only)
  #header
  #top_search
  #search_input::-webkit-input-placeholder {
  color: #fff !important;
}
body.header_color:not(.dark-only)
  #header
  #top_search
  #search_input::-moz-placeholder {
  color: #fff !important;
}
body.header_color:not(.dark-only)
  #header
  #top_search
  #search_input::-ms-input-placeholder {
  color: #fff !important;
}
body.header_color:not(.dark-only)
  #header
  #top_search
  #search_input::placeholder {
  color: #fff !important;
}
body.loading {
  overflow: hidden;
}
body.loading #header *,
body.loading #setup-menu-wrapper #setup-menu > li:first-child,
body.loading #top_search_button,
body.loading #widget-top_stats > .row > div .mtop5 svg,
body.loading .checkbox,
body.loading .dashboard_user,
body.loading .input-group-addon,
body.loading .onoffswitch,
body.loading .quick-links,
body.loading .radio,
body.loading .screen-options-btn,
body.loading ::-webkit-scrollbar,
body.loading ::-webkit-scrollbar-thumb,
body.loading canvas,
body.loading i,
body.loading iframe,
body.loading input[type="number"],
body.loading textarea,
body.loading::-webkit-scrollbar {
  display: none !important;
}
body.loading:not(.dark-only) #menu,
body.loading:not(.dark-only) #menu > .nav {
  background: #fff !important;
}
body.loading #menu,
body.loading #setup-menu-wrapper {
  padding: 0;
}
body.loading #side-menu li a,
body.loading a * {
  opacity: 0;
}
body.loading div,
body.loading input[type="email"],
body.loading input[type="password"],
body.loading input[type="text"],
body.loading span {
  color: #fff;
}
body.loading li,
body.loading p * {
  margin: 5px !important;
}
body.loading #header,
body.loading #mobile-search,
body.loading .alert,
body.loading .dataTables_info,
body.loading .image,
body.loading .progress,
body.loading .project-status-label-2,
body.loading .table,
body.loading a,
body.loading button,
body.loading button.btn,
body.loading dd,
body.loading dt,
body.loading h1,
body.loading h2,
body.loading h3,
body.loading h4,
body.loading h5,
body.loading h6,
body.loading input,
body.loading label,
body.loading p,
body.loading select,
body.loading small,
body.loading span,
body.loading table,
body.loading ul li {
  position: relative;
  border: 0 !important;
  background: 0 0 !important;
}
body.loading #header:before,
body.loading #mobile-search:before,
body.loading .alert:before,
body.loading .dataTables_info:before,
body.loading .image:before,
body.loading .progress:before,
body.loading .project-status-label-2:before,
body.loading .table:before,
body.loading a:before,
body.loading button.btn:before,
body.loading button:before,
body.loading dd:before,
body.loading dt:before,
body.loading h1:before,
body.loading h2:before,
body.loading h3:before,
body.loading h4:before,
body.loading h5:before,
body.loading h6:before,
body.loading input:before,
body.loading label:before,
body.loading p:before,
body.loading select:before,
body.loading small:before,
body.loading span:before,
body.loading table:before,
body.loading ul li:before {
  content: "" !important;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eee;
  background: -webkit-linear-gradient(
    340deg,
    #ececec 8%,
    #f5f5f5 18%,
    #ececec 33%
  );
  background: -o-linear-gradient(340deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100% !important;
  -webkit-animation: 1.5s shine linear infinite;
  animation: 1.5s shine linear infinite;
  z-index: 999;
}
