.splash.splash-loading-foreground {
  background: #f3f3f3;
  position: fixed;
  top: 70px;
  left: 240px;
  right: 0;
  bottom: 0;
  z-index: 5; /* Must be >.navbar-main */
  font-size: 100px;
  color: #ccc;
  align-content: center;
  justify-content: center;
}

/* Remove margins when in mobile mode */
body.screen-xs .splash.splash-loading-foreground {
  top: 0px;
  left: 0px;
  z-index: 1000;
}

body.loading.loading-foreground .splash.splash-loading-foreground {
  display: flex;
  align-items: center;
}

.splash.splash-loading-foreground > img {
  width: 40vw;
  max-width: 200px;
}
/**
* Color scheme variable additions
*/
:root {
  --main: #576a79 !important;
  --main-darker: #3f474e;
  --main-highlight: #8fa3b3;
  /* Misc assistant colors */
  --gray-light: #eeeeee;
  /* Font awsome config */
  --fa-primary-color: #e5d5ca;
  --fa-primary-opacity: 1;
  --fa-secondary-color: #f5e5da;
  --fa-secondary-opacity: 0.8;
}

.bg-main {
  background: var(--main);
}

.bg-main-darker {
  background: var(--main-darker);
}

.bg-main-lighter {
  background: var(--main-highlight);
}
/*
Template Name: Minton - Bootstrap 4 Admin Dashboard
Author: Coderthemes
Email: coderthemes@gmail.com
File: Main Css
*/
/*===================================
  Menu
  ===================================*/
.topbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: var(--main);
}

.topbar .topbar-left {
  float: left;
  position: relative;
  width: 240px;
  z-index: 1;
  background-color: var(--main);
  max-height: 70px;
}

.topbar .topbar-left-sm {
  width: 180px;
}

.topbar .topbar-left-sm + .navbar-custom {
  margin-left: 180px;
}

.logo {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 70px;
  text-transform: uppercase;
}

.logo h1 {
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

.logo .icon-c-logo {
  display: none;
}

.navbar-custom {
  background-color: var(--main);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  margin-left: 240px;
  min-height: 70px;
}

.navbar-custom .nav-link {
  padding: 18px 25px;
  color: rgba(255, 255, 255, 0.6);
}

.navbar-custom .nav-link > i {
  font-size: 20px;
}

.navbar-custom .dropdown-toggle:after {
  content: initial;
}

.navbar-custom .menu-left {
  overflow: hidden;
}

.profile img {
  border: 2px solid #edf0f0;
  height: 36px;
  width: 36px;
}

/* Notification */
.notification-list {
  margin-left: 0 !important;
}

.notification-list .noti-title {
  margin-bottom: 0;
  width: auto;
  padding: 12px 20px;
}

.notification-list .noti-title h5 {
  margin: 0;
}

.notification-list .noti-title .label {
  float: right;
}

.notification-list .noti-icon {
  font-size: 18px;
  padding: 0 12px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.8);
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 8px;
}

.notification-list .notify-item {
  padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #ffffff;
}

.notification-list .notify-item .notify-icon img {
  margin-top: 4px;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-all {
  border-radius: 0 0 0.25rem 0.25rem;
  margin: 0 0 -5px 0;
  background-color: #eeeeee;
}

.notification-list .profile-dropdown .notify-item {
  padding: 4px 20px;
}

.profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.profile-dropdown span {
  vertical-align: middle;
}

.nav-user img {
  height: 36px;
  width: 36px;
}

.navbar-nav {
  margin: 0;
}

.side-menu {
  bottom: 0;
  top: 0;
  width: 240px;
  z-index: 2;
}

.side-menu.left {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 70px;
}

body.fixed-left .side-menu.left {
  bottom: 50px;
  height: 100%;
  margin-bottom: -70px;
  margin-top: 0;
  padding-bottom: 70px;
  position: fixed;
}

.content-page {
  margin-left: 240px;
  min-height: 100vh;
}

.content-page > .content {
  margin-bottom: 60px;
  margin-top: 70px;
  padding: 20px 5px 5px 5px;
}

.button-menu-mobile {
  border: none;
  color: #ffffff;
  display: inline-block;
  height: 70px;
  width: 60px;
  background-color: var(--main);
  font-size: 24px;
}

.sidebar-inner {
  height: 100%;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

#sidebar-menu {
  padding-bottom: 30px;
  padding-top: 22px;
  width: 100%;
}

#sidebar-menu .nav > li > a .badge {
  position: absolute;
  right: 10px;
  top: 12px;
}

#sidebar-menu a {
  line-height: 1.3;
}

#sidebar-menu ul ul {
  display: none;
}

#sidebar-menu ul ul li {
  border-top: 0;
}

#sidebar-menu ul ul li.active a {
  color: var(--main);
}

#sidebar-menu ul ul a {
  color: #75798B;
  display: block;
  padding: 10px 20px 10px 65px;
  font-size: 0.9rem;
}

#sidebar-menu ul ul a:hover {
  color: var(--main);
}

#sidebar-menu ul ul a i {
  margin-right: 5px;
}

#sidebar-menu ul ul ul a {
  padding-left: 80px;
}

#sidebar-menu .label {
  margin-top: 2px;
}

#sidebar-menu .subdrop {
  color: var(--main);
}

#sidebar-menu > ul > li > a {
  color: #2a3142;
  display: block;
  padding: 12px 20px;
  margin: 4px 0;
  border-left: 3px solid #ffffff;
}

#sidebar-menu > ul > li > a:hover {
  color: var(--main);
  text-decoration: none;
}

#sidebar-menu > ul > li > a > span {
  vertical-align: middle;
}

#sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: "Material Design Icons";
  text-rendering: auto;
  line-height: 24px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #98a6ad;
}

#sidebar-menu ul li .menu-arrow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
}

#sidebar-menu ul li a i {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#sidebar-menu ul li a i.md {
  font-size: 18px;
}

#sidebar-menu > ul > li > a > i.i-right {
  float: right;
  margin: 3px 0 0 0;
}

#sidebar-menu > ul > li > a.active {
  background: #f5f5f5 !important;
  border-left: 3px solid var(--main);
}

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: 0.035em;
  pointer-events: none;
  cursor: default;
  font-size: 13px;
}

.page-title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.1rem;
  float: left;
}

.page-title-box {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
  padding: 20px;
  margin: -20px -20px 22px -20px;
}

.page-title-box .breadcrumb {
  margin: 0;
  padding: 0;
}

/* Small Menu */
.side-menu-sm {
  width: 180px;
  text-align: center;
}

.side-menu-sm #sidebar-menu > ul > li > a > i {
  display: block;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: 0;
}

.side-menu-sm #sidebar-menu ul ul a {
  padding: 10px 20px 10px 20px;
}

.side-menu-sm + .content-page .footer {
  left: 180px;
}

#wrapper.enlarged .side-menu-sm {
  text-align: left;
}

#wrapper.enlarged .side-menu-sm #sidebar-menu ul li a i {
  display: inline-block;
  font-size: 18px;
  line-height: 17px;
  margin-left: 3px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}

.side-menu-sm + .content-page {
  margin-left: 180px;
}

/* Header 2 */
.page-header-2 {
  background: #ffffff;
  border-bottom: 1px solid #dee2e8;
  margin: -20px -15px 22px -15px;
  padding: 10px 20px 0 20px;
}

#wrapper.enlarged .navbar-custom {
  margin-left: 70px;
}

#wrapper.enlarged .menu-title, #wrapper.enlarged .menu-arrow {
  display: none !important;
}

#wrapper.enlarged #sidebar-menu ul ul {
  border: 2px solid #eeeeee;
  margin-top: -5px;
  padding-top: 5px;
  z-index: 9999;
  background-color: #ffffff;
}

#wrapper.enlarged .left.side-menu {
  width: 70px;
  z-index: 5;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
  padding: 15px 20px;
  min-height: 52px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  background: #eeeeee !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:active {
  background: #eeeeee !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:focus {
  background: #eeeeee !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
  margin-right: 20px !important;
  font-size: 20px;
}

#wrapper.enlarged .left.side-menu .label {
  position: absolute;
  top: 5px;
  left: 35px;
  text-indent: 0;
  display: block !important;
  padding: 0.2em 0.6em 0.3em !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
  position: relative;
  white-space: nowrap;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
  position: relative;
  width: 260px;
  background: #eeeeee;
  color: var(--main);
  border-color: var(--main);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
  color: var(--main);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
  display: inline;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  width: 186px;
  z-index: 6;
}

#wrapper.enlarged .left.side-menu #sidebar-menu li .show-menu + ul a:hover {
  color: var(--main);
}

#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
  color: var(--main) !important;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
  display: none;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
  display: block;
  left: 186px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(270deg);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li.active a {
  color: var(--main);
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
  display: none;
  padding-left: 10px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span.badge {
  padding-left: 5px;
}

#wrapper.enlarged .left.side-menu .user-details {
  display: none;
}

#wrapper.enlarged .content-page {
  margin-left: 70px;
}

#wrapper.enlarged .footer {
  left: 70px;
}

#wrapper.enlarged .topbar .topbar-left {
  width: 70px !important;
}

#wrapper.enlarged .topbar .topbar-left .logo .icon-c-logo {
  display: block;
  line-height: 70px;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
  display: none;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
  display: none;
}

#wrapper.enlarged .tips-box {
  display: none;
}

.tips-box .portlet {
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.05);
}

.user-details {
  padding: 20px;
  padding-bottom: 0;
  position: relative;
}

.user-details img {
  position: relative;
  z-index: 9999;
}

.user-details .user-info {
  color: #444444;
  margin-left: 60px;
  position: relative;
  z-index: 99999;
}

.user-details .user-info a.dropdown-toggle {
  color: #797979;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
}

#wrapper.right-bar-enabled .right-bar {
  right: 0;
}

#wrapper.right-bar-enabled .left-layout {
  left: 0;
}

/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 70px;
  bottom: 0;
  font-size: 0.9rem;
}

.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
  overflow: auto;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
}

.right-bar {
  background: #ffffff !important;
  z-index: 99 !important;
}

.right-bar h4 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  font-size: 1.2rem;
}

.right-bar .nav-link {
  font-size: 16px;
}

.right-bar .tab-content {
  padding: 20px;
}

.contact-list {
  max-height: 600px;
}

.contact-list .list-group-item {
  border: none;
}

.contact-list .list-group-item:hover {
  background: #f5f5f5;
}

.contact-list .list-group-item a {
  display: block;
  width: 100%;
}

.contact-list i.offline {
  color: #ef5350 !important;
}

.contact-list i.away {
  color: #ffaa00;
}

.contacts-list .avatar {
  float: left;
  margin-right: 5px;
  width: 30px;
}

.contacts-list .avatar img {
  border-radius: 50%;
  width: 100%;
}

.contacts-list .list-group-item span.name {
  color: #707780;
  float: left;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}

.contacts-list i {
  color: #dddddd;
  float: right;
  font-size: 9px;
  line-height: 30px;
}

.contacts-list i.online {
  color: #a0d269;
}

.contacts-list i.offline {
  color: #ef5350 !important;
}

.contacts-list i.away {
  color: #ffaa00;
}

/* ===========
   Common
 =============*/
body {
  background: #f5f5f5;
  margin: 0;
  color: #4c5667;
  font-size: 0.95rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  background: #f5f5f5;
}

* {
  outline: none !important;
}

a {
  color: var(--main-darker);
}

a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
  color: var(--highlight);
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer {
  background-color: #ffffff;
  bottom: 0;
  color: #98a6ad;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  left: 240px;
  text-align: center;
}

#wrapper {
  width: 100%;
}

.page {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.card-box {
  padding: 20px;
  height: calc(100% - 20px);
  border: 1px solid rgba(54, 64, 74, 0.08);
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.header-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: 0;
}

.social-links li a {
  -webkit-border-radius: 50%;
  background: #EFF0F4;
  border-radius: 50%;
  color: #7A7676;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

/* ===========
   Bootstrap-custom
 =============*/
.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

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

.breadcrumb {
  background-color: transparent;
  margin-bottom: 15px;
  margin-top: 5px;
}

.dropdown-menu {
  padding: 4px 0;
  border: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.dropdown-menu > li > a {
  padding: 6px 20px;
}

.dropdown-menu .dropdown-item {
  font-size: 0.9rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f2f2f2;
  color: inherit;
}

.dropdown-menu-lg {
  max-width: 280px;
}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

code {
  color: #5d9cec;
  border-radius: 4px;
}

code, pre {
  background-color: #f4f8fb;
}

.blockquote {
  font-size: 1rem;
}

/* Background Colors */
.bg-empty {
  background: transparent !important;
}

.bg-primary {
  background-color: var(--main) !important;
}

.bg-success {
  background-color: #00b19d !important;
}

.bg-info {
  background-color: #3ddcf7 !important;
}

.bg-warning {
  background-color: #ffaa00 !important;
}

.bg-danger {
  background-color: #ef5350 !important;
}

.bg-muted {
  background-color: #F5F5F5 !important;
}

.bg-inverse {
  background-color: #4c5667 !important;
}

.bg-purple {
  background-color: #7266ba !important;
}

.bg-pink {
  background-color: #f76397 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

/* Text Colors */
.text-white {
  color: #ffffff;
}

.text-danger {
  color: #ef5350 !important;
}

.text-muted {
  color: #98a6ad !important;
}

.text-primary {
  color: var(--main) !important;
}

.text-warning {
  color: #ffaa00 !important;
}

.text-success {
  color: #00b19d !important;
}

.text-info {
  color: #3ddcf7 !important;
}

.text-inverse {
  color: #4c5667 !important;
}

.text-pink {
  color: #f76397 !important;
}

.text-purple {
  color: #7266ba !important;
}

.text-dark {
  color: #797979 !important;
}

/* Dropcap */
.dropcap {
  font-size: 3.1em;
}

.dropcap, .dropcap-circle, .dropcap-square {
  display: block;
  float: left;
  font-weight: 400;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}

/* ===========
   Helper classes
 =============*/
.p-0 {
  padding: 0 !important;
}

.p-20 {
  padding: 20px;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.m-h-50 {
  min-height: 50px;
}

.l-h-34 {
  line-height: 34px !important;
}

.font-light {
  font-weight: 300;
}

.font-weight-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.wrapper-md {
  padding: 20px;
}

.pull-in {
  margin-left: -20px;
  margin-right: -20px;
}

.b-0 {
  border: none !important;
}

.no-border {
  border: none;
}

.center-page {
  float: none !important;
  margin: 0 auto;
}

.bx-s-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bx-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.mx-box {
  max-height: 380px;
  min-height: 380px;
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

/* ===========
   Waves Effect
 =============*/
/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-block {
  display: block;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(59, 175, 218, 0.45);
}

/* =============
   Animation
============= */
/* Bounce 1 */
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* Bounce 2 */
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
/* Dropdown */
@-webkit-keyframes dropdownOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* Portlets loader */
@-webkit-keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}
@-webkit-keyframes loaderAnimate2 {
  0% {
    -webkit-box-shadow: inset #555 0 0 0 8px;
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #555 0 0 0 2px;
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #555 0 0 0 8px;
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    -webkit-box-shadow: inset #555 0 0 0 8px;
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #555 0 0 0 2px;
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #555 0 0 0 8px;
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    -webkit-box-shadow: inset #999 0 0 0 17px;
    box-shadow: inset #999 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #999 0 0 0 2px;
    box-shadow: inset #999 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #999 0 0 0 17px;
    box-shadow: inset #999 0 0 0 17px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
/* Portlets loader */
@-webkit-keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
  }
}
@keyframes loaderAnimate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}
@-webkit-keyframes loaderAnimate2 {
  0% {
    -webkit-box-shadow: inset #555 0 0 0 8px;
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #555 0 0 0 2px;
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #555 0 0 0 8px;
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    -webkit-box-shadow: inset #555 0 0 0 8px;
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #555 0 0 0 2px;
    box-shadow: inset #555 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #555 0 0 0 8px;
    box-shadow: inset #555 0 0 0 8px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
@keyframes loaderAnimate2 {
  0% {
    -webkit-box-shadow: inset #999 0 0 0 17px;
    box-shadow: inset #999 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #999 0 0 0 2px;
    box-shadow: inset #999 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #999 0 0 0 17px;
    box-shadow: inset #999 0 0 0 17px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
/* ===========
   Badge
 =============*/
.badge {
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs, .badge-sm {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

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

.badge-success {
  background-color: #00b19d;
}

.badge-info {
  background-color: #3ddcf7;
}

.badge-warning {
  background-color: #ffaa00;
  color: #ffffff;
}

.badge-danger {
  background-color: #ef5350;
}

.badge-purple {
  background-color: #7266ba;
  color: #ffffff;
}

.badge-pink {
  background-color: #f76397;
  color: #ffffff;
}

.badge-inverse {
  background-color: #4c5667;
  color: #ffffff;
}

/* ===========
   Pagination
 =============*/
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
  color: #636e7b;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #e4e7ea;
}

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.page-item.active .page-link {
  background-color: var(--main);
  border-color: var(--main);
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  opacity: 0.6;
}

.pager li > a, .pager li > span {
  border-radius: 3px;
  color: #4c5667;
}

/* Demo Only */
.icon-list-demo div {
  cursor: pointer;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #75798B;
  font-size: 14px;
}

.icon-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

.icon-list-demo i {
  -webkit-transition: all 0.2s;
  display: inline-block;
  font-size: 20px;
  margin: 0;
  text-align: center;
  transition: all 0.2s;
  vertical-align: middle;
  width: 40px;
}

.icon-list-demo .col-md-4:hover {
  color: var(--main);
}

.icon-list-demo .col-md-4:hover i {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.ionicon-list i {
  font-size: 16px;
}

.ionicon-list .col-md-3:hover i {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.button-list {
  margin-left: -8px;
  margin-bottom: -12px;
}

.button-list .btn {
  margin-bottom: 12px;
  margin-left: 8px;
}

/* =============
   Print css
============= */
@media print {
  .logo, .breadcrumb, .page-title, .footer, .topbar, .btn-group.pull-right.m-t-15 {
    display: none;
    margin: 0;
    padding: 0;
  }
  .left, .right-bar {
    display: none;
  }
  .content, .card-box {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .content-page {
    margin-left: 0;
    margin-top: 0 !important;
  }
}
/* ===========
   Buttons
 =============*/
.btn-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-dark {
  color: #ffffff;
}

.btn-primary {
  background-color: var(--main);
  border: 1px solid var(--main);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary, .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #28a5d4;
  border-color: #28a5d4;
}

.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(59, 175, 218, 0.5);
  box-shadow: 0 0 0 2px rgba(59, 175, 218, 0.5);
}

.btn-light {
  border-color: #eeeeee;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active,
.btn-light.focus, .btn-light:active, .btn-light:focus, .btn-light:hover,
.open > .dropdown-toggle.btn-light {
  border-color: #bfbfbf;
}

.btn-light.focus, .btn-light:focus, .btn-outline-light.focus, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 2px #d9d9d9;
  box-shadow: 0 0 0 2px #d9d9d9;
}

.btn-success {
  background-color: #00b19d;
  border: 1px solid #00b19d;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success,
.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  background-color: #009886;
  border-color: #009886;
}

.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus,
.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle,
.btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 177, 157, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 177, 157, 0.5);
}

.btn-info {
  background-color: #3ddcf7;
  border: 1px solid #3ddcf7;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover,
.open > .dropdown-toggle.btn-info, .btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #25d8f6;
  border-color: #25d8f6;
}

.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus,
.btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle,
.btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(61, 220, 247, 0.5);
  box-shadow: 0 0 0 2px rgba(61, 220, 247, 0.5);
}

.btn-warning {
  background-color: #ffaa00;
  border: 1px solid #ffaa00;
  color: #ffffff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active,
.btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning, .btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  background-color: #e69900;
  border-color: #e69900;
  color: #ffffff;
}

.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus,
.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle,
.btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.5);
}

.btn-danger {
  background-color: #ef5350;
  border: 1px solid #ef5350;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus,
.btn-danger:hover, .open > .dropdown-toggle.btn-danger, .btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #ed3c39;
  border-color: #ed3c39;
}

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus,
.btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show > .btn-danger.dropdown-toggle,
.btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(239, 83, 80, 0.5);
  box-shadow: 0 0 0 2px rgba(239, 83, 80, 0.5);
}

.btn-dark {
  background-color: #2a3142;
  border: 1px solid #2a3142;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark {
  background-color: #202532;
  border-color: #202532;
}

.btn-dark.focus, .btn-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:focus,
.btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  -webkit-box-shadow: 0 0 0 2px rgba(42, 49, 66, 0.5);
  box-shadow: 0 0 0 2px rgba(42, 49, 66, 0.5);
}

.btn-link {
  color: #2a3142;
}

.btn-link:hover {
  color: var(--main);
}

/* button Outline */
.btn-outline-primary {
  color: var(--main);
  border-color: var(--main);
}

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

.btn-outline-success {
  color: #00b19d;
  border-color: #00b19d;
}

.btn-outline-success:hover {
  background-color: #00b19d;
  border-color: #00b19d;
}

.btn-outline-info {
  color: #3ddcf7;
  border-color: #3ddcf7;
}

.btn-outline-info:hover {
  background-color: #3ddcf7;
  border-color: #3ddcf7;
}

.btn-outline-warning {
  color: #ffaa00;
  border-color: #ffaa00;
}

.btn-outline-warning:hover {
  background-color: #ffaa00;
  border-color: #ffaa00;
  color: #ffffff;
}

.btn-outline-danger {
  color: #ef5350;
  border-color: #ef5350;
}

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

.btn-outline-dark {
  color: #2a3142;
  border-color: #2a3142;
}

.btn-outline-dark:hover {
  background-color: #2a3142;
  border-color: #2a3142;
}

.btn-custom {
  border-bottom: 3px solid transparent;
}

.btn-custom.btn-default {
  background-color: #f3f3f3;
  border-bottom: 2px solid #cccccc !important;
}

.btn-custom.btn-primary {
  border-bottom: 2px solid #2494be !important;
}

.btn-custom.btn-success {
  border-bottom: 2px solid #007e70 !important;
}

.btn-custom.btn-info {
  border-bottom: 2px solid #08aac6 !important;
}

.btn-custom.btn-warning {
  border-bottom: 2px solid #cc8800 !important;
}

.btn-custom.btn-danger {
  border-bottom: 2px solid #c71612 !important;
}

.btn-custom.btn-dark {
  border-bottom: 2px solid #0b0c0f !important;
}

.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px;
}

.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* ===========
   Portlets
 =============*/
.portlet {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: all 0.4s;
}

.portlet .portlet-heading {
  border-radius: 3px;
  color: #ffffff;
  padding: 12px 20px;
}

.portlet .portlet-heading .portlet-title {
  color: #ffffff;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 6px;
  letter-spacing: 0.03em;
}

.portlet .portlet-heading .portlet-widgets {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  text-align: right;
}

.portlet .portlet-heading .portlet-widgets .divider {
  margin: 0 5px;
}

.portlet .portlet-heading a {
  color: #999999;
}

.portlet .portlet-body {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
}

.portlet-default .portlet-title {
  color: #797979 !important;
}

.portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
  content: "\f217" !important;
}

.portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
  color: #ffffff;
}

.panel-disabled {
  background: rgba(243, 242, 241, 0.5);
  cursor: progress;
  bottom: 15px;
  left: 0;
  position: absolute;
  right: -5px;
  top: 0;
}

.loader-1 {
  -webkit-animation: loaderAnimate 1000ms linear infinite;
  animation: loaderAnimate 1000ms linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.loader-1:after {
  -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
  animation: loaderAnimate2 1000ms ease-in-out infinite;
  border-radius: 50%;
  clip: rect(0, 30px, 30px, 15px);
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
}

/* =============
   Checkbox and Radios
============= */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--main);
}

.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 500;
  font-size: 13px;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -17px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

.checkbox label::after {
  color: #333333;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -17px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}

.checkbox input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.checkbox input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
}

.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute;
}

.checkbox.checkbox-single label {
  height: 18px;
  width: 18px;
}

.checkbox.checkbox-single label:before {
  margin-left: 0;
}

.checkbox.checkbox-single label:after {
  margin-left: 0;
}

.checkbox-custom input[type=checkbox]:checked + label::before {
  background-color: var(--main);
  border-color: var(--main);
}

.checkbox-custom input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: var(--main);
  border-color: var(--main);
}

.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #ef5350;
  border-color: #ef5350;
}

.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #3ddcf7;
  border-color: #3ddcf7;
}

.checkbox-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-warning input[type=checkbox]:checked + label::before {
  background-color: #ffaa00;
  border-color: #ffaa00;
}

.checkbox-warning input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #00b19d;
  border-color: #00b19d;
}

.checkbox-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-purple input[type=checkbox]:checked + label::before {
  background-color: #7266ba;
  border-color: #7266ba;
}

.checkbox-purple input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-pink input[type=checkbox]:checked + label::before {
  background-color: #f76397;
  border-color: #f76397;
}

.checkbox-pink input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-inverse input[type=checkbox]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}

.checkbox-inverse input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* Radios */
.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  font-weight: 500;
  font-size: 13px;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
  outline: none !important;
}

.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #333333;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}

.radio input[type=radio] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.radio input[type=radio]:disabled + label {
  opacity: 0.65;
}

.radio input[type=radio]:focus + label::before {
  outline-offset: -2px;
  outline: thin dotted;
}

.radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type=radio]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-custom input[type=radio] + label::after {
  background-color: var(--main);
}

.radio-custom input[type=radio]:checked + label::before {
  border-color: var(--main);
}

.radio-custom input[type=radio]:checked + label::after {
  background-color: var(--main);
}

.radio-primary input[type=radio] + label::after {
  background-color: var(--main);
}

.radio-primary input[type=radio]:checked + label::before {
  border-color: var(--main);
}

.radio-primary input[type=radio]:checked + label::after {
  background-color: var(--main);
}

.radio-danger input[type=radio] + label::after {
  background-color: #ef5350;
}

.radio-danger input[type=radio]:checked + label::before {
  border-color: #ef5350;
}

.radio-danger input[type=radio]:checked + label::after {
  background-color: #ef5350;
}

.radio-info input[type=radio] + label::after {
  background-color: #3ddcf7;
}

.radio-info input[type=radio]:checked + label::before {
  border-color: #3ddcf7;
}

.radio-info input[type=radio]:checked + label::after {
  background-color: #3ddcf7;
}

.radio-warning input[type=radio] + label::after {
  background-color: #ffaa00;
}

.radio-warning input[type=radio]:checked + label::before {
  border-color: #ffaa00;
}

.radio-warning input[type=radio]:checked + label::after {
  background-color: #ffaa00;
}

.radio-success input[type=radio] + label::after {
  background-color: #00b19d;
}

.radio-success input[type=radio]:checked + label::before {
  border-color: #00b19d;
}

.radio-success input[type=radio]:checked + label::after {
  background-color: #00b19d;
}

.radio-purple input[type=radio] + label::after {
  background-color: #7266ba;
}

.radio-purple input[type=radio]:checked + label::before {
  border-color: #7266ba;
}

.radio-purple input[type=radio]:checked + label::after {
  background-color: #7266ba;
}

.radio-pink input[type=radio] + label::after {
  background-color: #f76397;
}

.radio-pink input[type=radio]:checked + label::before {
  border-color: #f76397;
}

.radio-pink input[type=radio]:checked + label::after {
  background-color: #f76397;
}

/* =============
   Tabs
============= */
.tab-content {
  padding: 20px 0 0 0;
}

.nav-tabs > li > a, .nav-pills > li > a {
  color: #2a3142;
  font-weight: 600;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: var(--main);
}

/* Vertial tab */
.tabs-vertical-env .tab-content {
  background: #ffffff;
  display: table-cell;
  padding: 0 0 0 20px;
  margin-bottom: 0;
  vertical-align: top;
}

.tabs-vertical-env .nav.tabs-vertical {
  display: table-cell;
  min-width: 120px;
  vertical-align: top;
  width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical li > a {
  color: #2a3142;
  white-space: nowrap;
  font-weight: 600;
  border-radius: 2px;
}

.tabs-vertical-env .nav.tabs-vertical li > a.active {
  background-color: var(--main);
  border: 0;
  color: #ffffff;
}

.tabs-vertical-env-right .tab-content {
  padding: 0 20px 0 0;
}

.tabs-bordered {
  border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}

.tabs-bordered .nav-item {
  margin-bottom: -2px;
}

.tabs-bordered li a, .tabs-bordered li a:hover, .tabs-bordered li a:focus {
  border: 0 !important;
  padding: 10px 20px !important;
}

.tabs-bordered li a.active {
  border-bottom: 2px solid var(--main) !important;
}

/* Navpills */
.nav-pills > li > a {
  color: #2a3142;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: var(--main);
}

/*===========
Modal
=========== */
.modal .modal-dialog .close {
  top: 0;
  position: absolute;
  right: 0;
  height: 36px;
  width: 36px;
  background-color: #2a3142;
  opacity: 1;
  border: 2px solid #ffffff;
  text-shadow: none;
  color: #ffffff;
  border-radius: 50%;
  padding: 0;
  font-size: 18px;
}

.modal .modal-dialog .modal-title {
  margin: 0;
}

.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}

.modal-full {
  width: 98%;
  max-width: 100%;
}

/* Custom-modal */
.modal-demo {
  background-color: #ffffff;
  width: 600px;
  border-radius: 4px;
  display: none;
}

.modal-demo .close {
  position: absolute;
  top: 12px;
  right: 25px;
  color: #ffffff;
  opacity: 0.5;
  font-weight: normal;
  font-size: 26px;
}

.modal-demo .close:hover {
  opacity: 1;
}

.custom-modal-title {
  padding: 15px 25px 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: var(--main);
  color: #ffffff;
  text-align: left;
  margin: 0;
}

.custom-modal-text {
  padding: 20px;
}

.custombox-modal-flash .close, .custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999;
}

/* =============
   Progressbars
============= */
.progress {
  -webkit-box-shadow: none !important;
  background-color: #f3f3f3;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  background-color: var(--main);
  line-height: 12px;
}

.progress.progress-sm {
  height: 5px !important;
}

.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

.progress.progress-md {
  height: 15px !important;
}

.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

/* =============
   Tooltips & Popovers
============= */
/* Tooltips */
.tooltip-inner {
  border-radius: 1px;
  padding: 6px 10px;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
}

/* Popover */
.popover {
  font-family: inherit;
}

.popover .popover-title {
  background-color: transparent;
  color: var(--main);
  margin: 0;
  font-weight: 600;
}

/* =============
   Alerts
============= */
.alert-success {
  background-color: #e4fffc !important;
  border-color: #00e4ca !important;
  color: #00b19d;
}

.alert-success .alert-link {
  color: #00b19d;
}

.alert-info {
  background-color: #d0f7fd !important;
  border-color: #6ee5f9 !important;
  color: #3ddcf7;
}

.alert-info .alert-link {
  color: #3ddcf7;
}

.alert-warning {
  background-color: #fff7e6 !important;
  border-color: #ffbb33 !important;
  color: #ffaa00;
}

.alert-warning .alert-link {
  color: #ffaa00;
}

.alert-danger {
  background-color: #fef4f4 !important;
  border-color: #f3817f !important;
  color: #ef5350;
}

.alert-danger .alert-link {
  color: #ef5350;
}

/* =============
   Carousel
============= */
.carousel-control {
  width: 10%;
}

.carousel-control span {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* ===========
   Widgets
 =============*/
/* Inbox widget */
.inbox-widget .inbox-item {
  border-bottom: 1px solid #fafafa;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
}

.inbox-widget .inbox-item img {
  width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
  color: #2a3142;
  display: block;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
  color: #98a6ad;
  display: block;
  font-size: 12px;
  margin: 0;
}

.inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: 11px;
  position: absolute;
  right: 7px;
  top: 2px;
}

/* Chat widget */
.conversation-list {
  list-style: none;
  max-height: 330px;
  padding: 0 20px;
}

.conversation-list li {
  margin-bottom: 24px;
}

.conversation-list .chat-avatar {
  display: inline-block;
  float: left;
  text-align: center;
  width: 40px;
}

.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}

.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}

.conversation-list .ctext-wrap {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f5f5f5;
  border-radius: 3px;
  display: inline-block;
  padding: 10px;
  position: relative;
}

.conversation-list .ctext-wrap i {
  color: #2a3142;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}

.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
  right: 100%;
  top: 20%;
  border: 5px solid rgba(213, 242, 239, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f5f5f5;
  margin-top: -5px;
}

.conversation-list .conversation-text {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}

.conversation-list .odd .chat-avatar {
  float: right !important;
}

.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}

.conversation-list .odd p {
  color: #f2f2f2;
}

.conversation-list .odd .ctext-wrap {
  background: var(--main) !important;
}

.conversation-list .odd .ctext-wrap i {
  color: #ffffff;
}

.conversation-list .odd .ctext-wrap:after {
  border-color: rgba(238, 238, 242, 0) !important;
  border-left-color: var(--main) !important;
  left: 100% !important;
  top: 20% !important;
}

.chat-send {
  padding-left: 0px;
  padding-right: 30px;
}

.chat-send button {
  width: 100%;
}

.chat-inputbar {
  padding-left: 30px;
}

#todo-message {
  font-size: 16px;
}

.todo-list li {
  border: 0px;
  margin: 0px;
  padding: 5px !important;
  background: transparent !important;
  display: block;
}

.todo-send {
  padding-left: 0px;
}

/* Widget-chart */
.widget-chart ul li {
  width: 31.5%;
  display: inline-block;
  padding: 0px;
}

.widget-panel {
  padding: 30px 20px;
  padding-left: 30px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}

.widget-panel i {
  font-size: 60px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  line-height: 60px;
}

.widget-user {
  min-height: 112px;
}

.widget-user img {
  height: 72px;
  float: left;
}

.widget-user .wid-u-info {
  margin-left: 90px;
}

.widget-user .wid-u-info p {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget-simple-chart .circliful-chart {
  float: left;
  margin-top: -5px;
}

.widget-icon i {
  float: left;
  font-size: 48px;
}

.widget-icon .wid-icon-info {
  margin-left: 80px;
}

/* Widget (background-icon) */
.widget-bg-color-icon .bg-icon {
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
}

.widget-bg-color-icon .bg-icon i {
  font-size: 32px;
  color: #ffffff !important;
  line-height: 68px;
}

.widget-bg-color-icon .bg-icon-info {
  background-color: rgba(61, 220, 247, 0.75);
  border: 6px solid rgba(61, 220, 247, 0.3);
}

.widget-bg-color-icon .bg-icon-primary {
  background-color: rgba(59, 175, 218, 0.75);
  border: 6px solid rgba(59, 175, 218, 0.3);
}

.widget-bg-color-icon .bg-icon-pink {
  background-color: rgba(247, 99, 151, 0.75);
  border: 6px solid rgba(247, 99, 151, 0.3);
}

.widget-bg-color-icon .bg-icon-purple {
  background-color: rgba(114, 102, 186, 0.75);
  border: 6px solid rgba(114, 102, 186, 0.3);
}

.widget-bg-color-icon .bg-icon-success {
  background-color: rgba(0, 177, 157, 0.75);
  border: 6px solid rgba(0, 177, 157, 0.3);
}

.widget-bg-color-icon .bg-icon-warning {
  background-color: rgba(255, 170, 0, 0.75);
  border: 6px solid rgba(255, 170, 0, 0.3);
}

.widget-bg-color-icon .bg-icon-danger {
  background-color: rgba(239, 83, 80, 0.75);
  border: 6px solid rgba(239, 83, 80, 0.3);
}

.widget-bg-color-icon .bg-icon-inverse {
  background-color: rgba(76, 86, 103, 0.75);
  border: 6px solid rgba(76, 86, 103, 0.3);
}

/* ===========
   Form Elements
 =============*/
label {
  font-weight: 500;
}

.form-control {
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.6);
}

.form-control:focus {
  background: #ffffff;
  border-color: #a2a2a2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-sm {
  height: 30px;
}

.input-group-btn .btn {
  padding: 7px 14px;
}

.has-success .form-control {
  border-color: #00b19d;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.has-warning .form-control {
  border-color: #ffaa00;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.has-error .form-control {
  border-color: #ef5350;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.input-group-addon {
  border-radius: 2px;
}

/* =============
   Form Advanced
============= */
/* bootstrap tag input */
.bootstrap-tagsinput {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px 7px;
  border: 1px solid #f3f3f3;
}

.bootstrap-tagsinput .label-info {
  background-color: var(--main) !important;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 14px;
  margin: 2px;
}

/* Multiple select*/
.ms-container {
  background: transparent url("../images/multiple-arrow.png") no-repeat 50% 50%;
}

.ms-container .ms-list {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f3f3f3;
}

.ms-container .ms-list.ms-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #aaaaaa;
}

.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
}

.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
}

.ms-selectable {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.ms-container .ms-list.ms-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover {
  background-color: var(--main);
}

.ms-container .ms-selection li.ms-hover {
  background-color: var(--main);
}

/* Select 2 */
.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border: 1px solid #ebebeb;
  height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #c8c8c8 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c8c8c8 transparent !important;
  border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-dropdown {
  border: 1px solid #e1e1e1;
}

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: #fbfbfb;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e1e1e1;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--main);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eeeeee;
  color: #2a3142;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: var(--main);
  color: #ffffff;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #e1e1e1 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
  margin-top: 7px;
  border: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: var(--main);
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 3px;
  padding: 0 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* Datepicker */
.datepicker {
  padding: 8px;
}

.datepicker th {
  font-size: 14px !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.selected, .datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active, .datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: var(--main);
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: var(--main) !important;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
  background-color: #fafafa;
}

.datepicker-inline {
  border: 2px solid #eeeeee;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: var(--main) !important;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Date Range Picker */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--main);
  border-color: var(--main);
}

.daterangepicker .input-mini.active {
  border: 1px solid #AAAAAA;
}

.daterangepicker .ranges li {
  border-radius: 2px;
  color: #797979;
  font-weight: 600;
  font-size: 12px;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect,
.daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  border: 1px solid #e3e3e3;
  padding: 2px;
  width: 60px;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: var(--main);
  border: 1px solid var(--main);
}

/* Bootstrap Touchspin */
.bootstrap-touchspin .input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #2a3142;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid rgba(42, 49, 66, 0.15);
}

.bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.bootstrap-touchspin .input-group .form-control:not(:first-child), .bootstrap-touchspin .input-group-addon:not(:first-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .dropdown-toggle, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap-touchspin .input-group .form-control:not(:last-child), .bootstrap-touchspin .input-group-addon:not(:last-child), .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .btn-group > .btn, .bootstrap-touchspin .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* ===========
   Wizard
 =============*/
.wizard > .content {
  background: #ffffff;
  min-height: 240px;
  padding: 20px;
}

.wizard > .content > .body {
  padding: 0;
  position: relative;
}

.wizard > .content > .body input {
  border: 1px solid #f3f3f3;
}

.wizard > .content > .body ul > li {
  display: block;
  line-height: 30px;
}

.wizard > .content > .body label.error {
  color: #ef5350;
  margin-left: 0;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-top: 10px;
}

.wizard > .steps .number {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  width: 30px;
  text-align: center;
}

.wizard > .steps .disabled a {
  background: #ffffff;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .steps .disabled a:hover {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .steps .disabled a:active {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .steps .current a {
  background: var(--main);
}

.wizard > .steps .current a:hover {
  background: var(--main);
}

.wizard > .steps .current a:hover .number {
  color: #ffffff;
}

.wizard > .steps .current a:active {
  background: var(--main);
}

.wizard > .steps .current a:active .number {
  color: #ffffff;
}

.wizard > .steps .current a .number {
  color: #ffffff;
}

.wizard > .steps .done a {
  background: #dddddd;
}

.wizard > .steps .done a:hover {
  background: #dddddd;
}

.wizard > .steps .done a:active {
  background: #dddddd;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
  border-radius: 2px;
}

.wizard > .actions a {
  background: var(--main);
  border-radius: 2px;
  color: #ffffff;
}

.wizard > .actions a:hover {
  background: var(--main);
  border-radius: 2px;
  color: #ffffff;
}

.wizard > .actions a:active {
  background: var(--main);
  border-radius: 2px;
  color: #ffffff;
}

.wizard > .actions .disabled a {
  background: #ffffff;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .actions .disabled a:hover {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

.wizard > .actions .disabled a:active {
  background: #f9f9f9;
  color: #333333;
  cursor: default;
  border: 1px solid #eaeaea;
}

@media (max-width: 767px) {
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard > .content {
    padding: 0 !important;
  }
  .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .wizard.vertical > .steps {
    display: inline;
    float: none;
    width: 100%;
  }
  .wizard.vertical > .content {
    display: inline;
    float: none;
    margin: 0;
    width: 100%;
  }
}
/* ===========
   Tables
 =============*/
.error {
  color: #ef5350;
  font-size: 12px;
  font-weight: 500;
}

.parsley-error {
  border-color: #ef5350 !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #ef5350;
}

/* ===========
   Form Uploads
 =============*/
.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 6px;
}

.dropzone .dz-message {
  font-size: 30px;
}

/* ===========
   Wysiwig
 =============*/
.mce-content-body p {
  color: #9398a0;
  font-size: 14px;
  font-weight: 300;
}

.mce-popover .mce-arrow:after {
  border-bottom-color: red;
}

.mce-popover .mce-colorbutton-grid {
  margin: 0;
  border: 1px solid #d7dce5 !important;
  padding: 4px;
}

.mce-reset .mce-window-head {
  border-bottom: 1px solid #d7dce5;
}

.mce-reset .mce-window-head .mce-title {
  color: #707780;
  font-size: 16px;
  font-weight: 400;
}

.mce-reset .mce-textbox {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border-color: #d7dce5;
  height: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #aaaaaa;
  font-size: 14px;
}

.mce-reset .mce-textbox:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--main);
}

.mce-reset .mce-checkbox .mce-ico {
  background-image: none;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #d7dce5;
}

.mce-reset .mce-checkbox .mce-label {
  color: #707780;
  font-size: 12px;
  font-weight: 400;
}

.mce-container {
  border-radius: 0 !important;
  border-width: 0 !important;
}

.mce-container .mce-menubar {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
  padding: 2px;
}

.mce-container .mce-menubar .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.mce-container .mce-menubar .mce-btn button .mce-caret {
  border-top-color: #707780;
}

.mce-container .mce-menubar .mce-btn button:hover {
  background-color: #e8ebf1;
}

.mce-container .mce-menubar .mce-btn.mce-active button {
  background-color: #e8ebf1;
}

.mce-container .mce-btn {
  background-color: #d7dce5;
  background-image: none;
  outline: 0;
  border: 0;
  border-radius: 0;
}

.mce-container .mce-btn button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

.mce-container .mce-btn:hover {
  background-color: #b8c1d1;
  background-image: none;
}

.mce-container .mce-primary {
  background-color: var(--main);
  background-image: none;
  outline: 0;
  border: 0;
  border-radius: 0;
}

.mce-container .mce-primary button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

.mce-container .mce-primary:hover {
  background-color: #0c7cd5;
  background-image: none;
}

.mce-container .mce-toolbar-grp {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
  border-top-width: 0 !important;
  padding: 6px;
}

.mce-container .mce-edit-area {
  border: 1px solid #d7dce5 !important;
  border-width: 0px 1px !important;
}

.mce-container .mce-statusbar {
  background-color: #f2f4f7 !important;
  border: 1px solid #d7dce5 !important;
}

.mce-container .mce-statusbar .mce-path .mce-path-item {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
}

.mce-container .mce-widget {
  color: #9398a0;
  font-size: 14px;
  font-weight: 400;
  border-left: 1px solid transparent;
}

.mce-container .mce-btn-group {
  border: 1px solid #e9ecf2 !important;
}

.mce-container .mce-btn-group .mce-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #ffffff;
  border-width: 0;
  border-radius: 0 !important;
}

.mce-container .mce-btn-group .mce-btn:hover,
.mce-container .mce-btn-group .mce-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #ffffff;
}

.mce-container .mce-btn-group .mce-btn button span {
  color: #707780;
  font-size: 14px;
  font-weight: 300;
}

.mce-container .mce-btn-group .mce-btn button .mce-caret {
  color: #707780;
  font-size: 14px;
}

.mce-container .mce-ico {
  color: #707780;
  font-size: 14px;
}

.mce-container .mce-panel {
  background-image: none;
}

.mce-container.mce-menu {
  border: 1px solid #d7dce5 !important;
}

.mce-container.mce-menu .mce-menu-item {
  background-image: none;
}

.mce-container.mce-menu .mce-menu-item .mce-ico {
  color: var(--main);
  font-size: 14px;
}

.mce-container.mce-menu .mce-menu-item .mce-text {
  color: #707780;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.mce-container.mce-menu .mce-menu-item .mce-menu-shortcut {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
}

.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item.mce-selected {
  background-color: var(--main);
}

.mce-container.mce-menu .mce-menu-item:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item:hover .mce-text,
.mce-container.mce-menu .mce-menu-item:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-selected .mce-menu-shortcut {
  color: #ffffff;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled .mce-menu-shortcut {
  color: #aaaaaa;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected {
  background-color: #d7dce5;
}

.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-ico,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-text,
.mce-container.mce-menu .mce-menu-item.mce-disabled:hover .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled:focus .mce-menu-shortcut,
.mce-container.mce-menu .mce-menu-item.mce-disabled.mce-selected .mce-menu-shortcut {
  color: #ffffff;
}

.mce-container.mce-menu .mce-menu-item-sep {
  background-color: #d7dce5;
}

.mce-container.mce-menu .mce-menu-item-sep:hover {
  background-color: #d7dce5;
}

.mce-menubtn button {
  color: #797979 !important;
}

.mce-menu-item-normal.mce-active {
  background-color: var(--main) !important;
}

.mce-menu-item-normal.mce-active .mce-text {
  color: #ffffff !important;
}

/* ==============
  Summernote
===================*/
.note-btn-group .dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.note-btn-group .dropdown-menu > li > a:hover {
  background-color: #f3f3f3;
}

.note-image-popover, .note-air-popover, .note-link-popover {
  display: none;
}

.note-image-popover .dropdown-toggle::after, .note-air-popover .dropdown-toggle::after, .note-link-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-icon-caret {
  display: none;
}

.note-editor {
  position: relative;
}

.note-editor .btn-default {
  background-color: transparent;
  border-color: transparent;
}

.note-editor .btn-group-sm > .btn, .note-editor .btn-sm {
  padding: 8px 12px;
}

.note-editor .note-toolbar {
  background-color: #f3f3f3;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}

.note-editor .note-statusbar {
  background-color: #ffffff;
}

.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}

.note-editor.note-frame {
  border: 1px solid #eeeeee;
}

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}

.note-popover .btn-default {
  background-color: transparent;
  border-color: transparent;
}

.note-popover .btn-group-sm > .btn, .note-popover .btn-sm {
  padding: 8px 12px;
}

.note-toolbar {
  padding: 5px 0 10px 5px;
}

/* ===========
   Tables
 =============*/
.table {
  margin-bottom: 10px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-color: #f3f3f3;
}

.table > thead > tr > td.middle-align, .table > tbody > tr > td.middle-align {
  vertical-align: middle;
}

.table > thead > tr > th {
  border-color: #f3f3f3;
}

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

.table > tbody > tr.success > td, .table > tbody > tr.success > th,
.table > tbody > tr > td.success, .table > tbody > tr > th.success,
.table > tfoot > tr.success > td, .table > tfoot > tr.success > th,
.table > tfoot > tr > td.success, .table > tfoot > tr > th.success,
.table > thead > tr.success > td, .table > thead > tr.success > th,
.table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: fade(#00b19d, 15%);
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th,
.table > tbody > tr > td.info, .table > tbody > tr > th.info,
.table > tfoot > tr.info > td, .table > tfoot > tr.info > th,
.table > tfoot > tr > td.info, .table > tfoot > tr > th.info,
.table > thead > tr.info > td, .table > thead > tr.info > th,
.table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: fade(#3ddcf7, 15%);
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th,
.table > tbody > tr > td.warning, .table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning,
.table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: fade(#ffaa00, 15%);
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th,
.table > tbody > tr > td.danger, .table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger,
.table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: fade(#ef5350, 15%);
}

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

.table-centered td, .table-centered th {
  vertical-align: middle;
}

/* Datatable */
div.dataTables_paginate ul.pagination {
  margin-top: 30px;
}

div.dataTables_info {
  padding-top: 38px;
}

.dt-buttons {
  float: left;
}

div#datatable-buttons_info {
  float: left;
}

.table-wrapper .btn-toolbar {
  display: block;
}

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

.tablesaw-columntoggle-btnwrap .btn-group {
  display: block;
}

table.dataTable th.focus, table.dataTable td.focus {
  outline: 2px solid var(--main) !important;
  outline-offset: -1px;
  background-color: rgba(59, 175, 218, 0.15);
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: var(--main);
}

/* Responsive data table */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  -webkit-box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
  box-shadow: 0 0 3px rgba(67, 89, 102, 0.2);
  background-color: #00b19d;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #ef5350;
}

/* Responsive Table (Plugin) */
.table-rep-plugin .dropdown-menu li.checkbox-row {
  padding: 2px 15px !important;
}

.table-rep-plugin .table-responsive {
  border: none !important;
}

.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

.table-rep-plugin .checkbox-row {
  padding-left: 40px;
}

.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
  color: #f3f3f3;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}

.table-rep-plugin .checkbox-row input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:disabled + label {
  opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:focus + label::before {
  outline-offset: -2px;
  outline: none;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
}

.table-rep-plugin .checkbox-row input[type=checkbox]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::before {
  background-color: #ffffff;
  border-color: var(--main);
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::after {
  color: var(--main);
}

.table-rep-plugin table.focus-on tbody tr.focused th, .table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
  background-color: var(--main);
  color: #ffffff;
  border-color: var(--main);
}

.table-rep-plugin .sticky-table-header.fixed-solution {
  top: 70px !important;
}

.table-rep-plugin .btn-default {
  background-color: #ffffff;
  border: 1px solid rgba(42, 49, 66, 0.3);
}

.table-rep-plugin .btn-default.btn-primary {
  background-color: var(--main);
}

.table-rep-plugin .btn-toolbar {
  display: block;
}

.table-rep-plugin .btn-group.pull-right {
  float: right;
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}

/* Data table editable */
.add-edit-table td, .add-edit-table th {
  vertical-align: middle !important;
}

.add-edit-table td {
  border: 0 !important;
}

#datatable-editable .actions a {
  padding: 5px;
}

#datatable-editable .form-control {
  background-color: #ffffff;
  width: auto;
  height: 20px;
}

#datatable-editable .fa-trash-o {
  color: #ef5350;
}

#datatable-editable .fa-times {
  color: #ef5350;
}

#datatable-editable .fa-pencil {
  color: var(--main);
}

#datatable-editable .fa-save {
  color: #00b19d;
}

#datatable td {
  font-weight: normal;
}

.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left;
}

/* Tablesaw */
.tablesaw thead {
  background: #f5f5f5;
  background-image: none;
  border: none;
}

.tablesaw thead th {
  text-shadow: none;
  letter-spacing: 0.06em;
}

.tablesaw thead tr:first-child th {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
}

.tablesaw thead tr:first-child th {
  font-weight: 600;
  font-family: inherit;
  border: none;
}

.tablesaw td, .tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important;
}

.tablesaw-stack tbody tr, .tablesaw tbody tr {
  border-bottom: none;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  font-family: FontAwesome;
  font-size: 10px;
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\f176";
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\f175";
}

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #ffffff;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover, .tablesaw-enhanced .tablesaw-bar .btn:focus, .tablesaw-enhanced .tablesaw-bar .btn:active {
  color: var(--main) !important;
  background-color: #f5f5f5;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
}

/* Footable */
.footable-odd {
  background-color: #ffffff;
}

.footable-detail-show {
  background-color: #e6e6e6;
}

.footable > thead > tr > th > span.footable-sort-indicator {
  float: right;
}

.footable-pagination li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.footable-pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2a3142;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}

.footable-pagination li.active a {
  color: #ffffff;
}

/* ===========
  Maps
 =============*/
.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #eeeeee;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: var(--main);
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid var(--main);
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid var(--main);
}

/* Mapael Map */
.mapael .map {
  position: relative;
}

.mapael .mapTooltip {
  position: absolute;
  background-color: #2a3142;
  opacity: 0.95;
  border-radius: 3px;
  padding: 2px 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #ffffff;
}

.mapael .zoomIn, .mapael .zoomOut, .mapael .zoomReset {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  font-weight: 500;
  cursor: pointer;
  background-color: #2a3142;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.map .zoomIn {
  top: 25px;
}

.map .zoomOut {
  top: 50px;
}

/* =============
   Email
============= */
.mails a {
  color: #797979;
}

.mails td {
  vertical-align: middle !important;
  position: relative;
}

.mails td:last-of-type {
  width: 100px;
  padding-right: 20px;
}

.mails tr:hover .text-white {
  display: none;
}

.mails .mail-select {
  padding: 12px 20px;
  min-width: 134px;
}

.mails .checkbox {
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  display: inline-block;
  height: 17px;
}

.mails .checkbox label {
  min-height: 16px;
}

.mail-list .list-group-item {
  background-color: transparent;
  color: #2a3142;
  font-size: 0.95rem;
}

.mail-list .list-group-item:hover {
  background-color: #eeeeee;
}

.mail-list .list-group-item:focus {
  background-color: #eeeeee;
}

.mail-list .list-group-item.active {
  color: #ef5350;
}

.unread a {
  font-weight: 600;
  color: #444444;
}

/* ===========
   Calendar
 =============*/
.calendar {
  float: left;
  margin-bottom: 0;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 1px solid #d5d5d5;
}

.fc-widget-content {
  border: 1px solid #d5d5d5;
}

.fc th.fc-widget-header {
  background: #dddddd;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.fc-button {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #555555;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}

.fc-state-hover {
  background: #F5F5F5;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.fc-event .fc-content {
  color: #ffffff;
}

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

/* ===========
  Timeline
 =============*/
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin-bottom: 50px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.timeline .time-show {
  margin-bottom: 30px;
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
}

.timeline .time-show a {
  color: #ffffff;
}

.timeline:before {
  background-color: #d8d9df;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}

.timeline .timeline-icon {
  -webkit-border-radius: 50%;
  background: #d8d9df;
  border-radius: 50%;
  border: 1px solid #d8d9df;
  color: #ffffff;
  display: block;
  height: 20px;
  left: -54px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}

.timeline .timeline-icon i {
  margin-top: 9px;
}

.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

h3.timeline-title {
  color: #c8ccd7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.timeline-item {
  display: table-row;
}

.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item .timeline-desk .arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

.timeline-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}

.timeline-item.alt .timeline-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff !important;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -10px;
  position: absolute;
  right: -7px;
  top: 50%;
  width: 0;
}

.timeline-item.alt .timeline-desk .album {
  float: right;
  margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album a {
  float: right;
  margin-left: 5px;
}

.timeline-item.alt .timeline-icon {
  left: auto;
  right: -56px;
}

.timeline-item.alt:before {
  display: none;
}

.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}

.timeline-item.alt .panel .panel-body p + p {
  margin-top: 10px !important;
}

.timeline-item.alt h4 {
  text-align: right;
}

.timeline-item.alt p {
  text-align: right;
}

.timeline-item.alt .timeline-date {
  text-align: right;
}

.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.timeline-desk h4 {
  font-size: 16px;
  margin: 0;
}

.timeline-desk .panel {
  background: #ffffff;
  display: block;
  margin-bottom: 5px;
  margin-left: 45px;
  position: relative;
  text-align: left;
  padding: 15px;
  border-radius: 5px;
}

.timeline-desk h5 span {
  color: #797979;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.timeline-desk p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.timeline-desk .album {
  margin-top: 12px;
}

.timeline-desk .album a {
  float: left;
  margin-right: 5px;
}

.timeline-desk .album img {
  height: 36px;
  width: auto;
  border-radius: 3px;
}

.timeline-desk .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 8px;
}

/* ===========
   Timeline-2
 =============*/
.timeline-2 {
  border-left: 2px solid var(--main);
  position: relative;
}

.timeline-2 .time-item:after {
  background-color: #ffffff;
  border-color: var(--main);
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin-left: -6px;
  position: absolute;
  top: 5px;
  width: 10px;
}

.time-item {
  border-color: #dee5e7;
  padding-bottom: 10px;
  position: relative;
}

.time-item:before {
  content: " ";
  display: table;
}

.time-item:after {
  background-color: #ffffff;
  border-color: var(--main);
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: "";
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.time-item-item:after {
  content: " ";
  display: table;
}

.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.item-info p {
  font-size: 13px;
}

/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

.swal2-modal .swal2-title {
  font-size: 28px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
  border: 2px solid #98a6ad;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swal2-modal .swal2-confirm.btn-confirm {
  background-color: var(--main) !important;
}

.swal2-modal .swal2-cancel.btn-cancel {
  background-color: #ef5350 !important;
}

.swal2-modal .swal2-styled:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.swal2-icon.swal2-question {
  color: var(--main);
  border-color: var(--main);
}

.swal2-icon.swal2-success {
  border-color: #00b19d;
}

.swal2-icon.swal2-success .line, .swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #00b19d;
}

.swal2-icon.swal2-success .placeholder, .swal2-icon.swal2-success .swal2-success-ring {
  border-color: #00b19d;
}

.swal2-icon.swal2-warning {
  color: #ffaa00;
  border-color: #ffaa00;
}

.swal2-icon.swal2-error {
  border-color: #ef5350;
}

.swal2-icon.swal2-error .line {
  background-color: #ef5350;
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid var(--main);
}

.swal2-container.swal2-shown {
  background-color: rgba(42, 49, 66, 0.9);
}

/* =============
   Notification
============= */
.notifyjs-metro-base {
  position: relative;
  min-height: 52px;
  min-width: 250px;
  color: #444;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
}

.notifyjs-metro-base .image {
  display: table;
  position: absolute;
  height: auto;
  width: auto;
  left: 25px;
  top: 50%;
  font-size: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notifyjs-metro-base .text-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 52px;
  clear: both;
}

.notifyjs-metro-base .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.notifyjs-metro-base .text {
  font-size: 12px;
  font-weight: normal;
  max-width: 360px;
  vertical-align: middle;
}

.notifyjs-metro-cool {
  color: #fafafa !important;
  background-color: #4A525F;
  border: 1px solid #4A525F;
}

/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
  background: rgba(152, 166, 173, 0.25) !important;
  border: none;
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 3px;
}

.custom-dd .dd-list .dd-item .dd-handle:hover {
  color: var(--main);
}

.custom-dd .dd-list .dd-item button {
  height: auto;
  font-size: 17px;
  margin: 8px auto;
  color: #555555;
  width: 30px;
}

.custom-dd-empty .dd-list .dd3-handle {
  border: none;
  background: rgba(152, 166, 173, 0.25) !important;
  height: 36px;
  width: 36px;
}

.custom-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}

.custom-dd-empty .dd-list .dd3-handle:hover {
  color: var(--main);
}

.custom-dd-empty .dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: rgba(152, 166, 173, 0.25) !important;
  font-weight: 600;
}

.custom-dd-empty .dd-list .dd3-content:hover {
  color: var(--main);
}

.custom-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}

/* =============
   Charts
============= */
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #36404a;
  border: none;
  color: #ffffff !important;
}

.chart-detail-list li {
  margin: 0 10px;
}

.chart-detail-list li h5 {
  font-size: 15px;
}

.pieLabel div {
  font-size: 14px !important;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #797979;
}

.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

/* Flot chart */
#flotTip {
  padding: 8px 12px;
  background-color: #36404a;
  z-index: 100;
  color: #ffffff;
  opacity: 0.9;
  font-size: 13px;
  border-radius: 3px;
}

.legend tr {
  height: 20px;
}

.legendLabel {
  padding-left: 10px !important;
  line-height: 10px;
  padding-right: 10px;
}

/* Chartist chart */
.ct-golden-section:before {
  float: none;
}

.ct-chart {
  max-height: 300px;
}

.ct-chart .ct-label {
  fill: #a3afb7;
  color: #a3afb7;
  font-size: 12px;
  line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar, .ct-chart .ct-series.ct-series-a .ct-line, .ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: var(--main);
}

.ct-chart .ct-series.ct-series-b .ct-bar, .ct-chart .ct-series.ct-series-b .ct-line, .ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #f76397;
}

.ct-chart .ct-series.ct-series-c .ct-bar, .ct-chart .ct-series.ct-series-c .ct-line, .ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #00b19d;
}

.ct-chart .ct-series.ct-series-d .ct-bar, .ct-chart .ct-series.ct-series-d .ct-line, .ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #3ddcf7;
}

.ct-chart .ct-series.ct-series-e .ct-bar, .ct-chart .ct-series.ct-series-e .ct-line, .ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #797979;
}

.ct-chart .ct-series.ct-series-f .ct-bar, .ct-chart .ct-series.ct-series-f .ct-line, .ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #7266ba;
}

.ct-chart .ct-series.ct-series-g .ct-bar, .ct-chart .ct-series.ct-series-g .ct-line, .ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #ffaa00;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
  fill: var(--main);
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
  fill: #f76397;
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
  fill: #00b19d;
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-pie {
  fill: #3ddcf7;
}

/* Sparkline chart */
.jqstooltip {
  background-color: #2a3142 !important;
  padding: 5px 10px !important;
  border-radius: 3px;
  border-color: #2a3142 !important;
}

.jqsfield {
  font-size: 12px !important;
  line-height: 18px !important;
}

/* Circliful charts */
.circliful-chart {
  margin: 0 auto;
}

.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  font-size: 12px;
  font-weight: 600;
}

/* ===========
   Count Down
 =============*/
.home-wrapper {
  margin: 10% 0;
}

.app-countdown {
  margin-top: 40px;
  text-align: center;
}

.app-countdown div {
  display: inline-block;
}

.app-countdown div span {
  display: block;
  width: 150px;
}

.app-countdown div span:first-child {
  font-size: 3em;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
}

.app-countdown div span:last-child {
  color: #333333;
  font-size: 0.9em;
  height: 25px;
  line-height: 25px;
}

.app-countdown > * {
  text-align: center;
}

/* ===========
   Gallery
 =============*/
.portfolioFilter a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #2a3142;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}

.portfolioFilter a:hover {
  background-color: var(--main);
  color: #ffffff;
}

.portfolioFilter a.current {
  background-color: var(--main);
  color: #ffffff;
}

.thumb {
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding: 10px;
  width: 100%;
}

.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}

.gal-detail h4 {
  margin: 16px auto 10px auto;
  width: 80%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  font-size: 18px;
  text-overflow: ellipsis;
}

.gal-detail p {
  margin-bottom: 10px;
}

.gal-detail .ga-border {
  height: 3px;
  width: 40px;
  background-color: var(--main);
  margin: 10px auto;
}

/* ===========
   Maintenance
 =============*/
.icon-main {
  font-size: 60px;
}

.maintenance-page {
  margin: 10% 0;
}

.home-text {
  letter-spacing: 1px;
}

/* ===========
   Accounts
 =============*/
.wrapper-page {
  margin: 7.5% auto;
  max-width: 360px;
}

.wrapper-page .form-control {
  height: 40px;
}

.logo-lg {
  font-size: 30px !important;
  font-weight: 700;
  line-height: 70px;
  color: var(--main) !important;
}

.user-thumb img {
  height: 88px;
  margin: 0 auto;
  width: 88px;
}

.ex-page-content .svg-box {
  float: right;
}

.message-box {
  margin: 120px 50px;
}

.message-box h1 {
  color: #252932;
  font-size: 98px;
  font-weight: 700;
  line-height: 98px;
  text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

#Polygon-1,
#Polygon-2,
#Polygon-3,
#Polygon-4,
#Polygon-4,
#Polygon-5 {
  -webkit-animation: float 1s infinite ease-in-out alternate;
  animation: float 1s infinite ease-in-out alternate;
}

#Polygon-2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#Polygon-3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#Polygon-4 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#Polygon-5 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes float {
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes float {
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/* =============
   Tree view page
============= */
.jstree-default .jstree-clicked, .jstree-default .jstree-wholerow-clicked {
  background: rgba(59, 175, 218, 0.4);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jstree-default .jstree-hovered, .jstree-default .jstree-wholerow-hovered {
  background: rgba(59, 175, 218, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* =============
   Pricing
============= */
.pricing-column {
  position: relative;
  margin-bottom: 40px;
}

.pricing-column .inner-box {
  position: relative;
  padding: 0 0 50px;
}

.pricing-column .plan-header {
  position: relative;
  padding: 30px 20px 25px;
}

.pricing-column .plan-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #00b19d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.pricing-column .plan-price {
  font-size: 48px;
  margin-bottom: 10px;
  color: #2a3142;
}

.pricing-column .plan-duration {
  font-size: 13px;
  color: #98a6ad;
}

.pricing-column .plan-stats {
  position: relative;
  padding: 30px 20px 15px;
}

.pricing-column .plan-stats li {
  margin-bottom: 15px;
  line-height: 24px;
}

.pricing-column .plan-stats li i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.ribbon {
  position: absolute;
  left: 5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  background: #00b19d;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b19d), to(#00b19d));
  background: linear-gradient(#00b19d 0%, #00b19d 100%);
  position: absolute;
  top: 19px;
  letter-spacing: 1px;
  left: -21px;
}

.ribbon span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #007e70;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #007e70;
}

.ribbon span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #007e70;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #007e70;
}

/* =============
   FAQ
============= */
.question-q-box {
  height: 30px;
  width: 30px;
  color: #ffffff;
  background-color: #ef5350;
  text-align: center;
  border-radius: 50%;
  float: left;
  line-height: 26px;
  font-weight: 700;
}

.question {
  margin-top: 0;
  margin-left: 50px;
  font-size: 16px;
}

.answer {
  margin-left: 50px;
  color: #98a6ad;
  margin-bottom: 40px;
  line-height: 26px;
}

/* =============
   Task board
============= */
.taskList {
  min-height: 40px;
  margin-bottom: 0;
}

.taskList li {
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 14px;
}

.taskList li:last-of-type {
  margin-bottom: 0;
}

.taskList li .btn-sm {
  padding: 2px 8px;
  font-size: 12px;
}

.taskList li.task-success {
  border-left: 3px solid rgba(0, 177, 157, 0.5);
}

.taskList li.task-info {
  border-left: 3px solid rgba(61, 220, 247, 0.5);
}

.taskList li.task-danger {
  border-left: 3px solid rgba(239, 83, 80, 0.5);
}

.taskList li.task-warning {
  border-left: 3px solid rgba(255, 170, 0, 0.5);
}

.taskList a {
  font-size: 13px;
  font-weight: 500;
}

.taskList .checkbox {
  margin-left: 20px;
  margin-top: 5px;
}

.task-placeholder {
  border: 1px dashed #eeeeee !important;
  background-color: rgba(238, 238, 238, 0.2) !important;
  padding: 20px;
}

/*
Template Name: Minton Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/
@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .email-msg {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .enlarged .left.side-menu {
    margin-left: -75px;
  }
  .content-page {
    margin-left: 0px !important;
  }
  .footer {
    left: 0px !important;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }
  .todo-send {
    margin-top: 10px;
    padding-left: 15px;
  }
  .chat-inputbar {
    padding-left: 15px;
  }
  .chat-send {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  .app-search {
    display: none;
  }
}
@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  .search-bar {
    display: none !important;
  }
  .user-detail {
    bottom: 0;
    background-color: #ffffff;
    z-index: 1;
  }
  #sidebar-menu {
    overflow: auto;
    height: 100%;
    padding-top: 0;
    padding-bottom: 75px;
  }
  .navbar-custom {
    margin-left: 68px !important;
  }
  .page-title-box .page-title {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .page-title-box .breadcrumb {
    float: none !important;
    font-size: 13px;
  }
  .dropdown-menu-lg {
    max-width: 230px;
  }
}
@media (max-width: 420px) {
  .hide-phone {
    display: none !important;
  }
}
/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-alt {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-alt {
    width: 1170px;
  }
}
@media (max-width: 419px) {
  .topbar-left {
    width: 70px !important;
  }
  .logo .icon-c-logo {
    display: inline-block !important;
    line-height: 58px !important;
  }
  .logo span {
    display: none !important;
  }
  .content-page {
    margin-left: 70px;
  }
  .forced .side-menu.left {
    -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  }
  .enlarged .side-menu.left {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
}
/* Snotify simple dialogs background is too light {{{ */
.snotify-simple {
  background: #eee;
}

/* }}} */
/* Smaller snotify display area {{{ */
.snotifyToast__inner {
  min-height: 40px;
  padding: 5px 40px 5px 15px;
}

.snotify-icon {
  background-repeat: no-repeat;
  right: -8px !important;
  height: 80%;
}

/* }}} */
/* Bootstrapping overlay {{{ */
body.bootstrapping #app {
  display: none;
}

.splash {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.splash-init {
  background: #CCC;
}

body.bootstrapping .splash.splash-init {
  display: flex;
  align-content: center;
  justify-content: center;
}

body.bootstrapping .splash.splash-init > img {
  width: 50vw;
  max-width: 200px;
}

/* }}} */
/* Error overlay {{{ */
.splash.splash-crash {
  display: none;
  background: #CCC;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.splash.splash-crash > img {
  width: 50vw;
  max-width: 700px;
  margin-bottom: 20px;
}

.splash.splash-crash > * {
  align-self: center;
}

/* }}} */
/* Loader bar styles {{{ */
.loader-bar {
  height: 5px !important;
  z-index: 1 !important;
}

.loader-bar::before, .loader-bar::after {
  background: #3264d5 !important;
}

body.loading-foreground .loader-spinner {
  display: none; /* Don't display smaller spinner when we are already foreground loading */
}

.loading-background .loader-spinner {
  opacity: 0.7;
}

.loader-spinner {
  top: auto;
  left: auto;
  right: 10px !important;
  bottom: 5px !important;
  height: 50px;
  width: 50px;
  pointer-events: initial !important; /* // FIXME: Cypress struggles to detect visability when non-interactive @see https://github.com/cypress-io/cypress/issues/27782 */
}

.loader-spinner::before {
  animation-duration: 0.8s;
  width: 50px;
  height: 50px;
  border-color: var(--main);
  border-width: 4px;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* }}} */
/* Foreground loader spinner {{{ */
.splash.splash-loading-foreground .splah-loading-foreground-spinner {
  position: absolute;
  display: block;
  width: 20rem;
  height: 20rem;
  border-top: 3px solid var(--main);
  border-right: 3px solid transparent;
  border-radius: 50%;
  animation: splah-loading-foreground-spinner-spin 2s linear infinite;
}

@keyframes splah-loading-foreground-spinner-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* }}} */
/**
* Restore weird <a/> elements back to a standard styling
* Useful for dropdown links
*/
a.link {
  color: var(--blue) !important;
}
/**
* Display a fixed aside on a page
* @example
* <aside class="aside aside-right open">
*   <div class="aside-header">
*     <h4>Title</h4>
*     <a class="close"/>
*   </div>
* </aside>
*/
.aside {
  transition: transform 0.2s ease-out;
}

.aside.aside-right.open.open { /* Silly hack to force the transform when open */
  transform: translateX(0px);
}

.aside.aside-right {
  position: fixed;
  top: 70px;
  right: 0px;
  bottom: 0px;
  background: #FFF;
  z-index: 100;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.3);
  width: 350px;
  transform: translateX(380px);
}

/* .aside-sm {{{ */
.aside.aside-right.aside-sm {
  width: 40px;
  transform: translateX(50px);
  top: calc(50% - 30px); /* Approx middle of the screen */
  bottom: inherit;
  border-radius: 50px;
}

.aside.aside-right.aside-sm .form-group {
  margin: 0;
}

/* Remove BS padding from sub-elements */
.aside.aside-right.aside-sm .form-group [class*=col-] {
  padding: 0;
}

/* }}} */
/* Headers {{{ */
.aside .aside-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0px;
  border-bottom: 1px solid #e9ecef;
  margin: 0;
}

.aside .aside-header h4 {
  flex-grow: 1;
}

.aside .aside-header legend.form-control-static {
  border-bottom: none;
  font-size: 17pt;
}

.aside .aside-header .close {
  color: #5e5e5e;
}

.aside .aside-header .close:hover {
  color: #000;
}

.aside .aside-header .close::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00d";
}

/* }}} */
/* Actions {{{ */
.aside-actions {
  justify-self: flex-end;
  margin-right: 10px;
}

.aside-actions .btn-group {
  border: none;
  box-shadow: none;
}

.aside-actions a {
  padding: 8px;
  font-size: 125%;
}

/* }}} */
/* Body {{{ */
.aside .aside-body {
  margin-left: 0;
  padding: 10px 10px 0 0;
  /* Body scrolling */
  overflow: auto;
  height: calc(100vh - 130px); /* FIXME: Probably wrong when .aside-header isn't present */
}

/* }}} */
/**
* Offset a badge into superscript against an icon (usually to show a number of messages and so on)
*/
.badge.badge-sup {
  position: absolute;
  top: 7px;
  right: 8px;
}
/* Padding around badges is a bit exteme in the default BS style {{{ */
.badge {
  padding: 0.6em 1em;
  border-radius: 1rem;
  font-size: 80%;
  margin-bottom: 5px;
}

/* }}} */
/* .badge-light is TOO light against white backgrounds {{{ */
.badge.badge-light {
  background-color: #e8e9ea;
}

/* }}} */
/* Badges next to one-another should have padding {{{ */
.badge:first-child {
  margin-right: 5px;
}

.badge + .badge {
  margin-right: 5px;
}

/* }}} */
.btn.btn-circle {
  border-radius: 50%;
  /* Force an equal aspect-ratio padding */
  padding-left: 6px;
  padding-right: 6px;
}
/* BUGFIX: Use correct foreground in .btn items even if [href] is not set {{{ */
.btn.btn-danger,
.btn.btn-info,
.btn.btn-primary,
.btn.btn-success,
.btn.btn-warning {
  color: #fff !important;
}

/* }}} */
/* Add .btn-link-{danger} hover effects {{{ */
.btn.btn-link-danger {
  transition: color 0.5s;
}

.btn.btn-link-danger:hover {
  color: var(--danger) !important;
}

/* }}} */
/* .btn-context - display a dropdown context menu */
/**
* @example
* <table>
*   <thead>
*     <tr>
*       <th class="btn-context"></th>
*     </tr>
*   </thead>
*   <tbody>
*     <tr>
*       <td class="btn-context">
*         <div class="btn-group">
*           <a class="btn dropdown-toggle" data-toggle="dropdown"><i class="fa fa-ellipsis-v"></i></a>
*           <ul class="dropdown-menu pull-right">
*             ...
*           </ul>
*         </div>
*       </td>
*     </tr>
*   </tbody>
* </table>
*/
table.table th.btn-context {
  width: 32px;
}

table.table td.btn-context {
  padding: 10px 0 !important;
  text-align: center;
}

table.table tr td.btn-context .btn-group {
  box-shadow: none;
}

table.table tr td.btn-context .btn {
  visibility: hidden;
}

table.table tr:hover td.btn-context .btn {
  visibility: visible;
}

.btn.btn-context {
  width: 30px;
  color: #333;
  padding: 0;
  font-size: 20px;
  border: none;
}
/** .btn-group-float
* Display a set of floating buttons (also called 'FAB' - Floating Action buttons)
*
* @example Display an add button for a list
* <div class="btn-group-float">
*   <a v-href="'/widgets/create'" class="btn btn-icon btn-circle btn-success fa fa-plus" v-tooltip="'Create a new widget'"></a>
* </div>
*
* @example Display a save button
* <div class="btn-group-float">
*   <a @click="$ctrl.save()" class="btn btn-icon btn-circle btn-success fa fa-check" v-tooltip="'Save changes'"></a>
* </div>
*/
.btn-group-float {
  position: fixed;
  right: 20px;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transition: opacity 0.2s ease-out, bottom 0.2s ease-out;
}

.btn-group-float.pull-left {
  right: auto;
  left: 300px;
}

.btn-group-float .btn {
  font-size: 12pt;
  padding: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-group-float .btn.btn-sm {
  font-size: 12pt;
  padding: 10px;
  height: 40px;
  width: 40px;
}

.btn-group-float .btn.btn-lg {
  font-size: 16pt;
  padding: 16px;
  width: 70px;
  height: 70px;
}

/* Nudge large 'Save' buttons into the shoulder of smaller delete buttons */
.btn-group-float .btn.btn-sm.btn-danger + .btn.btn-lg.btn-success,
.btn-group-float .btn.btn-sm.btn-secondary + .btn.btn-lg.btn-success {
  margin-left: -10px;
}

/* Extra small 'cancel' like button which hides behind a larger button if its the last in the list */
.btn-group-float .btn-xs {
  position: absolute;
  bottom: -7px;
  right: -7px;
  padding: 2px;
  height: 30px;
  width: 30px;
  z-index: -1;
  margin-right: 0;
}

.btn-group-float .btn-xs:hover {
  z-index: 1;
}

/* Hide when routing or animating {{{ */
.btn-group-float {
  opacity: 1;
  bottom: 20px;
}

body.loading .btn-group-float {
  opacity: 0;
  bottom: -80px;
}

/* }}} */
/* Shadowing (mainly fixes with .waves-circle) {{{ */
.btn-group-float .btn {
  box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5) !important;
}

.btn-group-float .btn.waves-circle {
  -webkit-mask-image: none !important;
}

/* }}} */
/* Hide when printing {{{ */
@media print {
  .btn-group-float {
    display: none;
  }
}
/* }}} */
/* Nudge smaller buttons slightly behind larger ones {{{ */
.btn-group-float .btn.btn-sm {
  margin-right: -10px;
  transition: margin-right 0.4s ease-out, padding 0.4s ease-out;
}

.btn-group-float .btn.btn-sm:hover {
  margin-right: -5px;
  margin-left: 5px;
  padding: 25px;
}

/* }}} */
/**
* Constrain a btn-group so it doesn't break over lines
*/
.btn-group.btn-group-nobreak {
  display: flex;
  justify-content: center;
}
.btn-hover-danger:hover {
  background: var(--danger);
  border: 1px solid var(--danger);
  color: var(--light) !important;
}
.btn.btn-xs {
  padding: 2px;
}
/**
* Actions for card headers
*
* @example
* <div class="card">
*   <div class="card-header">
*     <h2>Card title</h2>
*     <div class="card-actions">
*       <a class="btn btn-light far fa-check" v-tooltip="'Save'"></a>
*     </div>
*   </div>
* </div>
*/
.card .card-header {
  display: flex;
  align-items: center;
}

.card .card-header > .card-actions {
  font-size: 20px;
}

.card .card-header > .card-actions:last-child {
  margin-right: -0.5rem;
}

/* Append .pr-0 for zero right padding */
.card .card-header > .card-actions.pr-0 {
  right: 0px;
}

.card.card .card-header > .card-actions > a:not(.btn),
.card.card .card-header > .card-actions > a.btn-light,
.card.card .card-header > .card-actions > li.open > a:not(.btn) {
  color: #999;
}

.card .card-header > .card-actions > a:not(.btn):hover,
.card .card-header > .card-actions > a.btn-light:hover,
.card .card-header > .card-actions > li > a:not(.btn):hover {
  color: #000;
}

.card .card-header > .card-actions > a.btn {
  margin-right: 1px;
}

.card .card-header > .card-actions > a:not(.btn) {
  align-items: center;
  color: #CCC;
  display: inline-flex;
  justify-content: center;
  height: 30px;
  width: 30px;
}

.card .card-header > .card-actions > a:not(.btn):hover > i.fa,
.card .card-header > .card-actions > a:not(.btn):hover.fa {
  color: #333;
}

.card .card-header > .card-actions label.toggle {
  position: relative;
  top: -5px;
  margin-right: 10px;
}

.card .card-header > .card-actions > .btn {
  margin-right: 1px;
}

.card .card-header > .card-actions > .btn:last-child {
  margin-right: 10px;
}

/* BUGFIX: Theme override: action container z-index {{{ */
/*
	A set value may not be needed. Must not be set to fix qb-model issues
	as the model is nested inside an action container.
*/
.card .card-header .card-actions {
  z-index: auto !important;
}

/* }}} */
.card {
  transition: box-shadow 0.2s, border 0.2s;
}

.card.active {
  box-shadow: 0px 0px 10px 0px var(--main);
  border: 1px solid var(--main-highlight);
  background: var(--main);
  color: white;
}

.card.disabled {
  color: var(--gray);
  background: var(--gray-light);
}
/* Add a small break between .card-body and .list-groups {{{ */
.card .card-body + .list-group {
  border-top: 1px solid #d8d8d8;
}

/* }}} */
a, .btn, .clickable {
  cursor: pointer;
}

.nonclickable {
  cursor: default;
}
code {
  border: 1px solid #e1e1e8;
  padding: 3px;
  word-break: keep-all;
}
/* Various custom "ideal" column sizes for tables */
th.col-sm {
  width: 20px;
}

th.col-md {
  width: 200px;
}

th.col-lg {
  width: 400px;
}

th.col-xl {
  width: 500px;
}

th.col-80 {
  width: 80px;
}

th.col-status, td.col-status {
  width: 16px;
  text-align: center;
}

th.col-icon {
  width: 20px;
}

th.col-thumbnail, td.col-thumbnail {
  width: 40px;
  text-align: center;
}

th.col-date {
  width: 280px;
}

body.screen-xs th.col-date {
  width: 130px;
}

th.col-currency {
  width: 100px;
}

th.col-currency, td.col-currency {
  text-align: right;
}

th.col-filesize {
  width: 100px;
}

th.col-checkbox {
  width: 50px;
}

th.col-button {
  width: 50px;
}

th.col-toggle {
  width: 50px;
}

th.col-verbs, td.col-verbs {
  width: 50px;
}

/* Hide first children of anything marked as col-hover until the mouse is over it (useful for dangerous verbs like Delete) {{{ */
th.col-hover > *,
td.col-hover > * {
  visibility: hidden;
}

tr:hover th.col-hover > *,
tr:hover td.col-hover > * {
  visibility: visible;
}

/* }}} */
:root {
  --theme-bg: #25476a ;
}
/**
* Hierarchically disable all functionality below this element
* This can be overridden on a per-field basis by applying the 'never-disable' class
*
* @example
* <form class="disabled">
*   Everything below here should be uneditable
* </form>
*/
.disabled .card-actions {
  display: none;
}

.disabled input.form-control:not(.never-disable),
.disabled textarea.form-control:not(.never-disable),
input.form-control.disabled,
textarea.form-control.disabled {
  pointer-events: none;
  border: none;
  background: none;
}

.disabled .input-group:not(.never-disable) .input-group-text {
  background: none;
  border: none;
}
/**
* Add a checkmark next to checked item or spacing when no item is un-checked
* @example Display a checked + unchecked item
* <ul class="dropdown-menu">
*   <a class="dropdown-item checked">This item is checked</a>
*   <a class="dropdown-item unchecked">This item is unchecked</a>
* </ul>
*/
.dropdown-item.unchecked:before,
.dropdown-item.checked:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  text-align: center;
  width: 20px;
  display: inline-block;
  margin-right: 2px;
  content: "";
}

.dropdown-item.checked:before {
  content: "\f00c";
}
.dropdown-item-danger, .dropdown-item-danger > a {
  transition: background-color 0.5s;
}

.dropdown-item-danger:hover, .dropdown-item-danger:hover > a {
  background-color: var(--danger) !important;
}

.dropdown-item-danger:hover, .dropdown-item-danger:hover > a {
  color: var(--white) !important;
}
.dropdown-menu li > a > i,
.dropdown-menu .dropdown-item > i {
  margin-right: 5px;
  /* Same as .fa-fw */
  text-align: center;
  width: 1.25em;
}
/* Display arrow in correct location when showing dropdown to left */
.dropdown-item.dropdown-toggle.dropleft::after {
  float: left;
  margin: 0 8px 0 2px;
  /* Swap stupid Bootstrap border chevron hack for Fontawsome icon */
  border: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f053";
}
/* Style which forces an icon to display as a block but doesn't render anything */
.fa-invisible {
  width: 37px;
  height: 30px;
}
/* Fixed width icons within buttons */
.btn.fa-fw {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 2.4em;
  height: 2.4em;
  padding: 7px 5px 5px;
}

/* Better spacing for icons */
.list-group .list-group-item > i {
  margin-right: 5px;
}
.font-sm {
  font-size: 10px;
}

.font-md {
  font-size: 13px;
}

.font-lg {
  font-size: 16px;
}

.font-xl {
  font-size: 18px;
}
/* Input group of button + input or input + button shouldn't have two borders {{{ */
.input-group > .input-group-addon + input.form-control {
  border-left: none;
}

.input-group > input.form-control + .input-group-addon {
  border-left: none;
}

/* }}} */
input.input-outline-primary {
  border: 1px solid var(--primary);
}

input.input-outline-primary:focus {
  border: 2px solid var(--primary);
}
/* Disable all interaction with read-only inputs */
input[readonly].form-control {
  pointer-events: none;
  cursor: default;
  background-color: #f2f2f2;
}
/* Add hover effect */
.list-group .list-group-item:hover {
  background-color: #bbdefb;
}

/* Foreground should be white even when not a link */
.list-group .list-group-item.active {
  color: #FFF;
}

/* More pronounced rounding */
.list-group .list-group-item:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

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

/* Remove rounding when a card-body item */
.card > .list-group .list-group-item {
  border-radius: 0;
}
/* Add a small shadow behind modals to make them stand out */
.modal .modal-content {
  box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.75);
}
.modal .modal-dialog.modal-md {
  max-width: 50%;
}

@media (min-width: 992px) {
  .modal-md {
    max-width: 800px;
  }
}
.no-click {
  cursor: default;
}
.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.opacity-hover-100:hover {
  opacity: 1;
}
/* Round the corners of pre elements */
pre {
  border: 1px solid #555;
  border-radius: 5px;
  padding: 10px;
  font-family: "Ubuntu Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Add a bit of padding when a pre tag appears in an alert */
.alert > pre {
  margin-top: 15px;
}

/* Add a smaller varient of the pre tag */
pre.pre-sm {
  tab-size: 2;
  font-size: 9px;
}
/**
* Force all links with td elements to display as block so the entire cell is clickable
*/
table.table td > a:not(.btn) {
  display: block;
}

/**
* Force links within a table to display using dark font
*/
table.table td a, table.table th a {
  color: var(--dark);
}
/* Disable top border on first child items in thead */
table.table thead > tr:first-child > th {
  border-top: none;
}
table.table td > a {
  color: #333;
}
/* .table-fixed - Evenly space all table columns */
.table-fixed {
  table-layout: fixed;
}
/**
* Display a simple icon column in a table
* @example
* <tr>
*   <td class="td-status"><i class="fa fa-circle"/></td>
* </tr>
*/
td.td-status {
  width: 16px;
  text-align: center;
}
.text-no-wrap {
  whitespace: nowrap;
}
.text-strike {
  text-decoration: line-through;
}
/**
* Hide a child element unless its parent is hovered
*
* @example Show a list of verbs within a table row only if the row has hover
* <tr class="visible-hover-parent">
*   <td>Name</td>
*   <td class="visible-hover-target">Verbs!</td>
* </r>
*
* @example Show a button only if the parent div has a hover state (remove from DOM)
* <div class="visible-hover-parent">
*   <a class="visible-hover-target btn btn-danger">Delete</a>
* </div>
*
* @example Reserve the browser location for an item but not show it (hide only)
* <div class="visible-hover-parent-hide">
*   <a class="visible-hover-target btn btn-danger">Delete</a>
* </div>
*/
.visible-hover-parent .visible-hover-target {
  display: none;
}

body:not(.dragging) .visible-hover-parent:hover .visible-hover-target {
  display: inline-block;
}

.visible-hover-parent-hide .visible-hover-target {
  visibility: hidden;
}

body:not(.dragging) .visible-hover-parent-hide:hover .visible-hover-target {
  visibility: visible;
}
/* Badges are far too large */
.badge {
  padding: 0.3em 0.7em;
}

.badge-primary {
  color: var(--white) !important;
}

a.badge.badge-primary:hover {
  background: var(--main-highlight);
  color: var(--white) !important;
}
/**
* Hide partial page contents while bootstrapping
*/
body.bootstrapping #wrapper {
  display: none;
}
.breadcrumb {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.btn-yellow {
  color: #000000;
  background-color: #FCF803;
  border-color: #E3E3E3;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #000000;
  background-color: #E3E032;
  border-color: #E3E3E3;
}

.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}

.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #FCF803;
  border-color: #E3E3E3;
}

.btn-yellow .badge {
  color: #FCF803;
  background-color: #000000;
}
/* Cards with immediate alert children look weird */
.card > .alert {
  margin: 20px;
}
a > .card-box,
a.card {
  transition: box-shadow 1s ease-out;
}

a:hover > .card-box,
a.card:not(.disabled):hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
/* Tab view in card-headers doesn't look right {{{ */
.card .card-header.card-header-dark {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: #edeff1;
  border-bottom: 1px solid #e7eaed;
}

.card .card-header .card-header-tabs {
  margin-bottom: -1rem;
}

/* }}} */
/* Card body's with an immediate list group of verbs get screwed up */
.card > .list-group {
  border: none !important;
}

.card > .list-group .list-group-item {
  border-left: none;
  border-right: none;
}

.card > .list-group .list-group-item:first-child {
  border-top: none;
}

/* Cards with a body followed by a link group should have a divider line */
.card > .card-body + .list-group .list-group-item:first-child {
  border-top: 1px solid #dfdfdf !important;
}
/**
* Tables as an immediate child of cards look weird
*/
.card > table.table td:first-child {
  padding-left: 10px;
}

.card > table.table td:last-child {
  padding-right: 10px;
}
/* Card headers look weird {{{ */
.card .card-header {
  background: white;
  border: none;
  font-size: 15px;
  font-weight: 700;
  color: #797979;
}

/* }}} */
/* Better spacing for cards {{{ */
.card .card-body {
  padding: 0.8rem 1.25rem 0.5rem;
}

/* }}} */
/* Multiple cards all get squished up {{{ */
.card + .card {
  margin-top: 20px;
}

/* }}} */
:root {
  --main: #32a4d5;
}
.dropdown-item {
  /* Stupidly large padding for dropdown lists */
  padding: 0.25rem 0.5rem;
}
/* Smaller vertical spacing for form rows */
.form-group {
  margin-bottom: 0.5rem;
}

/* Plain form controls with buttons should be nudged up slightly */
.form-control-plaintext > .btn {
  margin-top: -4px;
}
/* Body level hacks to property place body / loader elements
/* FIXME: Force payments to take over screen - Doop@3 has a nicer way to select outer template to use per Component so this should be switched post-migration */
/* Hide various page furniture */
body.fullscreen .topbar,
body.fullscreen .side-menu,
body.fullscreen .page-header,
body.fullscreen .loader-bar {
  display: none;
}

/* Adjust margins */
body.fullscreen .content-page {
  margin: 0 !important; /* Overriding #wrapper */
}

/* Nicer background + absolute centering */
body.fullscreen .content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #fff;
  margin: 0;
  padding: 20px 0;
}

body.fullscreen .splash.splash-loading-foreground {
  top: 0px;
  left: 0px;
  background: var(--main-highlight);
}
/* Dim placeholders so its more obvious they are not input box text */
input.form-control::placeholder {
  color: #DDD !important;
}
.logo-tagline {
  padding: 5px;
  border-radius: 1rem;
  font-size: 50%;
  margin-bottom: 5px;
  transform: rotate(-54deg);
  display: block;
  position: absolute;
  left: 48px;
  top: 20px;
  line-height: 1rem;
  z-index: 10;
  transition: all 0.5s ease-out;
}

#wrapper.enlarged .logo-tagline {
  padding: 2px 5px;
  font-size: 30%;
  left: 38px;
  top: 30px;
}
/* Logo display on main page is too big */
.topbar .logo .logo-inner-sm, .topbar .logo .logo-inner-lg {
  display: none;
}

body:not(.screen-xs) #wrapper:not(.enlarged) .topbar .logo .logo-inner-lg {
  display: block;
}

#wrapper.enlarged .topbar .logo .logo-inner-sm {
  display: block;
}

/* Force small logo on mobile screens */
body.screen-xs .topbar .logo .logo-inner-sm {
  display: block !important;
}

.topbar .logo .logo-inner-sm img {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  max-height: 70px;
}

.topbar .logo .logo-inner-lg img {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  max-height: 50px;
}
/**
* Remove all page furniture and maximize the content area
* This style is mainly used for the login screens
*/
body.minimal .topbar, body.minimal .side-menu {
  display: none;
}

body.minimal #wrapper > .content-page {
  display: block;
  margin: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* Specific mobile fixes for the Minton theme */
/* Reduce excessive padding for inner cards */
body.screen-xs .content > .container-fluid {
  padding-left: 5px;
  padding-right: 5px;
}

/* Move offset modal close button into modal when in mobile mode */
body.screen-xs .modal .modal-dialog .close {
  top: 24px;
  right: 22px;
}

/* Hide page title */
body.screen-xs .page-title-box > .page-title {
  display: none;
}
/* Modal headers look weird */
.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 1px;
}

/* Support for modal sizes */
.modal .modal-dialog.modal-lg {
  max-width: 80%;
}

.modal .modal-dialog.modal-xl {
  max-width: 95%;
}

/* Modals should have a drop shadow */
.modal .modal-dialog {
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.16);
}

/* Close buttons look weird */
.modal .modal-dialog .close {
  text-align: center;
  padding-top: 6px;
  font-size: 20px;
}

.modal .modal-dialog .close:hover {
  background: var(--red);
  color: var(--white);
  opacity: 1;
}

/* Footers should be better spaced */
.modal .modal-dialog .modal-footer {
  justify-content: space-between;
}
/* Add a slight box shadow to the nav + sidebars */
#sidebar-menu {
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.5);
}

.topbar::after {
  bottom: 1px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}

/* Fix weird scrolling offsets in sidebar */
#sidebar-menu {
  padding-bottom: 0;
  padding-top: 0;
}

/* Hover effect for sidebar items */
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
  background: var(--main-highlight) !important;
}

/* Remove top margin from first item in sidebar */
#sidebar-menu > .nav > .nav-item:first-child > .nav-link {
  margin-top: 0;
  padding-top: 15px;
}
::-webkit-scrollbar {
  height: 10px;
  width: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track-piece {
  margin: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
/* Sidebar should scroll when screen is too small */
#sidebar-menu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Hide menus from diplaying/taking up height on minified sidebar */
.forced.enlarged #sidebar-menu .listunstyled {
  display: none !important;
}

/* Sidebar animation */
@media (max-width: 767px) {
  /* Expanded */
  .left.side-menu {
    transition: width 200ms ease-in-out;
  }
  #sidebar-menu {
    opacity: 1;
    transition: opacity 200ms ease-in-out;
    transition-delay: 250ms;
  }
  #sidebar-menu > ul > li > a {
    margin: 0 !important;
    min-height: 0 !important;
    padding: 12px 20px !important;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
    font-size: 16px !important;
    line-height: 17px;
    margin-right: 15px !important;
  }
  #sidebar-menu > ul > li > a > span {
    display: inline !important;
    padding-left: 0 !important;
  }
  .topbar > .topbar-left {
    transition: width 200ms ease-in-out;
  }
  /* Collapsed */
  .enlarged .left.side-menu {
    margin-left: 0 !important;
    pointer-events: none;
    transition-delay: 250ms;
    width: 0 !important;
  }
  .enlarged #sidebar-menu {
    opacity: 0;
    transition-delay: 0s;
  }
  .enlarged .topbar > .topbar-left {
    transition-delay: 250ms;
  }
}
@media (min-width: 768px) {
  /* Expanded */
  .left.side-menu {
    transition: width 200ms ease-in-out;
  }
  #sidebar-menu > ul > li > a {
    transition: padding 200ms ease-in-out;
    white-space: nowrap;
  }
  #sidebar-menu > ul > li > a > i {
    transition: font-size 200ms ease-in-out;
  }
  #sidebar-menu > ul > li > ul {
    max-height: 0px !important;
    position: relative !important;
    transition: max-height 500ms ease-in-out !important;
  }
  #sidebar-menu > ul > li.opened > ul {
    max-height: none !important;
  }
  #sidebar-menu > ul > li > ul > li,
  #sidebar-menu > ul > li > a > span {
    opacity: 1;
    transition: opacity 250ms ease-in-out;
    transition-delay: 500ms;
  }
  .topbar-left {
    height: 70px;
    transition: width 200ms ease-in-out;
  }
  .navbar-custom {
    transition: margin-left 200ms ease-in-out;
  }
  .logo {
    height: 100%;
    width: 100%;
  }
  .logo-inner-sm,
  .logo-inner-lg {
    display: block !important;
    position: absolute;
    top: 0;
  }
  .logo-inner-sm {
    opacity: 0;
    transition: opacity 200ms ease-in-out;
  }
  .logo-inner-lg {
    opacity: 1;
    transition: opacity 200ms ease-in-out;
    transition-delay: 250ms;
  }
  /* Collapsed */
  .enlarged .left.side-menu {
    transition-delay: 250ms;
  }
  .enlarged #sidebar-menu > ul > li > a > i {
    transition-delay: 250ms;
  }
  .enlarged #sidebar-menu > ul > li > ul {
    display: block !important;
    max-height: 0px !important;
    overflow: hidden;
    pointer-events: none;
  }
  .enlarged #sidebar-menu > ul > li > a > span {
    display: inline-block !important;
  }
  .enlarged #sidebar-menu > ul > li > ul > li,
  .enlarged #sidebar-menu > ul > li > a > span {
    opacity: 0;
    transition: opacity 250ms ease-in-out;
    transition-delay: 0ms;
  }
  .enlarged #sidebar-menu > ul > li > ul {
    border: 0 !important;
    padding: 0 !important;
  }
  .enlarged .topbar-left {
    transition-delay: 250ms;
  }
  .enlarged .navbar-custom {
    transition-delay: 250ms;
  }
  .enlarged .logo-inner-sm {
    opacity: 1;
    transition-delay: 250ms;
  }
  .enlarged .logo-inner-lg {
    opacity: 0;
  }
  /* General */
  #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
    margin-right: 15px !important;
  }
  #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
    padding-left: 0;
  }
}
.sidebar.sidebar-left {
  position: fixed;
  top: 132px;
  left: 240px;
  height: calc(100% - 130px);
  width: 200px;
  z-index: 10;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: left 0.1s ease-out;
  overflow-y: auto;
}

/* Stick to minimized side-panel {{{ */
#wrapper.enlarged .sidebar.sidebar-left {
  left: 70px;
}

/* }}} */
/* Table titles are out of alignment {{{ */
table.table th, table.table td {
  padding: 0.75rem 0;
}

/* ... but card > table (direct children) should still have padding */
.card > table.table th:first-child, table.table td:first-child {
  padding-left: 0.75rem;
}

/* }}} */
/* Tables need to be more compressed */
table.table td {
  padding: 0.2rem;
}

/* Table cell entries should vertical-center align */
table.table td {
  vertical-align: middle;
}
/* BUGFIX: Tooltip shadows display weirdly {{{ */
.tooltip {
  box-shadow: none !important;
}

.tooltip .tooltip-inner {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

/* }}} */
.topbar .topbar-title {
  font-size: 28px;
  color: var(--light);
  text-align: center;
  padding-top: 13px;
}
.ghost-consignment {
  opacity: 0;
  border: 2px solid var(--primary);
  transition: all 0.2s ease;
}

.droppable-hover > .ghost-consignment {
  opacity: 1 !important;
  transition: all 0.2s ease;
}

/* General input widgets {{{ */
.consignments-edit input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.consignments-edit input[type=number] {
  padding: 0;
}

/* }}} */
/* Consignment sections {{{ */
.consignments-edit .consignment-section.card {
  border-width: 2px;
  background: transparent;
  margin-top: 0;
  height: 100%;
}

.consignments-edit .consignment-section > .card-header {
  color: #FFF;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.consignments-edit .consignment-section > .card-body {
  padding: 15px 0;
  background: transparent;
}

/* }}} */
/* Consignment segments {{{ */
.consignments-edit .consignment-segment.card table {
  font-size: 12px;
}

/* }}} */
/* Scrollable card-deck {{{ */
.card-deck.scrollable {
  overflow-x: auto;
  flex-flow: row;
  height: calc(100vh - 135px);
  padding-bottom: 10px;
}

.card-deck.scrollable > .card {
  min-width: 600px;
}

.card-deck.scrollable > .card > .card-body {
  overflow-y: auto;
}

/* }}} */
.customer-order-select .vs__dropdown-menu {
  min-width: 100%;
  width: auto;
}

.customer-order-select .vs__search:focus {
  padding: 0 5px 0 25px !important;
}

.customer-order-select .vs__dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  height: calc(1.5em + 0.75rem + 2px);
  padding-bottom: 0;
}

.customer-order-select .vs__dropdown-option + .vs__dropdown-option {
  border-top: 1px solid #eee;
  margin-top: 1px;
}

.customer-order-select .vs__dropdown-toggle .vs__selected-options {
  padding: 0;
  flex-wrap: nowrap;
  flex-grow: 0;
  flex-basis: unset;
}

.customer-order-select.vs--open .vs__dropdown-toggle .vs__selected-options {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
}

.customer-order-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
  margin-right: 0;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
}

.customer-order-select .vs__dropdown-toggle .vs__actions {
  padding: 0;
  padding-right: 0.25em;
  margin-right: 2px;
  align-items: center;
}

.customer-order-select .vs__dropdown-toggle .vs__actions .vs__clear {
  margin-right: 5px;
  display: flex;
}

.customer-order-select .vs__search {
  padding: 0;
}

.customer-order-select .vs__search:focus {
  padding: 7px;
  padding-top: 0px;
  /* max-width:0; */
}

.customer-order-select .vs__dropdown-menu {
  width: auto;
}
/*
// Use case / structure:
//   1. Use 'tree' class only on the root unordered list.
//      i.e.: <ul class="tree"></ul>
//   2. Use list items for each node, but also wrap text in a element with
//      a 'tree-label' class so we can targer this for styling. i.e:
//      <li><div class="tree-label">Node has terminated</div></li>
//   3. If a node has sub-items an inner <ul> can be added to the <li>. i.e.:
//      <li>
//          <div class="tree-label">Node has additional nodes</div>
//          <ul><!-- See 2. --></ul>
//      </li>
*/
.tree {
  --tree-line-thickness: 1px;
  --tree-line-width: 22px;
  --tree-label-height: 34px;
  --tree-row-spacing: 10px;
  overflow: auto;
  position: relative;
}

/*
// Targeting all <ul>s in .tree
// Remembering that .tree itself is also a <ul>.
*/
.tree,
.tree ul {
  list-style: none;
  padding-left: 0;
}

.tree li {
  /*
  // Using flex element so the inner elements: .tree-label and (if there
  // is one) <ul> will render in a row - side by side flex items.
  */
  display: flex;
  /*
  // Creating a new stacking context, applied transform doesn't
  // actually 'change' anything on <li>s.
  */
  transform: scale(1);
}

.tree li + li {
  margin-top: var(--tree-row-spacing);
}

.tree-label {
  border: 1px solid gray;
  height: var(--tree-label-height);
  line-height: var(--tree-label-height);
  /* Make space for the connecting lines */
  margin-left: var(--tree-line-width);
  /* Prevent tree-label (now a flex item) from getting smaller */
  min-width: 300px;
  padding: 0 9px;
  position: relative;
  /* Definately room to improve sizing - responsiveness */
  width: 300px;
}

.tree-label .btn {
  display: none;
}

.tree-label:hover .btn {
  display: block;
}

/*
// Horizontal connecting lines.
*/
.tree-label::after {
  border-top: var(--tree-line-thickness) solid;
  /* Positioned relative to the .tree-label */
  position: absolute;
  right: 100%;
  top: calc(var(--tree-label-height) / 2);
  /* Just long enough initially to connect the vertical line to the (right) label */
  width: calc(var(--tree-line-width) / 2 + var(--tree-line-thickness));
}

/* Widen very first connector to span label to label */
li:first-of-type > .tree-label::after {
  width: calc(var(--tree-line-width) + var(--tree-line-thickness));
}

/*
// Vertical connecting lines.
// Drawing line downwards to connect with item below
*/
.tree-label::before {
  border-right: var(--tree-line-thickness) solid;
  left: calc(var(--tree-line-width) / 2);
  /* Positioned relative to the <li> */
  position: fixed;
  top: calc(var(--tree-label-height) / 2 + var(--tree-line-thickness));
  height: calc(100% + var(--tree-row-spacing));
}

/* Orphaned or final item. No need to draw line */
li:last-of-type > .tree-label::before {
  display: none;
}

/* Common connector line rules */
.tree-label::after,
.tree-label::before {
  border-color: gray;
  content: "";
  display: block;
}
.customer-edit .search-input .search-input-verbs {
  top: 4px;
}

.invalid-fields {
  border: solid 1px red;
}

.customer-account-inputs {
  border-color: rgba(60, 60, 60, 0.26);
  color: black;
  background-color: inherit;
  height: calc(1.5em + 0.75rem + 2px);
  width: 100%;
  padding: 0.375rem 30px 0.375rem 0.75rem;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 5px;
}

.modal-customer-new-credit .modal-content {
  display: flex;
  height: calc(100vh - 3.5rem);
}

.modal-customer-new-credit .modal-body {
  flex: 1;
  overflow: auto;
  position: relative;
}

.customer-new-credit-dialog,
.customer-new-credit-dialog > .row,
.customer-new-credit-dialog > .row > .col-6 {
  /*height: 100%;*/
}

.customer-new-credit-dialog > .row > .col-6 {
  overflow: auto;
}

.product-list {
  max-height: 8rem;
}

.change-all-icon {
  font-size: 2.5em;
}

.colour-select-radio {
  transform: scale(1.5);
}
.highlight {
  background-color: #f5f5f5;
}
.customer-retail-type-select .vs__dropdown-toggle .vs__selected-options {
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customer-select .vs__dropdown-menu {
  min-width: 100%;
  width: auto;
}

.customer-select .vs__search:focus {
  padding: 0 5px 0 25px !important;
}

.customer-select .vs__dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  height: calc(1.5em + 0.75rem + 2px);
  padding-bottom: 0;
}

.customer-select .vs__dropdown-option + .vs__dropdown-option {
  border-top: 1px solid #eee;
  margin-top: 1px;
}

.customer-select .vs__dropdown-toggle .vs__selected-options {
  padding: 0;
  flex-wrap: nowrap;
  flex-grow: 0;
  flex-basis: unset;
}

.customer-select.vs--open .vs__dropdown-toggle .vs__selected-options {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
}

.customer-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
  margin-right: 0;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
}

.customer-select .vs__dropdown-toggle .vs__actions {
  padding: 0;
  padding-right: 0.25em;
  margin-right: 2px;
  align-items: center;
}

.customer-select .vs__dropdown-toggle .vs__actions .vs__clear {
  margin-right: 5px;
  display: flex;
}

.customer-select .vs__search {
  padding: 0;
}

.customer-select .vs__search:focus {
  padding: 7px;
  padding-top: 0px;
  /* max-width:0; */
}

.customer-select .vs__dropdown-menu {
  width: auto;
}
.customer-select .vs__dropdown-menu {
  min-width: 100%;
  width: auto;
}

.customer-select .vs__search:focus {
  padding: 0 5px 0 25px !important;
}

.customer-select .vs__dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  height: calc(1.5em + 0.75rem + 2px);
  padding-bottom: 0;
}

.customer-select .vs__dropdown-option + .vs__dropdown-option {
  border-top: 1px solid #EEE;
  margin-top: 1px;
}

.customer-select .vs__dropdown-toggle .vs__selected-options {
  padding: 0;
  flex-wrap: nowrap;
  flex-grow: 0;
  flex-basis: unset;
}

.customer-select.vs--open .vs__dropdown-toggle .vs__selected-options {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
}

.customer-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
  margin-right: 0;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
}

.customer-select .vs__dropdown-toggle .vs__actions {
  padding: 0;
  padding-right: 0.25em;
  margin-right: 2px;
  align-items: center;
}

.customer-select .vs__dropdown-toggle .vs__actions .vs__clear {
  margin-right: 5px;
  display: flex;
}

.customer-select .vs__search:focus {
  padding: 7px;
  padding-top: 0px;
  /* max-width:0; */
}

.customer-select .vs__dropdown-menu {
  width: auto;
}
.customer-type-select .vs__dropdown-toggle .vs__selected-options {
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
* Button arrows
* .btn-arrow-{left,right}
*
* @url https://www.cssscript.com/demo/css3-arrow-buttons-bootstrap/
*/
.btn.btn-arrow-right {
  padding-right: 18px;
  padding-left: 24px;
  margin-right: 4px;
  position: relative;
  border-radius: 0;
  overflow: visible;
}

/* Fix issue with z-index changing on focus */
.btn.btn-arrow-right:focus, .btn.btn-arrow-right:hover {
  z-index: initial;
}

/* Left-tail {{{ */
.btn.btn-arrow-right::before {
  content: "";
  left: -14px;
  top: 5px;
  height: 26px;
  width: 26px;
  transform: rotate(45deg);
  position: absolute;
  background: #FFF;
  border: inherit;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0 !important;
  z-index: 2;
}

/* Rounded tail {{{ */
.btn.btn-arrow-right.btn-arrow-rounded-tail {
  padding-right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn.btn-arrow-right.btn-arrow-rounded-tail::before {
  display: none;
}

/* }}} */
/* Rounded pointer {{{ */
.btn.btn-arrow-right.btn-arrow-rounded-pointer {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn.btn-arrow-right.btn-arrow-rounded-pointer::after {
  display: none;
}

/* }}} */
/* }}} */
/* Right-Pointer (right) {{{ */
.btn.btn-arrow-right::after {
  content: "";
  right: -14px;
  top: 5px;
  height: 26px;
  width: 26px;
  transform: rotate(45deg);
  position: absolute;
  background: inherit;
  border: inherit;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0 !important;
  z-index: 3;
}

/* }}} */
.editable {
  border: 1px solid transparent;
  cursor: pointer;
}

.editable.editing {
  border: 1px solid var(--main);
}
.v-highlight {
  background-color: var(--main-highlight);
  border-radius: 2px;
}
.editable {
  border: 1px solid transparent;
}

.editable.editing {
  border: 1px solid var(--main);
}
.orders-discount.disabled a {
  cursor: default;
}

.orders-discount.open {
  background: var(--main);
  border-radius: 5px;
}
.discount-groups .vs__selected-options span {
  white-space: nowrap;
}
.modal-email-order .modal-content {
  display: flex;
  height: calc(100vh - 3.5rem);
}

.modal-email-order .modal-body {
  flex: 1;
  overflow: auto;
  position: relative;
}

.email-dialog,
.email-dialog > .row,
.email-dialog > .row > .col-6 {
  height: 100%;
}

.email-dialog > .row > .col-6 {
  overflow: auto;
}

/* Smaller guttering between form elements {{{ */
.email-dialog .form-group {
  margin-bottom: 0;
}

.email-dialog .form-group .col-form-label {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* }}} */
/* Align labels to center */
.email-dialog .form-group .col-form-label:first-child {
  margin-top: 4px;
}

.tox {
  z-index: 10010 !important;
}
.modal-email-order .modal-content {
  display: flex;
  height: calc(100vh - 3.5rem);
}

.modal-email-order .modal-body {
  flex: 1;
  overflow: auto;
  position: relative;
}

.email-dialog,
.email-dialog > .row,
.email-dialog > .row > .col-6 {
  height: 100%;
}

.email-dialog > .row > .col-6 {
  overflow: auto;
}

/* Smaller guttering between form elements {{{ */
.email-dialog .form-group {
  margin-bottom: 0;
}

.email-dialog .form-group .col-form-label {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* }}} */
/* Align labels to center */
.email-dialog .form-group .col-form-label:first-child {
  margin-top: 4px;
}

.tox {
  z-index: 10010 !important;
}
.page-error {
  margin-top: -30px;
  text-align: center;
}

.page-error .page-error-title {
  font-size: 128px;
  color: #FFF;
}

.page-error .page-error-body {
  margin-top: 40px;
  font-size: 32px;
  color: var(--theme-bg);
}
.honk-create .input-group-url .input-group-text {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
}
.honk-dropdown > a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.honk-dropdown > a:hover {
  background: var(--main-highlight);
}
.logs .ql-editor {
  min-height: 100px;
}

.logs .post-note p {
  margin-bottom: 0;
}

.logs .post-note a {
  color: var(--primary);
}

.logs .post-note a:hover {
  text-decoration: underline;
}

.logs .quillWrapper + .float-rigth {
  margin-top: 16px;
}
.logs .ql-editor {
  min-height: 100px;
}

.logs .post-comment p {
  margin-bottom: 0;
}

.logs .post-comment a {
  color: var(--primary);
}

.logs .post-comment a:hover {
  text-decoration: underline;
}

.logs .post-comment i, .logs .post-comment code {
  margin: 0 5px;
  vertical-align: middle;
}

.w-10 {
  width: 10%;
}
#magic-bell-inbox {
  margin-right: 10px;
}
#magic-bell-inbox a[class^=magicbell-embeddable-] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  border-radius: 50%;
}
#magic-bell-inbox a[class^=magicbell-embeddable-]:hover {
  background: var(--main-highlight);
}
#magic-bell-inbox [role=status] {
  padding: 2px;
  font-size: 16px;
}
#magic-bell-inbox svg {
  height: 80% !important;
  width: 80% !important;
}
.dispatch {
  flex-basis: 100%;
  margin-right: 20px;
}

.dispatch-issue {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: 10px;
  margin: 10px 20px 10px 0px;
}

.dispatch-issue-types {
  width: 200px;
  font-weight: 500;
}

.dispatch-issue-labels {
  margin-left: 0.75rem;
  color: #4c5667;
  font-size: 0.95rem;
}

.dispatch-issue-inputs {
  appearance: none;
  border: none;
  color: black;
  background-color: inherit;
  height: calc(1.5em + 0.75rem + 2px);
  width: 100%;
  padding: 0.375rem 30px 0.375rem 0.75rem;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 5px;
}

.dispatch-issue-inputs:hover {
  border: 1px solid #cfcfcf;
}

.dispatch-issue-select-dropdown:hover {
  background: url(/assets/icons/drop-down.svg) 95%/7% no-repeat #fff !important;
}

.dispatch-issue-input-field:hover {
  background-color: #fff;
}

.dispatch-issue-input-field::placeholder {
  color: black;
}

.dispatch-save-button {
  margin-left: 0.75rem;
  height: 31px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  width: 80%;
  transition: all 200ms ease;
}

.dispatch-save-button-enabled {
  border: 2px solid #00b19d;
}

.dispatch-save-button-enabled:hover {
  cursor: pointer;
  background-color: #00b19d;
  transition: all 200ms ease;
}

.dispatch-save-button-disabled {
  border: 2px solid red;
}

/* .dispatch-save-button-disabled:hover {
	background-color: red;
	transition: all 200ms ease;
} */
.dispatch-attachment-button {
  margin-left: 0.75rem;
  margin-bottom: 10px;
  width: 80%;
}

.dispatch-file-list {
  margin-left: 0.75rem;
}

.dispatch-file-list-header-name {
  min-width: 100px;
}

.dispatch-file-list-body-name {
  max-width: 200px;
  padding: 0 10px 0 0 !important;
}

.dispatch-file-tables-row {
  cursor: pointer;
}

.dispatch-file-tables-row:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.dispatch-field-required {
  border: 1px solid red;
}
.debug-menu {
  /* Force all dropdown menu items to a single line rather than wrapping */
  /* Proper spacing for chevron popouts */
}
.debug-menu .dropdown-menu .dropdown-item {
  white-space: nowrap;
}
.debug-menu .dropdown-toggle.dropleft::after {
  margin: 0 14px 0 4px;
}
.tiles-calculator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.tiles-calculator-header {
  font-size: 18px;
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
  font-family: inherit;
}

.tiles-calculator-category {
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}

.tiles-calculator-each-area {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tiles-calculator-each-area-even {
  background-color: inherit;
}

.tiles-calculator-each-area-odd {
  background-color: #f0f0f0;
}

.tiles-calculator-each-area-invalid {
  border: 1px solid red;
}

.tiles-calculator-each-area-valid {
  border: 1px solid rgb(10, 199, 10);
}

.tiles-calculator-category-calculations {
  display: flex;
  justify-content: space-around;
}

.tiles-calculator-remove-area-calculations {
  position: fixed;
  right: 26px;
  cursor: pointer;
}

.tiles-calculator-number {
  font-size: 18px;
  padding: 10px;
}

.tiles-calculator-number-input {
  border: none;
  width: 180px;
  text-align: center;
  padding-bottom: 10px;
}

.tiles-calculator-wastage-input {
  border: none;
  width: 180px;
  text-align: center;
  padding-bottom: 10px;
  background-color: inherit;
}

.tiles-calculator-number-input-disabled {
  border-bottom: 1px solid #cfcfcf;
}

.tiles-calculator-number-input-invalid {
  border-bottom: 1px solid red;
}

.tiles-calculator-number-input-results {
  border-bottom: 1px solid rgb(10, 199, 10);
}

.tiles-calculator-number-input[type=number]::-webkit-outer-spin-button,
.tiles-calculator-number-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.tiles-calculator-number-title {
  font-size: 16px;
  width: 180px;
  padding-top: 10px;
}

.tiles-calculator-number-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 40px;
  width: 30px;
}

.tiles-calculator-wastage-warning {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.tiles-calculator-wastage-text {
  width: 225px;
  padding: 10px;
}

.tiles-calculator-quantity-changed-warning {
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  color: red;
}

.tiles-calculator-update-quantity-button {
  font-weight: bold;
  font-size: 14px;
  width: 160px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cfcfcf;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  margin: 20px auto;
}

.tiles-calculator-update-quantity-button:hover {
  background-color: #cfcfcf;
  transition: 0.3s ease;
}

.tiles-calculator-padding {
  padding: 15px 0;
}

.tiles-calculator-wastage-padding {
  padding: 50px 0 80px;
  border-bottom: 1px solid #cfcfcf;
}

.tiles-calculator-tooltip {
  position: relative;
}

.tiles-calculator-tooltip .tiles-calculator-tooltiptext {
  visibility: hidden;
  width: auto;
  min-width: 300px;
  background-color: black;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 6px;
  padding: 20px;
  position: absolute;
  z-index: 100;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.8s;
  white-space: nowrap;
}

.tiles-calculator-tooltip .tiles-calculator-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tiles-calculator-tooltip:hover .tiles-calculator-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.warranty {
  flex-basis: 100%;
  margin-right: 20px;
}

.warranty-issue {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: 10px;
  margin: 10px 20px 10px 0px;
}

.warranty-issue-types {
  width: 200px;
  font-weight: 500;
}

.warranty-issue-labels {
  margin-left: 0.75rem;
  color: #4c5667;
  font-size: 0.95rem;
}

.warranty-issue-inputs {
  appearance: none;
  border: none;
  color: black;
  background-color: inherit;
  height: calc(1.5em + 0.75rem + 2px);
  width: 100%;
  padding: 0.375rem 30px 0.375rem 0.75rem;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 5px;
}

.warranty-issue-inputs:hover {
  border: 1px solid #cfcfcf;
}

.warranty-issue-select-dropdown:hover {
  background: url(/assets/icons/drop-down.svg) 95%/7% no-repeat #fff !important;
}

.warranty-issue-input-field:hover {
  background-color: #fff;
}

.warranty-issue-input-field::placeholder {
  color: black;
}

.warranty-save-button {
  margin-left: 0.75rem;
  height: 31px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  width: 80%;
  transition: all 200ms ease;
}

.warranty-save-button-enabled {
  border: 2px solid #00b19d;
}

.warranty-save-button-enabled:hover {
  cursor: pointer;
  background-color: #00b19d;
  transition: all 200ms ease;
}

.warranty-save-button-disabled {
  border: 2px solid red;
}

/* .warranty-save-button-disabled:hover {
	background-color: red;
	transition: all 200ms ease;
} */
.warranty-attachment-button {
  margin-left: 0.75rem;
  margin-bottom: 10px;
  width: 80%;
}

.warranty-file-list {
  margin-left: 0.75rem;
}

.warranty-file-list-header-name {
  min-width: 100px;
}

.warranty-file-list-body-name {
  max-width: 200px;
  padding: 0 10px 0 0 !important;
}

.warranty-file-tables-row {
  cursor: pointer;
}

.warranty-file-tables-row:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.warranty-field-required {
  border: 1px solid red;
}
.trigger {
  width: 100%;
  cursor: pointer;
}

.popover-wrapper {
  background-color: white;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: fixed; /* Position relative to viewport */
  left: 50%; /* Center horizontally */
  transform: translate(-100%, -50%);
  z-index: 9999; /* Ensure tooltip is on top */
}

/* Scrollable area for table */
.popover-scroll {
  max-height: 60vh; /* table max height */
  max-width: 60vw; /* table max width */
  overflow-y: auto; /* scroll vertically */
}

.popover-table {
  font-size: 14px;
  border-collapse: collapse;
  width: auto;
}

.popover-table th,
.popover-table td {
  padding: 8px 12px;
  text-align: left;
  white-space: nowrap;
}

.popover-table .col-description {
  min-width: 250px;
}

.popover-table th {
  font-weight: bold;
}

/* Alternating row colors */
.popover-table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.popover-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.popover-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.moda-colour-change .modal-content {
  display: flex;
  height: calc(100vh - 3.5rem);
}

.moda-colour-change .modal-body {
  flex: 1;
  overflow: auto;
  position: relative;
}

.colour-change-dialog,
.colour-change-dialog > .row,
.colour-change-dialog > .row > .col-6 {
  height: 100%;
}

.colour-change-dialog > .row > .col-6 {
  overflow: auto;
}

.product-list {
  max-height: 8rem;
}

.change-all-icon {
  font-size: 2.5em;
}

.colour-select-radio {
  transform: scale(1.5);
}
.history {
  max-width: 800px;
  margin: 0 auto;
}

.history-item {
  transition: background-color 3.2s ease;
}

.history-item:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.03);
}
@charset "UTF-8";
/* Float change price button over price so we don't throw the table alignment out */
.orders-list .btn-change-price {
  position: absolute;
  border-radius: 5px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: end;
  align-items: center;
  opacity: 0.6;
}

.orders-list .btn-change-price:hover {
  background: var(--primary);
}

/* Floating title headers */
.orders-list .row-item-header {
  position: sticky;
  top: 110px;
  z-index: 1;
}

.orders-list table.select-mode .row-item-header {
  top: 167px; /* Offset more when in select-mode */
}

/* Prevent select effect when shift-clicking */
.orders-list .col-checkbox {
  user-select: none;
}

/* Force height to a minimum to prevent pop-in when setting up thumb etc. */
.orders-list > div:first-of-type td {
  box-sizing: content-box;
  height: calc(50px - 0.4rem);
}

.orders-list tr.sub-total {
  border-top: 2px solid var(--main);
}

.orders-list tr.grand-total {
  border-top: 2px solid var(--main);
  font-weight: bold;
}

.orders-list tr.paid-total {
  border-bottom: 2px solid var(--main);
  font-weight: bold;
}

.orders-list tr.payment-total {
  border-top: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  font-weight: bold;
}

.orders-list tr.grand-total > td,
.orders-list tr.payment-total > td {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Floating verbs {{{ */
.orders-list tr .btn-verbs-right {
  display: none;
  align-content: center;
  position: absolute;
  right: -15px;
  background: transparent;
  padding: 0;
  align-items: center;
  /* Increase actual surface area so not quite hitting the surface area doesn't immediately hide the button */
  width: 40px;
  height: 60px;
  margin-top: -5px;
}

.orders-list tr:hover .btn-verbs-right {
  display: flex;
}

.orders-list tr:hover .btn-verbs-right > a {
  background: #fff;
  border-radius: 50%;
  padding: 0;
  margin-left: 5px;
}

/* }}} */
/* Quanity returned {{{ */
.order-col-quantity-returned {
  color: var(--danger);
  font-weight: 800;
  text-align: center;
  font-size: larger;
}

.order-col-quantity-over-stock {
  border: 2px solid red !important;
}

/* }}} */
/* Split functionality {{{ */
.orders-list .col-checkbox {
  width: 30px;
}

.orders-list input[type=checkbox] {
  width: 28px;
  height: 28px;
}

/* }}} */
/* Reorder items {{{ */
.col-drag-handle {
  padding-left: 0.75rem !important;
  width: 30px;
}

.order-item:hover .col-drag-handle .handle {
  display: inline;
}

.col-drag-handle .handle {
  display: none;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

/* }}} */
/* Total costing {{{ */
.total-cost-hightlight {
  color: red;
  font-weight: bold;
}

/* }}} */
.orders-list tbody tr.row-item-header {
  background-color: #a4adb6;
}

.col-drag-handle {
  position: relative;
}

.dropdown-menu-right {
  position: absolute;
  left: 0;
  width: 200px;
  height: auto;
  background: #fff;
  border: 1px solid grey;
  padding: 5px;
  z-index: 100;
  top: 30px;
  text-align: center;
}

.dropdown-menu-right p {
  margin-bottom: 0px;
}

.insert-point {
  position: relative;
  /*
  // Pointless transform purely to create a new stacking context
  // to contain the fixed positioned insert label and line
  */
  transform: scale(1);
  /*
  // Since tr.insert-point is no longer static positioned and has a stacking
  // context. z-index is applied to address col-drag-handle's dropdown
  // which will be covered by items in the <tr>s underneath.
  */
  z-index: 1;
}

/*
// Note: label and "hr" to the second td (.col-drag-handle) rather
// than apply to the tr, since attempting to use ::before has that
// pseudo element treated as though it were a td
*/
.insert-point-search {
  background: white;
  left: 0;
  padding: 0.5rem 0;
  position: fixed;
  width: 100%;
}

/*
// Product select component in insert point row
// Place it above the insert point label
*/
.insert-point-search .products-select {
  background: white;
  z-index: 0;
}

.insert-point-search .products-select:focus-within {
  z-index: 1;
}

/* Insert point label */
.insert-point-search::after {
  background: var(--danger);
  border-radius: 99px;
  color: white;
  display: block;
  font-size: 0.8rem;
  left: 50%;
  padding: 0px 0.625em;
  pointer-events: none;
  position: fixed;
}

/* Insert point: below specific styles */
.insert-point-below .insert-point-search {
  bottom: 0;
  border-bottom: 1px dashed var(--danger);
  border-top: 1px solid var(--danger);
}

.insert-point-below .insert-point-search::after {
  bottom: 52px;
  content: "Insert point: ▼";
  transform: translate(-50%, 50%);
}

.insert-point.insert-point-below > td {
  padding-bottom: 55px !important;
}

/* Insert point: above specific styles */
.insert-point-above .insert-point-search {
  border-bottom: 1px solid var(--danger);
  border-top: 1px dashed var(--danger);
  top: 0;
}

.insert-point-above .insert-point-search::after {
  top: 52px;
  content: "Insert point: ▲";
  transform: translate(-50%, -50%);
}

.insert-point.insert-point-above > td {
  padding-top: 55px !important;
}

/* Fix positioning on btn-verbs-right when insert point is active */
.insert-point .btn-verbs-right {
  right: -35px !important;
}

.insert-point-above .btn-verbs-right {
  top: 50%;
}

.hide-warranty-issue {
  display: none;
}

.hide-dispatch-issue {
  display: none;
}

.item-using-price-history {
  border-bottom: solid red 2px;
}

.invalid-fields {
  border: solid 1px red;
}

.bc-ship-on-date-invalid {
  border: #dc3545 1px solid;
}
.orders-payments {
  /* ABI credits {{{ */
  /* }}} */
  /* Credit Usage {{{ */
  /* }}} */
}
.orders-payments .col-date {
  width: 400px;
}
.orders-payments .col-currency {
  width: 200px;
}
.orders-payments .btn.fa-plus {
  display: flex;
  align-items: center;
}
.orders-payments table.table tfoot td {
  border-top: 2px solid var(--main);
}
.orders-payments .order-payment-edit .dropdown-toggle::after {
  margin-left: auto;
}
.orders-payments .form-group-payment {
  display: flex;
  justify-content: end;
  align-items: center;
}
.orders-payments .table-credits tr.credit-used td, .orders-payments .table-credits tr.credit-used td a {
  text-decoration: line-through;
  color: var(--gray-light) !important;
}
.orders-payments .table-credits tr > td input {
  max-width: 9rem;
}
.orders-payments .table-credits tr > td .credit-select:hover {
  cursor: pointer;
}
.orders-payments .slide-fade-enter-active {
  transition: all 0.3s ease;
}
.orders-payments .slide-fade-leave-active {
  transition: all 0.3s ease;
}
.orders-payments .slide-fade-enter .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.form-group-payment button:disabled {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  cursor: wait;
}
.logo-corner {
  width: 6rem;
  height: 6rem;
}

.widen {
  padding-right: 6rem;
  padding-left: 6rem;
}

.rounded-card {
  background-color: white;
  border-radius: 25px;
  padding: 1rem;
  box-shadow: 1px 1px 2px 2px #c9c7c7;
}

.arrow {
  transform: scaleX(4);
  color: #dfbbaf;
  margin-top: auto;
  margin-bottom: auto;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.rules {
  max-width: 1100px;
  margin: auto;
}
.debug-menu {
  /* Force all dropdown menu items to a single line rather than wrapping */
  /* Proper spacing for chevron popouts */
}
.debug-menu .dropdown-menu .dropdown-item {
  white-space: nowrap;
}
.debug-menu .dropdown-toggle.dropleft::after {
  margin: 0 14px 0 4px;
}
.orders-discount.disabled a {
  cursor: default;
}

.orders-discount.open {
  background: var(--main);
  border-radius: 5px;
  color: #FFF;
}
.modal-user-hierarchy > div > .modal-body > .card > .card-body > ul {
  height: 100%;
}

.modal-user-hierarchy > div > .modal-body > .card > .card-body {
  height: 100%;
}

.modal-user-hierarchy > div > .modal-body > .card {
  height: 100%;
}

.over-modal {
  z-index: 1000;
}

.validated-select {
  border-color: transparent;
}

.validated-select .vs__selected-options {
  font-size: 0.55em;
}

.no-shadow {
  box-shadow: 0px 0px 0px 0px grey !important;
}

.modal-content.modal-content-rounded {
  border-radius: 20% !important;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.card-fixed {
  position: fixed;
  right: 0px;
  top: 70px;
  z-index: 999;
}

.windsor-modal {
  color: red;
}

.orders-list .orders-stat-panel {
  width: 150px;
  justify-content: center;
}
/* Force order-note (a flex-item) wrapper to "new line" {{{ */
.orders-note-exists { /* .orders-note.orders-note-exists */
  flex-basis: 100%;
}

/* }}} */
/* Hover affect {{{ */
.orders-note > i:hover {
  opacity: 1;
  color: var(--blue);
}

/* }}} */
/* Unset bootstrap defaults {{{ */
.orders-note .input-group > .form-control:focus,
.orders-note .input-group-append .btn {
  z-index: 0;
}

/* }}} */
.orders-discount.disabled a {
  cursor: default;
}

.orders-discount.open {
  background: var(--main);
  border-radius: 5px;
}
.modal-import-po .modal-content {
  display: flex;
  height: calc(100vh - 3.5rem);
}

.modal-import-po .modal-body {
  flex: 1;
  overflow: auto;
  position: relative;
}

.import-dialog,
.import-dialog > .row,
.import-dialog > .row > .col {
  height: 100%;
}

.import-dialog > .row > .col {
  overflow: auto;
}

/* Smaller guttering between form elements {{{ */
.import-dialog .form-group {
  margin-bottom: 0;
}

.import-dialog .form-group .col-form-label {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* }}} */
/* Align labels to center */
.import-dialog .form-group .col-form-label:first-child {
  margin-top: 4px;
}

.tox {
  z-index: 10010 !important;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 8px;
  text-align: left;
}
.may-sale-banner {
  max-width: 750px;
  margin: 40px 0;
  display: flex;
}

.may-sale-banner img, .may-sale-banner a {
  max-width: 380px;
  margin: auto;
  cursor: pointer;
}
.payments-preview-orders .card {
  background: #f5f5f5;
  border-radius: 0px !important;
  border: none;
  width: 750px;
  padding: 25px !important;
  min-height: 300px;
  margin: auto;
}

.payments-preview-orders td,
.payments-preview-orders th {
  padding: 10px;
  line-height: 1.3em;
}

.payments-preview-orders tfoot th {
  padding: 0.5rem 10px;
}

.quote-expiry {
  max-width: 750px;
  padding: 25px !important;
  margin: auto;
  background: #F9F6F2 !important;
}

.warning-icon-wrap {
  min-width: 60px;
}

.warning-icon {
  width: 38px;
  padding-top: 6px;
}

.text-underline, .text-underline:hover {
  text-decoration: underline;
}
.payments .display-full {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: scroll;
  scrollbar-width: thin;
}
.payments .display-full .card {
  border-radius: 0px;
  border: none;
  width: 750px;
  margin: auto;
}
.payments .display-full .card .card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #4c5667;
}
.payments .display-full .payments-back {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
}
.payments .display-full .payments-back:hover {
  background: var(--light);
}
.payments .payments-horizontal-scroll {
  min-width: 100%;
}
.permission-groups .v-table-body {
  overflow-x: scroll;
}
.permission-groups .nobr {
  white-space: nowrap;
}
.permission-groups table.table thead > tr:first-child > th:first-child,
.permission-groups table.table tbody > tr > td:first-child {
  background: var(--gray-light);
  position: sticky;
  left: -1.25rem;
  z-index: 3;
}
.permission-groups table.table thead > tr:first-child > th:first-child > div.v-table-col,
.permission-groups table.table tbody > tr > td:first-child > div.v-table-col {
  transform: initial;
  width: auto;
}
.permission-groups table.table thead > tr:first-child > th:first-child > div.v-table-col > a,
.permission-groups table.table tbody > tr > td:first-child > div.v-table-col > a {
  border-bottom: none;
}
.permission-groups table.table thead > tr:first-child > th {
  height: 240px;
  white-space: nowrap;
}
.permission-groups table.table thead > tr:first-child > th > div.v-table-col {
  transform: translate(50%, 0px) rotate(315deg);
  width: 30px;
}
.permission-groups table.table thead > tr:first-child > th > div.v-table-col > a {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.permissions .v-table-body {
  overflow-x: scroll;
}
.permissions .nobr {
  white-space: nowrap;
}
.permissions table.table thead > tr:first-child > th:first-child,
.permissions table.table tbody > tr > td:first-child {
  background: var(--gray-light);
  position: sticky;
  left: -1.25rem;
  z-index: 3;
}
.permissions table.table thead > tr:first-child > th:first-child > div.v-table-col,
.permissions table.table tbody > tr > td:first-child > div.v-table-col {
  transform: initial;
  width: auto;
}
.permissions table.table thead > tr:first-child > th:first-child > div.v-table-col > a,
.permissions table.table tbody > tr > td:first-child > div.v-table-col > a {
  border-bottom: none;
}
.permissions table.table thead > tr:first-child > th {
  height: 240px;
  white-space: nowrap;
}
.permissions table.table thead > tr:first-child > th > div.v-table-col {
  transform: translate(50%, 0px) rotate(315deg);
  width: 30px;
}
.permissions table.table thead > tr:first-child > th > div.v-table-col > a {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
img.img-config-thumbnail {
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
  border: 2px solid var(--white);
  transition: border-color 0.2s ease-out;
}

img.img-config-thumbnail.active {
  border: 3px solid var(--primary);
}
.product-stock .btn-group .btn {
  height: 22px;
  font-size: small;
  padding: 1px 2px;
}

.product-stock .btn-group .btn + .btn {
  border-left: 1px solid #eee;
}

.product-stock-table {
  border-bottom: none;
}

.product-stock-table tr:first-child td {
  border-top: none;
}
.product-thumbnail {
  /* Note: set height/width in img attr instead to prevent page reflow */
  padding: 0px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  height: auto;
  transition: border-color 0.25s ease-out;
}

.product-thumbnail.expands {
  cursor: pointer;
}

.product-thumbnail.expands:hover {
  border-color: var(--primary);
}
.product-thumbnail-lightroom .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: calc(100vh - 150px);
}

.product-thumbnail-lightroom .modal-body img {
  max-width: 100%;
  max-height: 100%;
}
.product-stock .btn {
  padding-left: 5px;
  padding-right: 5px;
}

.product-stck-table {
  border-bottom: none;
}

.product-stock-table tr:first-child td {
  border-top: none;
}
.products-select .search-thumbnail {
  max-width: 50px;
  max-height: 50px;
}
.card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.iframe-container {
  position: relative;
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

iframe {
  display: block;
  width: 100%;
  height: calc(100vh - 200px);
  max-width: 100%;
  border: none;
}
.card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.iframe-container {
  position: relative;
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
}
/* App search containers {{{ */
.app-search {
  height: 100%;
  min-width: 400px;
}

.app-search > .search-input {
  position: relative;
}

/* }}} */
/* Input group text field (fuzzy search) {{{ */
.app-search .search-input-fuzzy {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 99px !important;
  font-size: 0.875rem;
  padding-left: 20px;
  /* 2 buttons with 1.75rem width + 0.25rem right margins + matching padding on left input (20px) */
  padding-right: calc(4rem + 20px) !important;
}

.app-search .search-input-fuzzy::placeholder {
  color: var(--secondary);
  opacity: 1;
}

.app-search .search-input-fuzzy:focus,
.app-search .search-input-fuzzy:focus-visible {
  background-color: white;
  color: var(--dark);
  text-shadow: none;
}

.app-search .search-input-fuzzy:focus::placeholder {
  color: var(--dark);
}

.app-search .search-input.has-content .search-input-fuzzy {
  width: calc(100vw - 550px) !important;
  background: var(--white);
  color: var(--dark);
}

/* }}} */
/* Input group action buttons (right-aligned) {{{ */
.app-search .search-input-verbs {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  /* Match stupid bootstrap's z-index for input group input is focused */
  z-index: 3;
}

.app-search .search-input-verbs > .btn {
  background: transparent;
  border-radius: 99px !important;
  border: 0;
  color: white;
  height: 1.75rem;
  margin-right: 0.25rem;
  opacity: 0.75;
  padding: 0;
  transition: opacity 200ms ease-in-out;
  width: 1.75rem;
}

.app-search .search-input-verbs > .btn:focus,
.app-search .search-input-verbs > .btn:hover {
  background: var(--dark);
  opacity: 1;
}

.app-search .search-input-fuzzy:focus + .search-input-verbs > .btn,
.app-search .search-input-fuzzy:focus-visible + .search-input-verbs > .btn,
.app-search > .has-content .search-input-verbs > .btn {
  color: var(--dark);
}

.app-search .search-input-fuzzy:focus-visible + .search-input-verbs > .btn:focus,
.app-search .search-input-fuzzy:focus-visible + .search-input-verbs > .btn:hover,
.app-search .search-input-fuzzy:focus + .search-input-verbs > .btn:focus,
.app-search .search-input-fuzzy:focus + .search-input-verbs > .btn:hover,
.app-search > .has-content .search-input-verbs > .btn:focus,
.app-search > .has-content .search-input-verbs > .btn:hover {
  color: white;
}

/* }}} */
/* Dropdown container {{{ */
.app-search .search-input-helper {
  border: 1px solid var(--secondary);
  border-radius: 5px;
  left: 0 !important;
  /*
  	FIXME: Forcing overflow x to be auto (temp solution)
  	Need a way for the vjs-datepicker and v-select popups to
  	be rendered outside the bounds of search popup
  */
  overflow-x: auto !important;
  top: calc(100% + 0.25rem) !important;
}

/* }}} */
.v-select.vs--multiple {
  height: auto;
}
.search-input-tag-range-multi {
  /*progress support*/
  /*webkit*/
  /*mozilla*/
  /*ms*/
  /*
  input[type='range'].multirange.original,
  input[type='range'].multirange.ghost::-webkit-slider-runnable-track
  input[type='range'].multirange.original::-webkit-slider-thumb {
  	-webkit-appearance: none;
  }
  */
}
.search-input-tag-range-multi .form-control {
  display: inline-block;
}
.search-input-tag-range-multi datalist {
  display: flex;
  justify-content: space-between;
  padding-left: 0.15em;
  padding-right: 0.15em;
}
.search-input-tag-range-multi input {
  width: 100%;
}
.search-input-tag-range-multi input[type=range].multirange {
  height: 1em;
  -webkit-appearance: none;
}
.search-input-tag-range-multi input[type=range].multirange.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 1em + var(--ratio) * (100% - 1em));
}
.search-input-tag-range-multi input[type=range].multirange:focus {
  outline: none;
}
.search-input-tag-range-multi input[type=range].multirange::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: #007cf8;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: calc(max((0.75em - 1px - 1px) * 0.5, 0px) - 0.5em);
}
.search-input-tag-range-multi input[type=range].multirange::-webkit-slider-runnable-track {
  height: 0.75em;
  border: 1px solid #b2b2b2;
  border-radius: 0.5em;
  background: #efefef;
  box-shadow: none;
}
.search-input-tag-range-multi input[type=range].multirange::-webkit-slider-thumb:hover {
  background: #0061c3;
}
.search-input-tag-range-multi input[type=range].multirange:hover::-webkit-slider-runnable-track {
  background: #e5e5e5;
  border-color: #9a9a9a;
}
.search-input-tag-range-multi input[type=range].multirange::-webkit-slider-thumb:active {
  background: #2f98f9;
}
.search-input-tag-range-multi input[type=range].multirange:active::-webkit-slider-runnable-track {
  background: #f5f5f5;
  border-color: #c1c1c1;
}
.search-input-tag-range-multi input[type=range].multirange.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#007cf8, #007cf8) 0/var(--sx) 100% no-repeat, #efefef;
}
.search-input-tag-range-multi input[type=range].multirange.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#0061c3, #0061c3) 0/var(--sx) 100% no-repeat, #e5e5e5;
}
.search-input-tag-range-multi input[type=range].multirange.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#2f98f9, #2f98f9) 0/var(--sx) 100% no-repeat, #f5f5f5;
}
.search-input-tag-range-multi input[type=range].multirange::-moz-range-thumb {
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: #007cf8;
  border: none;
  box-shadow: 0 0 2px black;
}
.search-input-tag-range-multi input[type=range].multirange::-moz-range-track {
  height: max(0.75em - 1px - 1px, 0px);
  border: 1px solid #b2b2b2;
  border-radius: 0.5em;
  background: #efefef;
  box-shadow: none;
}
.search-input-tag-range-multi input[type=range].multirange::-moz-range-thumb:hover {
  background: #0061c3;
}
.search-input-tag-range-multi input[type=range].multirange:hover::-moz-range-track {
  background: #e5e5e5;
  border-color: #9a9a9a;
}
.search-input-tag-range-multi input[type=range].multirange::-moz-range-thumb:active {
  background: #2f98f9;
}
.search-input-tag-range-multi input[type=range].multirange:active::-moz-range-track {
  background: #f5f5f5;
  border-color: #c1c1c1;
}
.search-input-tag-range-multi input[type=range].multirange.slider-progress::-moz-range-track {
  background: linear-gradient(#007cf8, #007cf8) 0/var(--sx) 100% no-repeat, #efefef;
}
.search-input-tag-range-multi input[type=range].multirange.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#0061c3, #0061c3) 0/var(--sx) 100% no-repeat, #e5e5e5;
}
.search-input-tag-range-multi input[type=range].multirange.slider-progress:active::-moz-range-track {
  background: linear-gradient(#2f98f9, #2f98f9) 0/var(--sx) 100% no-repeat, #f5f5f5;
}
.search-input-tag-range-multi input[type=range].multirange::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}
.search-input-tag-range-multi input[type=range].multirange::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}
.search-input-tag-range-multi input[type=range].multirange::-ms-thumb {
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: #007cf8;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}
.search-input-tag-range-multi input[type=range].multirange::-ms-track {
  height: 0.75em;
  border-radius: 0.5em;
  background: #efefef;
  border: 1px solid #b2b2b2;
  box-shadow: none;
  box-sizing: border-box;
}
.search-input-tag-range-multi input[type=range].multirange::-ms-thumb:hover {
  background: #0061c3;
}
.search-input-tag-range-multi input[type=range].multirange:hover::-ms-track {
  background: #e5e5e5;
  border-color: #9a9a9a;
}
.search-input-tag-range-multi input[type=range].multirange::-ms-thumb:active {
  background: #2f98f9;
}
.search-input-tag-range-multi input[type=range].multirange:active::-ms-track {
  background: #f5f5f5;
  border-color: #c1c1c1;
}
.search-input-tag-range-multi input[type=range].multirange.slider-progress::-ms-fill-lower {
  height: max(0.75em - 1px - 1px, 0px);
  border-radius: 0.5em 0 0 0.5em;
  margin: -1px 0 -1px -1px;
  background: #007cf8;
  border: 1px solid #b2b2b2;
  border-right-width: 0;
}
.search-input-tag-range-multi input[type=range].multirange.slider-progress:hover::-ms-fill-lower {
  background: #0061c3;
  border-color: #9a9a9a;
}
.search-input-tag-range-multi input[type=range].multirange.slider-progress:active::-ms-fill-lower {
  background: #2f98f9;
  border-color: #c1c1c1;
}
.search-input-tag-range-multi input[type=range].multirange.original {
  position: absolute;
}
.search-input-tag-range-multi input[type=range].multirange.original::-webkit-slider-thumb {
  position: relative;
  z-index: 2;
}
.search-input-tag-range-multi input[type=range].multirange.original::-moz-range-thumb {
  transform: scale(1); /* FF doesn't apply position it seems */
  z-index: 1;
}
.search-input-tag-range-multi input[type=range].multirange::-moz-range-track {
  border-color: transparent; /* needed to switch FF to "styleable" control */
}
.search-input-tag-range-multi input[type=range].multirange.ghost {
  --track-default: transparent;
  --track-background: linear-gradient(
  		to right,
  		var(--track-default) var(--low),
  		var(--range-color) 0,
  		var(--range-color) var(--high),
  		transparent 0
  	)
  	no-repeat 0 45% / 100% 40%;
  --range-color: hsl(190, 80%, 40%);
  position: relative;
  background: var(--track-background);
}
.search-input-tag-range-multi input[type=range].multirange.ghost::-webkit-slider-runnable-track {
  background: var(--track-background);
}
.search-input-tag-range-multi input[type=range].multirange.ghost::-moz-range-track {
  background: var(--track-background);
}
.search-input-tag-range-multi input[type=range].multirange.original {
  position: relative;
}
.search-input-tag-range-multi input[type=range].multirange.ghost {
  position: relative;
  top: -24px;
}
.search-input-tag-range .form-control {
  display: inline-block;
}
.search-input-tag-range datalist {
  display: flex;
  justify-content: space-between;
  padding-left: 0.15em;
  padding-right: 0.15em;
}
.search-input-tag-range input {
  width: 100%;
}
/* Search input widget {{{ */
/*
.search-input .search-input-fuzzy {
	width: 100% !important;
}
*/
/* }}} */
/* Search input verbs (right aligned buttons) {{{ */
/*
.search-input .search-input-verbs {
	position: absolute;
	right: 24px;
	top: 16px;
}

.search-input .search-input-verbs > a,
.search-input .search-input-verbs > button {
	width: 30px;
	height: 30px;
	place-content: center;
	place-items: center;
	display: inline-flex;
}

.search-input.helper-open .search-input-verbs > a.fa-chevron-down,
.search-input.helper-open .search-input-verbs > button.fa-chevron-down {
	background: var(--main-darker);
	border-radius: 50%;
	color: var(--white);
}
*/
/* }}} */
/* Search helper {{{ */
.topbar .navbar-custom .menu-left {
  overflow: visible;
}

.search-input .search-input-helper {
  display: none;
  z-index: 1000;
  background: #FFF;
  position: absolute;
  left: 50px;
  border: 1px solid var(--secondary);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 400px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}

/*
.search-input .search-input-helper .form-control,
.search-input .search-input-helper .form-control:focus {
	color: var(--gray-dark);
	border-bottom: 1px solid var(--secondary);
	border-radius: 0px;
	width: 100%;
	padding: 0;
}

.search-input .search-input-helper input[type=text].form-control {
	border-top: none;
	border-left: none;
	border-right: none;
}
*/
/*
.search-input .search-input-helper label {
	user-select: none;
}
*/
.search-input .search-input-helper .vdp-datepicker {
  border-bottom: 1px solid var(--secondary);
}

.search-input .search-input-helper .vdp-datepicker input {
  border: none;
  width: 100%;
}

.search-input .search-input-helper .vdp-datepicker .vdp-datepicker__clear-button {
  position: absolute;
  right: 0px;
}

.search-input.helper-open .search-input-helper {
  display: block;
}

/* }}} */
/* Button placement {{{ */
/*
.search-input .form-control, .search-input .form-control:focus {
	width: 400px;
}

.search-input a.fa-search {
	left: auto;
	right: 30px;
}

.search-input a.fa-chevron-down {
	left: auto;
	right: 5px;
}
*/
/* }}} */
/* Theme fixes {{{ */
/*
.search-input .digest-select a {
	position: inherit;
	top: initial;
	left: initial;
	height: auto;
	line-height: 1;
	width: auto;
}
.search-input .digest-select a.btn-hover-danger {
	flex-grow: 0;
	color: inherit;
	border-radius: 0;
	width: 31px;
}
*/
/* }}} */
.title-breadcrumbs {
  z-index: 100;
}

.page-title-box .breadcrumb-item {
  color: var(--main);
}

.page-title-box .breadcrumb-item.active {
  font-weight: 700;
}
#wrapper:not(.enlarged) .side-menu ul.list-unstyled {
  display: block !important;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#wrapper:not(.enlarged) .side-menu .closed ul.list-unstyled {
  max-height: 0px;
}

#wrapper:not(.enlarged) .side-menu .opened ul.list-unstyled {
  max-height: none;
}

.side-menu ul {
  overflow-x: hidden !important;
}

.side-menu .menu-arrow {
  transition: transform 0.3s ease-out;
}

.side-menu .opened .menu-arrow {
  transform: rotate(90deg);
}

.side-menu li > a {
  border: 0 !important;
  white-space: nowrap;
}

.side-menu li.active > a {
  background: var(--main);
}

.side-menu li.active > a,
.side-menu li.active > a > span,
.side-menu li.active > a > i {
  color: var(--white) !important;
}

.side-menu li.opened .collapse {
  display: block !important;
}

.side-menu .collapse a.active {
  background: var(--main-highlight);
}

/* Bias width of sidebar entry in a bit so verbs don't overlap with click area */
.side-menu li.has-verbs > a {
  margin-right: 50px !important;
}
.snotifyToast {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

/* Icons {{{ */
.snotifyToast .snotify-fa-icon {
  font-size: 2em;
  position: absolute;
  width: 50px;
  left: -6px;
  top: -20px;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(1.3);
  background: var(--secondary);
}

.snotifyToast .snotify-fa-icon + .media-body {
  margin-left: 50px;
}

/* }}} */
/* Async {{{ */
.snotifyToast.snotify-async .snotify-icon--async {
  right: 5px !important;
  height: 30px;
  width: 30px;
}

/* }}} */
/* Ask / Confirm {{{ */
.snotifyToast.snotify-confirm {
  background-color: #eee;
  color: #000;
}

.snotifyToast.snotify-confirm .snotifyToast__progressBar {
  background-color: #c7c7c7;
}

.snotifyToast.snotify-confirm .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background-color: #4c4c4c;
}

.snotifyToast.snotify-confirm .snotifyToast__body,
.snotifyToast.snotify-confirm .snotifyToast__buttons button,
.snotifyToast.snotify-confirm {
  color: #000;
}

/* }}} */
/* Progress {{{ */
.snotifyToast.snotify-progress {
  background-color: #eee;
}

.snotifyToast.snotify-progress .progress-bar {
  background-color: var(--main-darker);
}

.snotifyToast.snotify-progress .snotify-fa-icon {
  background: #acacac;
}

.snotifyToast.snotify-progress .snotifyToast__inner {
  padding: 5px;
}

/* }}} */
/* Save {{{ */
.snotifyToast.snotify-save {
  background-color: var(--success);
  border-radius: 20px;
  width: 150px;
  margin: auto;
}

.snotifyToast.snotify-save .snotifyToast__inner {
  padding: 5px;
}

.snotifyToast.snotify-save .snotifyToast__inner .snotifyToast__title {
  color: var(--light);
  margin: auto;
  font-size: 1.5em;
}

.snotify {
  z-index: 99999;
}

/* }}} */
/* Undoable {{{ */
.snotifyToast.snotify-undoable {
  background-color: var(--light);
  border-radius: 10px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
}

.snotifyToast.snotify-undoable.fadeIn {
  opacity: 0.8 !important;
}

.snotifyToast.snotify-undoable .snotifyToast__inner {
  padding: 5px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.snotifyToast.snotify-undoable .snotifyToast__inner .snotifyToast__title {
  color: var(--dark);
  font-size: 1em;
  padding: 0;
  margin: 0;
}

.snotifyToast.snotify-undoable .snotifyToast__buttons {
  border: 0;
  border-left: 1px solid #EEE;
  transition: background-color 0.2s ease-out;
}

.snotifyToast.snotify-undoable .snotifyToast__buttons:hover {
  background-color: var(--dark);
}

.snotifyToast.snotify-undoable .snotifyToast__buttons button {
  color: var(--dark);
  transition: color 0.2s ease-out;
}

.snotifyToast.snotify-undoable .snotifyToast__buttons:hover button {
  color: var(--light);
}

/* }}} */
/* page-transition-cover-up {{{ */
.page-transition-cover-up-enter-active, .page-transition-cover-up-leave-active {
  position: absolute;
  width: calc(100% - 300px);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  display: inline-block;
}

.page-transition-cover-up-enter {
  transform: translateY(100vh);
}

.page-transition-cover-up-enter-to {
  transform: translateY(0vh);
}

.page-transition-cover-up-leave {
  opacity: 1;
}

.page-transition-cover-up-leave-to {
  opacity: 0;
}

/* }}} */
/* page-transition-fade {{{ */
.page-transition-fade-enter-active, .page-transition-fade-leave-active {
  position: absolute;
  width: calc(100% - 300px);
  transition: opacity 0.2s ease-out;
  display: inline-block;
}

.page-transition-fade-enter {
  opacity: 0;
}

.page-transition-fade-enter-to {
  opacity: 1;
}

.page-transition-fade-leave {
  opacity: 1;
}

.page-transition-fade-leave-to {
  opacity: 0;
}

/* }}} */
/* page-transition-slide-right {{{ */
.page-transition-slide-right-enter-active, .page-transition-slide-right-leave-active {
  position: absolute;
  width: calc(100% - 300px);
  transition: transform 0.2s ease-out;
  display: inline-block;
}

.page-transition-slide-right-enter {
  transform: translateX(100vw);
}

.page-transition-slide-right-enter-to {
  transform: translateX(0vw);
}

.page-transition-slide-right-leave {
  transform: translateX(0vw);
}

.page-transition-slide-right-leave-to {
  transform: translateX(-100vw);
}

/* }}} */
/* page-transition-slide-left {{{ */
.page-transition-slide-left-enter-active, .page-transition-slide-left-leave-active {
  position: absolute;
  width: calc(100% - 300px);
  transition: transform 0.2s ease-out;
  display: inline-block;
}

.page-transition-slide-left-enter {
  transform: translateX(-100vw);
}

.page-transition-slide-left-enter-to {
  transform: translateX(0vw);
}

.page-transition-slide-left-leave {
  transform: translateX(0vw);
}

.page-transition-slide-left-leave-to {
  transform: translateX(100vw);
}

/* }}} */
/* page-transition-slide-up {{{ */
.page-transition-slide-up-enter-active, .page-transition-slide-up-leave-active {
  position: absolute;
  width: calc(100% - 300px);
  transition: transform 0.2s ease-out;
  display: inline-block;
}

.page-transition-slide-up-enter {
  transform: translateY(100vh);
}

.page-transition-slide-up-enter-to {
  transform: translateY(0vh);
}

.page-transition-slide-up-leave {
  transform: translateY(0vh);
}

.page-transition-slide-up-leave-to {
  transform: translateY(-100vh);
}

/* }}} */
.splash.splash-ellipse {
  display: block;
  z-index: 100;
  overflow: hidden;
}

.splash.splash-ellipse.splash-ellipse-dark {
  background: radial-gradient(ellipse at center, #bfbfbf 0%, #000000 100%);
}

.splash.splash-ellipse.splash-ellipse-light {
  background: radial-gradient(ellipse at center, #bfbfbf 0%, #000000 100%);
}
.splash.splash-image {
  display: block;
  z-index: 100;
  background-size: cover;
}
.splash.splash-particles {
  display: block;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}
.splash.splash-popsquares {
  display: block;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

.splash.splash-popsquares .popsquare-row {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% / var(--ps-rows));
}

.splash.splash-popsquares .popsquare {
  flex: 1;
  animation-name: popsquares;
  animation-duration: var(--ps-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes popsquares {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.splash.splash-solid {
  display: block;
  z-index: 100;
  overflow: hidden;
}

.splash.splash-solid.splash-solid-white {
  background: #FFF;
}
.splash.splash-substrate {
  display: block;
  z-index: 100;
}
.modalBodyClear {
  max-width: 1200px;
}

.modalBodyClear .modal-body {
  padding: 0px !important;
}
.user-select .vs__dropdown-menu {
  min-width: 100%;
  width: auto;
}

.user-select .vs__search:focus {
  padding: 0 5px 0 25px !important;
}

.user-select .vs__dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  height: calc(1.5em + 0.75rem + 2px);
  padding-bottom: 0;
}

.user-select .vs__dropdown-option + .vs__dropdown-option {
  border-top: 1px solid #EEE;
  margin-top: 1px;
}

.user-select .vs__dropdown-toggle .vs__selected-options {
  padding: 0;
  flex-wrap: nowrap;
  flex-grow: 0;
  flex-basis: unset;
}

.user-select.vs--open .vs__dropdown-toggle .vs__selected-options {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
}

.user-select .vs__dropdown-toggle .vs__selected-options .vs__selected {
  margin-right: 0;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
}

.user-select .vs__dropdown-toggle .vs__actions {
  padding: 0;
  padding-right: 0.25em;
  margin-right: 2px;
  align-items: center;
}

.user-select .vs__dropdown-toggle .vs__actions .vs__clear {
  margin-right: 5px;
  display: flex;
}

.user-select .vs__search {
  padding: 0;
}

.user-select .vs__search:focus {
  padding: 7px;
  padding-top: 0px;
  /* max-width:0; */
}

.user-select .vs__dropdown-menu {
  width: auto;
}
#modal-permissions-apply .wrapper {
  /* Not scoped for some reason, AVOID naming this .wrapper messes with v-popover wrapper class. ABI-2455*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.vue-js-switch {
  vertical-align: top;
  margin-right: 5px;
}
.v-select .vs__actions {
  cursor: pointer;
}

/* Disabled functionality {{{ */
.disabled .v-select {
  pointer-events: none;
}

.disabled .v-select .vs__dropdown-toggle {
  border: none;
}

.disabled .v-select .vs__actions,
.disabled .v-select button {
  display: none;
}

/* }}} */
/* Copy background color from theme */
.vs__dropdown-option--highlight {
  background: var(--main);
}

.vs--single .vs__selected-options {
  align-items: center;
}

.vs--single .vs__selected {
  font-size: 1rem;
}

.vs--multiple .vs__selected-options {
  align-items: flex-start;
}

.vs--multiple .vs__selected {
  font-size: 0.8rem;
}
/* .tooltip {{{ */
.tooltip {
  display: block !important;
  z-index: 100000;
  border: none;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.tooltip .tooltip-inner {
  background: var(--dark);
  color: white;
  border-radius: 5px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 100000;
}

.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right] {
  margin-left: 5px;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #ccc;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

/* }}} */
/* .tooltip.text-left - Add left alignment option for tooltips {{{ */
.tooltip.text-left .tooltip-inner {
  text-align: left;
}

/* }}} */
/* .popover-dark {{{ */
/* e.g. <v-popover popover-class="popover-dark"/> */
.popover.popover-dark .popover-inner {
  background: #4c5667;
  color: #FFF;
  border: none;
}

.popover.popover-dark .popover-arrow {
  border-color: #4c5667;
}

/* }}} */
/* .popover-danger {{{ */
/* e.g. <v-popover popover-class="popover-danger"/> */
.popover.popover-danger .popover-inner {
  background: var(--danger);
  color: var(--white);
  border: none;
}

.popover.popover-danger .popover-arrow {
  border-color: var(--danger);
}

/* }}} */
/* .popover-success {{{ */
/* e.g. <v-popover popover-class="popover-success"/> */
.popover.popover-success .popover-inner {
  background: var(--success);
  color: var(--white);
  border: none;
}

.popover.popover-success .popover-arrow {
  border-color: var(--success);
}

/* }}} */
/* .popover-p-1 - minimal padding {{{ */
/* e.g. <v-popover popover-class="popover-p-1"/> */
.popover.popover-p-1 .popover-inner {
  padding: 5px;
}

/* }}} */
.attachment-drop-area {
  border: 2px #cfcfcf;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.attachment-drop-area-dropping {
  border-style: solid;
}

.attachment-drop-area-idle {
  border-style: dashed;
}

.attachment-icon {
  width: 50px;
  margin: auto;
}

.attachment-text {
  font-size: 20px;
  margin-bottom: 20px;
}

.attachment-button {
  margin: auto;
}
/* icons view {{{ */
.attachments .attachments-view-icons .attachment-item,
.attachments .attachments-view-icons .attachment-item-upload {
  width: 70px;
  height: 100px;
  font-size: 80px;
  border-radius: 5px;
  margin: 0 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--main);
}

.attachments .attachments-view-icons .attachment-item {
  border: 2px solid transparent;
}

.attachments .attachments-view-icons .attachment-item-upload {
  border: 2px dashed var(--main);
  opacity: 0.5;
  transition: opacity 0.4s;
}

.attachments .attachments-view-icons .attachment-item-upload:before {
  transform: scale(0.5);
  transition: transform 0.2s;
}

.attachments .attachments-view-icons .attachment-item-upload:hover:before {
  transform: scale(0.8);
}

.attachments .attachments-view-icons .attachment-item:hover {
  border: 2px solid var(--main);
  background: var(--main-highlight);
  color: var(--dark);
}

.attachments .attachments-view-icons .attachment-item-upload:hover {
  border: 2px dashed var(--main);
  opacity: 1;
  color: var(--main);
}

.attachments .attachments-view-icons .attachment-item .attachment-item-btn {
  display: none;
  position: absolute;
  margin-top: 38px;
  margin-left: 22px;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.attachments .attachments-view-icons .attachment-item:hover .attachment-item-btn {
  display: block;
}

.attachments .attachments-view-icons .attachment-item .attachment-item-btn:hover {
  opacity: 1;
}

/* Mutator .attachments-sm {{{ */
.attachments.attachments-sm .attachments-view-icons .attachment-item,
.attachments.attachments-sm .attachments-view-icons .attachment-item-upload {
  width: 30px;
  height: 30px;
  font-size: 20px;
  margin: 0 1px;
}

.attachments.attachments-sm .attachments-view-icons .attachment-item .attachment-item-btn {
  margin-top: 12px;
  margin-left: 10px;
  transform: scale(0.8);
}

/* }}} */
/* }}} */
/* gallery view {{{ */
.attachments .attachments-view-gallery .attachment-item,
.attachments .attachments-view-gallery .attachment-item-upload {
  width: 140px;
  height: 140px;
  font-size: 80px;
  border-radius: 5px;
  margin: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--light);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--light);
  vertical-align: bottom;
}

.attachments .attachments-view-gallery .attachment-item:hover,
.attachments .attachments-view-gallery .attachment-item-upload:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.attachments .attachments-view-gallery .attachment-item:hover .attachment-item-btn {
  display: block;
}

.attachments .attachments-view-gallery .attachment-item .attachment-item-btn {
  display: none;
  position: absolute;
  margin-top: 50px;
  margin-left: 50px;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.attachments .attachments-view-gallery .attachment-item .attachment-item-btn:hover {
  opacity: 1;
}

/* }}} */
/* Hacks to strech input element to full size + make transparent when using a slot {{{ */
.date-select.full {
  position: relative;
}

.date-select.full input {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: transparent !important;
  color: transparent !important;
}

/* }}} */
.date-select input.vdatetime-input {
  border: 0;
  text-align: center;
  background: transparent;
}

.date-select {
  padding: 0;
}

.date-select > .vdatetime > input.vdatetime-input {
  cursor: pointer;
  color: inherit;
  width: 100%;
}

.vdatetime-popup__header,
.vdatetime-calendar__month__day--selected > span > span,
.vdatetime-calendar__month__day--selected:hover > span > span {
  background: var(--main);
}

.vdatetime-year-picker__item--selected,
.vdatetime-time-picker__item--selected,
.vdatetime-popup__actions__button {
  color: var(--main);
}

/* Disabled state {{{ */
.disabled .vdatetime {
  pointer-events: none;
}

.disabled .vdatetime.btn {
  border: 0;
  background: transparent;
}

.disabled .vdatetime-input {
  text-align: left;
  padding-left: 10px;
}

/* }}} */
.directory .directory-item {
  color: var(--dark);
}

.directory .directory-item:hover {
  text-decoration: none;
}

.directory .directory-item .media-body {
  overflow: hidden;
}

.directory .directory-item .directory-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.directory .directory-item:hover {
  color: var(--main);
}

.directory .directory-icon {
  margin-right: 10px;
}
.emails .vs__search::placeholder {
  color: var(--gray);
}
.hover-verbs {
  display: block;
  position: relative;
}

.hover-verbs .hover-verbs-items {
  display: none; /* Hide by default, overridden if the item has content (see .hasContent) */
  position: absolute;
  top: 0px;
  margin-right: 0;
  right: -10px;
  opacity: 0.5;
  transition: opacity 0.25s ease-out;
}

.hover-verbs .hover-verbs-items > .btn.btn-sm {
  padding: 3px;
}

.hover-verbs .hover-verbs-items > .btn + .btn {
  margin-left: 2px;
}

.hover-verbs.hasContent:hover .hover-verbs-items {
  display: block;
  float: right;
}

.hover-verbs.hasContent .hover-verbs-items:hover {
  opacity: 1;
}
.pdf-viewer .viewer {
  width: 98%;
  height: 100%;
  overflow: scroll;
  position: absolute;
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.pdf-viewer .viewer canvas {
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-right: auto;
}

.pdf-viewer .viewer canvas:last-of-type {
  margin-bottom: 0;
}

.pdf-viewer .button-group {
  position: absolute;
  z-index: 500;
  z-index: 500;
  bottom: 10px;
  right: 20px;
}

.pdf-viewer .button-group > a {
  display: block;
  display: block;
  margin-bottom: 10px;
}
.form-control-prefix:disabled {
  background-color: #ffffff;
}
.select-number.minimal input[type=number] {
  padding: 0;
}

.select-number input[type=number]::-webkit-textfield-decoration-container,
.select-number input[type=number]::-webkit-inner-spin-button {
  height: 100%;
}

.select-number input[type=number]::-webkit-textfield-decoration-container {
  padding: 5px 0 5px 5px;
}
.tags .vs__selected {
  color: #fff;
}

.tags .vs__selected .close {
  color: #FFF;
  font-weight: 900;
  text-shadow: none;
  margin-left: 5px;
}
.v-table {
  min-height: 350px;
  /* Pagination {{{ */
  /* }}} */
  /* Footer {{{ */
  /* }}} */
  /* Loading overlay {{{ */
  /* }}} */
}
.v-table .pagination {
  margin-bottom: 0;
}
.v-table .v-table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v-table .v-table-overlay-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  border: 0px;
  background: var(--white);
  z-index: 10;
}
.v-table .v-table-overlay-loading .v-table-overlay-loading-spinner {
  margin-bottom: 25px;
  font-size: 120px;
}

/* Sticky thead hacks - Experiment in progress - MC 2021-07-11 {{{ */
body {
  overflow-x: initial !important; /* Override theme o-x for body */
}

#wrapper,
.content-page {
  overflow: initial !important; /* Override theme wrappers */
}

.v-table thead {
  position: sticky;
  top: 0px;
  background: #fff;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
  /* Correct .col-status from collapsing to just hiding its text element */
}
.v-table thead th.col-status, .v-table thead th.col-verbs {
  visibility: visible;
}
.v-table thead th.col-status > *, .v-table thead th.col-verbs > * {
  /* Rely on the next level down being a wrapped <a.no-click/> and just hide it */
  display: none;
}
.v-table thead th.col-status > a {
  display: none;
}

/* }}} */
.quillWrapper {
  width: 100%;
}

/* Special .quill-no-toolbar rules {{{ */
.quillWrapper.quill-no-toolbar {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.quillWrapper.quill-no-toolbar .ql-toolbar.ql-snow {
  display: none;
}

/* }}} */
/* Special .quill-no-border rules {{{ */
.quillWrapper.quill-no-border .ql-toolbar.ql-snow, .quillWrapper.quill-no-border .ql-container.ql-snow {
  border: none !important;
}

/* }}} */
body.dragging {
  cursor: grabbing;
}

.draggable {
  cursor: grab;
  user-select: none;
}
/* drop-guide {{{ */
.drop-group.drop-guide .droppable {
  border: 2px dotted var(--primary);
}

/* }}} */
/* drop-closest {{{ */
.drop-group .droppable.drop-closest {
  border: 2px solid var(--primary); /* NOTE That if drop-guides is enabled all other elements will have a dashed border */
}

/* }}} */
#droppable {
  pointer-events: none;
  display: block;
  z-index: 1000;
  position: absolute;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  cursor: grabbing;
  opacity: 0.8;
}

#droppable i {
  margin-right: 10px;
}

.droppable.droppable-hover {
  border: 2px solid var(--primary);
}
.payments-display-stripe .stripe-area {
  border: 1px solid #dfdfdf;
  padding: 20px;
  width: 100%;
  margin-bottom: 10px;
}
.stripe-payment {
  width: 400px;
}
.highlight {
  background-color: #e9ecef;
}
/* Adds a scale effect to modals */
.modal > .modal-dialog {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.modal.show > .modal-dialog {
  opacity: 1;
  transform: scale(1);
}

/* Add a fade out effect when the backdrop appears */
.modal-backdrop {
  opacity: 0 !important;
  transition: all 5s;
}

.modal-backdrop.show {
  opacity: 0.333 !important;
}
.session-float {
  z-index: 150; /* Appear on top of particles splash screen */
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}

.session-float img.logo {
  max-height: 30vh;
}

.session-float .card {
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.8);
}

.session-float .card {
  border-radius: 5px;
}

.session-float .logo {
  width: 50vh;
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.session-float .footer {
  z-index: 1000;
}
.session-float {
  z-index: 150; /* Appear on top of particles splash screen */
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}

.session-float img.logo {
  max-height: 30vh;
}

.session-float .card {
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.8);
}

.session-float .card {
  border-radius: 5px;
}

.session-float .logo {
  width: 50vh;
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.session-float .footer {
  z-index: 1000;
}
.session-float {
  z-index: 150; /* Appear on top of particles splash screen */
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}

.session-float img.logo {
  max-height: 30vh;
}

.session-float .card {
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.8);
}

.session-float .card {
  border-radius: 5px;
}

.session-float .logo {
  width: 50vh;
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.session-float .footer {
  z-index: 1000;
}
.session-menu .username {
  float: left;
  color: #FFF;
  margin: 15px 5px;
}

.session-menu .img-user {
  width: 50px;
  height: 50px;
  border: 1px solid #1e3a56;
}
/* table.table-sticky-thead {{{ */
table.table.table-sticky-thead thead {
  top: -20px;
  position: sticky;
  background: #FFF;
  z-index: 4;
}

table.table.table-sticky-thead thead.pinned {
  box-shadow: 0px 8px 10px rgba(50, 50, 50, 0.25);
}

table.table.table-sticky-thead thead th,
table.table.table-sticky-thead thead td {
  border: 0;
}

table.table.table-sticky-thead thead > tr:last-child > td:after,
table.table.table-sticky-thead thead > tr:last-child > th:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #ddd;
}

table.table.table-sticky-thead thead > tr {
  margin: 0;
}

/* }}} */
/* table.table-sticky-tfoot {{{ */
table.table.table-sticky-tfoot tfoot {
  bottom: -1px;
  position: sticky;
  background: #FFF;
  z-index: 4;
}

table.table.table-sticky-thead tfoot > tr:last-child > td:after,
table.table.table-sticky-thead tfoot > tr:last-child > th:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #ddd;
}

/* }}} */
/* Table header offsets {{{ */
table.table.table-sticky-thead.table-sticky-thead-offset-70 thead {
  top: 70px;
}

table.table.table-sticky-thead.table-sticky-thead-offset-80 thead {
  top: 80px;
}

/* }}} */
.address-panel .vs__dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  height: calc(1.5em + 0.75rem + 2px);
  padding-bottom: 0;
}

.address-panel .v-select.is-invalid {
  border: 1px solid #dc3545;
  border-radius: 0.25rem;
}

.address-panel .is-invalid {
  border: 1px solid #dc3545;
  border-radius: 0.25rem;
}

.address-panel .vs__dropdown-toggle .vs__selected-options {
  padding: 0;
  flex-wrap: nowrap;
  flex-grow: 0;
  flex-basis: unset;
}

.address-panel .vs--open .vs__dropdown-toggle .vs__selected-options {
  flex-grow: 1;
  flex-basis: 100%;
}

.address-panel .vs__dropdown-toggle .vs__selected-options .vs__selected {
  margin-right: 0;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
}

.address-panel .vs__dropdown-toggle .vs__actions {
  padding: 0;
  padding-right: 0.25em;
  margin-right: 2px;
  align-items: center;
}

.address-panel .vs__dropdown-toggle .vs__actions .vs__clear {
  margin-right: 5px;
  display: flex;
}

.address-panel .vs__search {
  padding: 0;
}

.address-panel .vs__search:focus {
  padding: 7px;
  padding-top: 0px;
  /* max-width:0; */
}

.address-panel .vs__dropdown-menu {
  width: auto;
}

/* New autocomplete dropdown styles */
.autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 10051; /* Higher than Google's pac-container */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.autocomplete-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease;
}

.autocomplete-item:hover,
.autocomplete-item.selected {
  background-color: #f5f5f5;
}

.autocomplete-item:last-child {
  border-bottom: none;
}

.autocomplete-main-text {
  font-weight: 500;
  color: #333;
  margin-bottom: 2px;
}

.autocomplete-secondary-text {
  color: #666;
  font-size: 0.9em;
  line-height: 1.3;
}

/* Loading state */
.autocomplete-dropdown.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #666;
}

/* Hide google logo when auto completing */
.pac-logo:after {
  display: none;
}

.pac-container {
  width: auto !important;
  /*Google search appears over modal*/
  z-index: 10051 !important;
}

.flex-grow {
  flex: 1 0 auto;
}

.address-incorrect {
  border: #dc3545 1px solid;
}
.address-panel .vs__dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  height: calc(1.5em + 0.75rem + 2px);
  padding-bottom: 0;
}

.address-panel .vs__dropdown-toggle .vs__selected-options {
  padding: 0;
  flex-wrap: nowrap;
  flex-grow: 0;
  flex-basis: unset;
}

.address-panel .vs--open .vs__dropdown-toggle .vs__selected-options {
  flex-grow: 1;
  flex-basis: 100%;
}

.address-panel .vs__dropdown-toggle .vs__selected-options .vs__selected {
  margin-right: 0;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
}

.address-panel .vs__dropdown-toggle .vs__actions {
  padding: 0;
  padding-right: 0.25em;
  margin-right: 2px;
  align-items: center;
}

.address-panel .vs__dropdown-toggle .vs__actions .vs__clear {
  margin-right: 5px;
  display: flex;
}

.address-panel .vs__search {
  padding: 0;
}

.address-panel .vs__search:focus {
  padding: 7px;
  padding-top: 0px;
  /* max-width:0; */
}

.address-panel .vs__dropdown-menu {
  width: auto;
}

/* New autocomplete dropdown styles */
.autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 10051; /* Higher than Google's pac-container */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.autocomplete-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease;
}

.autocomplete-item:hover,
.autocomplete-item.selected {
  background-color: #f5f5f5;
}

.autocomplete-item:last-child {
  border-bottom: none;
}

.autocomplete-main-text {
  font-weight: 500;
  color: #333;
  margin-bottom: 2px;
}

.autocomplete-secondary-text {
  color: #666;
  font-size: 0.9em;
  line-height: 1.3;
}

/* Loading state */
.autocomplete-dropdown.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #666;
}

/* Hide google logo when auto completing - keep existing styles */
.pac-logo:after {
  display: none;
}

.pac-container {
  width: auto !important;
  /*Google search appears over modal*/
  z-index: 10051 !important;
}
.nav-link {
  position: relative;
}

.nav-link .hidden-child {
  align-items: center;
  display: flex;
  height: 26px;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  visibility: hidden;
  width: 26px;
}

.nav-link:hover .hidden-child,
.nav-link .hidden-child:hover {
  visibility: visible;
}
.digest-select .btn {
  line-height: 1rem;
  display: flex;
  align-items: center;
}

/* Disabled state {{{ */
.disabled .digest-select {
  pointer-events: none;
}

.disabled .digest-select .btn {
  border: 0;
  background: transparent;
  text-align: left;
}

.disabled .digest-select .btn-hover-danger {
  display: none;
}

/* }}} */
.digest > span > i {
  margin-right: 2px;
}