.modal-content {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1215686275);
}

input,
select,
button {
  border-radius: 1rem;
}

th,
td {
  vertical-align: middle;
}

.header-menu-data-area {
  height: 100%;
}

.modal-tbl-box {
  padding: 1rem;
}

.modal-btns button {
  border-radius: 1rem;
}

.btn-file {
  border-radius: 1rem;
}

.modal-content {
  border-radius: 2rem;
  overflow: auto;
}

.modal-search-box .modal-search-btn-box .btn {
  border-radius: 1rem;
}

span.select2.select2-container.select2-container--default {
  height: 3.5rem !important;
  border-radius: 1rem;
}

.select2-selection.select2-selection--single {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: inherit !important;
}

.select2-selection__arrow {
  display: inline !important;
}

.modal-tbl-box {
  border: 0.1px solid #ddd;
  border-radius: 1rem;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_info {
  padding: 18px 10px;
}

table a {
  color: #0062ff;
}

.search-btn-box button {
  border-radius: 1rem;
}

.search-box h2 {
  line-height: 9.2rem;
  padding: 0.5rem 2rem;
  background: rgba(242, 244, 248, 0.4980392157);
  color: #444;
  border-radius: 1rem;
  white-space: nowrap;
}

.popover {
  display: none;
}

.modal-tbl-box.tight-type {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.modal-tbl-box.tight-type tr:last-child td {
  border-bottom: 1px solid #d9d9d9;
}

.modal-tbl-box.tight-type td {
  white-space: normal;
}

.split-del-btn {
  color: #cf1413;
}

.split-del-btn:hover {
  color: #FF0200;
}

.split-del-btn:focus {
  box-shadow: none;
}

/*# sourceMappingURL=modal-style-reset.css.map */
