.select2-selection {
    height: 2.4rem !important;
    border-radius: 0.375rem !important;
    border-color: #e2e8f0 !important;
    line-height: 1.25rem !important;
    padding-top: 0.2rem !important;
}
.select2-selection__arrow {
    margin-top: 0.3rem;
}

.form-sm .select2-selection {
    height: 1.7rem !important;
    border-radius: 0.375rem !important;
    border-color: #e2e8f0 !important;
    margin: 0 !important;
    padding-bottom: 0.375rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 0.75rem !important;
}
.form-sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 1.2rem !important;
}

.form-sm .select2-selection__arrow {
    margin-top: 0.1rem;
}

.swal2-container {
    z-index: 20000 !important;
}

.ui-datepicker {
    z-index: 99999 !important;
    width: 18rem !important;
    position: absolute !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
    height: 2rem !important;
    border-radius: 0.375rem !important;
    border-color: #e2e8f0 !important;
    line-height: 1.5rem !important;
    padding-top: 0.2rem !important;
    margin-left: 0.5rem !important;
}

code {
    font-size: small;
    color: #ff3939;
}

.text-wrap{
    white-space:normal;
}
.width-130{
    width:130;
}

.btn-plus {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-plus:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-plus:focus, .btn-plus.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-plus.disabled, .btn-plus:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-plus:not(:disabled):not(.disabled):active, .btn-plus:not(:disabled):not(.disabled).active,
.show > .btn-plus.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-plus:not(:disabled):not(.disabled):active:focus, .btn-plus:not(:disabled):not(.disabled).active:focus,
.show > .btn-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bg-warning {
    background: #ffc1072e;
}
