:root {
  --primary: #886ab5;
  --blueprimary: #2198f3;
  --blueprimary-text: #39a3f4;
  --input-text-color: #495057;
  --input-selection-border-color: #d6d3da;
  --cas-color: #4868b1;
  /* --pci-color: #f57921; */
  /* --pci-color: #faa719; */
  /* --pci-color: #ef9b0f; */
  --pci-color: #d3870d;
  --pvi-color: #0f7b3f;
  --pccl-color: #ee3a23;
  --ep-color: #b42174;
  --chd-color: #0fb4e0;
  --black: #11161b;
  --dark-text: #666;
  --lightgrey: #f3f3f3;
  --white-color: #fff;
  --greyshadeone: #727272;
  --background: #11161b;
  --navbackground: #1d2125;
  --primarydark: #06460e;
  --primarylight: #5aa264;
  --primarylightshadeone: #7ed88a;
  --primaryshadetwo: #00b5ad;
  --grey: #33383c;
  --darkaccent: #36334c; /* DARK BLUE */

  --darkaccenthalf: rgba(54, 51, 76, 0.5); /* DARK BLUE */

  --orange: #e87a0c; /* PINK */

  --accent1: #eb5c77; /* PINK */
  --accent2: #59a3b4; /* LIGHT BLUE */
  --accent3: #ebcf71; /* YELLOW */
  --transwhite: rgba(260, 260, 260, 0.5);
  --transblack: rgba(0, 0, 0, 0.1);
  /* --titlefont: raleway; */
  --bodyfont: "Lato", sans-serif;
  --orange-red: #f2711c;
  --green-emerald: #5cb85c;
  --font-6: 6px;
  --font-8: 8px;
  --font-10: 10px;
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-25: 25px;
  --font-30: 30px;
  --font-34: 34px;
  --overlay-bg: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 65%,
    rgba(255, 255, 255, 1) 100%
  );
}

/* @keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
} */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6e4e9e;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-70 {
  width: 70% !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pl-2-9 {
  padding-left: 0.9rem !important;
}

.pl-2-7 {
    padding-left: 0.7rem !important;
}

.pl-3-2 {
  padding-left: 1.2rem !important;
}

.subheader-title {
  font-size: 1.175rem;
}

textarea {
  resize: none;
}

.modal-header {
  border-bottom-width: 1px;
  background: #f3f3f3;
}

.modal-title {
  font-weight: 600;
}

.dropdown-toggle::after {
  margin-left: 1em;
}

.select-group-wrapper {
  position: absolute;
  right: 0;
  z-index: 999;
}

.select-group-wrapper .selectDropBtn {
  min-width: 100px;
}

.select-group-wrapper .selectDropBtn .btn-primary {
  line-height: 25px;
  box-shadow: none;
  margin: 0 4px 3px 0;
}

.select-group-wrapper .selectDropBtn .btn-primary:focus {
  box-shadow: none;
}

.select-group-wrapper .selectDropBtn .dropdown-menu {
  left: inherit !important;
  right: 0;
}

.select-group,
.select-group:hover {
  height: 100%;
  min-height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-bottom: 0;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  font-weight: 600;
  font-size: 0.8125rem !important;
  /* margin-right: 2px; */
  /* background: transparent; */
}

.dropdown-toggle.select-group {
  color: #666;
}

.select-group:hover,
.select-group:focus {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
}

th {
  font-weight: 300;
}

.select2-search--dropdown:before {
  display: none;
}

.table thead th {
  vertical-align: middle;
}

.table,
.form-control {
  color: #666;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding-left: 0.875rem;
}

table.dataTable th {
  position: relative;
}

table.dataTable th.select-checkbox:before {
  content: " ";
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid #fff;
  border-radius: 3px;
}

table.dataTable th.select-checkbox:before,
table.dataTable th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

table.dataTable th.select-checkbox.selected:after {
  content: "\2714";
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9,
    -1px 1px #b0bed9;
}
/* table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
  top: inherit;
} */
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  top: 50%;
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  padding: 1rem;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1,
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1,
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1,
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  /* background-color: #d4ddee; */
  background-color: transparent;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after,
table.dataTable th.select-checkbox.selected:after {
  text-shadow: none;
  font-size: 14px;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}

table.dataTable {
  margin-bottom: 0 !important;
}

table.dataTable td,
table.dataTable th {
  padding: 0.75rem 0.55rem;
}
/* table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
text-shadow: 1px 1px rgb(187 187 187 / 0.5), -1px -1px rgb(187 187 187 / 0.5), 1px -1px rgb(187 187 187 / 0.5), -1px 1px rgb(187 187 187 / 0.5);
} */
.form-label {
  font-weight: 400;
}

label {
  /* font-size: 14px; */
  font-weight: 400;
}

.progress {
  /* height: 1rem; */
  font-size: 0.725rem;
  font-weight: 600;
}

.subheader:not(:empty) {
  margin-bottom: calc(1rem);
}

.header-icon:not(.btn) > [class*="fa-"]:first-child {
  font-size: 14px;
}
/* .dataTables_scrollHeadInner, .dataTables_scrollHeadInner table {
  width: 100%!important;
} */
.form-control:disabled,
.form-control[readonly] {
  background: transparent;
  cursor: not-allowed;
}

.select2-container--open {
  z-index: 9999;
}

ul.list-alphabates {
  /* column-count: 4; */
  counter-reset: alphabeticList;
  list-style: none;
  padding-left: 10px;
}

ul.list-alphabates > li {
  position: relative;
  margin: 0 0 0.7em 1.5em;
  counter-increment: alphabeticList;
}

ul.list-alphabates > li:before {
  content: counter(alphabeticList, upper-alpha) ".";
  speak: counter(alphabeticList, upper-alpha);
  position: absolute;
  margin-right: 1em;
  /* font-size: 1em; */
  /* font-weight: 600; */
  top: 0em;
  left: -1.5em;
  /* color: #727272; */
}

ol {
  padding-left: 25px;
}

ol li {
  margin: 0.5em 0;
}

ol.list-roman {
  list-style: lower-roman;
  padding-left: 15px;
}

.primary {
  border-color: #886ab5;
}

.blue-theme .primary {
  border-color: #2198f3;
}

.modal-footer {
  border-top-width: 1px;
}
/* .modal-header {
  border-bottom-width: 1px;
} */

.date {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-97 {
  width: 97%;
}

.w-15 {
  width: 15% !important;
}

.wp-60 {
  width: 60px;
}

body,
.btn,
.frame-heading {
  font-size: 14px;
}

.fs-lg {
  /* font-size: 15px !important; */
}

.plr-06 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}

.page-logo {
  padding: 0 5rem;
}

.page-logo img {
  width: 60px;
  height: 60px;
}
/* .nav-menu li a > .ni, .nav-menu li a > [class*="fa-"] {
    font-size: 1.5rem;
  } */
.nav-menu li img {
  width: 1.5rem;
  margin-right: 10px;
}

.ex-mb-form-group .form-row .form-group {
  margin-bottom: 2.2rem;
}

.frame-heading {
  color: #666;
}

.custom-checkbox-block .custom-checkbox,
.custom-radio-block .custom-radio {
  margin: 0 0.375rem 1rem 0;
}

.accordion .custom-checkbox-block .custom-checkbox,
.accordion .custom-radio-block .custom-radio {
  margin: 0 2.375rem 1rem 0;
}

.accordion .custom-checkbox-block .custom-checkbox:last-child,
.accordion .custom-radio-block .custom-radio:last-child {
  margin-right: 0;
  padding-left: 0;
}
/* .custom-control-label {
    line-height: initial;
} */
.custom-checkbox-block .form-row .form-group {
  margin-bottom: 1.5rem;
}

.custom-input-group-text {
  margin-bottom: 1rem;
}

.custom-input-group-text .input-group-prepend {
  width: 65%;
}

.custom-input-group-text .form-group {
  width: 35%;
}

.custom-input-group-text .input-group-text {
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
/* .custom-input-group-text .form-control:not(textarea) {
  height: calc(1em + 1rem + 4px);
  }  */

.custom-file {
  width: auto;
  /* width: 75%; */
}

.custom-file-label::before {
  width: 70.5%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.custom-file.full {
  width: 100% !important;
}

.custom-file.full .custom-file-label::before {
  width: 73.5%;
}

.custom-file-label::after {
  right: 0.875rem;
}

.custom-file {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.custom-file,
.custom-file-input,
.custom-file-label,
.custom-file-label::after {
  height: calc(0.65em + 1rem + 2px);
  font-weight: 400;
  font-size: 14px;
}

input[type="checkbox"]:checked + .custom-control-label,
input[type="radio"]:checked + .custom-control-label {
  font-weight: 400;
}

.custom-file-label,
.custom-file-label::after {
  line-height: 0.8;
}

.custom-file-label {
  border: 0;
  /* border-bottom: 1px solid #e5e5e5; */
  border-bottom: 0;
  border-radius: 0;
  /* width: 90%; */
}

.custom-file-label::after {
  /* border-radius: 0; */
  border: 1px solid #d6d3da;
  /* background-color: #886ab5;
  color: #fff; */
}
/* .custom-control-label::before, .custom-control-label::after {
  width: 1rem;
  height: 1rem;
} */

hr.light {
  border: 1px dotted #f3f3f3;
}

hr.primary {
  border: 1px dashed rgba(54, 51, 76, 0.5);
}

hr {
  border: 1px dashed rgba(54, 51, 76, 0.5);
}

.shortcut-menu {
  display: none;
}

/* form {
  opacity: 0;
  transition: all .3s ease;
}

form.slideform-form {
  opacity: 1;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
} */

/* body, h1, h2, h3, p, button, input, select, textarea {
  font-family: 'Raleway', Arial, sans-serif;
}

input {
  font-size: 16px;
}

label {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: .5px;
  font-weight: 600;
  font-family: Raleway;
}

h1 {
  letter-spacing: .5px;
}

h2, h3 {
  margin-top: 0;
}

h2 {
  font-size: 28px;
  margin: 0 0 15px;
}

h3 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}

p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 15px;
}

a {
  -webkit-tap-highlight-color: transparent;
} */

.bg-cas {
  /* background: #4868b1; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b7ea+0,4868b1+100 */
  background: rgb(0, 183, 234); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(0, 183, 234, 1) 0%,
    rgba(72, 104, 177, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 183, 234, 1) 0%,
    rgba(72, 104, 177, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 183, 234, 1) 0%,
    rgba(72, 104, 177, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#4868b1',GradientType=0 ); /* IE6-9 */
}

.bg-pci {
  /* background: #f57921; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb66d+0,f57921+100 */
  background: rgb(255, 182, 109); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 182, 109, 1) 0%,
    rgba(245, 121, 33, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 182, 109, 1) 0%,
    rgba(245, 121, 33, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 182, 109, 1) 0%,
    rgba(245, 121, 33, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb66d', endColorstr='#f57921',GradientType=0 ); /* IE6-9 */
}

.bg-pvi {
  /* background: #0f7b3f; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#51a55d+0,0f7b3f+100 */
  background: rgb(81, 165, 93); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(81, 165, 93, 1) 0%,
    rgba(15, 123, 63, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(81, 165, 93, 1) 0%,
    rgba(15, 123, 63, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(81, 165, 93, 1) 0%,
    rgba(15, 123, 63, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a55d', endColorstr='#0f7b3f',GradientType=0 ); /* IE6-9 */
}

.bg-pccl {
  /* background: #ee3a23; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff665b+0,ee3a23+99 */
  background: rgb(255, 102, 91); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 102, 91, 1) 0%,
    rgba(238, 58, 35, 1) 99%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 102, 91, 1) 0%,
    rgba(238, 58, 35, 1) 99%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 102, 91, 1) 0%,
    rgba(238, 58, 35, 1) 99%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff665b', endColorstr='#ee3a23',GradientType=0 ); /* IE6-9 */
}

.bg-ep {
  /* background: #b42174; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b26b92+0,b42174+100 */
  background: rgb(178, 107, 146); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(178, 107, 146, 1) 0%,
    rgba(180, 33, 116, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(178, 107, 146, 1) 0%,
    rgba(180, 33, 116, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(178, 107, 146, 1) 0%,
    rgba(180, 33, 116, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b26b92', endColorstr='#b42174',GradientType=0 ); /* IE6-9 */
}

.bg-chd {
  /* background: #0fb4e0; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#82cbdd+0,0fb4e0+100 */
  background: rgb(130, 203, 221); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(130, 203, 221, 1) 0%,
    rgba(15, 180, 224, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(130, 203, 221, 1) 0%,
    rgba(15, 180, 224, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(130, 203, 221, 1) 0%,
    rgba(15, 180, 224, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cbdd', endColorstr='#0fb4e0',GradientType=0 ); /* IE6-9 */
}

.gist .gist-file {
  margin-top: 40px;
}

.gist .gist-meta {
  display: none !important;
}

.singleselect.disabled .floatingLabel,
.multiselect.disabled .floatingLabel {
  background-color: transparent;
}

.singleselect .floatingLabel,
.static-label label {
  z-index: 9;
  /* position: relative; */
  /* left: 20px; */
  /* margin-bottom: 0; */
  top: -17px !important;
}

.multiselect .floatingLabel {
  /* background: #fff; */
  z-index: 9;
  /* top: 14px!important; */
  /* position: relative; */
  /* left: 20px; */
}

.multiselect .btn,
.bootstrap-select .btn,
.multiselect .select2-container,
.singleselect .select2-container {
  /* height: 100%; */
  background: transparent;
  border: 0;
  color: #495057;
  box-shadow: none;
  padding-bottom: 0.5rem !important;
  padding-top: 0 !important;
  font-size: 14px;
  line-height: 1.95 !important;
  width: 100% !important;
}

.select2-container *:focus {
  outline: none;
}

.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d6d3da;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  /* border-color: #e5e5e5; */
  border: 0;
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
}

/* .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--single
{
padding-bottom: 0rem!important;
padding-top: 0rem!important;
} */

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  min-height: auto !important;
  line-height: 1 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-results__option {
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: inherit;
  padding-right: 0;
  color: #666;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 0;
  margin-top: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: -5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f3f3f3;
  border: 1px solid #d6d3da;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #666;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background: transparent;
}

/*---------------------------- Floating Labels ----------------------------*/
.form-row {
  margin-left: -15px;
  margin-right: -15px;
}

.form-row .form-group {
  /* padding: 0 15px 0; */
  align-self: flex-end;
  margin-bottom: 2.5rem;
}

.flex-end .form-group {
  /* padding: 0 15px 0; */
  align-self: end;
}

.form-group {
  position: relative;
  /* padding-top: 15px; */
}

.form-group .form-control,
.input-group .form-control {
  border: 0;
  background: none;
}

.form-control {
  /* border: 0;
  border-radius: 0;
  padding: 10px 20px 0;
  background-color: transparent; */
  position: relative;
  /* z-index: 2; */
  font-size: 14px;
}

.form-control:not(textarea) {
  height: calc(1.47em + 0rem + 4px);
}

textarea {
  /* margin-top: 30px; */
  margin-top: 15px;
}

.form-control + label,
.floatingLabel,
.form-control + label.multilinefloatingLabel {
  position: absolute;
  z-index: 1;
  top: 0px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  left: 10px;
  right: 10px;
  font-size: 14px;
}
/* .form-control + label.multilinefloatingLabel {
  top: 0;
} */

.form-control:focus {
  box-shadow: none;
  background-color: transparent;
}

/* .form-control:focus + label, .floatingLabel, .input-group-label:focus + label {
  color: #11161B;
} */
.floatingLabelSize > label {
  font-size: 14px;
  left: 15px;
  position: absolute;
  top: -18px;
}

.floatingLabelmax > label {
  top: -25px;
}

.form-control:focus + label,
.form-control.has-value + label,
.floatingLabel,
.input-group-label:focus + label {
  font-size: 14px;
  top: -20px;
}

.no-js .form-control + label {
  /* font-size: 0.9rem; */
  top: 0;
}

.floatingLabel {
  /* font-size: 0.9rem!important; */
  top: -20px !important;
}

.form-row .form-control + label,
.floatingLabel {
  left: 20px;
  right: 5px;
}

.form-row .date .form-control + label {
  left: 15px;
}

.form-row .line {
  left: 15px;
  right: 15px;
}

.line {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d6d3da;
  /* background-image: -moz-linear-gradient(left, #f3f3f3 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f3f3f3), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(left, #f3f3f3 0%, #fff 100%);
  background-image: -o-linear-gradient(left, #f3f3f3 0%, #fff 100%);
  background: -ms-linear-gradient(left, #f3f3f3 0%, #fff 100%);
  background: linear-gradient(to right, #f3f3f3 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from', endColorstr='$to',GradientType=1); */
}

.line:after {
  content: "";
  height: 1px;
  position: absolute;
  display: block;
  background: #f3f3f3;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  transform-origin: 0 0;
}

.form-control.has-value + label + .line:after,
.form-control.has-value + .line:after,
.select2 + .line:after {
  content: "";
  height: 1px;
  position: absolute;
  display: block;
  background: #886ab5;
  left: 0;
  right: 0;
  transform: scaleX(1);
  transition: transform 0.2s ease-in-out;
  transform-origin: 0 0;
}

.blue-theme .form-control.has-value + label + .line:after,
.blue-theme .form-control.has-value + .line:after,
.blue-theme .select2 + .line:after {
  content: "";
  height: 1px;
  position: absolute;
  display: block;
  background: #2198f3;
  left: 0;
  right: 0;
  transform: scaleX(1);
  transition: transform 0.2s ease-in-out;
  transform-origin: 0 0;
}

.blue-theme .form-control:focus ~ .line:after {
  transform: scaleX(1);
  background: #2198f3;
}

.form-control:focus ~ .line:after {
  transform: scaleX(1);
  background: #886ab5;
}

select.form-control:not([size]):not([multiple]),
.multiselect .select2-container,
.singleselect .select2-container {
  /* height: 44px!important; */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.multiselect .select2-container {
  /* min-height: 44px!important; */
  height: auto !important;
  padding-bottom: 0 !important;
}

/* .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999;
} */
.input-group-label label {
  position: absolute;
  top: 20px;
  left: 53px !important;
}
/*---------------------------- Floating Labels ----------------------------*/

.nav-tabs .nav-link {
  padding: 0.8rem 1.5rem;
  margin-right: 2px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0;
}

.nav-tabs .nav-link:not([class^="btn-"]):not([class*=" btn-"]) {
  font-weight: 600;
}

.nav-tabs .nav-item .nav-link.active:not(:hover) {
  color: #886ab5;
}

.blue-theme .nav-item .nav-link.active:not(:hover) {
  color: #2198f3;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: #fff;
}

.accordion {
  padding-left: 3.6rem;
}

.accordion > .card {
  margin-bottom: 2.5px;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.accordion > .card,
.accordion > .card > .card-header {
  border-radius: 0;
}

.accordion.accordion-hover .card-header .card-title.collapsed,
.accordion.accordion-hover .card-header:hover .card-title.collapsed {
  background-color: #886ab5;
}

.blue-theme .accordion.accordion-hover .card-header .card-title.collapsed,
.blue-theme
  .accordion.accordion-hover
  .card-header:hover
  .card-title.collapsed {
  background-color: #2198f3;
}

.accordion .card .card-header .card-title.collapsed {
  color: #fff;
}

.accordion > .card {
  overflow: inherit;
}

.accordion .badge-pill {
  border-radius: 0;
  padding: 1.72em;
  border-right: 4px solid #fff;
  margin-right: 15px;
  position: absolute;
  left: -61px;
  top: 0;
  min-width: 60px;
}

.blue-theme .badge-pill {
  background-color: #2198f3;
}

.accordion .card-body {
  /* padding-top: 2rem;
  padding-bottom: 2rem; */
  padding: 0;
}

.accordion .card-container {
  padding: 2rem 1rem;
  display: inline-block;
  width: 100%;
}

.wizard-buttons {
  display: block;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(29, 29, 29, 0.07);
}

.input-group-text,
.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
  background: transparent;
  border: 0;
  color: #666 !important;
  white-space: normal;
}

.input-group-text {
  font-size: 14px;
  padding-left: 0;
}

.section-box {
  /* width: 100%; */
  /* border: 1px dashed #e7e7e7; */
  border-left: 0;
  border-right: 0;
  padding: 1rem 0 0;
  background: #f9f9f9;
}

.section-box .form-control,
.section-box .custom-file-label,
.section-box .frame-wrap {
  background: transparent;
}

.section-box .custom-file-label::after,
.section-box .input-group-text {
  background: rgb(243, 243, 243);
}

.section-box .custom-file-label,
.section-box .input-group-text,
.section-box .form-control {
  border-color: #d6d3da;
}

.section-box .line {
  background: #d6d3da;
}

/* .section-box .custom-file-label::after {
  border: 1px solid #d6d3da;
 } */
/* .section-box ~ .col-12 {
     padding-left: 1rem;
 }
 .section-box ~ .col-md-6{
  padding-left: 1rem;
 }
 .section-box ~ .col-md-6:nth-child(2n) {
  padding-right: 1rem;
  padding-left: 0;
 } */
/* .section-box .input-group-text {
  border: 0;
  background: #f3f1f5;    
 } */

.example .btn-toggle {
  top: 50%;
  transform: translateY(-50%);
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #666;
  background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle:before {
  content: "Inactive";
  left: -4rem;
}

.btn-toggle:after {
  content: "Active";
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
/* .btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
} */
/* .btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
} */
.btn-toggle.active {
  background-color: #886ab5;
}

.blue-theme .btn-toggle.active {
  background-color: #2198f3;
}
/* .btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  content: "Off";
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: "On";
  right: -5rem;
  opacity: 0.5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
} */
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
  content: "No";
  left: -0.5rem;
}

.btn-toggle.btn-sm:after {
  content: "Yes";
  right: -0.5rem;
  opacity: 0.5;
}

.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
/* .btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: "No";
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: "Yes";
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
} */
/* present-absent */
.btn-toggle.present-absent:before {
  content: "Absent";
  left: -4rem;
}

.btn-toggle.present-absent:after {
  content: "Present";
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle.present-absent {
  width: 4.7rem;
}

.btn-toggle.present-absent:before,
.btn-toggle.present-absent:after {
  width: 3.725rem !important;
}

.btn-toggle.present-absent > .handle {
  left: 0.1875rem;
}

.btn-toggle.present-absent.active > .handle {
  left: 3.3875rem;
}
/* present-absent */

.blue-theme .sidebar-dropdown > a::after {
  color: #39a3f4;
}

/* Progress bar dashboard */
.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
}

.progressbar li {
  list-style-type: none;
  /* width: 25%; */
  /* float: left; */
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  /* color: #7d7d7d; */
  z-index: 999;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 28px;
  border: 2px solid #727272;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #727272;
  top: 15px;
  left: 0;
  z-index: -1;
}
/* .progressbar li:first-child:after {
  content: none;
} */
.progressbar li:first-child:after {
  width: 50%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #727272;
  top: 15px;
  left: inherit;
  right: 0;
  z-index: -1;
}

.progressbar li:last-child:after {
  width: 50%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #727272;
  top: 15px;
  left: 0;
  z-index: -1;
}

.progressbar li.complete {
  color: green;
}

.progressbar li.complete:before {
  border-color: #55b776;
}

.progressbar li.complete:after {
  background-color: #55b776;
}

.progressbar li.incomplete {
  color: #cc0b0b;
}

.progressbar li.incomplete:before {
  border-color: #fb1919;
}

.progressbar li.incomplete:after {
  background-color: #fb1919;
}
/* .progressbar li.active + li:after {
  background-color: #55b776;
} */
/* Progress bar dashboard */

.bs-wizard {
  margin-top: 40px;
}

/*Form Wizard*/
/* .bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;} */
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  margin-bottom: 5px;
  text-transform: uppercase;
  /* font-weight: 600; */
  font-size: 12px;
}
/* .bs-wizard > .bs-wizard-step .bs-wizard-info {color: #727272; font-size: 14px;} */
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  background: #727272;
  top: 42px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
  color: #fff;
}
/* .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }  */
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 5px;
  box-shadow: none;
  margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #727272;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  -webkit-filter: grayscale(5%);
  filter: grayscale(5%);
  opacity: 0.05;
  cursor: not-allowed;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {
  background: green;
}

.bs-wizard > .bs-wizard-step.complete .bs-wizard-stepnum {
  color: green;
}
/* .bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {background: #19fb32; }  */
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  background: green;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.incomplete > .bs-wizard-dot {
  background: #cc0b0b;
}

.bs-wizard > .bs-wizard-step.incomplete .bs-wizard-stepnum {
  color: #cc0b0b;
}
/* .bs-wizard > .bs-wizard-step.incomplete > .bs-wizard-dot:after {background: #fb1919; }  */
.bs-wizard > .bs-wizard-step.incomplete > .progress > .progress-bar {
  background: #cc0b0b;
}

.bs-wizard > .bs-wizard-step.incomplete > .progress > .progress-bar {
  width: 100%;
}

.clone-wrapper .form-row:last-child .form-group {
  margin-bottom: 0;
}

.clone-wrapper.twoLine .form-row:last-child .form-group {
  margin-bottom: 2.5rem;
}

/* Number List */
.number-list {
  list-style: none;
  counter-reset: my-awesome-counter;
}

.number-list .number-entry {
  counter-increment: my-awesome-counter;
  position: relative;
}

.number-list .number-entry::before {
  content: counter(my-awesome-counter) ". ";
  /* color: red; */
  font-weight: 600;
  position: absolute;
  top: 1px;
  left: 15px;
  /* margin-top: -10px; */
  z-index: 999;
}

.clone-wrapper.margin-2 .col-sm-12 .form-row:last-child {
  margin-bottom: 0.5rem !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: #886ab5;
}
.select2-container--default .select2-results__option--selected {
  background-color: rgb(239 239 239);
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  top: 9px;
}
/* cas-theme */
.cas-theme {
}

.cas-theme .accordion.accordion-hover .card-title:not(.collapsed),
.cas-theme .accordion.accordion-hover .card-header .card-title.collapsed,
.cas-theme .accordion.accordion-hover .card-header:hover .card-title.collapsed,
.cas-theme .badge-primary,
.cas-theme .form-control.has-value + label + .line:after,
.cas-theme .form-control.has-value + .line:after,
.cas-theme .select2 + .line:after,
.cas-theme .custom-control-input:checked ~ .custom-control-label::before,
.cas-theme .form-control:focus ~ .line:after,
.cas-theme .btn-toggle.active,
.cas-theme .bg-primary-600,
.cas-theme table.dataTable.dtr-column > tbody > tr > td.control:before,
.cas-theme table.dataTable.dtr-column > tbody > tr > th.control:before,
.cas-theme
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
.cas-theme
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  background: #4868b1;
}

.cas-theme .custom-control-input:checked ~ .custom-control-label::before,
.cas-theme .btn-outline-primary,
.cas-theme .page-item.active .page-link {
  border-color: #4868b1;
}
/* .cas-theme .border-grey {
border-color: #eee;
} */
.cas-theme .nav-tabs .nav-item .nav-link.active:not(:hover),
.cas-theme .nav-tabs .nav-item.show .nav-link,
.cas-theme .nav-tabs .nav-link.active,
.cas-theme .content-section a,
.cas-theme .btn-outline-primary {
  color: #4868b1;
}

/* .cas-theme
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  background: #f2f4fa;
} */

.cas-theme .btn-primary {
  background-color: #4868b1 !important;
  border-color: #4868b1 !important;
  -webkit-box-shadow: 0 2px 6px 0 rgb(72 104 177);
  box-shadow: 0 2px 6px 0 rgb(72 104 177);
}

.cas-theme .btn-primary.focus,
.cas-theme .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 104, 177, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 104, 177, 0.5);
}

.cas-theme .btn-primary:not(:disabled):not(.disabled).active,
.cas-theme .btn-primary:not(:disabled):not(.disabled):active,
.cas-theme .show > .btn-primary.dropdown-toggle {
  background: #4868b1;
  border-color: #4868b1;
}

.cas-theme .progress-bar,
.cas-theme .page-item.active .page-link,
.cas-theme .pagination .page-link:hover {
  background-color: #4868b1 !important;
}.cas-theme .select2-container--default .select2-results__option--selected {
    background: #f2f4fa;
    color: #4868b1;
  }
  .cas-theme
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  background: #4868b1;
  color: #fff;
}

.cas-theme .btn-outline-primary:hover,
.cas-theme .btn-outline-primary:not(:disabled):not(.disabled).active,
.cas-theme .btn-outline-primary:not(:disabled):not(.disabled):active,
.cas-theme .show > .btn-outline-primary.dropdown-toggle,
.cas-theme .datepicker table tr td span.active.active,
.cas-theme .datepicker table tr td span.focused,
.cas-theme .datepicker table tr td.active.active,
.cas-theme .datepicker table tr td.active.highlighted.active,
.cas-theme .datepicker table tr td.active.highlighted:active,
.cas-theme .datepicker table tr td.active:active,
.cas-theme .datepicker table tr td.selected,
.cas-theme .datepicker table tr td.selected.highlighted {
  background: #4868b1;
  border-color: #4868b1;
  color: #fff;
}

.cas-theme .btn-outline-primary.focus,
.cas-theme .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 104, 177, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 104, 177, 0.5);
}

.cas-theme table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  -webkit-box-shadow: inset 0 0 0 1px rgb(72 104 177 / 0.1);
  box-shadow: inset 0 0 0 1px rgb(72 104 177 / 0.1);
  background: rgba(136, 106, 181, 0.1);
  font-weight: 500;
  color: inherit;
}

.cas-theme table.dataTable.stripe tbody > tr.odd.selected,
.cas-theme table.dataTable.stripe tbody > tr.odd > .selected,
.cas-theme table.dataTable.display tbody > tr.odd.selected,
.cas-theme table.dataTable.display tbody > tr.odd > .selected {
  background-color: #ecf1fa;
}

.cas-theme table.dataTable tbody td.selected a, .cas-theme table.dataTable tbody th.selected a, .cas-theme table.dataTable tbody tr.selected a
    /* .cas-theme table.dataTable tbody td a */ {
  color: #4868b1;
}

.cas-theme .dropdown-item.active,
.cas-theme .dropdown-item:active {
  color: #4868b1;
  background-color: #f7f9ff;
}

.cas-theme .dropdown-item:focus,
.cas-theme .dropdown-item:hover,
.cas-theme
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #4868b1;
}
/* .collapse.show {
display: block!important;
} */
/* cas-theme */
/* pci-theme */
.pci-theme {
}

.pci-theme .accordion.accordion-hover .card-title:not(.collapsed),
.pci-theme .accordion.accordion-hover .card-header .card-title.collapsed,
.pci-theme .accordion.accordion-hover .card-header:hover .card-title.collapsed,
.pci-theme .badge-primary,
.pci-theme .form-control.has-value + label + .line:after,
.pci-theme .form-control.has-value + .line:after,
.pci-theme .select2 + .line:after,
.pci-theme .custom-control-input:checked ~ .custom-control-label::before,
.pci-theme .form-control:focus ~ .line:after,
.pci-theme .btn-toggle.active,
.pci-theme .bg-primary-600,
.pci-theme table.dataTable.dtr-column > tbody > tr > td.control:before,
.pci-theme table.dataTable.dtr-column > tbody > tr > th.control:before,
.pci-theme
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
.pci-theme
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  background: #d3870d;
}

.pci-theme .custom-control-input:checked ~ .custom-control-label::before,
.pci-theme .btn-outline-primary,
.pci-theme .page-item.active .page-link {
  border-color: #d3870d;
}

.pci-theme .border-grey {
  border-color: #eee;
}

.pci-theme .nav-tabs .nav-item .nav-link.active:not(:hover),
.pci-theme .nav-tabs .nav-item.show .nav-link,
.pci-theme .nav-tabs .nav-link.active,
.pci-theme .content-section a,
.pci-theme .btn-outline-primary {
  color: #d3870d;
}


.pci-theme .btn-primary {
  background-color: #d3870d;
  border-color: #d3870d;
  -webkit-box-shadow: 0 2px 6px 0 rgb(211, 135, 13);
  box-shadow: 0 2px 6px 0 rgb(211, 135, 13);
}

.pci-theme .btn-primary.focus,
.pci-theme .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 135, 13, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(211, 135, 13, 0.5);
}

.pci-theme .btn-primary:not(:disabled):not(.disabled).active,
.pci-theme .btn-primary:not(:disabled):not(.disabled):active,
.pci-theme .show > .btn-primary.dropdown-toggle {
  background: #d3870d;
  border-color: #d3870d;
}

.pci-theme .progress-bar,
.pci-theme .page-item.active .page-link,
.pci-theme .pagination .page-link:hover {
  background-color: #d3870d !important;
}
.pci-theme .select2-container--default .select2-results__option--selected {
    background: #f2f4fa;
    color: #d3870d;
  }

.pci-theme
  .select2-container--default
  .select2-results__option[aria-selected="true"] {
  background: #d3870d;
  color: #fff;
}
.pci-theme .btn-outline-primary:hover,
.pci-theme .btn-outline-primary:not(:disabled):not(.disabled).active,
.pci-theme .btn-outline-primary:not(:disabled):not(.disabled):active,
.pci-theme .show > .btn-outline-primary.dropdown-toggle,
.pci-theme .datepicker table tr td span.active.active,
.pci-theme .datepicker table tr td span.focused,
.pci-theme .datepicker table tr td.active.active,
.pci-theme .datepicker table tr td.active.highlighted.active,
.pci-theme .datepicker table tr td.active.highlighted:active,
.pci-theme .datepicker table tr td.active:active,
.pci-theme .datepicker table tr td.selected,
.pci-theme .datepicker table tr td.selected.highlighted {
  background: #d3870d;
  border-color: #d3870d;
  color: #fff;
}

.pci-theme .btn-outline-primary.focus,
.pci-theme .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 135, 13, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(211, 135, 13, 0.5);
}

.pci-theme table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  -webkit-box-shadow: inset 0 0 0 1px rgb(72 104 177 / 0.1);
  box-shadow: inset 0 0 0 1px rgb(72 104 177 / 0.1);
  background: rgba(136, 106, 181, 0.1);
  font-weight: 500;
  color: inherit;
}

.pci-theme table.dataTable.stripe tbody > tr.odd.selected,
.pci-theme table.dataTable.stripe tbody > tr.odd > .selected,
.pci-theme table.dataTable.display tbody > tr.odd.selected,
.pci-theme table.dataTable.display tbody > tr.odd > .selected {
  background-color: #ecf1fa;
}

.pci-theme table.dataTable tbody td.selected a, .pci-theme table.dataTable tbody th.selected a, .pci-theme table.dataTable tbody tr.selected a
    /* .cas-theme table.dataTable tbody td a */ {
  color: #d3870d;
}

.pci-theme .dropdown-item.active,
.pci-theme .dropdown-item:active {
  color: #d3870d;
  background-color: #fcf9f4;
}

.pci-theme .dropdown-item:focus,
.pci-theme .dropdown-item:hover,
.pci-theme
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #d3870d;
}

.pci-theme .horizontal-accordion .accordion-header,
.pci-theme .horizontal-accordion li:nth-child(even) > .accordion-header,
.pci-theme .horizontal-accordion .accordion-header:hover,
.pci-theme .horizontal-accordion li:nth-child(2n) > .accordion-header:hover {
  background: #d3870d;
}
/* .collapse.show {
display: block!important;
} */
/* pci-theme */
/* pvi-theme */
.pvi-theme {
}

.pvi-theme .accordion.accordion-hover .card-title:not(.collapsed),
.pvi-theme .accordion.accordion-hover .card-header .card-title.collapsed,
.pvi-theme .accordion.accordion-hover .card-header:hover .card-title.collapsed,
.pvi-theme .badge-primary,
.pvi-theme .form-control.has-value + label + .line:after,
.pvi-theme .form-control.has-value + .line:after,
.pvi-theme .select2 + .line:after,
.pvi-theme .custom-control-input:checked ~ .custom-control-label::before,
.pvi-theme .form-control:focus ~ .line:after,
.pvi-theme .btn-toggle.active,
.pvi-theme .bg-primary-600,
.pvi-theme table.dataTable.dtr-column > tbody > tr > td.control:before,
.pvi-theme table.dataTable.dtr-column > tbody > tr > th.control:before,
.pvi-theme
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
.pvi-theme
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  background: #0f7b3f;
}

.pvi-theme .custom-control-input:checked ~ .custom-control-label::before,
.pvi-theme .btn-outline-primary,
.pvi-theme .page-item.active .page-link {
  border-color: #0f7b3f;
}

.pvi-theme .border-grey {
  border-color: #eee;
}

.pvi-theme .nav-tabs .nav-item .nav-link.active:not(:hover),
.pvi-theme .nav-tabs .nav-item.show .nav-link,
.pvi-theme .nav-tabs .nav-link.active,
.pvi-theme .content-section a,
.pvi-theme .btn-outline-primary {
  color: #0f7b3f;
}

.pvi-theme .btn-primary {
  background-color: #0f7b3f;
  border-color: #0f7b3f;
  -webkit-box-shadow: 0 2px 6px 0 #0f7b3f;
  box-shadow: 0 2px 6px 0 #0f7b3f;
}

.pvi-theme .btn-primary.focus,
.pvi-theme .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 123, 63, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(15, 123, 63, 0.5);
}

.pvi-theme .btn-primary:not(:disabled):not(.disabled).active,
.pvi-theme .btn-primary:not(:disabled):not(.disabled):active,
.pvi-theme .show > .btn-primary.dropdown-toggle {
  background: #0f7b3f;
  border-color: #0f7b3f;
}

.pvi-theme .progress-bar,
.pvi-theme .page-item.active .page-link,
.pvi-theme .pagination .page-link:hover,
.pvi-theme .horizontal-accordion .accordion-header {
  background-color: #0f7b3f !important;
}
.pvi-theme .select2-container--default .select2-results__option--selected {
    background: #f2f4fa;
    color: #0f7b3f;
  }
  
  .pvi-theme
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background: #0f7b3f;
    color: #fff;
  }

.pvi-theme .btn-outline-primary:hover,
.pvi-theme .btn-outline-primary:not(:disabled):not(.disabled).active,
.pvi-theme .btn-outline-primary:not(:disabled):not(.disabled):active,
.pvi-theme .show > .btn-outline-primary.dropdown-toggle,
.pvi-theme .datepicker table tr td span.active.active,
.pvi-theme .datepicker table tr td span.focused,
.pvi-theme .datepicker table tr td.active.active,
.pvi-theme .datepicker table tr td.active.highlighted.active,
.pvi-theme .datepicker table tr td.active.highlighted:active,
.pvi-theme .datepicker table tr td.active:active,
.pvi-theme .datepicker table tr td.selected,
.pvi-theme .datepicker table tr td.selected.highlighted {
  background: #0f7b3f;
  border-color: #0f7b3f;
  color: #fff;
}

.pvi-theme .btn-outline-primary.focus,
.pvi-theme .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250 167 25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250 167 25, 0.5);
}

.pvi-theme table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  -webkit-box-shadow: inset 0 0 0 1px rgb(72 104 177 / 0.1);
  box-shadow: inset 0 0 0 1px rgb(72 104 177 / 0.1);
  background: rgba(136, 106, 181, 0.1);
  font-weight: 500;
  color: inherit;
}

.pvi-theme table.dataTable.stripe tbody > tr.odd.selected,
.pvi-theme table.dataTable.stripe tbody > tr.odd > .selected,
.pvi-theme table.dataTable.display tbody > tr.odd.selected,
.pvi-theme table.dataTable.display tbody > tr.odd > .selected {
  background-color: #ecf1fa;
}

.pvi-theme table.dataTable tbody td.selected a, .pvi-theme table.dataTable tbody th.selected a, .pvi-theme table.dataTable tbody tr.selected a
    /* .cas-theme table.dataTable tbody td a */ {
  color: #0f7b3f;
}

.pvi-theme .dropdown-item.active,
.pvi-theme .dropdown-item:active {
  color: #0f7b3f;
  background-color: #ecf8f1;
}

.pvi-theme .dropdown-item:focus,
.pvi-theme .dropdown-item:hover,
.pvi-theme
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #0f7b3f;
}
/* .collapse.show {
display: block!important;
} */
/* pvi-theme */
/* chd-theme */
.chd-theme {
}

.chd-theme .accordion.accordion-hover .card-title:not(.collapsed),
.chd-theme .accordion.accordion-hover .card-header .card-title.collapsed,
.chd-theme .accordion.accordion-hover .card-header:hover .card-title.collapsed,
.chd-theme .badge-primary,
.chd-theme .form-control.has-value + label + .line:after,
.chd-theme .form-control.has-value + .line:after,
.chd-theme .select2 + .line:after,
.chd-theme .custom-control-input:checked ~ .custom-control-label::before,
.chd-theme .form-control:focus ~ .line:after,
.chd-theme .btn-toggle.active,
.chd-theme .bg-primary-600,
.chd-theme table.dataTable.dtr-column > tbody > tr > td.control:before,
.chd-theme table.dataTable.dtr-column > tbody > tr > th.control:before,
.chd-theme
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
.chd-theme
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  background: #0fb4e0;
}

.chd-theme .custom-control-input:checked ~ .custom-control-label::before,
.chd-theme .btn-outline-primary,
.chd-theme .page-item.active .page-link {
  border-color: #0fb4e0;
}

.chd-theme .border-grey {
  border-color: #eee;
}

.chd-theme .nav-tabs .nav-item .nav-link.active:not(:hover),
.chd-theme .nav-tabs .nav-item.show .nav-link,
.chd-theme .nav-tabs .nav-link.active,
.chd-theme .content-section a,
.chd-theme .btn-outline-primary {
  color: #0fb4e0;
}

.chd-theme .btn-primary {
  background-color: #0fb4e0;
  border-color: #0fb4e0;
  -webkit-box-shadow: 0 2px 6px 0 #0fb4e0;
  box-shadow: 0 2px 6px 0 #0fb4e0;
}

.chd-theme .btn-primary.focus,
.chd-theme .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 180, 224, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(15, 180, 224, 0.5);
}

.chd-theme .btn-primary:not(:disabled):not(.disabled).active,
.chd-theme .btn-primary:not(:disabled):not(.disabled):active,
.chd-theme .show > .btn-primary.dropdown-toggle {
  background: #0fb4e0;
  border-color: #0fb4e0;
}

.chd-theme .progress-bar,
.chd-theme .page-item.active .page-link,
.chd-theme .pagination .page-link:hover {
  background-color: #0fb4e0 !important;
}
.chd-theme .select2-container--default .select2-results__option--selected {
    background: #f2f4fa;
    color: #0fb4e0;
  }
  
  .chd-theme
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background: #0fb4e0;
    color: #fff;
  }

.chd-theme .btn-outline-primary:hover,
.chd-theme .btn-outline-primary:not(:disabled):not(.disabled).active,
.chd-theme .btn-outline-primary:not(:disabled):not(.disabled):active,
.chd-theme .show > .btn-outline-primary.dropdown-toggle,
.chd-theme .datepicker table tr td span.active.active,
.chd-theme .datepicker table tr td span.focused,
.chd-theme .datepicker table tr td.active.active,
.chd-theme .datepicker table tr td.active.highlighted.active,
.chd-theme .datepicker table tr td.active.highlighted:active,
.chd-theme .datepicker table tr td.active:active,
.chd-theme .datepicker table tr td.selected,
.chd-theme .datepicker table tr td.selected.highlighted {
  background: #0fb4e0;
  border-color: #0fb4e0;
  color: #fff;
}

.chd-theme .btn-outline-primary.focus,
.chd-theme .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250 167 25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250 167 25, 0.5);
}

.chd-theme table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  -webkit-box-shadow: inset 0 0 0 1px rgb(72 104 177 / 0.1);
  box-shadow: inset 0 0 0 1px rgb(72 104 177 / 0.1);
  background: rgba(136, 106, 181, 0.1);
  font-weight: 500;
  color: inherit;
}

.chd-theme table.dataTable.stripe tbody > tr.odd.selected,
.chd-theme table.dataTable.stripe tbody > tr.odd > .selected,
.chd-theme table.dataTable.display tbody > tr.odd.selected,
.chd-theme table.dataTable.display tbody > tr.odd > .selected {
  background-color: #ecf1fa;
}

.chd-theme table.dataTable tbody td.selected a, .chd-theme table.dataTable tbody th.selected a, .chd-theme table.dataTable tbody tr.selected a
    /* .cas-theme table.dataTable tbody td a */ {
  color: #0fb4e0;
}

.chd-theme .dropdown-item.active,
.chd-theme .dropdown-item:active {
  color: #0fb4e0;
  background-color: #ecf8f1;
}

.chd-theme .dropdown-item:focus,
.chd-theme .dropdown-item:hover,
.chd-theme
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #0fb4e0;
}

.chd-theme .horizontal-accordion .accordion-header,
.chd-theme .horizontal-accordion li:nth-child(even) > .accordion-header,
.chd-theme .horizontal-accordion .accordion-header:hover,
.chd-theme .horizontal-accordion li:nth-child(even) > .accordion-header:hover {
  background: #0fb4e0;
}
/* .collapse.show {
display: block!important;
} */
/* chd-theme */
/* chd-theme */
.ep-theme {
}

.ep-theme .accordion.accordion-hover .card-title:not(.collapsed),
.ep-theme .accordion.accordion-hover .card-header .card-title.collapsed,
.ep-theme .accordion.accordion-hover .card-header:hover .card-title.collapsed,
.ep-theme .badge-primary,
.ep-theme .form-control.has-value + label + .line:after,
.ep-theme .form-control.has-value + .line:after,
.ep-theme .select2 + .line:after,
.ep-theme .custom-control-input:checked ~ .custom-control-label::before,
.ep-theme .form-control:focus ~ .line:after,
.ep-theme .btn-toggle.active,
.ep-theme .bg-primary-600,
.ep-theme table.dataTable.dtr-column > tbody > tr > td.control:before,
.ep-theme table.dataTable.dtr-column > tbody > tr > th.control:before,
.ep-theme
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
.ep-theme
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  background: #b42174;
}

.ep-theme .custom-control-input:checked ~ .custom-control-label::before,
.ep-theme .btn-outline-primary,
.ep-theme .page-item.active .page-link {
  border-color: #b42174;
}

.ep-theme .border-grey {
  border-color: #eee;
}

.ep-theme .nav-tabs .nav-item .nav-link.active:not(:hover),
.ep-theme .nav-tabs .nav-item.show .nav-link,
.ep-theme .nav-tabs .nav-link.active,
.ep-theme .content-section a,
.ep-theme .btn-outline-primary {
  color: #b42174;
}

.ep-theme .btn-primary {
  background-color: #b42174;
  border-color: #b42174;
  -webkit-box-shadow: 0 2px 6px 0 #b42174;
  box-shadow: 0 2px 6px 0 #b42174;
}

.ep-theme .btn-primary.focus,
.ep-theme .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 33, 116, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(180, 33, 116, 0.5);
}

.ep-theme .btn-primary:not(:disabled):not(.disabled).active,
.ep-theme .btn-primary:not(:disabled):not(.disabled):active,
.ep-theme .show > .btn-primary.dropdown-toggle {
  background: #b42174;
  border-color: #b42174;
}

.ep-theme .progress-bar,
.ep-theme .page-item.active .page-link,
.ep-theme .pagination .page-link:hover {
  background-color: #b42174 !important;
}
.ep-theme .select2-container--default .select2-results__option--selected {
    background: #f2f4fa;
    color: #b42174;
  }
  
  .ep-theme
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
    background: #b42174;
    color: #fff;
  }

.ep-theme .btn-outline-primary:hover,
.ep-theme .btn-outline-primary:not(:disabled):not(.disabled).active,
.ep-theme .btn-outline-primary:not(:disabled):not(.disabled):active,
.ep-theme .show > .btn-outline-primary.dropdown-toggle,
.ep-theme .datepicker table tr td span.active.active,
.ep-theme .datepicker table tr td span.focused,
.ep-theme .datepicker table tr td.active.active,
.ep-theme .datepicker table tr td.active.highlighted.active,
.ep-theme .datepicker table tr td.active.highlighted:active,
.ep-theme .datepicker table tr td.active:active,
.ep-theme .datepicker table tr td.selected,
.ep-theme .datepicker table tr td.selected.highlighted {
  background: #b42174;
  border-color: #b42174;
  color: #fff;
}

.ep-theme .btn-outline-primary.focus,
.ep-theme .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250 167 25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250 167 25, 0.5);
}

.ep-theme table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  -webkit-box-shadow: inset 0 0 0 1px rgb(72 104 177 / 0.1);
  box-shadow: inset 0 0 0 1px rgb(72 104 177 / 0.1);
  background: rgba(136, 106, 181, 0.1);
  font-weight: 500;
  color: inherit;
}

.ep-theme table.dataTable.stripe tbody > tr.odd.selected,
.ep-theme table.dataTable.stripe tbody > tr.odd > .selected,
.ep-theme table.dataTable.display tbody > tr.odd.selected,
.ep-theme table.dataTable.display tbody > tr.odd > .selected {
  background-color: #ecf1fa;
}

.ep-theme table.dataTable tbody td.selected a, .ep-theme table.dataTable tbody th.selected a, .ep-theme table.dataTable tbody tr.selected a
    /* .cas-theme table.dataTable tbody td a */ {
  color: #b42174;
}

.ep-theme .dropdown-item.active,
.ep-theme .dropdown-item:active {
  color: #b42174;
  background-color: #fdf1f8;
}

.ep-theme .dropdown-item:focus,
.ep-theme .dropdown-item:hover,
.ep-theme
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #b42174;
}

.ep-theme .horizontal-accordion .accordion-header,
.ep-theme .horizontal-accordion li:nth-child(even) > .accordion-header,
.ep-theme .horizontal-accordion .accordion-header:hover,
.ep-theme .horizontal-accordion li:nth-child(even) > .accordion-header:hover {
  background: #b42174;
}
/* .collapse.show {
display: block!important;
} */
/* ep-theme */
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #666;
}

.select2-container .select2-search--inline .select2-search__field {
  min-width: 150px;
}

.upload-folder-name {
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.input-group-text label {
  white-space: break-spaces;
  text-align: left;
}

/* Horizontal accordion */

.horizontal-accordion .restore {
  cursor: pointer;
}
/* LIST */
.horizontal-accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.horizontal-accordion ul li .accordion-header {
  position: relative;
}

/* FORM */
/* .horizontal-accordion input {
  position: absolute;
  top: -9999px;
  left: -9999px;
} */

.horizontal-accordion
  .select2-container--default.select2-container--focus
  .select2-selection--multiple,
.horizontal-accordion .select2-container--default .select2-selection--multiple,
.horizontal-accordion .form-group {
  padding-left: 0 !important;
  /* padding-right: 0!important; */
}

.horizontal-accordion .singleselect .floatingLabel,
.horizontal-accordion .multiselect .floatingLabel {
  position: relative;
  top: 0 !important;
  left: 13px !important;
}

.horizontal-accordion .accordion-header {
  display: block;
  float: left;
  /* height: 100vh; */
  width: 100%;
  /* padding-top: 8px; */
  overflow: hidden;
  background: #886ab5;
  color: #fff;
  text-align: center;
  /* font-size: 14px; */
  line-height: 50px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  margin-bottom: 5px;
}

.horizontal-accordion li:nth-child(even) > .accordion-header {
  background: #886ab5;
  margin-right: 0;
}

.horizontal-accordion .accordion-header:hover,
.horizontal-accordion li:nth-child(even) > .accordion-header:hover {
  background: #886ab5;
  color: #fff;
  cursor: pointer;
}

/* SLIDES */
.accslide {
  width: 100%;
  overflow-x: hidden;
  opacity: 1;
}

.accslide .content {
  padding: 0.5rem 0;
}

/* .accslide img {
  margin-top: 10px;
} */

.accordion-header > .header {
  padding-left: 35px;
  font-size: 1.1em;
  white-space: nowrap;
  text-align: left;
}

.horizontal-accordion li.active .accordion-header > i {
  font-size: 1.1em;
  display: block;
  padding: 8px 5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-header > i {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 1.1em;
  display: block;
  padding: 8px 5px;
}

.tile {
  position: relative;
  /* width: 100%; */
  min-width: 67%;
  max-width: 30rem;
  /* overflow: hidden; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* select2 */
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  -webkit-box-shadow: 0 -3px 8px 0 rgb(90 80 105 / 10%);
  box-shadow: 0 -3px 8px 0 rgb(90 80 105 / 10%);
  /* border-color: #886ab5; */
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid rgb(136, 106, 181);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-search--dropdown {
  padding: 0.875rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: block;
  width: 100%;
  height: calc(1.47em + 1rem + 2px);
  padding: 0.5rem 0.875rem;
  padding-left: 2.5rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 0.25rem 0.125rem 0 rgb(33 37 41 / 3%);
  box-shadow: inset 0 0.25rem 0.125rem 0 rgb(33 37 41 / 3%);
}
.select2-search.select2-search--dropdown:not(.select2-search--hide)
  + .select2-results {
  padding-top: 0;
}
.select2-results {
  padding: 0.875rem;
}
/* .select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
} */
.select2-container--default .select2-search--dropdown .select2-search__field {
  box-shadow: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  /* height: auto;
  top: 0;
  bottom: 0; */
  right: 0.5rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding-left: 0.875rem;
}
/* li:nth-child(1):nth-last-child(2) .accordion-header input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 85px);
}

li:nth-child(2):nth-last-child(1) .accordion-header input[type="radio"]:checked ~ .accslide {
  width: calc(100% - 85px);
} */

/* Horizontal accordion */

/* Media Query */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) {
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) {
  .sm-pl-1 {
    padding-left: 1rem !important;
  }

  .p-sm-05 {
    padding: 0.5rem;
  }

  .p-sm-4 {
    padding: 1rem;
  }

  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0rem !important;
  }

  .sm-pr-5 {
    padding-right: 5px !important;
  }

  .sm-ml-4 {
    margin-left: 1.5rem !important;
  }

  .sm-pl-0 {
    padding-left: 0 !important;
  }

    .sm-text-right {
        text-align: right !important;
    }

  .large-label-static > label {
    position: relative;
    top: 0;
    white-space: break-spaces;
  }

  .custom-file-label::after {
    right: 0;
  }

  .large-label-form-group .form-control {
    height: calc(1.47em + 1rem + 10px);
  }

  .large-label-form-group .form-control:focus + label,
  .large-label-form-group .form-control.has-value + label {
    top: -27px;
  }

  .nav-tabs .nav-link {
    /* padding: 0.5rem; */
    font-weight: 400 !important;
    margin-right: 0;
  }

  .accordion {
    padding-left: 0;
  }

  .accordion .card .card-header .card-title,
  .alert,
  .panel .panel-tag {
    padding: 0.5rem;
  }

  .accordion .badge-pill {
    padding: 0;
    border-width: 0;
    left: 0;
    position: relative;
  }

  .accordion .card .card-header .fas {
    font-size: 0.875rem !important;
  }

  .wizard-buttons .btn,
  .search-footer .btn {
    margin-bottom: 0.5rem;
  }

  .fs-lg {
    font-size: 14px !important;
  }

  .custom-input-group-text .input-group-prepend,
  .custom-input-group-text .form-group {
    width: 100% !important;
  }

  .custom-control-label,
  .custom-control {
    white-space: normal;
  }

  .nav-tabs .nav-item {
    width: 100%;
  }

  .select-group-wrapper .selectDropBtn {
    width: auto;
    min-width: auto;
  }

  .select-group-wrapper .select-group {
    padding: 0 0.5rem 0 0.2rem;
    /* margin-left: 0.5rem; */
  }

  .select-group-wrapper .select-group.dropdown-toggle::after {
    margin-left: 5px;
  }

  .accordion .card-body .input-group-text {
    text-align: left;
  }

  .accordion .form-group {
    text-align: left;
  }
  /* .select-group-wrapper {
position: relative;
right: 0;
width: 100%;
}
.dropdown-toggle.select-group {
min-height: auto;
text-align: right;
} */
  .accordion .badge-pill {
    min-width: 13px;
  }

  .custom-input-group-text .form-group.w-15 {
    width: 100% !important;
  }

  .subheader-title {
    font-size: 1.2rem;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .tile-body h2 {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
    margin-top: 3rem !important;
  }
}

/* Landscape */
@media screen and (orientation: landscape) {
  .tile {
    position: relative;
    /* width: 100%; */
    min-width: 100%;
    /* max-width: 30rem; */
    /* overflow: hidden; */
    /* position: absolute; */
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
  }

  .tile-body h2 {
    margin-top: 1rem !important;
  }

  .copyright {
    position: relative !important;
  }
}

/* Large devices (desktops, 992px and up) */
/* @media (max-width: 1200px) {  */
@media (max-width: 1366px) {
  .clone-wrapper .form-row:last-child .form-group {
    margin-bottom: 2.5rem;
  }

  h5 .btn {
    float: none !important;
    margin: 10px 0 20px;
  }

  .subheader-title .btn {
    float: right;
    margin-bottom: 1rem;
  }
  /* .page-wrapper .page-content .subheader {
  margin-bottom: 2.5rem;
} */
  .page-wrapper .page-content {
    padding: 1rem 1.5rem;
  }

  .select-group,
  .select-group:hover {
    min-height: 50px;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0;
  }

  .nav-tabs.nav-tabs-dropdown::after,
  .nav-tabs-dropdown::after {
    right: 21%;
  }

  .dropzone,
  .dropzone * {
    font-size: 13px;
  }

  table .btn {
    margin-bottom: 5px;
  }

  .nav-tabs .nav-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}

.nav-function-hidden .dataTables_scrollHeadInner,
.nav-function-hidden .dataTables_scrollHeadInner table {
  width: 100% !important;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 768px) and (max-width: 1200px) {
  .custom-input-group-text .form-group.w-15 {
    width: 50% !important;
  }

  .nav-tabs.nav-tabs-dropdown::after,
  .nav-tabs-dropdown::after {
    right: 42%;
  }

  .sm-text-right {
    text-align: right !important;
  }
}
/* new changes priyanka */
/* Large devices (desktops, 992px and up) */

@media (max-width: 1200px) {
  .sm-mb-2 {
    margin-bottom: 1rem !important;
  }

  .sm-mb-4 {
    margin-bottom: 1.5rem !important;
  }

  .sm-mb-5 {
    margin-bottom: 2rem !important;
  }

  .sm-mb-6 {
    margin-bottom: 2.5rem !important;
  }

  .sm-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm-mt-6 {
    margin-top: 2.5rem !important;
  }

  .sm-mt-4 {
    margin-top: 1.5rem !important;
  }

  .sm-pt-4 {
    padding-top: 1.5rem !important;
  }
  /* new change priyanka */
  .sm-pt-5 {
    padding-top: 2rem !important;
  }

  .sm-mb-1 {
    margin-bottom: 0.5rem !important;
  }

  .sm-pr-3 {
    padding-right: 1rem !important;
  }

  .sm-pl-3 {
    padding-left: 1rem !important;
  }
  /* new change priyanka */
  .select-group-wrapper {
    right: 0;
    /* position: relative; */
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  li .accslide .content {
    overflow-y: scroll;
    height: 500px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  li:nth-child(1) .accslide .content {
    margin-right: 1rem;
    padding-left: 1rem;
  }

  li:nth-child(2) .accslide .content {
    padding: 0 0 0 1rem;
  }

  .horizontal-accordion .accordion-header {
    /* height: 100vh; */
    min-height: 500px;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 0;
    padding-top: 8px;
  }

  .accordion-header > .header {
    padding-left: 7px;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .accordion-header .header {
    border-left: 5px solid #fff;
  }

  .horizontal-accordion li.active .accordion-header > i,
  .horizontal-accordion li.activeSlideOne .accordion-header > i,
  .horizontal-accordion li.activeSlideTwo .accordion-header > i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .accordion-header > i {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .accslide {
    display: block;
    height: 100%;
    width: 0px;
    padding: 0;
    float: left;
    overflow-x: hidden;
    /* font-sizes: 12px; */
    line-height: 1.5;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    opacity: 0;
  }

  li.active .accslide {
    width: calc(100% - 90px);
    opacity: 1;
  }

  li.activeSlideOne .accslide {
    width: calc(100% - 60%);
    opacity: 1;
  }

  li.activeSlideTwo .accslide {
    width: calc(100% - 48%);
    opacity: 1;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0rem !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1400px) {
  li.activeSlideTwo .accslide {
    width: calc(100% - 49%);
    opacity: 1;
  }
}

@media (max-width: 1100px) {
  .nav-tabs.nav-tabs-dropdown,
  .nav-tabs-dropdown {
    width: 100%;
    border: 1px solid #d6d3da;
    border-radius: 5px;
    /* overflow: hidden; */
    position: absolute;
    z-index: 999;
    background: #f3f3f3;
    background-color: #f3f3f3;
    top: -18px;
    border-radius: 0;
  }

  .nav-tabs.nav-tabs-dropdown::after,
  .nav-tabs-dropdown::after {
    content: "☰";
    position: absolute;
    top: 10px;
    z-index: 2;
    pointer-events: none;
    font-size: 22px;
  }

  .nav-tabs.nav-tabs-dropdown.open a,
  .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }

  .nav-tabs.nav-tabs-dropdown.open > li > a.active,
  .nav-tabs-dropdown.open > li > a.active {
    background-color: #f3f3f3;
  }

  .nav-tabs.nav-tabs-dropdown li,
  .nav-tabs-dropdown li {
    width: 100%;
    display: block;
    padding: 0;
    vertical-align: bottom;
    /* border: 1px solid #d6d3da; */
  }

  .nav-tabs.nav-tabs-dropdown > li > a,
  .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .nav-tabs.nav-tabs-dropdown > li > a:focus,
  .nav-tabs-dropdown > li > a:focus,
  .nav-tabs.nav-tabs-dropdown > li > a:hover,
  .nav-tabs-dropdown > li > a:hover,
  .nav-tabs.nav-tabs-dropdown > li > a:active,
  .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }

  .nav-tabs.nav-tabs-dropdown > li > a.active,
  .nav-tabs-dropdown > li > a.active {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    /* background: #fff; */
    /* background: #727272; */
    background-color: #f3f3f3;
    font-size: 15px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40%;
    /* border-top: 1px solid #d6d3da;
    border-bottom: 1px solid #d6d3da */
  }

  .nav-tabs.nav-tabs-dropdown > li > a.active:after,
  .nav-tabs-dropdown > li > a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d6d3da;
  }

  .nav-tabs.nav-tabs-dropdown > li > a.active:before,
  .nav-tabs-dropdown > li > a.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #d6d3da;
  }
  /* .nav-tabs.nav-tabs-dropdown > li > a.active:focus,
.nav-tabs-dropdown > li > a.active:focus,
.nav-tabs.nav-tabs-dropdown > li > a.active:hover,
.nav-tabs-dropdown > li > a.active:hover,
.nav-tabs.nav-tabs-dropdown > li > a.active:active,
.nav-tabs-dropdown > li > a.active:active {
  border-color: transparent;
} */
}

.card-title a,
.card-title a:hover {
  color: #fff;
}

.accTitleWidth {
  width: 69.7%;
}

.ptb1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1399px) {
  .custom-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 19.66667%;
    max-width: 19.66667%;
  }
}

.h-150 {
  height: 500px;
  padding-top: 30px !important;
}

.h-150 .badge {
  font-size: small;
  /* float: right; */
}

.h-150 a,
.h-150 a:hover,
.h-150 a:focus,
.h-150 a:active {
  color: #fff;
  display: block;
  position: relative;
  z-index: 999;
}

.bage-point {
  display: inline-block !important;
  float: none !important;
  border-radius: 100%;
  padding: 5px;
}

.mt-9 {
  margin-top: 4rem !important;
}

#bg-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.8;
}

.clsFileUploadRequired {
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 9999999;
}

.dataTables_wrapper tr.child td.child .dtr-details:after {
  background: #eaeaea;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before {
  background: #886ab5;
}

.border-bottom-white {
  border-bottom: 1px dashed #fff;
}

table.dataTable tbody tr.selected a {
  color: #886ab5;
}

.hide {
  display: none;
}

.cursor-unset {
    cursor: unset !important;
  }
  .times-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    width: calc(1rem + 2px) !important;
    line-height: 1rem !important;
  }
  .upload-folder-icon {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
  }

#taskList .task-progress {
  width: 0;
  border-bottom: 2px solid #007bff;
}

.file-progress {
  color: #adff2f;
}

/* datatable single row tooltip issue solved  */
.dropDownInTable_wrapper .dataTables_wrapper .dataTables_scrollBody,
.dropDownInTable_wrapper .dataTables_wrapper div.dataTables_scrollBody table,
.dataTables_scrollBody,
div.dataTables_scrollBody table {
  overflow: inherit !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.57;
  }

  .h1,
  h1 {
    font-size: 1.5rem;
  }

  .h2,
  h2 {
    font-size: 1.375rem;
  }

  .h3,
  h3 {
    font-size: 1.1875rem;
  }

  .h4,
  h4 {
    font-size: 1.0625rem;
  }

  .h5,
  h5 {
    font-size: 0.9375rem;
  }

  .h6,
  h6 {
    font-size: 0.875rem;
  }

  .btn {
    padding: 0.5rem 1.125rem;
  }

  .btn-primary {
    color: #fff;
    background-color: #886ab5;
    border-color: #886ab5;
  }

  .btn-primary:hover {
    color: #fff;
    background-color: #7453a6;
    border-color: #6e4e9e;
  }

  .btn-primary.focus,
  .btn-primary:focus {
    color: #fff;
    background-color: #7453a6;
    border-color: #6e4e9e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 128, 192, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(154, 128, 192, 0.5);
  }

  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: #886ab5;
    border-color: #886ab5;
  }

  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6e4e9e;
    border-color: #684a95;
  }

  .btn-primary:not(:disabled):not(.disabled).active:focus,
  .btn-primary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 128, 192, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(154, 128, 192, 0.5);
  }

  .cas-theme .btn-primary {
    background-color: #4868b1 !important;
    border-color: #4868b1 !important;
    -webkit-box-shadow: 0 2px 6px 0 rgb(72 104 177);
    box-shadow: 0 2px 6px 0 rgb(72 104 177);
  }

  .cas-theme .btn-primary.focus,
  .cas-theme .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 104, 177, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 104, 177, 0.5);
  }

  .cas-theme .btn-primary:not(:disabled):not(.disabled).active,
  .cas-theme .btn-primary:not(:disabled):not(.disabled):active,
  .cas-theme .show > .btn-primary.dropdown-toggle {
    background: #4868b1;
    border-color: #4868b1;
  }

  .pci-theme .btn-primary {
    background-color: #d3870d;
    border-color: #d3870d;
    -webkit-box-shadow: 0 2px 6px 0 rgb(211, 135, 13);
    box-shadow: 0 2px 6px 0 rgb(211, 135, 13);
  }

  .pci-theme .btn-primary.focus,
  .pci-theme .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(211, 135, 13, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(211, 135, 13, 0.5);
  }

  .pci-theme .btn-primary:not(:disabled):not(.disabled).active,
  .pci-theme .btn-primary:not(:disabled):not(.disabled):active,
  .pci-theme .show > .btn-primary.dropdown-toggle {
    background: #d3870d;
    border-color: #d3870d;
  }

  .pvi-theme .btn-primary {
    background-color: #0f7b3f !important;
    border-color: #0f7b3f;
    -webkit-box-shadow: 0 2px 6px 0 #0f7b3f;
    box-shadow: 0 2px 6px 0 #0f7b3f;
  }

  .pvi-theme .btn-primary.focus,
  .pvi-theme .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 123, 63, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(15, 123, 63, 0.5);
  }

  .pvi-theme .btn-primary:not(:disabled):not(.disabled).active,
  .pvi-theme .btn-primary:not(:disabled):not(.disabled):active,
  .pvi-theme .show > .btn-primary.dropdown-toggle {
    background: #0f7b3f;
    border-color: #0f7b3f;
  }

  .chd-theme .btn-primary {
    background-color: #0fb4e0 !important;
    border-color: #0fb4e0;
    -webkit-box-shadow: 0 2px 6px 0 #0fb4e0;
    box-shadow: 0 2px 6px 0 #0fb4e0;
  }

  .chd-theme .btn-primary.focus,
  .chd-theme .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 180, 224, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(15, 180, 224, 0.5);
  }

  .chd-theme .btn-primary:not(:disabled):not(.disabled).active,
  .chd-theme .btn-primary:not(:disabled):not(.disabled):active,
  .chd-theme .show > .btn-primary.dropdown-toggle {
    background: #0fb4e0;
    border-color: #0fb4e0;
  }

  .ep-theme .btn-primary {
    background-color: #b42174 !important;
    border-color: #b42174;
    -webkit-box-shadow: 0 2px 6px 0 #b42174;
    box-shadow: 0 2px 6px 0 #b42174;
  }

  .ep-theme .btn-primary.focus,
  .ep-theme .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 33, 116, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(180, 33, 116, 0.5);
  }

  .ep-theme .btn-primary:not(:disabled):not(.disabled).active,
  .ep-theme .btn-primary:not(:disabled):not(.disabled):active,
  .ep-theme .show > .btn-primary.dropdown-toggle {
    background: #b42174;
    border-color: #b42174;
  }

  .ep-theme
    .custom-checkbox
    :checked.custom-control-input
    ~ .custom-control-label::before {
    background-color: #b42174 !important;
  }

  .btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }

  .btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
  }

  .btn-secondary.focus,
  .btn-secondary:focus {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
  }

  .btn-secondary.disabled,
  .btn-secondary:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }

  .btn-secondary:not(:disabled):not(.disabled).active,
  .btn-secondary:not(:disabled):not(.disabled):active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
  }

  .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(152, 159, 166, 0.5);
  }

  .btn-success {
    color: #fff;
    background-color: #1dc9b7;
    border-color: #1dc9b7;
  }

  .btn-success:hover {
    color: #fff;
    background-color: #18a899;
    border-color: #179c8e;
  }

  .btn-success.focus,
  .btn-success:focus {
    color: #fff;
    background-color: #18a899;
    border-color: #179c8e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
  }

  .btn-success.disabled,
  .btn-success:disabled {
    color: #fff;
    background-color: #1dc9b7;
    border-color: #1dc9b7;
  }

  .btn-success:not(:disabled):not(.disabled).active,
  .btn-success:not(:disabled):not(.disabled):active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #179c8e;
    border-color: #159184;
  }

  .btn-success:not(:disabled):not(.disabled).active:focus,
  .btn-success:not(:disabled):not(.disabled):active:focus,
  .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(63, 209, 194, 0.5);
  }

  .btn-info {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
  }

  .btn-info:hover {
    color: #fff;
    background-color: #0c83e2;
    border-color: #0c7cd5;
  }

  .btn-info.focus,
  .btn-info:focus {
    color: #fff;
    background-color: #0c83e2;
    border-color: #0c7cd5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  }

  .btn-info.disabled,
  .btn-info:disabled {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
  }

  .btn-info:not(:disabled):not(.disabled).active,
  .btn-info:not(:disabled):not(.disabled):active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #0b75c9;
  }

  .btn-info:not(:disabled):not(.disabled).active:focus,
  .btn-info:not(:disabled):not(.disabled):active:focus,
  .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
  }

  .btn-warning {
    color: #212529;
    background-color: #ffc241;
    border-color: #ffc241;
  }

  .btn-warning:hover {
    color: #212529;
    background-color: #ffb61b;
    border-color: #ffb20e;
  }

  .btn-warning.focus,
  .btn-warning:focus {
    color: #212529;
    background-color: #ffb61b;
    border-color: #ffb20e;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
  }

  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #212529;
    background-color: #ffc241;
    border-color: #ffc241;
  }

  .btn-warning:not(:disabled):not(.disabled).active,
  .btn-warning:not(:disabled):not(.disabled):active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffb20e;
    border-color: #ffae01;
  }

  .btn-warning:not(:disabled):not(.disabled).active:focus,
  .btn-warning:not(:disabled):not(.disabled):active:focus,
  .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 61, 0.5);
  }

  .btn-danger {
    color: #fff;
    background-color: #fd3995;
    border-color: #fd3995;
  }

  .btn-danger:hover {
    color: #fff;
    background-color: #fd1381;
    border-color: #fc077a;
  }

  .btn-danger.focus,
  .btn-danger:focus {
    color: #fff;
    background-color: #fd1381;
    border-color: #fc077a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
  }

  .btn-danger.disabled,
  .btn-danger:disabled {
    color: #fff;
    background-color: #fd3995;
    border-color: #fd3995;
  }

  .btn-danger:not(:disabled):not(.disabled).active,
  .btn-danger:not(:disabled):not(.disabled):active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #fc077a;
    border-color: #f40274;
  }

  .btn-danger:not(:disabled):not(.disabled).active:focus,
  .btn-danger:not(:disabled):not(.disabled):active:focus,
  .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 87, 165, 0.5);
  }

  .btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-light:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
  }

  .btn-light.focus,
  .btn-light:focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  }

  .btn-light.disabled,
  .btn-light:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-light:not(:disabled):not(.disabled).active,
  .btn-light:not(:disabled):not(.disabled):active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf;
  }

  .btn-light:not(:disabled):not(.disabled).active:focus,
  .btn-light:not(:disabled):not(.disabled):active:focus,
  .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  }

  .btn-dark {
    color: #fff;
    background-color: #505050;
    border-color: #505050;
  }

  .btn-dark:hover {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #363636;
  }

  .btn-dark.focus,
  .btn-dark:focus {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #363636;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
  }

  .btn-dark.disabled,
  .btn-dark:disabled {
    color: #fff;
    background-color: #505050;
    border-color: #505050;
  }

  .btn-dark:not(:disabled):not(.disabled).active,
  .btn-dark:not(:disabled):not(.disabled):active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #363636;
    border-color: #303030;
  }

  .btn-dark:not(:disabled):not(.disabled).active:focus,
  .btn-dark:not(:disabled):not(.disabled):active:focus,
  .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
  }

  .btn-outline-primary {
    color: #886ab5;
    border-color: #886ab5;
  }

  .btn-outline-primary:hover {
    color: #fff;
    background-color: #886ab5;
    border-color: #886ab5;
  }

  .btn-outline-primary.focus,
  .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
  }

  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #886ab5;
    background-color: transparent;
  }

  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #886ab5;
    border-color: #886ab5;
  }

  .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
  }

  .btn-outline-secondary {
    color: #868e96;
    border-color: #868e96;
  }

  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }

  .btn-outline-secondary.focus,
  .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  }

  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
  }

  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
  }

  .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  }

  .btn-outline-success {
    color: #1dc9b7;
    border-color: #1dc9b7;
  }

  .btn-outline-success:hover {
    color: #fff;
    background-color: #1dc9b7;
    border-color: #1dc9b7;
  }

  .btn-outline-success.focus,
  .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  }

  .btn-outline-success.disabled,
  .btn-outline-success:disabled {
    color: #1dc9b7;
    background-color: transparent;
  }

  .btn-outline-success:not(:disabled):not(.disabled).active,
  .btn-outline-success:not(:disabled):not(.disabled):active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #1dc9b7;
    border-color: #1dc9b7;
  }

  .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  .btn-outline-success:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  }

  .btn-outline-info {
    color: #2196f3;
    border-color: #2196f3;
  }

  .btn-outline-info:hover {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
  }

  .btn-outline-info.focus,
  .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  }

  .btn-outline-info.disabled,
  .btn-outline-info:disabled {
    color: #2196f3;
    background-color: transparent;
  }

  .btn-outline-info:not(:disabled):not(.disabled).active,
  .btn-outline-info:not(:disabled):not(.disabled):active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
  }

  .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  .btn-outline-info:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  }

  .btn-outline-warning {
    color: #ffc241;
    border-color: #ffc241;
  }

  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc241;
    border-color: #ffc241;
  }

  .btn-outline-warning.focus,
  .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
  }

  .btn-outline-warning.disabled,
  .btn-outline-warning:disabled {
    color: #ffc241;
    background-color: transparent;
  }

  .btn-outline-warning:not(:disabled):not(.disabled).active,
  .btn-outline-warning:not(:disabled):not(.disabled):active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc241;
    border-color: #ffc241;
  }

  .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
  }

  .btn-outline-danger {
    color: #fd3995;
    border-color: #fd3995;
  }

  .btn-outline-danger:hover {
    color: #fff;
    background-color: #fd3995;
    border-color: #fd3995;
  }

  .btn-outline-danger.focus,
  .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
  }

  .btn-outline-danger.disabled,
  .btn-outline-danger:disabled {
    color: #fd3995;
    background-color: transparent;
  }

  .btn-outline-danger:not(:disabled):not(.disabled).active,
  .btn-outline-danger:not(:disabled):not(.disabled):active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fd3995;
    border-color: #fd3995;
  }

  .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
  }

  .btn-outline-light {
    color: #fff;
    border-color: #fff;
  }

  .btn-outline-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-outline-light.focus,
  .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }

  .btn-outline-light.disabled,
  .btn-outline-light:disabled {
    color: #fff;
    background-color: transparent;
  }

  .btn-outline-light:not(:disabled):not(.disabled).active,
  .btn-outline-light:not(:disabled):not(.disabled):active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  .btn-outline-light:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }

  .btn-outline-dark {
    color: #505050;
    border-color: #505050;
  }

  .btn-outline-dark:hover {
    color: #fff;
    background-color: #505050;
    border-color: #505050;
  }

  .btn-outline-dark.focus,
  .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
  }

  .btn-outline-dark.disabled,
  .btn-outline-dark:disabled {
    color: #505050;
    background-color: transparent;
  }

  .btn-outline-dark:not(:disabled):not(.disabled).active,
  .btn-outline-dark:not(:disabled):not(.disabled):active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #505050;
    border-color: #505050;
  }

  .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
  .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
  }

  .btn-link {
    font-weight: 400;
    color: #886ab5;
    text-decoration: none;
  }

  .btn-link:hover {
    color: #967bbd;
    text-decoration: underline;
  }

  .btn-link.focus,
  .btn-link:focus {
    text-decoration: underline;
  }

  .btn-link.disabled,
  .btn-link:disabled {
    color: #868e96;
    pointer-events: none;
  }

  .btn-group-lg > .btn,
  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
  }

  .btn-group-sm > .btn,
  .btn-sm {
    /* padding: 0.375rem 0.844rem; */
    /* font-size: 0.75rem; */
    line-height: 1.5;
    border-radius: 4px;
  }

  .btn-block {
    display: block;
    width: 100%;
  }

  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }

  .btn-icon {
    width: calc(2.1rem + 2px);
    padding: 0;
    line-height: 2.1rem;
  }

  .btn-icon.btn-xs {
    width: calc(1.15rem + 2px);
    line-height: 1.15rem;
  }

  .btn-icon.btn-sm {
    width: calc(1.5rem + 2px);
    line-height: 1.5rem;
  }

  .btn-icon.btn-lg {
    width: calc(3rem + 2px);
    line-height: 3rem;
  }

  .text-primary {
    color: #886ab5 !important;
  }

  a.text-primary:focus,
  a.text-primary:hover {
    color: #62468d !important;
  }

  .text-secondary {
    color: #868e96 !important;
  }

  a.text-secondary:focus,
  a.text-secondary:hover {
    color: #60686f !important;
  }

  .text-success {
    color: #1dc9b7 !important;
  }

  a.text-success:focus,
  a.text-success:hover {
    color: #13867a !important;
  }

  .text-info {
    color: #2196f3 !important;
  }

  a.text-info:focus,
  a.text-info:hover {
    color: #0a6ebd !important;
  }

  .text-warning {
    color: #ffc241 !important;
  }

  a.text-warning:focus,
  a.text-warning:hover {
    color: #f4a500 !important;
  }

  .text-danger {
    color: #fd3995 !important;
  }

  a.text-danger:focus,
  a.text-danger:hover {
    color: #e7026e !important;
  }

  .text-light {
    color: #fff !important;
  }

  a.text-light:focus,
  a.text-light:hover {
    color: #d9d9d9 !important;
  }

  .text-dark {
    color: #505050 !important;
  }

  a.text-dark:focus,
  a.text-dark:hover {
    color: #2a2a2a !important;
  }

  .badge-primary {
    color: #fff;
    background-color: #886ab5;
  }

  a.badge-primary:focus,
  a.badge-primary:hover {
    color: #fff;
    background-color: #6e4e9e;
  }

  a.badge-primary.focus,
  a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(136, 106, 181, 0.5);
  }

  .badge-secondary {
    color: #fff;
    background-color: #868e96;
  }

  a.badge-secondary:focus,
  a.badge-secondary:hover {
    color: #fff;
    background-color: #6c757d;
  }

  a.badge-secondary.focus,
  a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  }

  .badge-success {
    color: #fff;
    background-color: #1dc9b7;
  }

  a.badge-success:focus,
  a.badge-success:hover {
    color: #fff;
    background-color: #179c8e;
  }

  a.badge-success.focus,
  a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(29, 201, 183, 0.5);
  }

  .badge-info {
    color: #fff;
    background-color: #2196f3;
  }

  a.badge-info:focus,
  a.badge-info:hover {
    color: #fff;
    background-color: #0c7cd5;
  }

  a.badge-info.focus,
  a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
  }

  .badge-warning {
    color: #212529;
    background-color: #ffc241;
  }

  a.badge-warning:focus,
  a.badge-warning:hover {
    color: #212529;
    background-color: #ffb20e;
  }

  a.badge-warning.focus,
  a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 194, 65, 0.5);
  }

  .badge-danger {
    color: #fff;
    background-color: #fd3995;
  }

  a.badge-danger:focus,
  a.badge-danger:hover {
    color: #fff;
    background-color: #fc077a;
  }

  a.badge-danger.focus,
  a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 149, 0.5);
  }

  .badge-light {
    color: #212529;
    background-color: #fff;
  }

  a.badge-light:focus,
  a.badge-light:hover {
    color: #212529;
    background-color: #e6e6e6;
  }

  a.badge-light.focus,
  a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }

  .badge-dark {
    color: #fff;
    background-color: #505050;
  }

  a.badge-dark:focus,
  a.badge-dark:hover {
    color: #fff;
    background-color: #363636;
  }

  a.badge-dark.focus,
  a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
  }

  .bg-primary {
    background-color: #886ab5 !important;
  }

  a.bg-primary:focus,
  a.bg-primary:hover,
  button.bg-primary:focus,
  button.bg-primary:hover {
    background-color: #6e4e9e !important;
  }

  .bg-secondary {
    background-color: #868e96 !important;
  }

  a.bg-secondary:focus,
  a.bg-secondary:hover,
  button.bg-secondary:focus,
  button.bg-secondary:hover {
    background-color: #6c757d !important;
  }

  .bg-success {
    background-color: #1dc9b7 !important;
  }

  a.bg-success:focus,
  a.bg-success:hover,
  button.bg-success:focus,
  button.bg-success:hover {
    background-color: #179c8e !important;
  }

  .bg-info {
    background-color: #2196f3 !important;
  }

  a.bg-info:focus,
  a.bg-info:hover,
  button.bg-info:focus,
  button.bg-info:hover {
    background-color: #0c7cd5 !important;
  }

  .bg-warning {
    background-color: #ffc241 !important;
  }

  a.bg-warning:focus,
  a.bg-warning:hover,
  button.bg-warning:focus,
  button.bg-warning:hover {
    background-color: #ffb20e !important;
  }

  .bg-danger {
    background-color: #fd3995 !important;
  }

  a.bg-danger:focus,
  a.bg-danger:hover,
  button.bg-danger:focus,
  button.bg-danger:hover {
    background-color: #fc077a !important;
  }

  .bg-light {
    background-color: #fff !important;
  }

  .btn-light {
    border-color: rgba(0, 0, 0, 0.15);
  }

  a.bg-light:focus,
  a.bg-light:hover,
  button.bg-light:focus,
  button.bg-light:hover {
    background-color: #e6e6e6 !important;
  }

  .bg-dark {
    background-color: #505050 !important;
  }

  a.bg-dark:focus,
  a.bg-dark:hover,
  button.bg-dark:focus,
  button.bg-dark:hover {
    background-color: #363636 !important;
  }

  .line {
    background-color: #d6d3da;
  }

  .line:after {
    background: #f3f3f3;
  }

  .form-control.has-value + label + .line:after,
  .form-control.has-value + .line:after,
  .select2 + .line:after {
    background: #886ab5;
  }

  .blue-theme .form-control.has-value + label + .line:after,
  .blue-theme .form-control.has-value + .line:after,
  .blue-theme .select2 + .line:after {
    background: #2198f3;
  }

  .blue-theme .form-control:focus ~ .line:after {
    background: #2198f3;
  }

  .form-control:focus ~ .line:after {
    background: #886ab5;
  }


  .selectDropBtn .btn {
    /* width: 100%; */
    background: transparent;
  }

  .dropdown-menu {
    font-size: 0.8125rem;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

  .mb-6,
  .my-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 2rem !important;
  }

  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }

  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }

  .custom-control-inline {
    display: -ms-inline-grid;
  }

  .accordion .badge-pill {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .w-25 {
    width: 25% !important;
  }

  .w-50 {
    width: 50% !important;
  }

  .w-75 {
    width: 75% !important;
  }

  .w-100 {
    width: 100% !important;
  }

  .w-auto {
    width: auto !important;
  }

  .h-25 {
    height: 25% !important;
  }

  .h-50 {
    height: 50% !important;
  }

  .h-75 {
    height: 75% !important;
  }

  .h-100 {
    height: 100% !important;
  }

  .h-auto {
    height: auto !important;
  }

  .mw-100 {
    max-width: 100% !important;
  }

  .mh-100 {
    max-height: 100% !important;
  }

  .min-vw-100 {
    min-width: 100vw !important;
  }

  .min-vh-100 {
    min-height: 100vh !important;
  }

  .vw-100 {
    width: 100vw !important;
  }

  .vh-100 {
    height: 100vh !important;
  }

  .m-0 {
    margin: 0 !important;
  }

  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }

  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }

  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }

  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }

  .m-1 {
    margin: 0.25rem !important;
  }

  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }

  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }

  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }

  .m-2 {
    margin: 0.5rem !important;
  }

  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }

  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }

  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }

  .m-3 {
    margin: 1rem !important;
  }

  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }

  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }

  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }

  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }

  .m-4 {
    margin: 1.5rem !important;
  }

  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }

  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }

  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }

  .m-5 {
    margin: 2rem !important;
  }

  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }

  .mr-5,
  .mx-5 {
    margin-right: 2rem !important;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 2rem !important;
  }

  .ml-5,
  .mx-5 {
    margin-left: 2rem !important;
  }

  .m-6 {
    margin: 2.5rem !important;
  }

  .mt-6,
  .my-6 {
    margin-top: 2.5rem !important;
  }

  .mr-6,
  .mx-6 {
    margin-right: 2.5rem !important;
  }

  .mb-6,
  .my-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-6,
  .mx-6 {
    margin-left: 2.5rem !important;
  }

  .p-0 {
    padding: 0 !important;
  }

  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }

  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }

  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }

  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }

  .p-1 {
    padding: 0.25rem !important;
  }

  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }

  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }

  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }

  .p-2 {
    padding: 0.5rem !important;
  }

  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }

  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }

  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }

  .p-3 {
    padding: 1rem !important;
  }

  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }

  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }

  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }

  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }

  .p-4 {
    padding: 1.5rem !important;
  }

  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }

  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }

  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }

  .p-5 {
    padding: 2rem !important;
  }

  .pt-5,
  .py-5 {
    padding-top: 2rem !important;
  }

  .pr-5,
  .px-5 {
    padding-right: 2rem !important;
  }

  .pb-5,
  .py-5 {
    padding-bottom: 2rem !important;
  }

  .pl-5,
  .px-5 {
    padding-left: 2rem !important;
  }

  .p-6 {
    padding: 2.5rem !important;
  }

  .pt-6,
  .py-6 {
    padding-top: 2.5rem !important;
  }

  .pr-6,
  .px-6 {
    padding-right: 2.5rem !important;
  }

  .pb-6,
  .py-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-6,
  .px-6 {
    padding-left: 2.5rem !important;
  }

  .m-n1 {
    margin: -0.25rem !important;
  }

  .mt-n1,
  .my-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-n1,
  .mx-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-n1,
  .my-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-n1,
  .mx-n1 {
    margin-left: -0.25rem !important;
  }

  .m-n2 {
    margin: -0.5rem !important;
  }

  .mt-n2,
  .my-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-n2,
  .mx-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-n2,
  .my-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-n2,
  .mx-n2 {
    margin-left: -0.5rem !important;
  }

  .m-n3 {
    margin: -1rem !important;
  }

  .mt-n3,
  .my-n3 {
    margin-top: -1rem !important;
  }

  .mr-n3,
  .mx-n3 {
    margin-right: -1rem !important;
  }

  .mb-n3,
  .my-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-n3,
  .mx-n3 {
    margin-left: -1rem !important;
  }

  .m-n4 {
    margin: -1.5rem !important;
  }

  .mt-n4,
  .my-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-n4,
  .mx-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-n4,
  .my-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-n4,
  .mx-n4 {
    margin-left: -1.5rem !important;
  }

  .m-n5 {
    margin: -2rem !important;
  }

  .mt-n5,
  .my-n5 {
    margin-top: -2rem !important;
  }
  /* .mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
} */
  /* .mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
} */
  .ml-n5,
  .mx-n5 {
    margin-left: -2rem !important;
  }

  .m-n6 {
    margin: -2.5rem !important;
  }

  .mt-n6,
  .my-n6 {
    margin-top: -2.5rem !important;
  }

  .mr-n6,
  .mx-n6 {
    margin-right: -2.5rem !important;
  }

  .mb-n6,
  .my-n6 {
    margin-bottom: -2.5rem !important;
  }

  .ml-n6,
  .mx-n6 {
    margin-left: -2.5rem !important;
  }

  .m-auto {
    margin: auto !important;
  }

  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }

  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }

  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }

  /* .ml-auto,
.mx-auto {
  margin-left: auto !important;
} */
  .display-4 {
    font-size: 2.5rem;
  }

  .pb-6,
  .py-6 {
    padding-bottom: 2.5rem !important;
  }

  .p-5,
  .p-md-5 {
    padding: 2rem !important;
  }

  .pt-5,
  .py-5 {
    padding-top: 2rem !important;
  }

  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }

    .m-sm-1 {
      margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.25rem !important;
    }

    .m-sm-2 {
      margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
      margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.5rem !important;
    }

    .m-sm-3 {
      margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
      margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1rem !important;
    }

    .m-sm-4 {
      margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
      margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.5rem !important;
    }

    .m-sm-5 {
      margin: 2rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
      margin-top: 2rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 2rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 2rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 2rem !important;
    }

    .m-sm-6 {
      margin: 2.5rem !important;
    }

    .mt-sm-6,
    .my-sm-6 {
      margin-top: 2.5rem !important;
    }

    .mr-sm-6,
    .mx-sm-6 {
      margin-right: 2.5rem !important;
    }

    .mb-sm-6,
    .my-sm-6 {
      margin-bottom: 2.5rem !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
      margin-left: 2.5rem !important;
    }

    .p-sm-0 {
      padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }

    .p-sm-1 {
      padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.25rem !important;
    }

    .p-sm-2 {
      padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
      padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
      padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.5rem !important;
    }

    .p-sm-3 {
      padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
      padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
      padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1rem !important;
    }

    .p-sm-4 {
      padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
      padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
      padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.5rem !important;
    }

    .p-sm-5 {
      padding: 2rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
      padding-top: 2rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
      padding-right: 2rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 2rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
      padding-left: 2rem !important;
    }

    .p-sm-6 {
      padding: 2.5rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
      padding-top: 2.5rem !important;
    }

    .pr-sm-6,
    .px-sm-6 {
      padding-right: 2.5rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
      padding-bottom: 2.5rem !important;
    }

    .pl-sm-6,
    .px-sm-6 {
      padding-left: 2.5rem !important;
    }

    .m-sm-n1 {
      margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
      margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
      margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
      margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
      margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
      margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
      margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
      margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
      margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
      margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
      margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
      margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
      margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
      margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
      margin-left: -1rem !important;
    }

    .m-sm-n4 {
      margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
      margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
      margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
      margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
      margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
      margin: -2rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
      margin-top: -2rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
      margin-right: -2rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
      margin-bottom: -2rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
      margin-left: -2rem !important;
    }

    .m-sm-n6 {
      margin: -2.5rem !important;
    }

    .mt-sm-n6,
    .my-sm-n6 {
      margin-top: -2.5rem !important;
    }

    .mr-sm-n6,
    .mx-sm-n6 {
      margin-right: -2.5rem !important;
    }

    .mb-sm-n6,
    .my-sm-n6 {
      margin-bottom: -2.5rem !important;
    }

    .ml-sm-n6,
    .mx-sm-n6 {
      margin-left: -2.5rem !important;
    }

    .m-sm-auto {
      margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }

  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }

    .m-md-1 {
      margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
      margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.25rem !important;
    }

    .m-md-2 {
      margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
      margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
      margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
      margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
      margin-left: 0.5rem !important;
    }

    .m-md-3 {
      margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
      margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
      margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
      margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
      margin-left: 1rem !important;
    }

    .m-md-4 {
      margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
      margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
      margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
      margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
      margin-left: 1.5rem !important;
    }

    .m-md-5 {
      margin: 2rem !important;
    }

    .mt-md-5,
    .my-md-5 {
      margin-top: 2rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
      margin-right: 2rem !important;
    }

    .mb-md-5,
    .my-md-5 {
      margin-bottom: 2rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
      margin-left: 2rem !important;
    }

    .m-md-6 {
      margin: 2.5rem !important;
    }

    .mt-md-6,
    .my-md-6 {
      margin-top: 2.5rem !important;
    }

    .mr-md-6,
    .mx-md-6 {
      margin-right: 2.5rem !important;
    }

    .mb-md-6,
    .my-md-6 {
      margin-bottom: 2.5rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
      margin-left: 2.5rem !important;
    }

    .p-md-0 {
      padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }

    .p-md-1 {
      padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
      padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
      padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
      padding-left: 0.25rem !important;
    }

    .p-md-2 {
      padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
      padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
      padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
      padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
      padding-left: 0.5rem !important;
    }

    .p-md-3 {
      padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
      padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
      padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
      padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
      padding-left: 1rem !important;
    }

    .p-md-4 {
      padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
      padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
      padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
      padding-left: 1.5rem !important;
    }

    .p-md-5 {
      padding: 2rem !important;
    }

    .pt-md-5,
    .py-md-5 {
      padding-top: 2rem !important;
    }

    .pr-md-5,
    .px-md-5 {
      padding-right: 2rem !important;
    }

    .pb-md-5,
    .py-md-5 {
      padding-bottom: 2rem !important;
    }

    .pl-md-5,
    .px-md-5 {
      padding-left: 2rem !important;
    }

    .p-md-6 {
      padding: 2.5rem !important;
    }

    .pt-md-6,
    .py-md-6 {
      padding-top: 2.5rem !important;
    }

    .pr-md-6,
    .px-md-6 {
      padding-right: 2.5rem !important;
    }

    .pb-md-6,
    .py-md-6 {
      padding-bottom: 2.5rem !important;
    }

    .pl-md-6,
    .px-md-6 {
      padding-left: 2.5rem !important;
    }

    .m-md-n1 {
      margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
      margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
      margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
      margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
      margin-left: -0.25rem !important;
    }

    .m-md-n2 {
      margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
      margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
      margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
      margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
      margin-left: -0.5rem !important;
    }

    .m-md-n3 {
      margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
      margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
      margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
      margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
      margin-left: -1rem !important;
    }

    .m-md-n4 {
      margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
      margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
      margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
      margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
      margin-left: -1.5rem !important;
    }

    .m-md-n5 {
      margin: -2rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
      margin-top: -2rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
      margin-right: -2rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
      margin-bottom: -2rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
      margin-left: -2rem !important;
    }

    .m-md-n6 {
      margin: -2.5rem !important;
    }

    .mt-md-n6,
    .my-md-n6 {
      margin-top: -2.5rem !important;
    }

    .mr-md-n6,
    .mx-md-n6 {
      margin-right: -2.5rem !important;
    }

    .mb-md-n6,
    .my-md-n6 {
      margin-bottom: -2.5rem !important;
    }

    .ml-md-n6,
    .mx-md-n6 {
      margin-left: -2.5rem !important;
    }

    .m-md-auto {
      margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }

  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }

    .m-lg-1 {
      margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.25rem !important;
    }

    .m-lg-2 {
      margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
      margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 0.5rem !important;
    }

    .m-lg-3 {
      margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
      margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 1rem !important;
    }

    .m-lg-4 {
      margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
      margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 1.5rem !important;
    }

    .m-lg-5 {
      margin: 2rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
      margin-top: 2rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 2rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 2rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 2rem !important;
    }

    .m-lg-6 {
      margin: 2.5rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
      margin-top: 2.5rem !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
      margin-right: 2.5rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
      margin-bottom: 2.5rem !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
      margin-left: 2.5rem !important;
    }

    .p-lg-0 {
      padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }

    .p-lg-1 {
      padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.25rem !important;
    }

    .p-lg-2 {
      padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
      padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
      padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
      padding-left: 0.5rem !important;
    }

    .p-lg-3 {
      padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
      padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1rem !important;
    }

    .p-lg-4 {
      padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
      padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
      padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
      padding-left: 1.5rem !important;
    }

    .p-lg-5 {
      padding: 2rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
      padding-top: 2rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
      padding-right: 2rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 2rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
      padding-left: 2rem !important;
    }

    .p-lg-6 {
      padding: 2.5rem !important;
    }

    .pt-lg-6,
    .py-lg-6 {
      padding-top: 2.5rem !important;
    }

    .pr-lg-6,
    .px-lg-6 {
      padding-right: 2.5rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
      padding-bottom: 2.5rem !important;
    }

    .pl-lg-6,
    .px-lg-6 {
      padding-left: 2.5rem !important;
    }

    .m-lg-n1 {
      margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
      margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
      margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
      margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
      margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
      margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
      margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
      margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
      margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
      margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
      margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
      margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
      margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
      margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
      margin-left: -1rem !important;
    }

    .m-lg-n4 {
      margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
      margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
      margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
      margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
      margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
      margin: -2rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
      margin-top: -2rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
      margin-right: -2rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
      margin-bottom: -2rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
      margin-left: -2rem !important;
    }

    .m-lg-n6 {
      margin: -2.5rem !important;
    }

    .mt-lg-n6,
    .my-lg-n6 {
      margin-top: -2.5rem !important;
    }

    .mr-lg-n6,
    .mx-lg-n6 {
      margin-right: -2.5rem !important;
    }

    .mb-lg-n6,
    .my-lg-n6 {
      margin-bottom: -2.5rem !important;
    }

    .ml-lg-n6,
    .mx-lg-n6 {
      margin-left: -2.5rem !important;
    }

    .m-lg-auto {
      margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }

  @media (min-width: 1399px) {
    .m-xl-0 {
      margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }

    .m-xl-1 {
      margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.25rem !important;
    }

    .m-xl-2 {
      margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
      margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 0.5rem !important;
    }

    .m-xl-3 {
      margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
      margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 1rem !important;
    }

    .m-xl-4 {
      margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
      margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 1.5rem !important;
    }

    .m-xl-5 {
      margin: 2rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
      margin-top: 2rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 2rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 2rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 2rem !important;
    }

    .m-xl-6 {
      margin: 2.5rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
      margin-top: 2.5rem !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
      margin-right: 2.5rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
      margin-bottom: 2.5rem !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
      margin-left: 2.5rem !important;
    }

    .p-xl-0 {
      padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }

    .p-xl-1 {
      padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.25rem !important;
    }

    .p-xl-2 {
      padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
      padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
      padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
      padding-left: 0.5rem !important;
    }

    .p-xl-3 {
      padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
      padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
      padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
      padding-left: 1rem !important;
    }

    .p-xl-4 {
      padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
      padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
      padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
      padding-left: 1.5rem !important;
    }

    .p-xl-5 {
      padding: 2rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
      padding-top: 2rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
      padding-right: 2rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 2rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
      padding-left: 2rem !important;
    }

    .p-xl-6 {
      padding: 2.5rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
      padding-top: 2.5rem !important;
    }

    .pr-xl-6,
    .px-xl-6 {
      padding-right: 2.5rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
      padding-bottom: 2.5rem !important;
    }

    .pl-xl-6,
    .px-xl-6 {
      padding-left: 2.5rem !important;
    }

    .m-xl-n1 {
      margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
      margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
      margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
      margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
      margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
      margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
      margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
      margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
      margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
      margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
      margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
      margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
      margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
      margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
      margin-left: -1rem !important;
    }

    .m-xl-n4 {
      margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
      margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
      margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
      margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
      margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
      margin: -2rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
      margin-top: -2rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
      margin-right: -2rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
      margin-bottom: -2rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
      margin-left: -2rem !important;
    }

    .m-xl-n6 {
      margin: -2.5rem !important;
    }

    .mt-xl-n6,
    .my-xl-n6 {
      margin-top: -2.5rem !important;
    }

    .mr-xl-n6,
    .mx-xl-n6 {
      margin-right: -2.5rem !important;
    }

    .mb-xl-n6,
    .my-xl-n6 {
      margin-bottom: -2.5rem !important;
    }

    .ml-xl-n6,
    .mx-xl-n6 {
      margin-left: -2.5rem !important;
    }

    .m-xl-auto {
      margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }

  .custom-input-group-text .input-group-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .input-group-text label {
    margin-bottom: 0;
  }

  .custom-switch {
    padding-left: 2.46875rem;
  }

  .custom-control {
    position: relative;
    /* display: block; */
    min-height: 1.19437rem;
    /* padding-left: 1.625rem; */
  }

  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
  }

  .custom-switch .custom-control-label::before {
    left: -2.46875rem;
    width: 1.96875rem;
    pointer-events: all;
    border-radius: 0.5625rem;
  }

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
  }

  .custom-control-label::before {
    position: absolute;
    top: 0.03469rem;
    left: -1.625rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 2px;
  }

  .custom-switch .custom-control-label::after {
    top: calc(0.03469rem + 4px);
    left: calc(-2.46875rem + 4px);
    width: calc(1.125rem - 8px);
    height: calc(1.125rem - 8px);
    background-color: #adb5bd;
    border-radius: 0.5625rem;
    -webkit-transition: background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }

  .custom-control-label::after {
    position: absolute;
    top: 0.03469rem;
    left: -1.625rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    content: "";
    background: no-repeat 50%/0.5rem;
  }

  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #6e4e9e;
    background-color: #7a59ad;
  }

  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.84375rem);
    transform: translateX(0.84375rem);
  }

  /* 
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display:flex ;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
top: calc(100% - 500px);
} */
  /* @media (min-width: 576px){
  .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
  }
  } */

  table.dataTable th.select-checkbox:before {
    margin-top: 4px;
  }

  table.dataTable tbody td.select-checkbox:before,
  table.dataTable tbody th.select-checkbox:before {
    margin-top: 4px;
  }

  table.dataTable th.select-checkbox.selected:after {
    margin-top: -4px;
  }

  table.dataTable tr.selected td.select-checkbox::after,
  table.dataTable tr.selected th.select-checkbox::after {
    margin-top: -4px;
  }

  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td.dtr-control,
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th.dtr-control {
    position: relative;
  }

  table.dataTable.dtr-column > tbody > tr > td.control:before,
  table.dataTable.dtr-column > tbody > tr > th.control:before,
  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 {
    height: 100%;
    top: 7px;
  }

  /* li.activeSlideTwo .accslide {
  width: calc(100% - 48%);
} */

  .header-btn {
    padding: 0 11px;
  }
}

.mt-9 {
  margin-top: 4rem !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1399px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.toggle-password {
    position: absolute;
    top: 0;
    right: 15px;
}



/*---------------------------- captcha ----------------------------*/
#captcha span {
    width: 44px;
    background: url(../images/captcha.jpg) repeat scroll center center transparent;
    font-size: var(--font-34);
    color: var(--black);
    font-style: italic;
    padding: 0 10px 0 5px;
}

#captcha input {
    background: url(../images/refresh.png) no-repeat scroll center center transparent;
    margin: 0 0 0 10px;
    padding: 0;
    border: medium none;
    cursor: pointer;
    width: 15px;
    height: 100%;
    position: relative;
    top: -3px;
}

.captchaInput {
    display: inline-block;
    width: 150px;
}
/*---------------------------- captcha ----------------------------*/



/* short left menu*/

.page-sidebar {
    width: 14.875rem;
}

.page-logo {
    width: 14.875rem;
}

.info-card {
    width: 14.875rem;
}

.nav-menu li a {
    padding-left: .5rem;
    padding-right: .5rem;
}

.nav-menu li > ul li a {
    padding-left: 2rem;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul:before {
    left: 1rem;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:after {
    left: .85rem;
}

/* short left menu*/

.toast-screen-center {
    top: 50%;
    right: 36%;
    /* width: 100%; */
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.toast-white {
    background-color: #fff!important;
    color: #212529 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    padding: 0 !important
}

    .toast-white .clsToastMeg {
        padding: 20px;
    }

 .toast-white .toast-close-button {
     color: #000;
 }

    .toast-white .clsToasterBtn {
        border-top: 1px solid #dee2e6;
        padding: 0 20px 20px;
    }

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.25rem;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 1px;
    background: #f3f3f3;
    color: #212529;
}

.toast-title {
    margin-bottom: 0;
    line-height: 1.47;
    font-weight: 600;
}


.backDrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}




    .backDrop.fade {
        opacity: 0;
    }

    .backDrop.show {
        opacity: .5;
    }

    .backDrop.fade {
        opacity: 0;
    }

    .backDrop.show {
        opacity: 0.2;
    }


.btn-outline-default.focus, .btn-outline-default:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(213 213 213 / 50%);
    box-shadow: 0 0 0 0.2rem rgb(213 213 213 / 50%);
}

.btn-outline-default i {
    color: #999;
}