/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
  color: currentColor;
  pointer-events: none;
  text-decoration: none;
}

#drop-region {
  border-radius: 20px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  padding: 60px 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

#drop-region:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

#image-preview {
  margin-top: 20px;
}

#image-preview .image-view {
  display: inline-block;
  position: relative;
  margin-right: 13px;
  margin-bottom: 13px;
}

#image-preview .image-view img {
  max-width: 100px;
  max-height: 100px;
}

#image-preview .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
}

.btn-toolbar {
  white-space: nowrap;
  max-height: 49px !important;
}

#scrollBody {
  overflow-y: auto;
}

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s linear;
}

.optionDescription {
  margin-top: -5px;
  margin-bottom: 5px;
}

.dx-widget {
  font-size: 12px !important;
}

.modal {
  z-index: 11002 !important;
  /*backdrop-filter: blur(5px);*/
  /*-webkit-backdrop-filter: blur(5px);*/
}

.modal-backdrop {
  z-index: 10001 !important;
  transition: opacity 0.3s linear;
  /*backdrop-filter: blur(2px);*/
  /*-webkit-backdrop-filter: blur(2px);*/
}

.dx-overlay-wrapper {
  z-index: 11003 !important;
}

.dx-menu-no-icons {
  max-height: 400px;
  overflow-y: auto;
}

.date-picker-ranges {
  white-space: normal !important;
}

.time-picker-input-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' role='img'><path fill='%238a93a2' d='M472,96H384V40H352V96H160V40H128V96H40a24.028,24.028,0,0,0-24,24V456a24.028,24.028,0,0,0,24,24H472a24.028,24.028,0,0,0,24-24V120A24.028,24.028,0,0,0,472,96Zm-8,352H48V128h80v40h32V128H352v40h32V128h80Z' class='ci-primary'/><rect width='32' height='32' x='112' y='224' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='200' y='224' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='280' y='224' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='368' y='224' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='112' y='296' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='200' y='296' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='280' y='296' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='368' y='296' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='112' y='368' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='200' y='368' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='280' y='368' fill='%238a93a2' class='ci-primary'/><rect width='32' height='32' x='368' y='368' fill='%238a93a2' class='ci-primary'/></svg>");
}

.btn-toolbar {
  flex-wrap: nowrap !important;
}

.dx-command-select {
  width: 40px !important;
  min-width: 40px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  /*text-align: right;*/
}

/*.c-subheader {
    overflow-x: hidden !important;
}*/
#appSidePanel {
  box-shadow: inset 2px 0 0 0 rgba(0, 0, 0, 0.5);
  z-index: 11001;
}

.article p.no-margin {
  margin-bottom: 0;
  min-height: 1.53em;
}

.article img {
  max-width: 100%;
  font-size: 17px;
  line-height: 1.53;
}

.article a {
  text-decoration: underline;
}

.list-group-item.active {
  background-color: #0080ff !important;
  margin-top: 0px !important;
  border-bottom: 1px solid #0080ff !important;
}

.c-sidebar-nav-link.c-active {
  background-color: #0080ff !important;
}

.dx-toolbar-after {
  margin-right: 10px !important;
}

#waveform wave {
  overflow-x: hidden !important;
}

.row-p2 .col-1, .row-p2 .col-2, .row-p2 .col-3, .row-p2 .col-4, .row-p2 .col-5, .row-p2 .col-6, .row-p2 .col-7, .row-p2 .col-8, .row-p2 .col-9, .row-p2 .col-10, .row-p2 .col-11, .row-p2 .col-12, .row-p2 .col, .row-p2 .col-auto, .row-p2 .col-sm-1, .row-p2 .col-sm-2, .row-p2 .col-sm-3, .row-p2 .col-sm-4, .row-p2 .col-sm-5, .row-p2 .col-sm-6, .row-p2 .col-sm-7, .row-p2 .col-sm-8, .row-p2 .col-sm-9, .row-p2 .col-sm-10, .row-p2 .col-sm-11, .row-p2 .col-sm-12, .row-p2 .col-sm, .row-p2 .col-sm-auto, .row-p2 .col-md-1, .row-p2 .col-md-2, .row-p2 .col-md-3, .row-p2 .col-md-4, .row-p2 .col-md-5, .row-p2 .col-md-6, .row-p2 .col-md-7, .row-p2 .col-md-8, .row-p2 .col-md-9, .row-p2 .col-md-10, .row-p2 .col-md-11, .row-p2 .col-md-12, .row-p2 .col-md, .row-p2 .col-md-auto, .row-p2 .col-lg-1, .row-p2 .col-lg-2, .row-p2 .col-lg-3, .row-p2 .col-lg-4, .row-p2 .col-lg-5, .row-p2 .col-lg-6, .row-p2 .col-lg-7, .row-p2 .col-lg-8, .row-p2 .col-lg-9, .row-p2 .col-lg-10, .row-p2 .col-lg-11, .row-p2 .col-lg-12, .row-p2 .col-lg, .row-p2 .col-lg-auto, .row-p2 .col-xl-1, .row-p2 .col-xl-2, .row-p2 .col-xl-3, .row-p2 .col-xl-4, .row-p2 .col-xl-5, .row-p2 .col-xl-6, .row-p2 .col-xl-7, .row-p2 .col-xl-8, .row-p2 .col-xl-9, .row-p2 .col-xl-10, .row-p2 .col-xl-11, .row-p2 .col-xl-12, .row-p2 .col-xl, .row-p2 .col-xl-auto, .row-p2 .col-xxl-1, .row-p2 .col-xxl-2, .row-p2 .col-xxl-3, .row-p2 .col-xxl-4, .row-p2 .col-xxl-5, .row-p2 .col-xxl-6, .row-p2 .col-xxl-7, .row-p2 .col-xxl-8, .row-p2 .col-xxl-9, .row-p2 .col-xxl-10, .row-p2 .col-xxl-11, .row-p2 .col-xxl-12, .row-p2 .col-xxl, .row-p2 .col-xxl-auto {
  padding-left: 2px;
  padding-right: 2px;
}

.row-p2 {
  padding-left: 13px;
  padding-right: 13px;
}

.dx-row-total {
  font-weight: bold;
}

.dx-textbox {
  height: 35px !important;
  font-size: 0.875rem !important;
  line-height: 1.5;
  padding-left: 10px;
}
