fieldset:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #dddddd;
}

fieldset {
  padding-bottom: 15px;
}

html[dir="rtl"] svg+[aria-label] {
  top: -1000px !important;
  left: auto !important;
}

.show {
  display: flex;
}

.hide {
  display: none;
}

.no-padding {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}
.table-modal-controls{
  position: relative; 
}
.table-input {
  border: none;
  position: absolute;
  max-width: 100%;
  left: 0;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}

.table-select {
  border: none;
  background-color: transparent;
}
table .select2-container {
  width: 100% !important;
}
table .select2-selection {
  margin: 0 !important;
  height: 2rem !important;
  border: none !important;
}
table .select2-selection__rendered {
  line-height: normal !important;
}

table input[type="number"] {
  -moz-appearance: textfield;
}
#gateway-modal .nav-item{
  border-left: 1px solid #ddd;
  flex: 1;
}
#gateway-modal .nav-link{
  border:none
}
/* Hide number input arrows in WebKit browsers */
.table-input input[type="number"]::-webkit-inner-spin-button,
.table-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.modal.open {
  overflow: hidden;
}

/*html.modal.open,
body.modal.open {
  height: 100%;
  overflow: hidden;
  position: fixed;
}*/
@media (max-width: 767.98px) {
  .modal.open {
    overflow: auto !important;
  }
}

/*.modal.open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}*/

.modal.open {
  backdrop-filter: blur(5px);
}

.modal-table-cell {
  padding: 5px 10px 5px 10px !important;
}
.modal .datatable-header{
  padding-top: .625rem !important;
}
