.job-panel-overlay {
  width: calc(100% - 130px);
  left: 130px;
  opacity: 0;
}
.job-panel-overlay.open {
  width: calc(100% - 130px);
  left: 130px;
  opacity: 0;
}
.modal-fullscreen .modal-content {
  height: 100vh;
}

.bottom-panel-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fbfbfb;
  -webkit-box-shadow: 0px -3px 9px -5px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px -3px 9px -5px rgba(34, 60, 80, 0.2);
  box-shadow: 0px -3px 9px -5px rgb(34 60 80 / 20%);
}
.toast-bottom-right {
  bottom: 80px !important;
}

/*
.page-body.preload .positioned-buttons {
  position: relative !important;
}
.page-body.preload .table-responsive {
  overflow: visible !important;
}
.page-body.preload .table-responsive .dt-buttons {
  position: absolute;
  right: 0;
  top: -80px;
}
*/

.custom-form-select {
  display: block;
  width: 100%;
  padding: .4375rem 2.25rem .4375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4285714;
  color: #232e3c;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dadcde' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #dadcde;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.group-header .btn.btn-outline-blue {
  color: #fff !important;
  border-color: #fff !important;
}
