.btn {
  border-radius: 5px;
}
.btn.btn-success {
  border-color: #08a570;
  background-color: #08a570;
}
.btn.btn-success:hover {
  background-color: #0ABF82;
  border-color: #0ABF82;
}
.btn.btn-warning {
  border-color: #E27203;
  background-color: #E27203;
  color: #FFF;
}
.btn.btn-warning:hover {
  background-color: #FF8913;
  border-color: #FF8913;
}
.btn.btn-secondary {
  border-color: #EBEDF2;
  background-color: #F7F7F7;
  color: #8790AA;
}
.btn.btn-secondary:hover {
  background-color: #F9FBFF;
  border-color: #EBEDF2;
}
.btn.btn-white {
  border-color: #EBEDF2;
  background-color: #FFF;
  color: #757F9D;
}
.btn.btn-white:hover {
  background-color: #F9FBFF;
  border-color: #EBEDF2;
}
.btn.btn-white i {
  color: #B1B5C4 !important;
}
.btn.btn-grey {
  border-color: #EBEDF2;
  background-color: #757F9D;
  color: #FFF;
}
.btn.btn-grey:hover {
  background-color: #757F9D;
  border-color: #EBEDF2;
}
.btn.btn-grey i {
  color: #FFF !important;
}
.btn.btn-outline-success {
  border-color: #08a570;
  background-color: #fff;
  color: #08a570;
}
.btn.btn-outline-success:hover {
  background-color: #0ABF82;
  border-color: #08a570;
}
.btn.btn-outline-warning {
  border-color: #E27203;
  background-color: #fff;
  color: #E27203;
}
.btn.btn-outline-warning:hover {
  background-color: #FF8913;
  border-color: #E27203;
}
.btn.btn-primary_alt {
  border-color: #36A3F7;
  background-color: #36A3F7;
  color: #FFFFFF;
}
.btn.btn-primary_alt:hover {
  background-color: #0a8cf0;
  border-color: #0a8cf0;
}
.btn.btn-primary_alt i {
  color: #FFFFFF;
}
.btn.btn-disabled {
  border-color: #BFBFC2;
  background-color: #BFBFC2;
  color: #ffffff;
  pointer-events: none;
}
.btn.btn-disabled:hover {
  background-color: #BFBFC2;
  border-color: #BFBFC2;
}
.btn i {
  color: inherit;
}

.pseudo-field-value {
  padding-right: 0;
}

.pseudo-field-label, .pseudo-field-value {
  padding-bottom: 0 !important;
}

.card-pseudo-fields .doubled-field-row, .card-pseudo-fields .pseudo-field-row {
  margin-bottom: 0 !important;
}

.form-group {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
}
.form-group label {
  color: #878e9c;
  font-size: 12px;
}

.form-label-required {
  color: #000000 !important;
}

.form-label-error {
  color: #E51E64 !important;
}
.form-label-error span {
  color: #E51E64 !important;
}

.form-control {
  border: 1px solid #D9DCE2;
  font-size: 12px;
  padding: 0.5rem 0 0.5rem 0.66rem;
}
.form-control.form-control-required {
  border-color: #B7C0C3;
}
.form-control:focus {
  border-color: #1891EE;
}
.form-control.is-invalid {
  border-color: #E51E54;
}
.form-control:disabled {
  color: #B5B5C3;
}

.form-control.form-control-required.is-invalid {
  border-color: #E51E64;
}

input.form-control {
  padding: 0.5rem 0.66rem;
}

input[type=number].no-arrows::-webkit-inner-spin-button,
input[type=number].no-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].no-arrows {
  -moz-appearance: textfield;
}

.input-group .input-group-text {
  background-color: #F4F5F8;
  border: 1px solid #EBEDF2;
}
.input-group .input-group-text i {
  color: #ACB2C4;
}
.input-group.field_error .input-group-text {
  background-color: #DF195B;
}
.input-group.field_error .input-group-text i {
  color: #FFF;
}
.input-group .form-control {
  border: 1px solid #EBEDF2;
}

.card.card-custom.form-section .card-header {
  background-color: white;
  padding: 4px 20px;
  min-height: 35px;
}
.card.card-custom.form-section .card-title {
  margin: 0;
}
.card.card-custom.form-section .card-title .separator {
  margin-left: 20px;
  margin-right: 20px;
  border-left: 1px solid #ecedf2;
  height: 20px;
}
.card.card-custom.form-section .card-title.form-section-title, .card.card-custom.form-section .card-label.form-section-title, .card.card-custom.form-section .form-sub-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
}
.card.card-custom.form-section .form-sub-title {
  margin-bottom: 18px;
}
.card.card-custom.form-section .card-body {
  background-color: #FCFCFC;
  padding: 10px 20px 15px 20px;
}
.card.card-custom.form-section .card-body .form-group {
  margin-bottom: 8px;
}
.card.card-custom.form-section .card-body > .form-group:last-child {
  margin-bottom: 0 !important;
}
.card.card-custom.form-section .card-body .reverse-margin .form-group {
  margin-top: 10px;
  margin-bottom: 0;
}
.card.card-custom.form-section .card-body .reverse-margin .form-group.reverse-margin-first {
  margin-top: 0;
}
.card.card-custom.form-section .doubled-field-row:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 930px) {
  .card.card-custom.form-section .doubled-field-row > .col-2, .card.card-custom.form-section .doubled-field-row > .col-md-2 {
    flex-basis: calc(16.66667% - 6.67px);
    max-width: calc(16.66667% - 6.67px);
  }
  .card.card-custom.form-section .doubled-field-row > .col-10 {
    flex: 1;
    max-width: none;
  }
  .card.card-custom.form-section .doubled-field-row > .doubled-field-left-col {
    padding-left: 5px;
    padding-right: 25px;
  }
  .card.card-custom.form-section .doubled-field-row > .doubled-field-right-col {
    padding-left: 25px;
    padding-right: 5px;
  }
  .card.card-custom.form-section .doubled-field-row > .doubled-field-left-col, .card.card-custom.form-section .doubled-field-row .doubled-field-right-col {
    padding-bottom: 0;
  }
  .card.card-custom.form-section .doubled-field-row > .doubled-field-left-col > .form-group.row:last-child, .card.card-custom.form-section .doubled-field-row .doubled-field-right-col > .form-group.row:last-child {
    margin-bottom: 0;
  }
}

.crud-form-header.card-custom {
  margin: 10px 0;
}

.crud-form-header#dba-table-header.has-tabs {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.crud-form-header#dba-table-header .card-header {
  padding-left: 20px;
  padding-right: 10px;
}
.crud-form-header#dba-table-header .card-header .card-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
}

.card.card-custom.crud-form-footer .card-header {
  padding-right: 10px;
}
.card.card-custom.crud-form-footer .card-header .card-title {
  margin-top: 0;
  margin-bottom: 0;
}

.crud-form-header#dba-table-header .card-header .card-toolbar .btn,
.crud-form-footer .card-header .card-toolbar .btn {
  height: 35px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.crud-form-footer .card-header {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 679.98px) {
  #dba-table-header.crud-form-header.card-custom:not(.non_collapsible) {
    min-height: auto;
  }
  #dba-table-header.crud-form-header.card-custom:not(.non_collapsible) .card-header {
    flex-direction: column;
    flex-wrap: initial;
    height: auto;
    padding: 0 10px;
  }
  #dba-table-header.crud-form-header.card-custom:not(.non_collapsible).has-toolbar .card-header .card-title {
    margin-bottom: 0;
  }
  #dba-table-header.crud-form-header.card-custom:not(.non_collapsible) .card-toolbar {
    margin-top: 10px;
    border-top: 1px solid #ecedf2;
    margin-left: -10px;
    width: calc(100% + 20px);
    padding: 10px;
    justify-content: space-between;
  }
}

.crud-form-footer-mobile.card.card-custom {
  display: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1264.98px) {
  .crud-form-footer-mobile.card.card-custom {
    display: block;
    margin-top: 0;
  }
}
.crud-form-footer-mobile.card.card-custom > .card-body {
  padding: 15px;
  font-family: "Roboto", sans-serif;
  color: #757F9D;
  font-size: 12px;
}
.crud-form-footer-mobile.card.card-custom > .card-body .footer-item {
  display: flex;
}
.crud-form-footer-mobile.card.card-custom > .card-body .footer-item:not(:last-child) {
  margin-bottom: 10px;
}
.crud-form-footer-mobile.card.card-custom > .card-body .footer-item .footer-label {
  width: 100px;
}
.crud-form-footer-mobile.card.card-custom > .card-body .footer-item .footer-value {
  max-width: calc(100% - 100px);
}

.crud-form-footer {
  margin: 0 10px 10px;
}
.crud-form-footer.card.card-custom .card-toolbar {
  margin: 0;
}
.crud-form-footer.card.card-custom .card-header {
  min-height: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1264.98px) {
  .crud-form-footer.card.card-custom .card-header {
    padding: 10px;
  }
  .crud-form-footer.card.card-custom .card-header .card-toolbar {
    justify-content: space-between;
    width: 100%;
  }
}
.crud-form-footer.card.card-custom .card-header .card-title {
  font-family: "Roboto", sans-serif;
  color: #757F9D;
  font-size: 12px;
}
@media (max-width: 1264.98px) {
  .crud-form-footer.card.card-custom .card-header .card-title {
    display: none;
  }
}
.crud-form-footer .footer-center-button {
  margin: 0.5rem auto;
}
@media (max-width: 679.98px) {
  .crud-form-footer .footer-center-button {
    margin: 0 auto;
  }
}
.crud-form-footer .separator {
  margin-left: 20px;
  margin-right: 20px;
  border-left: 1px solid #ecedf2;
  height: 20px;
}
.crud-form-footer .footer-label {
  margin-right: 16px;
}

.crud-save-control {
  width: 134px;
}

.crud-multi-save-control {
  width: 134px;
  margin-right: 1px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.crud-multi-save-toggle {
  width: 35px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -3px;
  margin-right: 0 !important;
  padding: 0.65rem 0 !important;
}
.crud-multi-save-toggle:after {
  margin: 0 !important;
  content: "\f078" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #D7E8E2 !important;
}

.crud-form-footer .crud-multi-save-toggle {
  margin-left: -3px;
}

.crud-multi-save-dropdown .navi .navi-item .navi-link.active .navi-text, .crud-multi-save-dropdown .navi .navi-item .navi-link.active .navi-icon i {
  color: #757F9D;
}
.crud-multi-save-dropdown .navi .navi-item .navi-link.active:hover {
  text-decoration: none;
  background-color: #F6F8FB;
}

.crud-save-action-name {
  font-weight: bold;
  text-transform: uppercase;
}

select.form-control.is-invalid {
  background-position: right calc(0.375em + 0.9375rem) center;
}

.invalid-tooltip {
  border-radius: 4px;
}
.invalid-tooltip a {
  color: #ffffff;
}
.invalid-tooltip .closer {
  cursor: pointer;
  color: #f7bcd1;
  vertical-align: middle;
  margin-top: -1px;
}
.invalid-tooltip .closer:hover {
  color: #fde9f0;
}

.invalid-tooltip {
  white-space: nowrap;
  max-width: none;
}
.invalid-tooltip .closer {
  margin-left: 5px;
}

.invalid-tooltip-right {
  top: 0;
  left: calc(100% + 14px);
}
.invalid-tooltip-right:before {
  position: absolute;
  top: calc(50% - 6px);
  left: -12px;
  content: " ";
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  border-left: 6px transparent solid;
  border-right: 6px #E51E64 solid;
}

.invalid-tooltip-left {
  top: -10px;
  right: calc(100% + 14px);
}
.invalid-tooltip-left:after {
  position: absolute;
  top: calc(50% - 6px);
  right: -12px;
  content: " ";
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  border-right: 6px transparent solid;
  border-left: 6px #E51E64 solid;
}

.invalid-tooltip-bottom, .invalid-tooltip-top {
  white-space: normal;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1607843137);
  padding: 8px 10px;
}
.invalid-tooltip-bottom .closer, .invalid-tooltip-top .closer {
  position: absolute;
  width: 30px;
  height: 33px;
  top: 1px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.invalid-tooltip-bottom a, .invalid-tooltip-top a {
  text-decoration: underline;
}

.invalid-tooltip-top {
  position: absolute;
  top: calc(-100% - 10px);
}
.invalid-tooltip-top:after {
  position: absolute;
  bottom: -12px;
  left: 0.6rem;
  content: " ";
  border-top: 6px #E51E64 solid;
  border-bottom: 6px transparent solid;
  border-left: 6px transparent solid;
  border-right: 6px transparent solid;
}

.invalid-tooltip-bottom {
  top: 11px;
  left: 0;
  position: inherit;
  margin-bottom: 10px;
}
.invalid-tooltip-bottom:before {
  position: absolute;
  top: -12px;
  left: 0.6rem;
  content: " ";
  border-top: 6px transparent solid;
  border-bottom: 6px #E51E64 solid;
  border-left: 6px transparent solid;
  border-right: 6px transparent solid;
}

.is-invalid ~ .invalid-tooltip.invalid-tooltip-bottom {
  display: inline-block;
}

.form-alert-wrapper {
  width: 100%;
  position: relative;
  z-index: 1049;
}

.alert.form-alert {
  width: auto;
  min-height: 40px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  padding: 10px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 930px) {
  .alert.form-alert {
    width: 380px;
  }
}
.alert.form-alert .alert-icon i {
  font-size: 22px;
}
.alert.form-alert .alert-close i {
  font-size: 16px;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert.form-alert.alert-danger .alert-close button.close {
  opacity: 1;
}
.alert.form-alert.alert-danger .alert-close button.close i {
  opacity: 1;
  color: #f7bcd1;
}
.alert.form-alert.alert-danger .alert-close button.close:hover i {
  color: #fde9f0;
}
.alert.form-alert.alert-success {
  opacity: 0;
  animation: fadeIn ease 1s, fadeOut ease 1s 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.form-tabs {
  margin: -5px 0 0 0;
  padding: 0px 20px;
  background-color: #FFFFFF;
  border-top: 1px solid #DEE2E7;
  z-index: 1;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.form-tabs .nav-tabs {
  min-height: 40px;
  margin-bottom: 1px !important;
  border: 0px;
}
.form-tabs .nav-tabs .nav-link {
  padding-bottom: 8px !important;
  padding-top: 12px !important;
  transition: none !important;
  margin: 0 2rem 0 0 !important;
}
.form-tabs .nav-tabs .nav-link .nav-text {
  color: #333;
}
.form-tabs .nav-tabs .nav-link .nav-icon i {
  color: #333;
}
.form-tabs .nav-tabs .nav-link.active, .form-tabs .nav-tabs .nav-link:hover {
  border-bottom-color: #5B74FF !important;
}
.form-tabs .nav-tabs .nav-link.active .nav-text, .form-tabs .nav-tabs .nav-link:hover .nav-text {
  color: #5B74FF;
}
.form-tabs .nav-tabs .nav-link.active .nav-icon i, .form-tabs .nav-tabs .nav-link:hover .nav-icon i {
  color: #5B74FF;
}

.form-separator {
  height: 1px;
  background: #F3F3F6;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: -20px;
  width: calc(100% + 40px);
}

.form-check {
  margin-top: 20px;
}
.form-check input.form-control {
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
}
.form-check .invalid-tooltip {
  margin-left: -1.25rem;
}
.form-check input.checkbox-lg {
  transform: scale(1.5);
  margin-left: calc(-1.25rem + 3px);
}
.form-check input.checkbox-lg ~ label {
  margin-left: 1rem;
}
.form-check label {
  color: #333;
  font-size: 1rem;
  margin-left: 5px;
}
.form-check.checkbox-list {
  padding-left: 0;
}
.form-check.checkbox-list label.checkbox {
  margin-left: 0;
}
.form-check.checkbox-list label.checkbox > span {
  width: 20px;
  height: 20px;
  background-color: #F7F7FA;
  border: 1px solid #B7C0C3;
}
.form-check.checkbox-list label.checkbox input:checked ~ span {
  background-color: #3699FF;
  border: none;
}

.font-weight-bold .form-group label {
  font-weight: bold;
}

.field-icon i {
  font-size: 25px;
  color: #757F9D;
  margin-top: 5px;
}

#wtmBody .tab-content {
  width: 100%;
  height: 100%;
}
#wtmBody .tab-content .tab-pane {
  height: calc(100% - 5px);
}
#wtmBody .tab-content .embedded-dba-list:not(.embedded-dba-list-not-full) {
  height: calc(100% - 10px);
}
#wtmBody .tab-content .embedded-dba-list {
  margin-top: 10px;
}
#wtmBody .tab-content .dba-table-wrapper {
  margin-bottom: 0;
}
#wtmBody .tab-content .dba-table-wrapper .datatable .datatable-table {
  padding-bottom: 34px;
}
@media (max-width: 479.98px) {
  #wtmBody .tab-content .dba-table-wrapper .datatable .datatable-table {
    padding-bottom: 85px;
  }
}

.container.max-cols-1, .container.max-cols-1-left {
  max-width: 575px;
  padding-left: 0;
  padding-right: 0;
}
.container.max-cols-1 > .row > div, .container.max-cols-1-left > .row > div {
  padding-bottom: 10px;
}
.container.max-cols-1-left {
  margin-left: 0;
}

.row > .container.max-cols-1-left {
  padding-left: 5px;
}

.container.max-cols-2, .container.max-cols-2-left {
  max-width: 1150px;
  padding-left: 0;
  padding-right: 0;
}
.container.max-cols-2 > .row > div, .container.max-cols-2-left > .row > div {
  padding-bottom: 10px;
}
.container.max-cols-2-left {
  margin-left: 0;
}

.row > .container.max-cols-2-left {
  padding-left: 5px;
}

.container.max-cols-3, .container.max-cols-3-left {
  max-width: 1725px;
  padding-left: 0;
  padding-right: 0;
}
.container.max-cols-3 > .row > div, .container.max-cols-3-left > .row > div {
  padding-bottom: 10px;
}
.container.max-cols-3-left {
  margin-left: 0;
}

.row > .container.max-cols-3-left {
  padding-left: 5px;
}

.container.max-cols-4, .container.max-cols-4-left {
  max-width: 2300px;
  padding-left: 0;
  padding-right: 0;
}
.container.max-cols-4 > .row > div, .container.max-cols-4-left > .row > div {
  padding-bottom: 10px;
}
.container.max-cols-4-left {
  margin-left: 0;
}

.row > .container.max-cols-4-left {
  padding-left: 5px;
}

.form-group-vertical {
  position: relative;
}

form .blockUI {
  top: 0 !important;
  z-index: 9999 !important;
}

.datepicker tbody tr > td.day {
  color: #333333;
}
.datepicker tbody tr > td.day.new, .datepicker tbody tr > td.day.old {
  color: #ababab;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 679.98px) {
  #kt_content {
    padding-bottom: 0;
  }

  #dba-table-header.crud-form-header.card-custom:not(.has-tabs) .card-toolbar {
    padding-bottom: 0;
  }

  .agreement-body .card-body img {
    max-width: 100%;
  }
}
.card-body .form-group.row > div {
  padding-bottom: 0;
}

.form-group .field-type-dropdown select, .form-phone-formatter select {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'></path></svg>") no-repeat right 1rem center/8px 10px;
  background-size: 11px;
  padding-right: 35px;
}
.form-group .field-type-dropdown select:disabled, .form-phone-formatter select:disabled {
  background: #F3F6F9 url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z'></path></svg>") no-repeat right 1rem center/8px 10px;
}

.radio-list .radio {
  margin-bottom: 5px;
  color: #767676;
  font-size: 12px;
  font-weight: 300;
}
.radio-list .radio > span {
  background-color: #F4F5F8;
  border-color: #D9DCE2;
  width: 20px;
  height: 20px;
}
.radio-list .radio > span:after {
  width: 8px;
  height: 8px;
}

.radio > input:checked:disabled ~ span {
  background-color: #B5B5C3;
}

.form-radio > label {
  font-size: 12px;
  color: #333333;
}
.form-radio > label > div {
  padding-left: 15px;
}

.simple-error-message {
  color: #C10D4C;
}

.browse-input-group {
  display: flex;
}
.browse-input-group input {
  flex: 1;
  border-radius: 0.42rem 0 0 0.42rem;
  border: 1px solid #B7C0C3 !important;
}
.browse-input-group .input-group-append {
  flex-basis: 120px;
}
.browse-input-group .browse-input-control {
  border-color: #B7C0C3;
  background-color: #EBEBEB;
  width: 100%;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  height: 30px;
  padding-top: 4px;
}
.browse-input-group .browse-input-control:hover {
  background-color: #D2D2D2;
  border-color: #B7C0C3;
}

.browse-input-clear-control {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: calc(120px + 0.66rem);
  cursor: pointer;
}
.browse-input-clear-control i {
  color: #E51E64;
}

.size-input-wrapper .bootstrap-touchspin input.size-input {
  border-radius: 0.42rem !important;
  border-color: #B7C0C3 !important;
}
.size-input-wrapper .bootstrap-touchspin .input-group-btn-vertical {
  right: 1px;
  height: calc(100% - 2px);
  top: 1px;
  display: flex;
  flex-direction: row-reverse;
}
.size-input-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up, .size-input-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  position: initial;
  height: 100%;
  width: 28px;
  background-color: #EFF4F8;
  border-radius: 0;
  border: none;
}
.size-input-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover, .size-input-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #E3ECF3 !important;
}
.size-input-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover i, .size-input-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover i {
  color: #333333 !important;
}
.size-input-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i, .size-input-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i {
  font-size: 12px;
  color: #333333 !important;
}
.size-input-wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-top-right-radius: 0.42rem !important;
  border-bottom-right-radius: 0.42rem !important;
}
.size-input-wrapper .size-input-select {
  position: absolute;
  top: 1px;
  height: calc(100% - 2px);
  right: 62px;
  border-left: 1px solid #B7C0C3;
  border-right: 1px solid #B7C0C3;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.size-input-wrapper .size-input-select select {
  border: none;
  width: 46px;
  outline: none;
  background: #fff;
}

.form-check-large {
  margin-bottom: 18px !important;
}
.form-check-large:not(:first-child) {
  margin-top: 10px;
}
.form-check-large .checkbox {
  margin-bottom: 0;
}
.form-check-large label i.fal {
  color: #757F9D;
  width: 35px;
  font-size: 16px;
  text-align: center;
}

.switch.switch-success:not(.switch-outline) input:empty ~ span:before {
  background-color: #B7C0C3;
}

.switch.switch-success:not(.switch-outline) input:checked ~ span:before {
  background-color: #1CBEAD;
}

input.form-control, select.form-control {
  padding-bottom: 5px;
  max-height: 30px;
}

.form-control {
  border-radius: 3px;
}

select.form-control {
  padding-top: 4px;
}

.col-form-label:not(.pseudo-field-label), .pseudo-field-value:not(.pseudo-field-label) {
  padding-top: 5px;
}

.col-form-label.pseudo-field-label, .pseudo-field-label.pseudo-field-value {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pseudo-field-value {
  min-height: 30px;
}

.checkbox > input:indeterminate ~ span {
  background-color: #3699FF;
}

.checkbox > input:indeterminate ~ span:after {
  border-color: #fff;
  transform: rotate(90deg);
  background-color: #fff;
  width: 3px;
  margin-top: 0;
}

.password-field-wrapper {
  position: relative;
}
.password-field-wrapper a.show-hide-password {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 20px;
  text-align: center;
  color: #445FD5;
}
.password-field-wrapper.shown a.show-hide-password i {
  color: #DC3545;
}
.password-field-wrapper .is-invalid ~ a.show-hide-password {
  display: none;
}
.password-field-wrapper input::-ms-reveal {
  display: none !important;
}

/*
    Exists to provide compatibility with form elements which are shared with
    frontends that use bootstrap validation.  These SHOULD be removed when/if
    admin is ported to Keen or the equivalent
 */
.is-invalid ~ .invalid-tooltip {
  display: inline-block !important;
}

.switch.switch-small input:empty ~ span {
  width: 36px;
  height: 20px;
}
.switch.switch-small input:empty ~ span:before, .switch.switch-small input:empty ~ span:after {
  width: 36px;
}
.switch.switch-small input:empty ~ span:after {
  height: 16px;
  width: 16px;
  top: 2px;
  bottom: 2px;
}
.switch.switch-small input:checked ~ span:after {
  margin-left: 18px;
}

.modal.form-cancellation-modal, .modal.success-modal, .modal.warning-modal, .modal.confirm-delete-modal, .modal.danger-modal {
  font-family: Poppins, Helvetica, "sans-serif";
}
.modal.form-cancellation-modal .modal-dialog, .modal.success-modal .modal-dialog, .modal.warning-modal .modal-dialog, .modal.confirm-delete-modal .modal-dialog, .modal.danger-modal .modal-dialog {
  max-width: 405px;
}
.modal.form-cancellation-modal .modal-content, .modal.success-modal .modal-content, .modal.warning-modal .modal-content, .modal.confirm-delete-modal .modal-content, .modal.danger-modal .modal-content {
  box-shadow: 0px 1px 15px rgba(69, 65, 78, 0.0784313725);
}
.modal.form-cancellation-modal .modal-content .modal-header, .modal.success-modal .modal-content .modal-header, .modal.warning-modal .modal-content .modal-header, .modal.confirm-delete-modal .modal-content .modal-header, .modal.danger-modal .modal-content .modal-header {
  padding: 8px 20px;
  color: #fff;
}
.modal.form-cancellation-modal .modal-content .modal-header .modal-title, .modal.success-modal .modal-content .modal-header .modal-title, .modal.warning-modal .modal-content .modal-header .modal-title, .modal.confirm-delete-modal .modal-content .modal-header .modal-title, .modal.danger-modal .modal-content .modal-header .modal-title {
  font-size: 13px;
  font-weight: normal;
  color: inherit;
}
.modal.form-cancellation-modal .modal-content .modal-header i, .modal.success-modal .modal-content .modal-header i, .modal.warning-modal .modal-content .modal-header i, .modal.confirm-delete-modal .modal-content .modal-header i, .modal.danger-modal .modal-content .modal-header i {
  color: inherit;
  font-size: 20px;
}
.modal.form-cancellation-modal .modal-content .modal-body, .modal.success-modal .modal-content .modal-body, .modal.warning-modal .modal-content .modal-body, .modal.confirm-delete-modal .modal-content .modal-body, .modal.danger-modal .modal-content .modal-body {
  padding: 18px 20px 25px;
  font-size: 12px;
  color: #333;
}
.modal.form-cancellation-modal .modal-content .modal-footer, .modal.success-modal .modal-content .modal-footer, .modal.warning-modal .modal-content .modal-footer, .modal.confirm-delete-modal .modal-content .modal-footer, .modal.danger-modal .modal-content .modal-footer {
  border: none;
  padding: 0 18px 20px;
}

.modal.confirm-delete-modal .modal-content, .modal.danger-modal .modal-content {
  border: 1px solid #E51E64;
}
.modal.confirm-delete-modal .modal-content .modal-header, .modal.danger-modal .modal-content .modal-header {
  background-color: #E51E64;
}
.modal.confirm-delete-modal .modal-content .modal-footer .btn-secondary, .modal.danger-modal .modal-content .modal-footer .btn-secondary {
  border: 1px solid #EBEDF2;
  background: #FFFFFF;
  color: #757F9D;
}
.modal.confirm-delete-modal .modal-content .modal-footer .btn-secondary i, .modal.danger-modal .modal-content .modal-footer .btn-secondary i {
  color: #B1B5C4;
}
.modal.confirm-delete-modal .modal-content .modal-footer .btn-danger, .modal.danger-modal .modal-content .modal-footer .btn-danger {
  background: #B90041;
  border-color: #B90041;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1607843137);
  color: #fff !important;
}
.modal.confirm-delete-modal .modal-content .modal-footer .btn-danger i, .modal.danger-modal .modal-content .modal-footer .btn-danger i {
  color: #fff !important;
}

.modal.warning-modal .modal-content {
  border: 1px solid #F58223;
}
.modal.warning-modal .modal-content .modal-header {
  background-color: #F58223;
}
.modal.warning-modal .modal-content .modal-footer .btn-secondary {
  border: 1px solid #EBEDF2;
  background: #FFFFFF;
  color: #757F9D;
}
.modal.warning-modal .modal-content .modal-footer .btn-secondary i {
  color: #B1B5C4;
}
.modal.warning-modal .modal-content .modal-footer .btn-warning {
  background: #F58223;
  border-color: #F58223;
  color: #fff !important;
}
.modal.warning-modal .modal-content .modal-footer .btn-warning:hover {
  background: #D46911;
  border-color: #D46911;
}
.modal.warning-modal .modal-content .modal-footer .btn-warning i {
  color: #fff !important;
}

.modal.success-modal .modal-content {
  border: 1px solid #1CBEAD;
}
.modal.success-modal .modal-content .modal-header {
  background-color: #1CBEAD;
}
.modal.success-modal .modal-content .modal-footer .btn-secondary {
  border: 1px solid #EBEDF2;
  background: #FFFFFF;
  color: #757F9D;
}
.modal.success-modal .modal-content .modal-footer .btn-secondary i {
  color: #B1B5C4;
}

.modal.form-cancellation-modal .modal-content {
  border: 1px solid #F58223;
}
.modal.form-cancellation-modal .modal-content .modal-header {
  background-color: #F58223;
}

.modal .modal-header button.close {
  margin-left: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid white;
  opacity: 1;
  border-radius: 0 5px 0 0;
}
.modal .modal-header button.close i, .modal .modal-header button.close span {
  color: #C10D4C !important;
}
.modal .modal-header button.close:hover {
  background-color: #F6F8FB;
  border: 1px solid #EBEDF2;
}

.ajax-form-modal.has-wrapper {
  position: absolute;
  z-index: 9;
}
.ajax-form-modal .modal-dialog {
  max-width: 820px;
  margin-top: 20px;
}
.ajax-form-modal .modal-dialog .modal-header {
  padding: 0 0 0 20px;
}
.ajax-form-modal .modal-dialog .modal-header h5 {
  font-size: 13px;
  font-weight: normal;
}
.ajax-form-modal .modal-dialog .modal-header button {
  opacity: 1;
}
.ajax-form-modal .modal-dialog .modal-header button i.ki-close {
  color: #C10D4C !important;
}
.ajax-form-modal .modal-dialog .modal-body {
  padding: 20px;
}
.ajax-form-modal .modal-dialog .modal-body.initial-loading {
  padding: 100px;
  display: flex;
  justify-content: center;
}
.ajax-form-modal .modal-dialog .modal-body.initial-loading .blockUI.blockElement {
  position: initial !important;
}
.ajax-form-modal .modal-dialog .modal-body textarea {
  height: 400px;
  padding: 0.5rem 0.66rem 0.5rem 0.66rem;
}
.ajax-form-modal .modal-dialog .modal-body .button-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ajax-form-modal .modal-dialog .modal-body .button-wrapper a.btn.btn-success {
  width: 200px;
  height: 35px !important;
  background: #08A570;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ajax-form-modal .modal-dialog .modal-body .button-wrapper a.btn.btn-success:hover {
  background: #00DB91;
  border-color: #00DB91;
}
.ajax-form-modal .modal-dialog .modal-body .button-wrapper a.btn.btn-success.disabled, .ajax-form-modal .modal-dialog .modal-body .button-wrapper a.btn.btn-success.disabled:hover {
  background: #B7C0C3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-color: #B7C0C3;
}
.ajax-form-modal .modal-dialog .modal-body .button-wrapper a.btn.btn-white {
  background-color: #FFF;
  width: 100px;
  box-shadow: none;
  height: 35px !important;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ajax-form-modal .modal-dialog .modal-body .button-wrapper a.btn.btn-white:hover {
  background: #F6F8FB;
  border-color: #EBEDF2;
}

.ajax-form-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: calc(100% - 10px);
  background-color: #212527;
  opacity: 0.5;
  border-radius: 4px;
}

.ajax-form-success-alert, .ajax-form-error-alert {
  z-index: 99;
  top: 15px;
}

.ajax-form-modal .modal-dialog .modal-header {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.ajax-form-modal .modal-dialog .modal-body .button-wrapper .btn.btn-success {
  font-size: 13px;
}
.ajax-form-modal .form-group label span {
  font-weight: normal;
}
.ajax-form-modal select.form-control, .ajax-form-modal input.form-control {
  outline: none;
  box-shadow: none;
}
.ajax-form-modal .alert {
  border: none;
  color: #FFFFFF;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
.ajax-form-modal .alert.alert-success {
  background: #1CBEAD;
}
.ajax-form-modal .alert.alert-danger {
  background: #E51E64;
}

.modal.ajax-form-modal.in.product-save-to-list-modal {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal.ajax-form-modal.in.product-save-to-list-modal .modal-dialog {
  margin: 0;
  z-index: 1300;
  position: relative;
}
.modal.ajax-form-modal.in.product-save-to-list-modal .modal-dialog .modal-body {
  min-height: 270px;
}
.modal.ajax-form-modal.in.product-save-to-list-modal .modal-dialog .modal-body.initial-loading {
  align-items: center;
}

.product-save-to-list-form .product {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.product-save-to-list-form .product .product-image img {
  width: 50px;
  height: 50px;
}
.product-save-to-list-form .saved-to-list {
  font-size: 14px;
  margin-top: 8px;
}
.product-save-to-list-form .saved-to-list a {
  color: #445FD5;
}

.product-save-to-list-modal-backdrop.ajax-form-modal-backdrop {
  z-index: 1200;
  height: 100%;
}

.product-save-input-wrapper {
  display: flex;
  gap: 7px;
  align-items: center;
}
.product-save-input-wrapper span.form-label-error {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

/*# sourceMappingURL=product-save-to-list.css.map*/