.draggable_modal {
  right: unset !important;
  bottom: unset !important;
  width: 80% !important;
  left: unset;
}
@media (max-width: 992px) {
  .draggable_modal {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100%;
  }
}
.draggable_modal_active {
  left: auto;
}
.draggable_modal-header {
  cursor: grab !important;
}
@media (max-width: 992px) {
  .draggable_modal-header {
    pointer-events: none;
  }
}
.draggable_modal .modal-body {
  padding-left: 0 !important;
}
.draggable_modal .modal-body html {
  background: red;
}
.draggable_modal .modal-body::-webkit-scrollbar {
  width: 0;
}
.draggable_modal .modal-body > .modal-wrapper {
  display: none;
}
.draggable_modal .btn-close {
  pointer-events: auto !important;
}

.modal-wrapper #page-content-wrapper .container-fluid {
  margin-left: 0 !important;
}

.html-class-overflow::-webkit-scrollbar {
  width: 0;
  transition: 0.3s;
}

.bg-modal {
  background: none !important;
}
.bg-modal .modal-style {
  padding-left: 0 !important;
}
.bg-modal .modal-style #page-content-wrapper {
  margin-left: 0 !important;
}

.table-wrapper {
  overflow-x: auto;
  margin-right: 0;
  width: 100%;
}
.table-wrapper th {
  white-space: nowrap;
}

.table-view-area {
  height: calc(100dvh - 210px);
}

#resizable {
  width: 150px;
  height: 150px;
  padding: 0.5em;
}

#resizable h3 {
  text-align: center;
  margin: 0;
}

.ui-resizable {
  min-width: 40%;
}

.table-titles-block {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 150px;
  padding-top: 20px;
}
.table-titles-block .table-titles-block_input-title {
  position: absolute;
  bottom: 100%;
  font-size: 12px;
  padding-left: 10px;
  opacity: 0;
  transition: 0.3s;
  height: 0;
}
.table-titles-block_input {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  padding-left: 10px;
  padding-right: 50px;
  font-size: 14px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  font-family: Arial;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-titles-block_clear {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 28px;
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  cursor: pointer;
}
.table-titles-block_buttons-action {
  position: absolute;
  right: 1px;
}
.table-titles-block_buttons-action--filter {
  background: white;
  outline: none;
  border: none;
  border-radius: 5px;
}
.table-titles-block_buttons-action--filter svg {
  width: 15px;
  height: 15px;
  pointer-events: none;
}
.table-titles-block_buttons-action--filter svg path {
  opacity: 0.5;
}
.table-titles-block_buttons-action--search {
  background: white;
  outline: none;
  border: 1px solid grey;
  border-radius: 5px;
}
.table-titles-block_buttons-action--search svg {
  width: 15px;
  height: 15px;
}
.table-titles-block_buttons-action--search svg path {
  opacity: 0.5;
}

.table_custom_style td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 3rem;
}
.table_custom_style th {
  padding: 5px !important;
}
.table_custom_style tr:nth-child(2n) td {
  background: rgba(202, 202, 202, 0.1);
}

.input-is-not-null .table-titles-block_clear {
  opacity: 1;
  pointer-events: auto;
}
.input-is-not-null .table-titles-block_clear:hover {
  opacity: 0.6;
}
.input-is-not-null .table-titles-block_input-title {
  opacity: 1;
}

.buttons-in-export {
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  align-self: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
}

.title-form-outlets {
  padding-right: 20px;
  flex-grow: 3;
}

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