.auth.theme-two .banner-section .slide-content.bg-1 {
  background: url("../images/bg-login.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.modal .modal-dialog {
  margin-top: 30px;
}
.modal .modal-dialog .modal-content {
  background-color: white;
}

.nav-custom-pills {
  margin-bottom: 20px;
}
.nav-custom-pills .nav-item .nav-link {
  background: transparent;
  border-bottom: 2px solid;
  border-color: transparent;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.nav-custom-pills .nav-item .nav-link.active, .nav-custom-pills .nav-item .nav-link:hover {
  border-color: black;
}

.d-none {
  display: none;
}

.full-width {
  width: 100% !important;
}

.tab-content {
  padding: 20px;
  border: 1px solid #dee2e6;
  border-top: none;
}

.select-wrapper .select2-container {
  width: 100% !important;
}

.half-width {
  width: 50%;
}

.relation-add-section .relation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.relation-add-section .relation-header .relation-name {
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: lowercase;
}

.table td {
  white-space: normal;
}
.table.table-bordered thead tr th {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.table .details-control a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 20px;
  text-decoration: none;
}

table.dataTable thead > tr > th.sorting {
  padding-right: 15px;
}

.gllpMap {
  width: 100% !important;
  height: 300px !important;
}

.multiple-input-list .multiple-input .rounded-circle {
  width: 25px;
  height: 25px;
  padding: 0px;
  font-size: 10px;
}

.btn-form-wrapper.space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown .dropdown-item {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-min-width {
  min-width: 125px;
}

.sidebar .nav {
  list-style: inherit;
  list-style-type: square;
}
.sidebar .nav.sub-menu {
  list-style-type: circle;
}
.sidebar .nav .nav-item {
  transition: all 0.5s ease;
}
.sidebar .nav .nav-item:hover {
  background: #eaeaea;
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-profile) > .nav-link {
  background: #eaeaea;
}

.lg-outer {
  z-index: 2000 !important;
}

.lg-backdrop {
  z-index: 1900 !important;
}

.clickable-row {
  cursor: pointer;
}

.form-control {
  text-transform: uppercase;
}

.select-wrapper .select2-container .select2-selection {
  min-height: 20px;
  height: unset;
}
.select-wrapper .select2-container .select2-selection .select2-selection__rendered {
  text-transform: uppercase;
  min-height: 20px;
  height: unset;
}

.select2-container--default .select2-dropdown {
  text-transform: uppercase;
}

.table thead {
  text-transform: unset !important;
}
.table tbody {
  text-transform: uppercase;
}
.table .action-wrapper .btn {
  text-transform: none;
}
.table .table-child thead {
  text-transform: none !important;
}

.expand_caret {
  transform: scale(1.6) rotate(90deg);
  transition: all linear 0.25s;
  color: #a7a7a7;
}

a[aria-expanded=false] > .expand_caret {
  transform: scale(1.6) rotate(0deg);
}

.card-statistics {
  background: white;
  padding: 15px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.card-statistics .inner-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.card-statistics .info-wrapper {
  text-align: right;
}
.card-statistics .title {
  margin-bottom: 0px;
  font-size: 14px;
}
.card-statistics .value {
  font-weight: 500;
  margin-bottom: 0px;
}
.card-statistics .note {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #6c757d;
  text-decoration: none;
}

td {
  white-space: nowrap !important;
  vertical-align: center;
}

.select2-selection__rendered {
  overflow-x: hidden !important;
}

.select2-results__option {
  height: auto !important;
}

.dataTables_wrapper .dataTable .old-value {
  text-decoration: line-through;
}
.dataTables_wrapper .dataTable .new-value {
  display: block;
  font-weight: 700;
}

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