@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;

400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.font-weight-500 {
  font-weight: 500 !important;
}

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

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

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

.font-size-large {
  font-size: 25px !important;
}

.font-size-xlarge {
  font-size: 34px !important;
}

.primary-color {
  color: #3a5bf0;
}

.second-color {
  color: #5cc5be;
}

.terciary-color {
  color: #0f1828;
}

.text-primary-color {
  color: #243c66;
}

.accent-primary-color {
  color: #f6c343;
}

.accent-secondary-color {
  color: #f08b7c;
}

.text-content-color {
  color: #514f5a;
}

.text-green {
  color: #219653;
}

.text-red {
  color: #eb5757;
}

.text-grey-light {
  color: #bdbdbd;
}

.bkg-primary-color {
  background-color: #3a5bf0;
}

.bkg-second-color {
  background-color: #5cc5be;
}

.bkg-terciary-color {
  background-color: #0f1828;
}

.bkg-text-primary-color {
  background-color: #243c66;
}

.bkg-accent-primary-color {
  background-color: #f6c343;
}

.bkg-accent-secondary-color {
  background-color: #f08b7c;
}

.bkg-text-content-color {
  background-color: #514f5a;
}

.bkg-general {
  background-color: #eff4fb;
}

.bkg-white {
  background-color: #ffffff;
}

.bkg-linear {
  background-color: #f8f8f8;
}

.img-small {
  width: 220px;
}

.zi-1 {
  z-index: 1;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-50 {
  border-radius: 50%;
}

.min-height-100 {
  min-height: 100% !important;
}

.hover-pointer:hover {
  cursor: pointer;
}

.hover-move:hover {
  cursor: move;
}

.flex-direction-column {
  flex-direction: column !important;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

.btn {
  border-radius: 15px;
  font-size: 0.9rem;
  font-weight: 500;
  border-color: transparent;
}

.btn.btn-large {
  width: 250px;
}

.btn.btn-primary {
  background-color: #3a5bf0;
  color: #FFF;
}

.btn.btn-primary:not(:disabled):active,
.btn.btn-primary:not(.disabled):active {
  background-color: rgba(58, 91, 240, 0.9);
}

.btn.btn-primary:not(:disabled):focus,
.btn.btn-primary:not(.disabled):focus {
  box-shadow: none !important;
}

.btn.btn-primary-bordered {
  border: 2px solid #3a5bf0;
  color: #3a5bf0;
}

.btn.btn-primary-bordered:not(:disabled):active,
.btn.btn-primary-bordered:not(:disabled):hover,
.btn.btn-primary-bordered:not(.disabled):active,
.btn.btn-primary-bordered:not(.disabled):hover {
  background-color: #3a5bf0;
  color: #FFF;
}

.btn.btn-primary-bordered:not(:disabled):focus,
.btn.btn-primary-bordered:not(.disabled):focus {
  box-shadow: none !important;
}

.btn.btn-accent-1 {
  background-color: #f6c343;
  color: #FFF;
}

.btn.btn-accent-1:not(:disabled):active,
.btn.btn-accent-1:not(.disabled):active {
  background-color: rgba(246, 195, 67, 0.9);
}

.btn.btn-accent-1:not(:disabled):focus,
.btn.btn-accent-1:not(.disabled):focus {
  box-shadow: none !important;
}

.btn.btn-grey {
  background-color: #514f5a;
  color: #FFF;
}

.btn.btn-grey:not(:disabled):active,
.btn.btn-grey:not(.disabled):active {
  background-color: rgba(81, 79, 90, 0.9);
}

.btn.btn-grey:not(:disabled):focus,
.btn.btn-grey:not(.disabled):focus {
  box-shadow: none !important;
}

.btn.btn-accent-2 {
  background-color: #f08b7c;
  color: #FFF;
}

.btn.btn-accent-2:not(:disabled):active,
.btn.btn-accent-2:not(.disabled):active {
  background-color: rgba(240, 139, 124, 0.9);
}

.btn.btn-accent-2:not(:disabled):focus,
.btn.btn-accent-2:not(.disabled):focus {
  box-shadow: none !important;
}

.btn.btn-red {
  background-color: #eb5757;
  color: #FFF;
}

.btn.btn-red:not(:disabled):active,
.btn.btn-red:not(.disabled):active {
  background-color: rgba(235, 87, 87, 0.9);
}

.btn.btn-red:not(:disabled):focus,
.btn.btn-red:not(.disabled):focus {
  box-shadow: none !important;
}

.btn-add {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url("/images/components/plus.svg");
  background-position: center;
  background-size: 20px;
  background-color: #f6c343;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: background-size linear 0.2s;
}

.btn-add:hover {
  background-size: 22px;
  cursor: pointer;
}

.modal-backdrop {
  opacity: 0.5;
}

.form-control {
  font-size: 13px;
  color: #243c66;
}

input[type=text].form-control,
input[type=password].form-control,
input[type=email].form-control,
input[type=search].form-control,
input[type=number].form-control,
textarea.form-control,
select.form-control {
  border-radius: 5px;
  border: 1px solid rgba(60, 60, 60, 0.26);
  color: #514f5a;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=text].form-control-sm,
input[type=password].form-control-sm,
input[type=email].form-control-sm,
input[type=search].form-control-sm,
input[type=number].form-control-sm,
textarea.form-control-sm,
select.form-control-sm {
  border-radius: 5px;
  border: 1px solid rgba(60, 60, 60, 0.26);
  color: #514f5a;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea.form-control {
  padding: 15px 25px;
}

label {
  font-size: 13px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  color: #514f5a;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/images/components/drop-down.svg");
  background-size: 39px;
  background-position: right;
  background-repeat: no-repeat;
}

select.form-control option {
  font-size: 13px;
}

select.form-control option[selected] {
  background-color: orange;
}

input[type=search].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/images/components/search-input.svg");
  background-size: 14px;
  background-position: 8px;
  padding-left: 26px;
  background-repeat: no-repeat;
}

.custom-checkbox label {
  font-weight: 400;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #514f5a;
  background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("/images/components/checked-box.svg");
}

.custom-radio label {
  font-weight: 400;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #514f5a;
  background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("/images/components/checked-radio.svg");
}

.form-error input[type=text],
.form-error input[type=email],
.form-error input[type=number],
.form-error select,
.form-error textarea {
  border-color: #ffb8b8 !important;
  border-width: 2px;
  font-size: 13px;
  background-color: #fff3f3;
}

.form-error label {
  color: rgba(255, 0, 0, 0.5);
}

.form-error .help-block {
  display: block;
  font-size: 12px;
  color: white;
  background-color: rgba(255, 0, 0, 0.5);
  padding: 3px;
  border-radius: 5px;
  margin-top: 2px;
}

.input-group-text {
  border-radius: 15px;
  border: none;
}

body {
  background-color: #eff4fb;
  font-size: 13px;
}

p,
span,
label,
h1,
h2,
h3,
h4,
h5,
li,
table,
th,
td {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
}

input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1220px;
}

.avatar {
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: white;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 30px;
}

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

body {
  background-color: #eff4fb;
  font-size: 13px;
}

p,
span,
label,
h1,
h2,
h3,
h4,
h5,
li,
table,
th,
td {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
}

input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1220px;
}

.avatar {
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: white;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 30px;
}

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

#login {
  border-radius: 50px;
  background-color: white;
}

.sidebar {
  width: 220px;
  background-color: white;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0px;
  left: 0px;
}

.sidebar .link-logo img {
  height: 80px;
}

.sidebar .online-user .letter-name {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f07822;
  text-align: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sidebar .online-user .letter-name span {
  font-weight: 600;
  line-height: 45px;
  color: #fff;
}

.sidebar .online-user .user-info span {
  color: #514f5a;
  line-height: 17px;
}

.sidebar .online-user .user-info .signal-online {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #50ee95;
  border-radius: 50%;
}

.sidebar .link-section {
  color: #243c66;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}

.sidebar .link-section img {
  width: 25px;
}

.sidebar .link-section:hover,
.sidebar .link-section:active,
.sidebar .link-section.active {
  background-color: #eff4fb;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.item-panel-dashboard {
  border-radius: 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s linear, width 0.3s linear, height 0.3s linear;
  min-height: 244px;
  max-width: 100%;
  flex: 1 0 21%;
}

.item-panel-dashboard span {
  max-width: 120px;
}

.item-panel-dashboard img {
  height: 80px;
}

.bounce-enter-active {
  -webkit-animation: bounce-in 0.5s;
          animation: bounce-in 0.5s;
}

.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}

@-webkit-keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.component-fade-enter-active,
.component-fade-leave-active {
  transition: opacity 0.3s ease;
}

.component-fade-enter,
.component-fade-leave-to {
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.color-content {
  display: inline-block;
  color: #fff;
  padding: 10px 0px;
  content: " ";
  border-radius: 5px;
  text-align: center;
  font-size: 0.8rem;
}

.color-content.primary-color {
  background-color: #3a5bf0;
}

.color-content.second-color {
  background-color: #5cc5be;
}

.color-content.terciary-color {
  background-color: #0f1828;
}

.color-content.text-primary-color {
  background-color: #243c66;
}

.color-content.accent-primary-color {
  background-color: #f6c343;
}

.color-content.accent-secondary-color {
  background-color: #f08b7c;
}

.color-content.text-content-color {
  background-color: #514f5a;
}

.color-content.general-color {
  background-color: #eff4fb;
}

.title-separator {
  font-family: "Open Sans", sans-serif;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #6c757d;
  font-weight: 700;
}

.title-separator span {
  padding: 5px 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.title-separator:before {
  content: " ";
  width: 45%;
  position: absolute;
  border-top: 1px solid #efefef;
  left: 0px;
  top: 12px;
  z-index: 0;
}

.title-separator:after {
  content: " ";
  position: absolute;
  width: 45%;
  right: 0px;
  top: 12px;
  border-top: 1px solid #efefef;
  z-index: 0;
}

.font-open-sans {
  font-family: "Open Sans", sans-serif;
}

.font-dm-sans {
  font-family: "DM Sans", sans-serif;
}

.xmx-icon-left:before,
.xmx-icon-right:before,
.xmx-icon-double-left:before,
.xmx-icon-double-right:before,
.xmx-icon-double-left:after,
.xmx-icon-double-right:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  box-sizing: border-box;
  transform-origin: center;
  transform: rotate(-45deg) scale(0.7);
}

.xmx-icon-double-left:after {
  left: -4px;
}

.xmx-icon-double-right:before {
  left: 4px;
}

.xmx-icon-right:before,
.xmx-icon-double-right:before,
.xmx-icon-double-right:after {
  transform: rotate(135deg) scale(0.7);
}

.xmx-btn {
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #555;
  white-space: nowrap;
}

.xmx-btn:hover {
  border-color: #1284e7;
  color: #1284e7;
}

.xmx-btn-text {
  border: 0;
  padding: 0 4px;
  text-align: left;
  line-height: inherit;
}

.xmx-scrollbar {
  height: 100%;
}

.xmx-scrollbar:hover .xmx-scrollbar-track {
  opacity: 1;
}

.xmx-scrollbar-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.xmx-scrollbar-track {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 6px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.24s ease-out;
}

.xmx-scrollbar-track .xmx-scrollbar-thumb {
  position: absolute;
  width: 100%;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: background-color 0.3s;
}

.xmx-zoom-in-down-enter-active,
.xmx-zoom-in-down-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top;
}

.xmx-zoom-in-down-enter,
.xmx-zoom-in-down-leave-to {
  opacity: 0;
  transform: scaleY(0);
}

.xmx-datepicker {
  position: relative;
  display: inline-block;
  width: 210px;
}

.xmx-datepicker svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.xmx-datepicker-range {
  width: 320px;
}

.xmx-datepicker-inline {
  width: auto;
}

.xmx-input-wrapper {
  position: relative;
}

.xmx-input-wrapper .xmx-icon-clear {
  display: none;
}

.xmx-input-wrapper:hover .xmx-icon-clear {
  display: block;
}

.xmx-input-wrapper:hover .xmx-icon-clear + .xmx-icon-calendar {
  display: none;
}

.xmx-input {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.xmx-input:hover,
.xmx-input:focus {
  border-color: #409aff;
}

.xmx-input:disabled,
.xmx-input.disabled {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #ccc;
  cursor: not-allowed;
}

.xmx-input:focus {
  outline: none;
}

.xmx-input::-ms-clear {
  display: none;
}

.xmx-icon-calendar,
.xmx-icon-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

.xmx-icon-clear {
  cursor: pointer;
}

.xmx-icon-clear:hover {
  color: rgba(0, 0, 0, 0.8);
}

.xmx-datepicker-main {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
  color: #555;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.xmx-datepicker-popup {
  position: absolute;
  margin-top: 1px;
  margin-bottom: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 2001;
}

.xmx-datepicker-sidebar {
  float: left;
  box-sizing: border-box;
  width: 100px;
  padding: 6px;
  overflow: auto;
}

.xmx-datepicker-sidebar + .xmx-datepicker-content {
  margin-left: 100px;
  border-left: 1px solid #e8e8e8;
}

.xmx-datepicker-body {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.xmx-btn-shortcut {
  display: block;
  padding: 0 6px;
  line-height: 24px;
}

.xmx-range-wrapper {
  display: flex;
}

@media (max-width: 750px) {
  .xmx-range-wrapper {
    flex-direction: column;
  }
}

.xmx-datepicker-header {
  padding: 6px 8px;
  border-bottom: 1px solid #e8e8e8;
}

.xmx-datepicker-footer {
  padding: 6px 8px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}

.xmx-calendar {
  box-sizing: border-box;
  width: 248px;
  padding: 6px 12px;
}

.xmx-calendar + .xmx-calendar {
  border-left: 1px solid #e8e8e8;
}

.xmx-calendar-header,
.xmx-time-header {
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden;
}

.xmx-btn-icon-left,
.xmx-btn-icon-double-left {
  float: left;
}

.xmx-btn-icon-right,
.xmx-btn-icon-double-right {
  float: right;
}

.xmx-calendar-header-label {
  font-size: 14px;
}

.xmx-calendar-decade-separator {
  margin: 0 2px;
}

.xmx-calendar-decade-separator:after {
  content: "~";
}

.xmx-calendar-content {
  position: relative;
  height: 224px;
  box-sizing: border-box;
}

.xmx-calendar-content .cell {
  cursor: pointer;
}

.xmx-calendar-content .cell:hover {
  color: #555;
  background-color: #f3f9fe;
}

.xmx-calendar-content .cell.active {
  color: #fff;
  background-color: #1284e7;
}

.xmx-calendar-content .cell.in-range,
.xmx-calendar-content .cell.hover-in-range {
  color: #555;
  background-color: #dbedfb;
}

.xmx-calendar-content .cell.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.xmx-calendar-week-mode .xmx-date-row {
  cursor: pointer;
}

.xmx-calendar-week-mode .xmx-date-row:hover {
  background-color: #f3f9fe;
}

.xmx-calendar-week-mode .xmx-date-row.xmx-active-week {
  background-color: #dbedfb;
}

.xmx-calendar-week-mode .xmx-date-row .cell:hover {
  color: inherit;
  background-color: transparent;
}

.xmx-calendar-week-mode .xmx-date-row .cell.active {
  color: inherit;
  background-color: transparent;
}

.xmx-week-number {
  opacity: 0.5;
}

.xmx-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}

.xmx-table th {
  padding: 0;
  font-weight: 500;
  vertical-align: middle;
}

.xmx-table td {
  padding: 0;
  vertical-align: middle;
}

.xmx-table-date td,
.xmx-table-date th {
  height: 32px;
  font-size: 12px;
}

.xmx-table-date .today {
  color: #2a90e9;
}

.xmx-table-date .cell.not-current-month {
  color: #ccc;
  background: none;
}

.xmx-time {
  flex: 1;
  width: 224px;
  background: #fff;
}

.xmx-time + .xmx-time {
  border-left: 1px solid #e8e8e8;
}

.xmx-calendar-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xmx-time-header {
  border-bottom: 1px solid #e8e8e8;
}

.xmx-time-content {
  height: 224px;
  box-sizing: border-box;
  overflow: hidden;
}

.xmx-time-columns {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.xmx-time-column {
  flex: 1;
  position: relative;
  border-left: 1px solid #e8e8e8;
  text-align: center;
}

.xmx-time-column:first-child {
  border-left: 0;
}

.xmx-time-column .xmx-time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xmx-time-column .xmx-time-list::after {
  content: "";
  display: block;
  height: 192px;
}

.xmx-time-column .xmx-time-item {
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
}

.xmx-time-column .xmx-time-item:hover {
  color: #555;
  background-color: #f3f9fe;
}

.xmx-time-column .xmx-time-item.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700;
}

.xmx-time-column .xmx-time-item.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.xmx-time-option {
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}

.xmx-time-option:hover {
  color: #555;
  background-color: #f3f9fe;
}

.xmx-time-option.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700;
}

.xmx-time-option.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3;
}

.xmx-input {
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  color: #514f5a;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
}

.xmx-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.xmx-datepicker {
  width: 100%;
}

.table th {
  font-size: 13px;
  color: #514f5a;
}

.table thead th {
  font-size: 13px;
  color: #514f5a;
}

.table thead td {
  font-size: 13px;
  color: #514f5a;
}

.table tbody td {
  font-size: 13px;
  color: #514f5a;
}

.table tfoot th {
  font-size: 13px;
  color: #514f5a;
}

.table tfoot td {
  font-size: 13px;
}

.dt-bootstrap4 .dataTables_filter label {
  width: 100%;
  font-size: 13px;
}

.dt-bootstrap4 .dataTables_filter label input[type=search] {
  margin-top: 5px;
}

.b-table-sticky-header {
  max-height: 800px;
}

.jicon {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.jicon.times {
  background-image: url("/images/icons/times.svg");
}

.jicon.undo {
  background-image: url("/images/icons/undo.svg");
}

.jicon.waiting {
  background-image: url("/images/icons/waiting.svg");
}

.jicon.driver {
  background-image: url("/images/icons/driver.svg");
}

.jicon.plus {
  background-image: url("/images/icons/plus.svg");
}

.jicon.drag-indicator {
  background-image: url("/images/icons/drag-indicator.svg");
}

.jicon.chevron-down {
  background-image: url("/images/icons/chevron-down.svg");
}

.jicon.chevron-up {
  background-image: url("/images/icons/chevron-up.svg");
}

.jicon.print {
  background-image: url("/images/icons/print.svg");
}

.jicon.view-eye {
  background-image: url("/images/icons/view-eye.svg");
}

.jicon.edit {
  background-image: url("/images/icons/edit.svg");
}

.jicon.edit-primary {
  background-image: url("/images/icons/edit-primary.svg");
}

.jicon.truck {
  background-image: url("/images/icons/truck.svg");
}

.jicon.left-arrows {
  background-image: url("/images/icons/left-arrows.svg");
}

.jicon.right-arrows {
  background-image: url("/images/icons/right-arrows.svg");
}

.jicon.avoid {
  background-image: url("/images/icons/avoid.svg");
}

.jicon.allow {
  background-image: url("/images/icons/allow.svg");
}

.jicon.back {
  background-image: url("/images/icons/back.svg");
}

.jicon.menu-options {
  background-image: url("/images/icons/menu-options.svg");
}

.jicon.quick-sale {
  background-image: url("/images/icons/quick-sale.svg");
}

.jicon.trash {
  background-image: url("/images/icons/trash.svg");
}

.jicon.small-icon {
  width: 10px;
  height: 10px;
}

.jicon.medium-icon {
  width: 20px;
  height: 20px;
}

.jicon.large-icon {
  width: 40px;
  height: 40px;
}

.jicon.hover-effect {
  position: relative;
  display: flex;
}

.jicon.hover-effect:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  bottom: -10px;
  left: -10px;
  right: -10px;
  top: -10px;
  background: none;
  border-radius: 50%;
  box-sizing: border-box;
  transform: scale(0);
  transition-property: transform, opacity;
}

.jicon.hover-effect:hover {
  cursor: pointer;
}

.jicon.hover-effect:hover:before {
  background-color: rgba(32, 33, 36, 0.059);
  border: none;
  box-shadow: none;
  opacity: 1;
  transform: scale(1);
}

.nav-tabs {
  background-color: white;
  padding-top: 1.2rem;
  padding-bottom: 0;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: none;
  display: flex;
}

.nav-tabs .nav-item {
  width: 20%;
  text-align: center;
}

.nav-tabs .nav-link {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #243c66;
  margin-bottom: -2px;
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  background-color: #eff4fb;
  border: none;
}

.nav-tabs .nav-link img {
  width: 20px;
}

