@charset "UTF-8";
/*
Template Name: Scoxe - Admin & Dashboard Template
Author: Myra Studio
Version: 1.0.0
File: App Css
*/
/*
1. Left sidenav
2. Header
3. Footer
4. Avatar
5. Helper
6. Demos
7. Scrollbar
8. Sweetalert
9. Morris
10. Sparkline-chart
11. Datatable
12. Calendar
13.  Maps
14. Select2
15. Datepicker
16. Daterange
17. Waves 
18. Auth
19. Pricing
*/
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700|Roboto:300,500&display=swap");
/* 1. Left sidenav */
.metismenu {
  margin: 0; }
  .metismenu li {
    display: block;
    width: 100%; }
  .metismenu .mm-collapse {
    display: none; }
    .metismenu .mm-collapse:not(.mm-show) {
      display: none; }
    .metismenu .mm-collapse.mm-show {
      display: block; }
  .metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility; }

.vertical-menu {
  width: 250px;
  z-index: 1001;
  background: #ffffff;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 60px;
  box-shadow: 0 0 20px 0 rgba(183, 190, 199, 0.15); }

.main-content {
  margin-left: 250px;
  overflow: hidden; }
  .main-content .content {
    padding: 0 15px 10px 15px;
    margin-top: 70px; }

#sidebar-menu {
  padding: 10px 0 30px 0; }
  #sidebar-menu .mm-active > .has-arrow:after {
    transform: rotate(-180deg); }
  #sidebar-menu .has-arrow:after {
    content: "\F140";
    font-family: 'Material Design Icons';
    display: block;
    float: right;
    transition: transform .2s;
    padding-top: 2px;
    font-size: 1rem; }
  #sidebar-menu ul li a {
    display: block;
    padding: .65rem 1.5rem;
    color: #6f7377;
    position: relative;
    font-size: 15px;
    transition: all .4s; }
    #sidebar-menu ul li a:hover {
      color: #383c40; }
    #sidebar-menu ul li a i {
      display: inline-block;
      min-width: 1.75rem;
      padding-bottom: .125em;
      font-size: 1rem;
      line-height: 1.40625rem;
      vertical-align: middle; }
  #sidebar-menu ul li .badge {
    margin-top: 4px; }
  #sidebar-menu ul li ul.sub-menu {
    padding: 0; }
    #sidebar-menu ul li ul.sub-menu li a {
      padding: .4rem 1.5rem .4rem 3.25rem;
      font-size: 14px; }
    #sidebar-menu ul li ul.sub-menu li ul.sub-menu {
      padding: 0; }
      #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
        padding: .4rem 1.5rem .4rem 4.5rem;
        font-size: 13.5px; }

.menu-title {
  padding: 12px 20px !important;
  letter-spacing: .05em;
  pointer-events: none;
  cursor: default;
  font-size: 11px;
  text-transform: uppercase;
  color: #6f7377;
  font-weight: 700; }

.mm-active .active {
  color: #3f87fd !important; }

@media (max-width: 992px) {
  .vertical-menu {
    display: none; }
  .main-content {
    margin-left: 0; } }

body.enable-vertical-menu .vertical-menu,
body.enable-vertical-menu .menu-overlay {
  display: block; }

.menu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 33, 59, 0.3);
  display: none;
  z-index: 1000; }

.help-box {
  margin: 1.5rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 3px;
  border: 1px solid #e9ecef; }

/* 2. Header */
#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002; }

.navbar-header {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 60px;
  background-color: #1460a7;
  padding: 0 20px; }
  .navbar-header .dropdown.show .header-item {
    background-color: rgba(255, 255, 255, 0.15); }

.navbar-brand-box {
  padding-left: 1.5rem;
  text-align: center; }

.logo {
  color: #fff !important;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700; }
  .logo span {
    vertical-align: middle; }

.page-title-box {
  padding-bottom: 24px; }
  .page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0; }

@media (max-width: 992px) {
  .navbar-brand-box {
    padding-left: 0; }
  .logo span {
    display: none; }
  .logo i {
    display: inline-block; } }

.page-content {
  padding: calc(60px + 24px) calc(24px / 2) 70px calc(24px / 2); }

.header-item {
  height: 60px;
  box-shadow: none !important;
  color: #d6d6d6;
  border: 0; }
  .header-item:hover {
    color: #d6d6d6; }

.header-profile-user {
  height: 36px;
  width: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px; }

.noti-icon i {
  font-size: 24px;
  color: #d6d6d6; }

.noti-icon .badge {
  position: absolute;
  top: 12px; }

.notification-item .media {
  padding: 0.75rem 1rem; }
  .notification-item .media:hover {
    background-color: #f8f9fa; }

/* 3. Footer */
.footer {
  border-top: 1px solid #dee2e6;
  padding: 19px 12px 20px;
  color: #6c757d;
  position: relative; }
  .footer .copyright {
    text-align: left; }
  .footer .links {
    text-align: right; }

@media (max-width: 992px) {
  .footer .copyright {
    text-align: center; }
  .footer .links {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; } }

/* 4. Avatar */
.avatar-xs {
  height: 2rem;
  width: 2rem; }

.avatar-sm {
  height: 3rem;
  width: 3rem; }

.avatar-md {
  height: 4.5rem;
  width: 4.5rem; }

.avatar-lg {
  height: 6rem;
  width: 6rem; }

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem; }

.avatar-title {
  align-items: center;
  background-color: #3f87fd;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  width: 100%; }

/* 5. Helper */
.font-family-secondary {
  font-family: "Roboto", sans-serif; }

.font-size-12 {
  font-size: 12px !important; }

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

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

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

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

.font-size-17 {
  font-size: 17px !important; }

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

.font-size-20 {
  font-size: 20px !important; }

.font-size-22 {
  font-size: 22px !important; }

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 2px);
  display: block;
  border: 1px solid #747a80;
  border-radius: 50%;
  color: #747a80;
  text-align: center; }

/* 6. Demos */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto; }

.icons-list {
  color: #6c757d; }
  .icons-list div {
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    text-align: center; }
  .icons-list i {
    font-size: 22px;
    line-height: 30px;
    display: block; }

.button-examples {
  margin-left: -5px;
  margin-bottom: -10px; }
  .button-examples .btn {
    margin-bottom: 10px;
    margin-left: 5px; }

/* 7. Waves */
@media print {
  .left-side-menu,
  .page-title-box,
  .navbar-header,
  .footer {
    display: none !important; }
  .card-body,
  .page-content,
  body {
    padding: 0 !important;
    margin: 0; } }

/* 8. Scrollbar */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 4px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #a2adb7;
  border-radius: 3px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.custom-scroll {
  height: 100%; }

/* 9. Sweetalert */
@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent; }

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em; }

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center; }

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em; }

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .625em;
  box-shadow: 0 0 .625em #d9d9d9;
  overflow-y: hidden; }

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row; }

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em; }

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: .8em;
  height: .8em;
  line-height: .8; }

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0; }

.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: 700; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: .25em; } }

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em; }

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em; }

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.25em;
  left: -.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  -webkit-transform-origin: 0 2em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em; }

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast .5s;
  animation: showSweetToast .5s; }

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast .2s forwards;
  animation: hideSweetToast .2s forwards; }

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip .75s;
  animation: animate-toast-success-tip .75s; }

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long .75s;
  animation: animate-toast-success-long .75s; }

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent; }

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-top-left, body.swal2-no-backdrop .swal2-shown.swal2-top-start {
  top: 0;
  left: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body.swal2-no-backdrop .swal2-shown.swal2-center-left, body.swal2-no-backdrop .swal2-shown.swal2-center-start {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left, body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
  bottom: 0;
  left: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0; }

.swal2-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.swal2-container.swal2-top {
  align-items: flex-start; }

.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start; }

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end; }

.swal2-container.swal2-center {
  align-items: center; }

.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start; }

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end; }

.swal2-container.swal2-bottom {
  align-items: flex-end; }

.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start; }

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end; }

.swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-right > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom > :first-child {
  margin-top: auto; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center; }

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
  align-items: center; }

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start; }

.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center; }

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important; } }

.swal2-container.swal2-fade {
  transition: background-color .1s; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4); }

.swal2-popup {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box; }

.swal2-popup:focus {
  outline: 0; }

.swal2-popup.swal2-loading {
  overflow-y: hidden; }

.swal2-popup .swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center; }

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-popup .swal2-actions {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1; }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4; }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px; }

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }

.swal2-popup .swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  font-weight: 500;
  box-shadow: none; }

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer; }

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em; }

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em; }

.swal2-popup .swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0; }

.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden; }

.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  color: #f27474; }

.swal2-popup > .swal2-checkbox, .swal2-popup > .swal2-file, .swal2-popup > .swal2-input, .swal2-popup > .swal2-radio, .swal2-popup > .swal2-select, .swal2-popup > .swal2-textarea {
  display: none; }

.swal2-popup .swal2-content {
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word; }

.swal2-popup #swal2-content {
  text-align: center; }

.swal2-popup .swal2-checkbox, .swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-radio, .swal2-popup .swal2-select, .swal2-popup .swal2-textarea {
  margin: 1em auto; }

.swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-textarea {
  width: 100%;
  transition: border-color .3s,box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  font-size: 1.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box; }

.swal2-popup .swal2-file.swal2-inputerror, .swal2-popup .swal2-input.swal2-inputerror, .swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-popup .swal2-file:focus, .swal2-popup .swal2-input:focus, .swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5; }

.swal2-popup .swal2-file::-webkit-input-placeholder, .swal2-popup .swal2-input::-webkit-input-placeholder, .swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file::-ms-input-placeholder, .swal2-popup .swal2-input::-ms-input-placeholder, .swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file::placeholder, .swal2-popup .swal2-input::placeholder, .swal2-popup .swal2-textarea::placeholder {
  color: #ccc; }

.swal2-popup .swal2-range {
  margin: 1em auto;
  background: inherit; }

.swal2-popup .swal2-range input {
  width: 80%; }

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center; }

.swal2-popup .swal2-range input, .swal2-popup .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em; }

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 .75em; }

.swal2-popup .swal2-input[type=number] {
  max-width: 10em; }

.swal2-popup .swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: .75em; }

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: #545454;
  font-size: 1.125em; }

.swal2-popup .swal2-checkbox, .swal2-popup .swal2-radio {
  align-items: center;
  justify-content: center;
  background: inherit; }

.swal2-popup .swal2-checkbox label, .swal2-popup .swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em; }

.swal2-popup .swal2-checkbox input, .swal2-popup .swal2-radio input {
  margin: 0 .4em; }

.swal2-popup .swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden; }

.swal2-popup .swal2-validation-message::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

.swal2-icon {
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal; }

.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em; }

.swal2-icon.swal2-error {
  border-color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86; }

.swal2-icon.swal2-warning::before {
  content: '!'; }

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee; }

.swal2-icon.swal2-info::before {
  content: 'i'; }

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd; }

.swal2-icon.swal2-question::before {
  content: '?'; }

.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: '؟'; }

.swal2-icon.swal2-success {
  border-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  box-sizing: content-box; }

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1; }

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }

.swal2-progress-steps li {
  display: inline-block;
  position: relative; }

.swal2-progress-steps .swal2-progress-step {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6; }

.swal2-progress-steps .swal2-progress-step-line {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10; }

[class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s; }

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
  animation: swal2-hide .15s forwards; }

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s; }

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s; }

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s; }

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s; }

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none; }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: initial !important; } }

.swal2-modal {
  font-family: "Nunito", sans-serif;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1); }
  .swal2-modal .swal2-title {
    font-size: 24px; }
  .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 #dee2e6;
    font-size: 16px;
    box-shadow: none; }
  .swal2-modal .swal2-confirm.btn-confirm {
    background-color: #3f87fd !important;
    font-size: 0.875rem; }
  .swal2-modal .swal2-cancel.btn-cancel {
    background-color: #ff5b5b !important;
    font-size: 0.875rem; }
  .swal2-modal .swal2-styled:focus {
    box-shadow: none !important; }

.swal2-icon.swal2-question {
  color: #3f87fd;
  border-color: #3f87fd; }

.swal2-icon.swal2-success {
  border-color: #31cb72; }
  .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: #31cb72; }
  .swal2-icon.swal2-success .placeholder, .swal2-icon.swal2-success .swal2-success-ring {
    border-color: #31cb72; }

.swal2-icon.swal2-warning {
  color: #f1c31c;
  border-color: #f1c31c; }

.swal2-icon.swal2-error {
  border-color: #ff5b5b; }
  .swal2-icon.swal2-error .line {
    background-color: #ff5b5b; }

.swal2-icon.swal2-info {
  color: #19c0ea;
  border-color: #19c0ea; }

.swal2-icon.swal2-info {
  border-color: #19c0ea; }
  .swal2-icon.swal2-info .line {
    background-color: #19c0ea; }

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #3f87fd; }

.swal2-container.swal2-shown {
  background-color: rgba(26, 33, 59, 0.5); }

/* 10. Morris */
.morris-chart text {
  font-family: "Roboto", sans-serif !important; }

.morris-hover {
  position: absolute;
  z-index: 10; }
  .morris-hover.morris-default-style {
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 12px;
    background: #1a213b;
    color: #fff;
    font-family: "Nunito", sans-serif; }
    .morris-hover.morris-default-style .morris-hover-row-label {
      font-weight: bold;
      margin: 0.25em 0;
      font-family: "Roboto", sans-serif; }
    .morris-hover.morris-default-style .morris-hover-point {
      white-space: nowrap;
      margin: 0.1em 0;
      color: #fff; }

/* 11. Sparkline-chart */
.jqstooltip {
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
  background-color: #1a213b !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
  padding: 5px 10px !important;
  border-radius: 3px;
  border-color: #1a213b !important; }

.jqsfield {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 500 !important; }

[data-plugin="knob"] {
  font-family: "Nunito", sans-serif !important;
  font-weight: 500 !important; }

/* 12. Datatable */
.dataTables_wrapper.container-fluid {
  padding: 0; }

table.dataTable {
  border-collapse: collapse !important;
  margin-bottom: 15px !important; }
  table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #3f87fd; }
    table.dataTable tbody > tr.selected td, table.dataTable tbody > tr > .selected td {
      border-color: #3f87fd; }
  table.dataTable tbody td:focus {
    outline: none !important; }
  table.dataTable tbody th.focus, table.dataTable tbody td.focus {
    outline: 2px solid #3f87fd !important;
    outline-offset: -1px;
    color: #3f87fd;
    background-color: rgba(63, 135, 253, 0.15); }

.dataTables_info {
  font-weight: 500; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
  background-color: #31cb72;
  top: 0.75rem; }

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: #ff5b5b;
  top: 0.75rem; }

div.dt-button-info {
  background-color: #3f87fd;
  border: none;
  color: #fff;
  box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21; }
  div.dt-button-info h2 {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }

@media (max-width: 767.98px) {
  li.paginate_button.previous, li.paginate_button.next {
    display: inline-block;
    font-size: 1.5rem; }
  li.paginate_button {
    display: none; }
  .dataTables_paginate ul {
    text-align: center;
    display: block;
    margin: 1rem 0 0 !important; }
  div.dt-buttons {
    display: inline-table;
    margin-bottom: 1rem; } }

.activate-select .sorting_1 {
  background-color: #f8f9fa; }

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

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

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

.fc-day {
  background: #fff; }

.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 #ced4da;
  background-color: #f8f9fa; }

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

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

.fc-button {
  background: #fff;
  border: 1px solid #ced4da;
  color: #495057;
  text-transform: capitalize; }

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

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

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

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

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

.fc-event {
  border-radius: 3px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #f0f5ff;
  color: #3f87fd !important;
  border-left: 3px solid #3f87fd; }
  .fc-event.ui-draggable {
    padding: 10px; }

.external-event {
  color: #fff;
  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; }

@media (max-width: 767.98px) {
  .fc-toolbar .fc-left, .fc-toolbar .fc-right, .fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0; }
  .fc .fc-toolbar > * > * {
    float: none; }
  .fc-today-button {
    display: none; } }

/* 14. Maps */
/* 
============
    Maps
============
*/
.gmaps {
  height: 450px;
  width: 100%;
  border: 0; }

.gmaps-dark {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

.jvectormap-tip {
  border: none;
  background: #343a40;
  color: #f8f9fa;
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  padding: 5px 8px; }

/* 15. Select2 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

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

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

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

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

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

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

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

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container .select2-selection--single {
  border: 1px solid #ced4da;
  height: 35px;
  outline: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    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: #cbd3da transparent transparent transparent;
      border-width: 6px 6px 0 6px; }

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

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

.select2-dropdown {
  border: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11); }

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: white; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9ecef;
    outline: none; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3f87fd; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f8f9fa;
  color: #1a213b; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #3f87fd;
    color: #fff; }

.select2-container .select2-selection--multiple {
  min-height: 35px;
  border: 1px solid #ced4da !important; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px; }
  .select2-container .select2-selection--multiple .select2-search__field {
    border: 0; }
  .select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #3f87fd;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px;
    margin-top: 7px; }
  .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px; }
    .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #fff; }

/* 16. Datepicker */
.datepicker {
  padding: 10px !important; }
  .datepicker td,
  .datepicker th {
    width: 30px;
    height: 30px;
    border-radius: 50%; }
  .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover,
  .datepicker table tr td .active.disabled:hover[disabled],
  .datepicker table tr td .active.disabled[disabled],
  .datepicker table tr td .active:active,
  .datepicker table tr td .active:hover,
  .datepicker table tr td .active:hover.active,
  .datepicker table tr td .active:hover.disabled,
  .datepicker table tr td .active:hover:active,
  .datepicker table tr td .active:hover:hover,
  .datepicker table tr td .active:hover[disabled],
  .datepicker table tr td .active[disabled],
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled.disabled,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover.active,
  .datepicker table tr td span.active.disabled:hover.disabled,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active.disabled:hover[disabled],
  .datepicker table tr td span.active.disabled[disabled],
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active:hover.disabled,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active:hover:hover,
  .datepicker table tr td span.active:hover[disabled],
  .datepicker table tr td span.active[disabled], .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #3f87fd !important;
    background-image: none !important;
    color: #fff; }
  .datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
  .datepicker table tr td span.focused,
  .datepicker table tr td span:hover {
    background: #e9ecef; }
  .datepicker table tr td.new, .datepicker table tr td.old,
  .datepicker table tr td span.new,
  .datepicker table tr td span.old {
    color: #495057;
    opacity: 0.4; }
  .datepicker .datepicker-switch:hover,
  .datepicker .next:hover,
  .datepicker .prev:hover,
  .datepicker tfoot tr th:hover {
    background: #e9ecef; }
  .datepicker .datepicker-switch:hover {
    background: none; }

.datepicker-dropdown:after {
  border-bottom: 6px solid #fff; }

.datepicker-dropdown:before {
  border-bottom-color: #e9ecef; }

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #e9ecef; }

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #fff; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777; }

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* 17. Daterange */
.daterangepicker {
  font-family: "Nunito", sans-serif;
  border: 0 solid #e9ecef;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
  background-color: #fff; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    background-color: #fff; }
    .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
      color: #6c757d; }
    .daterangepicker .calendar-table .next span,
    .daterangepicker .calendar-table .prev span {
      border-color: #747a80; }
  .daterangepicker td.in-range {
    background-color: #edeff1;
    color: #495057; }
  .daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: #fff;
    color: #1a213b;
    opacity: 0.5; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #3f87fd;
    color: #fff; }
  .daterangepicker td.available:hover,
  .daterangepicker th.available:hover {
    background-color: #3f87fd;
    color: #fff; }
  .daterangepicker:after {
    border-bottom: 6px solid #fff; }
  .daterangepicker:before {
    border-bottom: 7px solid #e9ecef; }
  .daterangepicker .ranges li.active {
    background-color: #3f87fd; }
  .daterangepicker .ranges li:hover {
    background-color: #f8f9fa; }
  .daterangepicker .drp-buttons {
    border-top: 1px solid #e9ecef; }
  .daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
    background: white;
    border: 1px solid white;
    color: #fff; }
  .daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #e9ecef; }

/* 18. Waves */
/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.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);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none; }

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); }

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2); }

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

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

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1; }

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em; }

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }

.waves-input-wrapper.waves-button {
  padding: 0; }

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%; }

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); }

.waves-block {
  display: block; }

/* 19. Auth*/
.bg-login {
  background: url("../images/bg-login.jpg");
  background-position: center;
  background-size: cover; }

.bg-register {
  background: url("../images/bg-register.jpg");
  background-position: center;
  background-size: cover; }

/* 20. Pricing */
.card-pricing {
  position: relative;
  border-radius: 10px; }
  .card-pricing .card-pricing-icon {
    font-size: 22px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.11);
    height: 60px;
    display: inline-block;
    width: 60px;
    line-height: 60px;
    border-radius: 50%; }
  .card-pricing .card-pricing-features {
    color: #6c757d;
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0; }
    .card-pricing .card-pricing-features li {
      padding: 15px; }

div.kw-card {
  position: relative;
  z-index: 1;
  cursor: pointer; }
  div.kw-card .kw-fields {
    display: none; }
    div.kw-card .kw-fields.active {
      display: block; }
      div.kw-card .kw-fields.active.fade {
        opacity: 1;
        transition: opacity 0.2s ease-in-out; }
  div.kw-card.kw-card-active .kw-fields {
    display: block; }
  div.kw-card--inactive:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #f3f4f6;
    opacity: 65%;
    cursor: auto; }

.kw-card-measurement1, .kw-card-measurement2 {
  display: none; }
  .kw-card-measurement1.active, .kw-card-measurement2.active {
    display: flex; }

.kw-modal {
  max-width: 100%;
  display: block;
  z-index: -99;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s linear, z-index 0.5s linear; }
  .kw-modal.active {
    z-index: 99998;
    visibility: visible;
    top: 0;
    opacity: 1; }
  .kw-modal .modal-dialog-scrollable {
    margin: 0;
    max-height: 100%;
    max-width: 100% !important;
    height: 100%;
    width: 100%; }
  .kw-modal .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    max-width: 100% !important;
    border-radius: 0;
    border: 0; }
  .kw-modal .modal-header {
    border: 0;
    padding: 15px 30px;
    box-shadow: 0 0 12px -5px rgba(0, 0, 0, 0.75);
    z-index: 10; }
  .kw-modal .modal-body {
    padding: 30px; }

/* .kw-card-counter tells how many fields has been filled per card 

1. in color form */
.kw-card-counter::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #e0e0e0;
  transition: background-color 0.6s ease-out; }

.kw-card-counter .card-body {
  padding-left: 30px; }

.kw-card-counter--incomplete::before {
  background-color: #debe47; }

.kw-card-counter--error::before {
  background-color: #fa8072; }

.kw-card-counter--complete::before {
  background-color: #60ab52; }

.kw-card-counter__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px; }

span.kw-card-counter__bar__summary {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

span.kw-card-counter__bar__icon {
  position: absolute;
  top: 12px;
  right: 20px;
  display: block;
  font-size: 20px; }
  span.kw-card-counter__bar__icon i {
    display: none; }
  span.kw-card-counter__bar__icon i.incomplete {
    color: #debe47; }
  span.kw-card-counter__bar__icon i.complete {
    color: #60ab52; }
  span.kw-card-counter__bar__icon i.error {
    color: #fa8072; }

.kw-card-counter--incomplete i.incomplete {
  display: inline-block;
  color: #debe47; }

.kw-card-counter--complete i.complete {
  display: inline-block;
  color: #60ab52; }

.kw-card-counter--error i.error {
  display: inline-block;
  color: #fa8072; }

div.kw-card-title-bar {
  display: flex; }

div.kw-card-titles {
  flex-grow: 2; }

div.kw-card-arrow {
  display: flex;
  align-items: flex-end;
  margin-left: 20px;
  line-height: 1;
  font-size: 24px; }

/*
	kw-field is a single field, .kw-field-group is always its parent
*/
.kw-field, .kw-field-css {
  position: relative;
  /*
	field label row
*/ }
  .kw-field:not(:first-child), .kw-field-css:not(:first-child) {
    margin-top: 25px; }
    .kw-field:not(:first-child):before, .kw-field-css:not(:first-child):before {
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background-color: #e0e0e0;
      margin-bottom: 25px; }
  .kw-field.kwjs-field-conditional, .kw-field-css.kwjs-field-conditional {
    display: none;
    opacity: 0;
    margin-left: 0; }
    .kw-field.kwjs-field-conditional.active, .kw-field-css.kwjs-field-conditional.active {
      display: block;
      margin-left: 25px; }
      .kw-field.kwjs-field-conditional.active.fade, .kw-field-css.kwjs-field-conditional.active.fade {
        opacity: 1;
        transition: opacity 0.2s ease-in-out, margin-left 0.2s ease-in-out; }
  .kw-field div.kw-field-label-row, .kw-field-css div.kw-field-label-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #5f5f5f; }
    .kw-field div.kw-field-label-row label, .kw-field-css div.kw-field-label-row label {
      display: flex;
      flex-direction: column-reverse;
      margin: 0; }
    .kw-field div.kw-field-label-row span.kw-field-title, .kw-field-css div.kw-field-label-row span.kw-field-title {
      font-size: 16px; }
    .kw-field div.kw-field-label-row span.kw-field-task-type, .kw-field-css div.kw-field-label-row span.kw-field-task-type {
      display: inline-block;
      line-height: 1;
      font-size: 8px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 5px; }
    .kw-field div.kw-field-label-row a.kw-field-info-toggle, .kw-field-css div.kw-field-label-row a.kw-field-info-toggle {
      margin-left: auto;
      padding: 0 0 0 15px; }
      .kw-field div.kw-field-label-row a.kw-field-info-toggle i, .kw-field-css div.kw-field-label-row a.kw-field-info-toggle i {
        font-size: 20px; }
  .kw-field .kw-field-description, .kw-field-css .kw-field-description {
    margin-bottom: 12px;
    font-size: 13px; }
  .kw-field div.kw-field-info, .kw-field-css div.kw-field-info {
    position: relative;
    display: none;
    opacity: 0;
    margin: 0 0 12px;
    padding: 0;
    font-size: 13px; }
    .kw-field div.kw-field-info.active, .kw-field-css div.kw-field-info.active {
      display: block; }
      .kw-field div.kw-field-info.active.fade, .kw-field-css div.kw-field-info.active.fade {
        opacity: 1;
        transition: opacity 0.2s ease-in-out; }
  .kw-field .kw-field-instructions, .kw-field-css .kw-field-instructions {
    margin-bottom: 12px;
    font-size: 13px; }
  .kw-field textarea, .kw-field-css textarea {
    min-height: 100px;
    position: relative; }
  .kw-field div.kw-field-error, .kw-field-css div.kw-field-error {
    display: none;
    margin-top: 7px;
    font-size: 12px;
    color: #e21700; }
    .kw-field div.kw-field-error.active, .kw-field-css div.kw-field-error.active {
      display: block; }
  .kw-field div.kw-field-comment, .kw-field-css div.kw-field-comment {
    display: none;
    margin-top: 5px;
    font-size: 12px; }
    .kw-field div.kw-field-comment.active, .kw-field-css div.kw-field-comment.active {
      display: block; }

.kwjs-field-required .kw-field-title:after {
  display: inline-block;
  content: '*';
  color: tomato;
  margin-left: 3px; }

div.kw-radio-labels {
  display: inline-block; }
  div.kw-radio-labels > label {
    background-color: #e8e8e8;
    color: #5f5f5f;
    margin: 0;
    padding: 10px 21px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.4s, background-color 0.4s; }
    div.kw-radio-labels > label:first-of-type {
      border-radius: 0.25rem 0 0 0.25rem;
      border-right: 0; }
    div.kw-radio-labels > label:last-of-type {
      border-radius: 0 0.25rem 0.25rem 0;
      border-left: 0;
      background-color: #e0e0e0; }
    div.kw-radio-labels > label:hover, div.kw-radio-labels > label.active {
      cursor: pointer;
      background-color: #ffeba3;
      color: #1b1b1b; }
    div.kw-radio-labels > label.positive:hover, div.kw-radio-labels > label.positive.active {
      background-color: #8de17d; }
    div.kw-radio-labels > label.negative:hover, div.kw-radio-labels > label.negative.active {
      background-color: #fa8072; }
    div.kw-radio-labels > label.green.active, div.kw-radio-labels > label.green:hover {
      background-color: #8de17d; }
    div.kw-radio-labels > label.red.active, div.kw-radio-labels > label.red:hover {
      background-color: #fa8072; }
    div.kw-radio-labels > label.yellow.active, div.kw-radio-labels > label.yellow:hover {
      background-color: #ffeba3; }
  div.kw-radio-labels input[type="radio"] {
    display: none; }

div.kw-multi-radio {
  display: flex; }
  @media only screen and (max-width: 600px) {
    div.kw-multi-radio {
      flex-direction: column; } }
  div.kw-multi-radio input {
    display: none; }
  div.kw-multi-radio label {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #343a40;
    cursor: pointer; }
    @media only screen and (max-width: 600px) {
      div.kw-multi-radio label {
        border-radius: 0.25rem !important; } }
    @media only screen and (max-width: 600px) {
      div.kw-multi-radio label:not(:last-child) {
        margin-bottom: 8px; } }
    @media only screen and (min-width: 601px) {
      div.kw-multi-radio label:not(:last-child) {
        margin-right: 16px; } }
    div.kw-multi-radio label.selected span.kw-multi-radio__custom-toggle::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      right: 2px;
      border-radius: 50%;
      background-color: #989898; }
  div.kw-multi-radio span.kw-multi-radio__custom-toggle {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #f8f9fa;
    border: 1px solid #989898; }

/*
button, to start filling the next section
*/
div.kw-next-section-button-wrapper {
  margin: 24px 0;
  text-align: center; }
  div.kw-next-section-button-wrapper .btn {
    text-transform: uppercase;
    letter-spacing: 1.5px; }

div.kw-current-photo {
  margin-top: 20px;
  position: relative;
  max-width: 300px;
  height: auto;
  width: 100%; }
  div.kw-current-photo img {
    max-width: 100%; }

.kw-card-section-title {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0; }
  .kw-card-section-title .card-body {
    padding-left: 0;
    padding-right: 0; }
    .kw-card-section-title .card-body h5 {
      margin-bottom: 0; }

.kw-card-group {
  margin-bottom: 24px;
  position: relative; }
  .kw-card-group .kw-card {
    margin-bottom: 5px; }
  .kw-card-group .kw-card-select-type {
    margin-bottom: 0; }
    .kw-card-group .kw-card-select-type::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 5px;
      height: 100%;
      background-color: #e0e0e0;
      transition: background-color 0.6s ease-out; }
    .kw-card-group .kw-card-select-type i.mdi-check {
      display: none; }
    .kw-card-group .kw-card-select-type--selected::before {
      background-color: #60ab52; }
    .kw-card-group .kw-card-select-type--selected i.mdi-check {
      display: inline-block;
      color: #60ab52; }
    .kw-card-group .kw-card-select-type .kw-card-title-bar {
      align-items: center; }
      .kw-card-group .kw-card-select-type .kw-card-title-bar .card-title {
        margin-bottom: 0; }
    .kw-card-group .kw-card-select-type .kw-card-arrow {
      align-items: center;
      font-size: 17px; }

/*
	SWEET ALERTS
*/
.swal2-container {
  z-index: 99999; }

.swal2-container.kw-image-container {
  z-index: 99999; }
  .swal2-container.kw-image-container .kw-image-content-wrapper {
    display: block;
    height: 0;
    background: #f0f0f0;
    padding-bottom: 75%; }
    .swal2-container.kw-image-container .kw-image-content-wrapper .kw-image-content {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .swal2-container.kw-image-container .kw-image-content-wrapper .kw-image-content .content-cam {
        position: relative;
        display: none;
        max-width: 100%;
        max-height: 100%;
        margin: auto; }
        .swal2-container.kw-image-container .kw-image-content-wrapper .kw-image-content .content-cam.active {
          display: block; }
      .swal2-container.kw-image-container .kw-image-content-wrapper .kw-image-content .content-pic {
        position: relative;
        display: none;
        max-width: 100%;
        max-height: 100%;
        margin: auto; }
        .swal2-container.kw-image-container .kw-image-content-wrapper .kw-image-content .content-pic.active {
          display: block; }
      .swal2-container.kw-image-container .kw-image-content-wrapper .kw-image-content canvas, .swal2-container.kw-image-container .kw-image-content-wrapper .kw-image-content video, .swal2-container.kw-image-container .kw-image-content-wrapper .kw-image-content img {
        display: block;
        max-width: 100% !important;
        max-height: 100% !important;
        position: relative;
        display: block;
        width: auto;
        height: auto;
        margin: auto; }
  .swal2-container.kw-image-container .kw-image-btn {
    display: none;
    margin: 5px 2px 5px 2px; }
    .swal2-container.kw-image-container .kw-image-btn.active {
      display: inline-block; }
  .swal2-container.kw-image-container .swal2-header {
    display: none; }
  .swal2-container.kw-image-container .kw-image-popup {
    padding: 0; }

/*

#kw-cam {

	&.active {
		z-index: 999999;
	}
	

	.modal-dialog {
		 margin: 0;
	    max-height: 100% !important;
	    max-width: 100% !important;
	    height: 100%;
	    width: 100%;
	}
	  
	

	 .modal-content {
	    max-height: 100% !important;
	    max-width: 100% !important;
	    height: 100%;
	    width: 100%;
	    border-radius: 0;
	    border: 0;
	}
}

*/
.no-access {
  position: relative; }
  .no-access:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #f3f4f6;
    opacity: 0.5;
    cursor: auto; }

/*
	DROPIFY
*/
.dropify-wrapper {
  border: 1px solid #e0e0e0; }
  .dropify-wrapper .dropify-message span.file-icon {
    font-size: 40px; }
    .dropify-wrapper .dropify-message span.file-icon p {
      font-size: 18px; }
  .dropify-wrapper .dropify-message p {
    font-size: 18px; }

/*
	SEPARATE, NON-REPORT FORM STYLES
*/
form.kw-form div.kw-textarea {
  display: block;
  margin-top: 30px; }
  form.kw-form div.kw-textarea label {
    display: block;
    font-size: 16px;
    color: #5f5f5f; }
  form.kw-form div.kw-textarea textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    margin-top: 12px;
    padding: 6px 12px; }

/*
	CLEVER EMAIL
*/
div.kw-clever-email span.to-input {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #5f5f5f; }

div.kw-clever-email span.instructions {
  display: block;
  font-size: rem-calc(13px);
  margin-bottom: 12px; }

div.kw-clever-email div.all-mail {
  min-height: 39px; }

div.kw-clever-email span.email-ids {
  display: flex;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 3px; }

div.kw-clever-email span.email-address, div.kw-clever-email span.cancel-email {
  border-style: solid;
  border-color: #ced4da; }

div.kw-clever-email span.email-address {
  padding: 4px 12px;
  border-width: 1px 0 1px 1px;
  border-radius: 3px 0 0 3px;
  background: #e9ecef;
  color: #6c757d; }

div.kw-clever-email span.cancel-email {
  width: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  border-width: 1px 1px 1px 0;
  border-radius: 0 3px 3px 0;
  background: #ced4da;
  color: #fff; }
  div.kw-clever-email span.cancel-email:hover {
    opacity: 0.8; }

div.kw-clever-email input.enter-mail-id {
  display: block;
  width: 100%;
  padding: 6px 12px; }

div.kw-clever-email input.enter-title {
  display: block;
  width: 100%;
  padding: 6px 12px; }

/*
	GLOBAL FORM
*/
form.kw-global-form div.kw-fields {
  display: flex;
  flex-wrap: wrap; }

form.kw-global-form div.kw-fields > div.kw-field {
  flex: 0 0 100%; }

form.kw-global-form div.kw-fields-double-row {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%; }
  form.kw-global-form div.kw-fields-double-row:not(:first-child) {
    margin-top: 25px; }
  form.kw-global-form div.kw-fields-double-row > div.kw-field {
    flex: 0 0 100%; }
    @media only screen and (min-width: 500px) {
      form.kw-global-form div.kw-fields-double-row > div.kw-field {
        margin-top: 0;
        flex: 0 0 50%; } }
    @media only screen and (min-width: 499px) {
      form.kw-global-form div.kw-fields-double-row > div.kw-field:nth-child(1) {
        padding-right: 9px; } }
    @media only screen and (min-width: 499px) {
      form.kw-global-form div.kw-fields-double-row > div.kw-field:nth-child(2) {
        padding-left: 9px; } }

form.kw-global-form .kw-field:not(:first-child):before {
  display: none; }

form.kw-global-form .kw-global-form__button-row {
  margin-top: 25px; }

div.kw-general-options {
  display: inline-block; }
  div.kw-general-options select {
    font-weight: 600;
    border: 0;
    border-radius: 0.25rem;
    background-color: #e8e8e8;
    color: #5f5f5f;
    margin: 0;
    padding: 10px 21px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.4s, background-color 0.4s; }
    div.kw-general-options select.bg-yellow {
      background-color: #ffeba3; }
    div.kw-general-options select.bg-red {
      background-color: #fa8072; }
    div.kw-general-options select.bg-green {
      background-color: #8de17d; }
    div.kw-general-options select.bg-transparent {
      background-color: transparent; }
    div.kw-general-options select.bg-grey {
      background-color: #e8e8e8; }
    div.kw-general-options select option {
      background-color: #e8e8e8; }

.option-relational {
  display: none; }
  .option-relational.active {
    display: block; }

.input-group-wrapper {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.kw-nonreadable {
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  border: 0;
  border-radius: 0.25rem;
  background-color: #e8e8e8;
  color: #5f5f5f;
  margin: 0;
  padding: 10px 21px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.4s, background-color 0.4s; }
  .kw-nonreadable.active {
    background-color: #ffeba3; }

body.templates2021 .datepicker {
  z-index: 99999 !important; }

@media only print {
  .page-content {
    background-color: #fff; } }

div.kw-report__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  max-width: 1200px; }
  @media only screen and (min-width: 800px) {
    div.kw-report__wrapper--2cols ul.kw-report,
    div.kw-report__wrapper--2cols div.kw-report__info-card {
      width: 50%; } }
  @media print {
    div.kw-report__wrapper--2cols ul.kw-report,
    div.kw-report__wrapper--2cols div.kw-report__info-card {
      width: 50%; } }
  div.kw-report__wrapper--3cols {
    margin-bottom: 20px; }
    @media only screen and (max-width: 621px) {
      div.kw-report__wrapper--3cols ul.kw-report,
      div.kw-report__wrapper--3cols div.kw-report__info-card {
        width: 100%; } }
    @media only screen and (min-width: 622px) and (max-width: 896px) {
      div.kw-report__wrapper--3cols ul.kw-report,
      div.kw-report__wrapper--3cols div.kw-report__info-card {
        width: 50%; }
        div.kw-report__wrapper--3cols ul.kw-report--expandable,
        div.kw-report__wrapper--3cols div.kw-report__info-card--expandable {
          width: 100%; } }
    @media only screen and (min-width: 897px) {
      div.kw-report__wrapper--3cols ul.kw-report,
      div.kw-report__wrapper--3cols div.kw-report__info-card {
        width: 33.33%; } }
    @media only screen and (min-width: 993px) and (max-width: 1146px) {
      div.kw-report__wrapper--3cols ul.kw-report,
      div.kw-report__wrapper--3cols div.kw-report__info-card {
        width: 50%; }
        div.kw-report__wrapper--3cols ul.kw-report--expandable,
        div.kw-report__wrapper--3cols div.kw-report__info-card--expandable {
          width: 100%; } }
  div.kw-report__wrapper svg {
    font-size: 10px;
    letter-spacing: 1px; }
    @media print {
      div.kw-report__wrapper svg {
        height: auto !important; } }

ul.kw-report {
  width: 100%;
  margin: 0 0 20px;
  padding: 8px;
  list-style-type: none; }
  @media only screen {
    ul.kw-report {
      max-width: 725px; } }
  ul.kw-report .positive, ul.kw-report .green {
    color: #60ab52;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px; }
  ul.kw-report .negative, ul.kw-report .red {
    color: #fa8072;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px; }
  ul.kw-report .yellow {
    color: #ffeba3;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px; }
  ul.kw-report .grey {
    color: #747a80;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px; }

li.kw-report__row {
  display: flex;
  flex-wrap: wrap;
  padding: 7px 0; }
  li.kw-report__row:nth-child(2n + 3) {
    background-color: #f9f9f9; }
  li.kw-report__row--labels {
    background-color: #e8e8e8;
    color: #1b1b1b;
    border-radius: 2px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px; }

@media only screen and (max-width: 450px) {
  ul.kw-report--flexi-rows li.kw-report__row--no-alerts {
    flex-wrap: nowrap;
    justify-content: space-between; }
    ul.kw-report--flexi-rows li.kw-report__row--no-alerts div.kw-report__cell {
      width: auto; } }

div.kw-report__cell {
  position: relative;
  padding: 0 10px;
  width: 50%; }
  @media only screen and (max-width: 450px) {
    div.kw-report__cell {
      width: 100%; } }
  div.kw-report__cell--centered {
    display: flex;
    justify-content: center;
    align-items: center; }
  @media only screen and (min-width: 500px) {
    div.kw-report__cell--offset-m-up {
      margin-left: auto; } }
  div.kw-report__cell--w1 {
    width: 8.33%; }
  div.kw-report__cell--w2 {
    width: 16.66%; }
  div.kw-report__cell--w3 {
    width: 25%; }
  @media only screen and (max-width: 500px) {
    div.kw-report__cell--mw3 {
      width: 25%; } }
  div.kw-report__cell--w4 {
    width: 33.33%; }
  div.kw-report__cell--w5 {
    width: 41.66%; }
  div.kw-report__cell--w6 {
    width: 50%; }
  div.kw-report__cell--w7 {
    width: 58.33%; }
  div.kw-report__cell--w8 {
    width: 66.66%; }
  div.kw-report__cell--w9 {
    width: 75%; }
  div.kw-report__cell--w10 {
    width: 83.33%; }
  div.kw-report__cell--w11 {
    width: 91.66%; }
  div.kw-report__cell--w12 {
    width: 100%; }
  div.kw-report__cell--only-print-img {
    display: none;
    width: 100%; }
    @media only print {
      div.kw-report__cell--only-print-img {
        display: block; } }
    div.kw-report__cell--only-print-img img {
      max-width: 95%;
      max-height: 15cm;
      display: block;
      margin: auto; }

ul.kw-report__more-info {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 12px; }
  ul.kw-report__more-info li {
    margin: 4px 0; }
  ul.kw-report__more-info a {
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 700; }
    ul.kw-report__more-info a i {
      font-size: 14px; }

span.kw-report__unit {
  display: inline-block;
  background-color: #eee;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px; }

/* CUSTOMER INFO CARDS */
div.kw-report__info-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 8px; }
  @media only screen and (min-width: 350px) {
    div.kw-report__info-card {
      min-width: 275px; } }
  @media print {
    div.kw-report__info-card {
      width: 33.33%; } }

div.kw-report__info-card__title {
  border-radius: 2px 2px 0 0;
  background-color: #989898;
  padding: 9px 17px; }
  div.kw-report__info-card__title h5 {
    margin: 0;
    font-family: "Nunito",sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff; }

div.kw-report__info-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 3px;
  right: 20px;
  border-radius: 50%;
  border: 1px solid #989898;
  background-color: #fff; }
  div.kw-report__info-card__icon img {
    max-width: 70%;
    max-height: 65%; }

ul.kw-report__info-card__content {
  margin: 0;
  padding: 8px 17px;
  list-style-type: none;
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  flex-grow: 1; }
  ul.kw-report__info-card__content li {
    display: block;
    padding: 9px 0; }
  ul.kw-report__info-card__content span {
    display: block; }

ul.kw-report__info-card__content--2cols {
  display: flex;
  flex-wrap: wrap; }
  ul.kw-report__info-card__content--2cols li {
    width: 50%;
    padding: 5px 0; }
    ul.kw-report__info-card__content--2cols li:nth-child(odd) {
      padding-right: 7px; }
    ul.kw-report__info-card__content--2cols li:nth-child(even) {
      padding-left: 7px; }

span.kw-report__info-card__label {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

div.kw-report__alert {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 600px;
  border-radius: 3px;
  border: 1px solid #fa8072; }

div.kw-report__alert__icon {
  width: 55px;
  height: 55px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  div.kw-report__alert__icon img {
    max-height: 100%; }

div.kw-report__alert__text {
  flex-grow: 2;
  padding: 7px 10px 7px 0; }
  div.kw-report__alert__text strong {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }
  div.kw-report__alert__text p {
    margin: 0; }

div.kw-report__chart-wrapper {
  padding: 8px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 800px) {
    div.kw-report__chart-wrapper {
      width: 50%; } }
  @media print {
    div.kw-report__chart-wrapper {
      width: 50%; } }
  div.kw-report__chart-wrapper h5 {
    padding: 8px 10px;
    background-color: #e8e8e8;
    color: #1b1b1b;
    border-radius: 2px;
    font-weight: 600;
    font-family: "Nunito",sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px; }

div.kw-chart-container {
  width: 100%;
  height: 200px; }

/*
	REPORT RULES PAGE
*/
table.field-rules {
  margin: 0; }
  table.field-rules td {
    border-top: 0; }
  table.field-rules h5 {
    margin-top: 12px; }
  table.field-rules div.field-rule-container {
    vertical-align: middle; }
  table.field-rules div.form-row {
    margin: 0; }

ul.kw-info-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li.kw-info-list__row {
  display: flex;
  padding: 7px 10px; }
  li.kw-info-list__row:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; }

h5.kw-info-list__label {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #5f5f5f; }

span.kw-info-list__tag {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid; }
  span.kw-info-list__tag--blue {
    color: #3f87fd;
    border-color: #3f87fd; }
  span.kw-info-list__tag--yellow {
    color: #debe47;
    border-color: #debe47; }

/* VERTICAL LIST, 2 COLS */
@media only screen and (max-width: 375px) {
  ul.kw-info-list--vertical li.kw-info-list__row {
    flex-direction: column;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0; } }

ul.kw-info-list--vertical h5.kw-info-list__label {
  width: 50%;
  padding-right: 15px; }
  @media only screen and (max-width: 375px) {
    ul.kw-info-list--vertical h5.kw-info-list__label {
      font-size: 12px;
      letter-spacing: 1px;
      width: 100%; } }

ul.kw-info-list--vertical span.kw-info-list__property {
  width: 50%; }
  @media only screen and (max-width: 375px) {
    ul.kw-info-list--vertical span.kw-info-list__property {
      width: 100%; } }

/* HORIXONTAL LIST, >=3 COLS */
@media only screen and (max-width: 773px) {
  ul.kw-info-list--horizontal li.kw-info-list__row {
    flex-direction: column;
    padding: 20px 0; } }

@media only screen and (min-width: 774px) {
  ul.kw-info-list--horizontal li.kw-info-list__row {
    padding: 15px 0;
    align-items: center; } }

@media only screen and (max-width: 773px) {
  ul.kw-info-list--horizontal li.kw-info-list__row--labels {
    display: none; } }

@media only screen and (min-width: 1325px) {
  ul.kw-info-list--horizontal li.kw-info-list__row--labels h5.kw-info-list__label {
    display: inline-block;
    margin-right: 5px; } }

@media only screen and (max-width: 773px) {
  ul.kw-info-list--horizontal div.kw-info-list__mobile-row:not(:last-child) {
    margin-bottom: 10px; } }

ul.kw-info-list--horizontal div.kw-info-list__mobile-row h5.kw-info-list__label {
  font-size: 12px;
  letter-spacing: 1px; }
  @media only screen and (min-width: 774px) {
    ul.kw-info-list--horizontal div.kw-info-list__mobile-row h5.kw-info-list__label {
      display: none; } }
  ul.kw-info-list--horizontal div.kw-info-list__mobile-row h5.kw-info-list__label span.kw-info-list__tag {
    margin-left: 5px; }

@media only screen and (min-width: 774px) {
  ul.kw-info-list--horizontal div.kw-info-list__col {
    padding: 0 10px; } }

@media only screen and (min-width: 774px) {
  ul.kw-info-list--horizontal div.kw-info-list__col-1 {
    width: 8.33%; }
  ul.kw-info-list--horizontal div.kw-info-list__col-2 {
    width: 16.66%; }
  ul.kw-info-list--horizontal div.kw-info-list__col-3 {
    width: 25%; }
  ul.kw-info-list--horizontal div.kw-info-list__col-4 {
    width: 33.33%; }
  ul.kw-info-list--horizontal div.kw-info-list__col-last {
    margin-left: auto; } }

.kw-login h5.card-header {
  background-color: #1460a7;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px; }

div.kw-login__separator {
  display: flex;
  align-items: center; }
  div.kw-login__separator span {
    margin: 0 14px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase; }

div.kw-login__separator__line {
  flex-grow: 2;
  background-color: #dee2e6;
  height: 1px; }

body {
  -webkit-print-color-adjust: exact; }

div.kw-loader {
  display: block;
  min-height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  background-image: url("/static/custom/kW-care.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s linear, z-index 0.5s linear;
  opacity: 0;
  z-index: -9999;
  pointer-events: none; }
  @media only screen and (max-width: 1000px) {
    div.kw-loader {
      background-size: 50%; } }
  div.kw-loader.active {
    z-index: 999999;
    opacity: 1; }

header.kw-topbar div.navbar-brand-box {
  padding-left: 0; }

header.kw-topbar a.logo {
  letter-spacing: 2px;
  font-weight: 600; }

.testi {
  color: red; }

table.kw-datatable {
  width: 100% !important; }
  table.kw-datatable ul.dtr-details {
    width: 100%; }
    table.kw-datatable ul.dtr-details li {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (max-width: 420px) {
        table.kw-datatable ul.dtr-details li {
          flex-direction: column; } }
    table.kw-datatable ul.dtr-details span.dtr-title {
      margin-right: 15px; }
    table.kw-datatable ul.dtr-details span.dtr-data {
      white-space: normal; }

@media only screen and (max-width: 400px) {
  td.kw-datatable__id {
    word-break: break-word;
    white-space: normal !important; } }

div.kw-button-popover {
  position: relative; }
  div.kw-button-popover.active div.kw-button-popover__content {
    display: block; }

a.kw-button-popover__toggle {
  position: absolute;
  z-index: 103;
  top: -9px;
  right: -9px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #fff;
  color: #6c757d;
  border: 1px solid #6c757d; }
  a.kw-button-popover__toggle:hover {
    background-color: #6c757d;
    color: #fff; }

div.kw-button-popover__content {
  display: none;
  position: absolute;
  z-index: 102;
  top: 100%;
  right: 0;
  margin-top: 4px;
  width: 250px;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09); }
  div.kw-button-popover__content p {
    margin-bottom: 8px; }
    div.kw-button-popover__content p:last-child {
      margin-bottom: 0; }
  div.kw-button-popover__content ol, div.kw-button-popover__content ul {
    padding-left: 15px;
    margin-bottom: 8px; }
    div.kw-button-popover__content ol:last-child, div.kw-button-popover__content ul:last-child {
      margin-bottom: 0; }

div.kw-restricted-content {
  text-align: center; }
  div.kw-restricted-content i.mdi {
    font-size: 100px; }
    @media only screen and (max-width: 450px) {
      div.kw-restricted-content i.mdi {
        font-size: 80px; } }

/*
	BUTTON ROW, DIVIDED TO LEFT AND RIGHT BUTTONS
*/
div.kw-button-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -4px; }
  @media only screen and (max-width: 600px) {
    div.kw-button-row {
      flex-direction: column; } }

div.kw-button-row__lefties,
div.kw-button-row__righties {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media only screen and (min-width: 601px) {
    div.kw-button-row__lefties,
    div.kw-button-row__righties {
      width: 50%; } }
  div.kw-button-row__lefties .btn,
  div.kw-button-row__righties .btn {
    margin: 0 4px 8px; }

@media only screen and (min-width: 601px) {
  div.kw-button-row__righties {
    justify-content: flex-end; } }

.kw-alert {
  display: none; }
  .kw-alert.active {
    display: block; }

table.kw-datatable tr.group td {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f3f4f6;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

/*
	CUSTOM MODAL STYLES
*/
div.kw-global-modal h6 {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: #5f5f5f;
  font-weight: 600; }

/*
	MODAL HISTORY TAB
*/
ul.kw-global-modal__history-table {
  margin: 16px 0 0;
  padding: 0;
  list-style-type: none; }

li.kw-global-modal__history-table__row {
  display: flex;
  padding: 8px 6px;
  border-bottom: 1px solid #dee2e6; }
  @media only screen and (max-width: 449px) {
    li.kw-global-modal__history-table__row {
      flex-direction: column;
      padding: 12px 10px; } }
  li.kw-global-modal__history-table__row:last-child {
    border: 0; }
  li.kw-global-modal__history-table__row--titles {
    font-weight: 700;
    border-bottom: 2px solid #dee2e6; }
    @media only screen and (max-width: 449px) {
      li.kw-global-modal__history-table__row--titles {
        display: none; } }
  li.kw-global-modal__history-table__row span.mobile-title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px; }
    @media only screen and (min-width: 450px) {
      li.kw-global-modal__history-table__row span.mobile-title {
        display: none; } }
  @media only screen and (max-width: 449px) {
    li.kw-global-modal__history-table__row span.date, li.kw-global-modal__history-table__row span.name {
      padding: 5px 0; } }
  li.kw-global-modal__history-table__row span.date {
    flex: 0 0 25%; }
  li.kw-global-modal__history-table__row span.name {
    flex: 0 0 37.2%; }

/*
	MODAL TABS
*/
ul.kw-modal-tab__nav {
  padding: 16px 16px 0;
  background-color: #f3f4f6; }
  ul.kw-modal-tab__nav a.nav-link.active {
    background-color: #fff;
    border-bottom-color: #fff; }

.kw-modal-tools {
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 25px; }

.publishReportPopup .swal2-cancel {
  background-color: transparent !important;
  color: #1860a8 !important;
  font-size: 15px !important; }

.publishReportPopup a.publish {
  width: 180px;
  margin: 10px;
  font-size: 16px; }

.card > .card--permission {
  margin-bottom: 0; }
  .card > .card--permission .card-footer {
    border-radius: 0 0 3px 3px; }

.card--permission .card-body > div {
  display: flex; }
  .card--permission .card-body > div .info {
    width: 65%; }
    .card--permission .card-body > div .info h4 {
      margin-bottom: 2px;
      font-size: 17px; }
    .card--permission .card-body > div .info p {
      margin-bottom: 0; }
    .card--permission .card-body > div .info label {
      display: inline-block;
      line-height: 1;
      font-size: 8px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 5px; }
  .card--permission .card-body > div .data {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.card--permission table {
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 12px; }

.card--permission .card-footer {
  font-size: 10px;
  text-transform: uppercase; }

.card--actions a.btn {
  margin-bottom: 10px; }

/* Layout 2021 */
.kw-report-header img.logo {
  height: 56px; }

@media only screen and (min-width: 768px) {
  .kw-report-header address {
    border-right: 1px solid #74788d; } }

@media only print {
  .kw-report-header address {
    border-right: 1px solid #74788d; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .kw-report-header div.address-box {
    border-bottom: 1px solid #74788d; } }

.kw-report-header div.title-box h4 {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.5; }
  @media only screen and (max-width: 575px) {
    .kw-report-header div.title-box h4 {
      font-size: 18px; } }
  .kw-report-header div.title-box h4 span:first-child {
    display: block;
    font-weight: 600; }

.kw-report-info-card,
.kw-report-system-part-card,
.kw-report-testdrive-card {
  color: #000; }
  .kw-report-info-card .h1, .kw-report-info-card .h2, .kw-report-info-card .h3, .kw-report-info-card .h4, .kw-report-info-card .h5, .kw-report-info-card .h6, .kw-report-info-card h1, .kw-report-info-card h2, .kw-report-info-card h3, .kw-report-info-card h4, .kw-report-info-card h5, .kw-report-info-card h6,
  .kw-report-system-part-card .h1,
  .kw-report-system-part-card .h2,
  .kw-report-system-part-card .h3,
  .kw-report-system-part-card .h4,
  .kw-report-system-part-card .h5,
  .kw-report-system-part-card .h6,
  .kw-report-system-part-card h1,
  .kw-report-system-part-card h2,
  .kw-report-system-part-card h3,
  .kw-report-system-part-card h4,
  .kw-report-system-part-card h5,
  .kw-report-system-part-card h6,
  .kw-report-testdrive-card .h1,
  .kw-report-testdrive-card .h2,
  .kw-report-testdrive-card .h3,
  .kw-report-testdrive-card .h4,
  .kw-report-testdrive-card .h5,
  .kw-report-testdrive-card .h6,
  .kw-report-testdrive-card h1,
  .kw-report-testdrive-card h2,
  .kw-report-testdrive-card h3,
  .kw-report-testdrive-card h4,
  .kw-report-testdrive-card h5,
  .kw-report-testdrive-card h6 {
    color: #000; }

.text-kw-blue {
  color: #1860a8 !important; }

@media only print {
  .kw-report-info-card {
    margin-bottom: 50px; } }

.kw-report-info-card h4 {
  font-size: 15px;
  font-weight: 600; }
  @media only print {
    .kw-report-info-card h4 {
      padding-bottom: 10px;
      border-bottom: 1px solid #d0d2d5; } }

.kw-report-info-card h5 {
  display: flex;
  align-items: center;
  font-size: 15px; }
  .kw-report-info-card h5 i {
    margin-right: 12px; }

.kw-report-info-card dd {
  margin-bottom: 4px; }

ul.kw-report-icon-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.kw-report-icon-list h6 {
    display: flex;
    align-items: center;
    font-size: 15px; }
    ul.kw-report-icon-list h6 i {
      margin-right: 12px; }

.kw-process-map {
  position: relative; }
  @media only screen and (min-width: 576px) {
    .kw-process-map {
      display: inline-block; } }
  @media only print {
    .kw-process-map {
      max-width: 650px; } }
  .kw-process-map img {
    max-width: 100%; }

@media only screen and (max-width: 399px) {
  img.kw-process-map__arrows {
    display: none; } }

@keyframes pulsered {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(230, 99, 68, 0.7); }
  6% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(230, 99, 68, 0.7); }
  23% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  30% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

@keyframes pulseyellow {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(241, 195, 28, 0.7); }
  6% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(241, 195, 28, 0.7); }
  23% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  30% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }

.kw-process-map__section {
  position: absolute;
  width: 19.048%;
  height: 19.397%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.7px;
  cursor: pointer; }
  @media only screen and (max-width: 539px) {
    .kw-process-map__section {
      font-size: 8px; } }
  @media only screen and (min-width: 540px) and (max-width: 624px) {
    .kw-process-map__section {
      font-size: 9px; } }
  @media only screen and (min-width: 625px) and (max-width: 664px) {
    .kw-process-map__section {
      font-size: 10px; } }
  @media only screen and (min-width: 665px) and (max-width: 774px) {
    .kw-process-map__section {
      font-size: 11px; } }
  @media only screen and (min-width: 775px) and (max-width: 1199px) {
    .kw-process-map__section {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .kw-process-map__section {
      font-size: 10px; } }
  @media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .kw-process-map__section {
      font-size: 11px; } }
  @media only screen and (min-width: 1400px) {
    .kw-process-map__section {
      font-size: 12px; } }
  .kw-process-map__section:hover {
    color: #fff; }
  .kw-process-map__section:before {
    display: block;
    content: '';
    padding-bottom: 75%; }
  .kw-process-map__section i {
    display: none;
    position: absolute;
    bottom: -9px;
    right: -9px;
    width: 20.833%;
    height: 27.777%;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  .kw-process-map__section.all-ok {
    background-color: #1460A7; }
    .kw-process-map__section.all-ok i.fa-check {
      display: flex;
      background-color: #34c38f; }
  .kw-process-map__section.has-notices {
    background-color: #F1C31C; }
    @media only screen {
      .kw-process-map__section.has-notices {
        animation: pulseyellow 6s infinite; } }
  .kw-process-map__section.has-errors {
    background-color: #E66344; }
    @media only screen {
      .kw-process-map__section.has-errors {
        animation: pulsered 6s infinite; } }

#kw-process-map__exhaustSystem {
  left: 16.666%;
  top: 7.974%; }

#kw-process-map__lubricationSystem {
  left: 43.651%;
  top: 7.974%; }

#kw-process-map__fuelSystem {
  left: 70.635%;
  top: 7.974%; }

#kw-process-map__switches {
  left: 0;
  top: 40.302%; }

#kw-process-map__generator {
  left: 26.984%;
  top: 40.302%; }

#kw-process-map__engine {
  left: 53.968%;
  top: 40.302%; }

#kw-process-map__controlSystem {
  left: 80.952%;
  top: 40.302%; }

#kw-process-map__preheatingSystem {
  left: 16.666%;
  top: 72.63%; }

#kw-process-map__coolingSystem {
  left: 43.651%;
  top: 72.63%; }

#kw-process-map__startingSystem {
  left: 70.635%;
  top: 72.63%; }

@media only print {
  .kw-report-system-part-card {
    border: 1px solid #d0d2d5; } }

.kw-report-system-part-card.open-all .title-row i.fa-angle-up {
  display: inline-block; }

.kw-report-system-part-card.open-all .title-row i.fa-angle-down {
  display: none; }

@media only screen and (max-width: 575px) {
  .kw-report-system-part-card .pl-45 {
    padding-left: 1.5rem !important; } }

@media only screen and (min-width: 576px) {
  .kw-report-system-part-card .pl-45 {
    padding-left: 1.75rem !important; } }

@media only screen and (max-width: 575px) {
  .kw-report-system-part-card .pr-45 {
    padding-right: 1.5rem !important; } }

@media only screen and (min-width: 576px) {
  .kw-report-system-part-card .pr-45 {
    padding-right: 1.75rem !important; } }

@media only screen and (max-width: 767px) {
  .kw-report-system-part-card .col-md-6:last-child {
    border-top: 2px dashed #eff2f7; } }

@media only screen and (min-width: 768px) {
  .kw-report-system-part-card .col-md-6:last-child {
    border-left: 2px dashed #eff2f7; } }

.kw-report-system-part-card .title-row {
  margin: 0;
  cursor: pointer; }
  @media only screen and (max-width: 575px) {
    .kw-report-system-part-card .title-row {
      padding: 0 0.5rem; } }
  @media only print {
    .kw-report-system-part-card .title-row {
      padding: 0 !important; } }
  @media only screen and (max-width: 575px) {
    .kw-report-system-part-card .title-row div {
      width: auto !important; } }
  .kw-report-system-part-card .title-row div:first-child {
    line-height: 1; }
  .kw-report-system-part-card .title-row i.fa-angle-up,
  .kw-report-system-part-card .title-row i.fa-angle-down {
    color: #495057; }
    @media only print {
      .kw-report-system-part-card .title-row i.fa-angle-up,
      .kw-report-system-part-card .title-row i.fa-angle-down {
        display: none; } }
    @media only screen and (max-width: 719px) {
      .kw-report-system-part-card .title-row i.fa-angle-up,
      .kw-report-system-part-card .title-row i.fa-angle-down {
        font-size: 18px; } }
    @media only screen and (min-width: 720px) {
      .kw-report-system-part-card .title-row i.fa-angle-up,
      .kw-report-system-part-card .title-row i.fa-angle-down {
        font-size: 21px; } }
  .kw-report-system-part-card .title-row i.fa-angle-up {
    display: none; }
  @media only screen and (max-width: 575px) {
    .kw-report-system-part-card .title-row h5 {
      font-size: 13px; } }
  @media only screen and (min-width: 576px) and (max-width: 719px) {
    .kw-report-system-part-card .title-row h5 {
      font-size: 14px; } }

.kw-report-system-part-card .pre-labels-row:last-child {
  display: none; }

.kw-report-system-part-card .pre-labels-row h6 {
  margin: 0; }
  @media only screen and (max-width: 575px) {
    .kw-report-system-part-card .pre-labels-row h6 {
      font-size: 10px; } }

.kw-report-system-part-card.has-notices .title-row span.state.badge-success {
  display: none; }

.kw-report-system-part-card.has-notices .title-row span.state.badge-warning {
  display: inline-block; }

.kw-report-system-part-card.hidden {
  display: none !important; }

.kw-report-system-part-card__state span.badge {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 14px; }
  @media only screen and (max-width: 575px) {
    .kw-report-system-part-card__state span.badge {
      width: 20px;
      height: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 719px) {
    .kw-report-system-part-card__state span.badge {
      font-size: 12px;
      width: 30px;
      height: 30px; } }
  @media only screen and (min-width: 720px) {
    .kw-report-system-part-card__state span.badge {
      width: 34px;
      height: 34px; } }
  @media only print {
    .kw-report-system-part-card__state span.badge {
      border: 0;
      width: 34px;
      height: 34px; } }
  @media only screen and (max-width: 575px) {
    .kw-report-system-part-card__state span.badge i {
      display: none; } }
  .kw-report-system-part-card.all-ok .kw-report-system-part-card__state span.badge.badge-success {
    display: inline-flex; }
  .kw-report-system-part-card.has-notices .kw-report-system-part-card__state span.badge.badge-warning {
    display: inline-flex; }
  .kw-report-system-part-card.has-errors .kw-report-system-part-card__state span.badge.badge-warning {
    display: none; }
  .kw-report-system-part-card.has-errors .kw-report-system-part-card__state span.badge.badge-danger {
    display: inline-flex; }

.kw-report-row {
  display: none; }
  .kw-report-system-part-card.open-all .kw-report-row {
    display: flex; }
  .kw-report-system-part-card.open-notices .kw-report-row.has-notices {
    display: flex; }
  .kw-report-system-part-card.open-errors .kw-report-row.has-errors {
    display: flex; }
  .kw-report-row:not(:first-child) {
    border-top: 1px solid #eff2f7 !important; }
  .kw-report-row .container {
    max-width: none; }
  @media only print {
    .kw-report-row .badge {
      border: 0; } }
  @media only screen {
    .kw-report-row a.kw-report-field-edit-link {
      display: inline-block;
      margin-left: 8px;
      opacity: 0.75; }
      .kw-report-row a.kw-report-field-edit-link:first-child {
        margin-left: 0;
        margin-right: 8px; } }
  @media only print {
    .kw-report-row a.kw-report-field-edit-link {
      display: none; } }

.kw-notifications.container {
  padding-bottom: 1rem; }
  @media only print {
    .kw-notifications.container {
      min-width: 0 !important; } }

.kw-notifications__card {
  position: relative;
  padding: 1rem;
  margin-bottom: 6px;
  background-color: #eff2f7;
  border-radius: 4px; }
  .kw-notifications__card h6 {
    display: block;
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 3px 3px 0 0;
    background-color: #c8d8e9; }
    @media only screen and (min-width: 576px) {
      .kw-notifications__card h6 {
        display: none; } }
    @media only print {
      .kw-notifications__card h6 {
        display: none; } }
  .kw-notifications__card p {
    margin: 0; }
  @media only screen and (max-width: 575px) {
    .kw-notifications__card h6 + p {
      padding-top: 1rem; } }
  .kw-notifications__card .img-wrapper {
    list-style-type: none;
    margin-top: 0.75rem; }
    .kw-notifications__card .img-wrapper img {
      max-width: 100%; }

@media only print {
  .kw-report-system-part-card__content {
    padding: 0 12px; } }

.kw-report-system-part-card__content > .row:first-child {
  border-top: 2px dashed #eff2f7 !important; }

.kw-report-system-part-card__content .kw-report-system-part-card.open-all,
.kw-report-system-part-card.open-notices .kw-report-system-part-card__content:last-child {
  padding-bottom: 0.5rem; }

@media only print {
  .kw-report-testdrive-card .card-body {
    margin-top: 50px; } }

@media only screen {
  .kw-report-testdrive-card .card-body:not(:last-child) {
    border-bottom: 1px solid #eff2f7 !important; } }

@media only print {
  .kw-report-testdrive-card .card-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d2d5; } }

@media only print {
  .kw-report-testdrive-timeline {
    max-height: none !important; } }

table.kw-report-measurements thead th {
  vertical-align: middle; }
  table.kw-report-measurements thead th span,
  table.kw-report-measurements thead th small {
    display: block; }

.templates2021 .topnav {
  margin-top: 60px; }

.templates2021 .navbar-header {
  background-color: #293249; }

.templates2021 .navbar-brand-box .logo {
  line-height: 60px; }

@media only screen and (max-width: 380px) {
  .templates2021 .navbar-brand-box + button {
    padding-left: 0 !important; } }

.templates2021 img.header-profile-user {
  width: 28px;
  height: 28px; }

.templates2021 .sidebar a {
  color: #1460a7; }
  .templates2021 .sidebar a:hover {
    color: #000; }

.templates2021 .sidebar .card-header {
  background-color: #1460a7;
  color: #fff;
  font-size: 12px; }
  .templates2021 .sidebar .card-header h5 {
    color: #fff; }
  .templates2021 .sidebar .card-header .align-self-end img {
    max-height: 100px;
    margin-left: auto;
    display: block; }

.templates2021 .unit-body .mini-stats-wid span.avatar-title {
  background-color: #1460a7; }

@media only screen and (max-width: 575px) {
  .templates2021 .unit-body .nav-pills .nav-link:not(.active) {
    background-color: #e5edf5; } }

.templates2021 .unit-body .notices-table td {
  padding-top: 16px;
  padding-bottom: 16px; }

/*# sourceMappingURL=theme.css.map */