@import url("font_amita.css");

body {
  font-family: "Segoe UI Local", "Segoe UI Web (West European)";
  font-weight: 400;
  background-color: #f4f6f9;
}

.body-login {
  /* background-image: url("https://afandev.my.id/system/resources/images/icons-gray-bg.svg"); */
  --fa-secondary-opacity: 1;
  --fa-primary-color: #abc123;
  --fa-secondary-color: #fbf8f8;
  min-height: 309px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

[class*="sidebar-light-"] {
  background-color: #f8f9fab9;
  backdrop-filter: blur(5px);
}

.navbar-light {
  background-color: #f8f9fab9;
  backdrop-filter: blur(5px);
}

.layout-navbar-fixed
  .wrapper
  .sidebar-light-success
  .brand-link:not([class*="navbar"]) {
  background-color: transparent;
}

body:not(:root) {
  font-family: "Segoe UI Web (West European)";
}

@font-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI Light");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI Semilight");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI Semibold");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Segoe UI Web (West European)";
  src: url(fonts/segoeui-light.woff2) format("woff2"),
    url(fonts/segoeui-light.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Segoe UI Web (West European)";
  src: url(fonts/segoeui-semilight.woff2) format("woff2"),
    url(fonts/segoeui-semilight.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Segoe UI Web (West European)";
  src: url(fonts/segoeui-regular.woff2) format("woff2"),
    url(fonts/segoeui-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Segoe UI Web (West European)";
  src: url(fonts/segoeui-semibold.woff2) format("woff2"),
    url(fonts/segoeui-semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.35rem+2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #444;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 12px;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  border: 1px solid #ced4da;
  outline: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: border-color 0.5s ease-in-out, box-shadow 0.9s ease-in-out;
}

.content-wrapper {
  /* background-image: url(../../../assets/uploads/images/aiti-solutions.webp); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  top: -150px;
}

.h1logo {
  font-family: Amita, cursive;
  font-weight: 400;
  font-size: 20px;
  padding-left: 5px;
}

.fani {
  animation: pulse 7s infinite;
}

.bg-fani {
  animation: bg-pulse 7s infinite;
  color: #fff;
}

.bg-stok {
  background-color: #ffecec;
  color: #a94442;
}

.card {
  box-shadow: none;
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
}

.card-mod {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-clip: border-box;
  border-radius: 18px;
  background-color: #ffffffb2;
  backdrop-filter: blur(5px);
}

.highcharts-text,
.highcharts-xaxis-labels {
  fill: #adb5bd;
  color: #adb5bd;
}

.highcharts-title {
  fill: #adb5bd;
  font-size: 26px;
  font-weight: 700;
}

.highcharts-background {
  fill: none;
}

.card-mod-warning {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-clip: border-box;
  border-radius: 18px;
  background-color: #ffc107b2;
  border-color: #ffc107b2;
  backdrop-filter: blur(5px);
}

.box_danger {
  position: absolute;
  width: 22%;
  color: #721c24;
  background-color: #f8d7da6b;
  border: #f5c6cb 0.09rem solid;
  backdrop-filter: blur(5px);
  margin: 10px;
  top: 0;
  right: 0;
  z-index: 100;
  border-radius: 0.45rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.box_success {
  position: absolute;
  width: 25%;
  color: #155724;
  background-color: #d4edda5b;
  border: #c3e6cb 0.09rem solid;
  backdrop-filter: blur(5px);
  margin: 10px;
  top: 0;
  right: 0;
  z-index: 100;
  border-radius: 0.45rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.box_warning {
  position: absolute;
  width: 25%;
  color: #856404;
  background-color: #fff3cd5b;
  border: #ffeeba 0.09rem solid;
  backdrop-filter: blur(5px);
  margin: 10px;
  top: 0;
  right: 0;
  z-index: 100;
  border-radius: 0.45rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.page-item.active .page-link {
  border-color: #c3e6cb;
  background-color: #d4edda5b !important;
  z-index: 3;
}

.page-link {
  color: #444 !important;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 10px;
}

div.dataTables_wrapper div.dataTables_filter {
  max-width: 100%;
  padding-right: 1rem;
  text-align: right;
  margin-right: 20px;
}

.debet {
  color: #155724;
  background-color: #d4edda;
}

.kredit {
  color: #856404;
  background-color: #fff3cd;
}

/* .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.6rem;
} */

div.dt-buttons {
  position: initial;
  margin-left: 20px;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  color: #444;
  box-shadow: none;
}

.page-link:hover {
  z-index: 2;
  color: #444;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

@keyframes bg-pulse {
  0% {
    background-color: #ff0707;
  }

  50% {
    background-color: #c471ed;
  }

  100% {
    background-color: #f64f59;
  }
}

@keyframes pulse {
  0% {
    color: #ff0707;
  }

  50% {
    color: #c471ed;
  }

  100% {
    color: #f64f59;
  }
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: -5;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.bg-succsoft {
  background-color: #dff0d880;
  border-color: #d6e9c680;
}

.bg-infosoft {
  background-color: #d9edf780;
  border-color: #bce8f180;
}

.bg-dangsoft {
  background-color: #f2dede80;
  border-color: #ebccd180;
}

.bg-warsoft {
  background-color: #fcf8e380;
  border-color: #faebcc80;
}

.tooltip {
  position: relative;
  backdrop-filter: blur(5px);
}

.tooltip:after,
.tooltip:before {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.tooltip:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.5);
  border-left: 6px solid transparent;
  content: "";
  height: 0;
  top: 20px;
  left: 20px;
  width: 0;
}

.tooltip:before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
  top: 26px;
  white-space: nowrap;
}

.tooltip.fade:after,
.tooltip.fade:before {
  transform: translate3d(0, -10px, 0);
  transition: all 0.15s ease-in-out;
}

.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
  opacity: 0.5;
  transform: translate3d(0, 0, 0);
}

.tooltip.expand:before {
  transform: scale3d(0.2, 0.2, 1);
  transition: all 0.2s ease-in-out;
}

.tooltip.expand:after {
  transform: translate3d(0, 6px, 0);
  transition: all 0.1s ease-in-out;
}

.tooltip.expand:hover:after,
.tooltip.expand:hover:before {
  opacity: 0.5;
  transform: scale3d(1, 1, 1);
}

.tooltip.expand:hover:after {
  transition: all 0.2s 0.1s ease-in-out;
}

.tooltip.swing:after,
.tooltip.swing:before {
  transform: translate3d(0, 30px, 0) rotate3d(0, 0, 1, 60deg);
  transform-origin: 0 0;
  transition: transform 0.15s ease-in-out, opacity 0.2s;
}

.tooltip.swing:after {
  transform: translate3d(0, 60px, 0);
  transition: transform 0.15s ease-in-out, opacity 0.2s;
}

.tooltip.swing:hover:after,
.tooltip.swing:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(1, 1, 1, 0deg);
}

@media (max-width: 765px) {
  body {
    text-align: left;
  }

  .box_danger,
  .box_success,
  .box_warning,
  .breadcrumb {
    max-width: 300px;
    width: 100%;
  }
}

@media (min-resolution: 3dppx) {
  .box_danger,
  .box_success,
  .box_warning,
  .breadcrumb {
    max-width: 300px;
    width: 100%;
  }
}

@media (min-resolution: 288dpi) {
  .box_danger,
  .box_success,
  .box_warning,
  .breadcrumb {
    max-width: 300px;
    width: 100%;
  }
}

.custom-file-input {
  position: relative;
  display: inline-block;
  height: calc(2.25rem+2px);
  margin-bottom: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2.25rem+2px);
  padding: 0.65rem 0.65rem;
  line-height: 1.2;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f093";
  color: #fff;
  background-color: #28a745;
  border-left: inherit;
  border-radius: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.preloader {
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f6f998;
  backdrop-filter: blur(5px);
  height: 100vh;
  width: 100%;
  transition: height 25ms linear;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #03030391;
}

.fade {
  transition: opacity 7.5ms linear;
  transition-property: opacity;
  transition-duration: 75ms;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #a1a8ad;
}

.separator::after,
.separator::before {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ced4da;
}

.separator:not(:empty)::before {
  margin-right: 0.35em;
}

.separator:not(:empty)::after {
  margin-left: 0.35em;
}

.nav-link img {
  width: 35px;
  margin-top: -5px;
}

.longtext {
  word-wrap: break-word !important;
}

.logo_mini img {
  height: 4rem;
  width: 4rem;
  padding: 0;
  margin: 0;
}

.overlay-text {
  position: absolute;
  z-index: 10;
  bottom: 0;
}

.bg-ireng {
  background-color: #ffffff80;
  backdrop-filter: blur(5px);
}

.ms-ul,
ul {
  list-style-position: inside;
  list-style: none;
  padding-left: 0;
}

#bg-recmed {
  background-color: #f2dede8e;
  border-color: #ebccd18e;
}

.multiselect {
  width: 100%;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: 700;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

.submitBtn {
  margin-top: 15px;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 1.5rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0;
  border: 1px solid #ced4da;
}

.select2-selection__rendered {
  line-height: 34px !important;
}

.select2-container .select2-selection--single {
  height: 36px !important;
}

.select2-selection__arrow {
  height: 36px !important;
}

.antrifont {
  font-size: 85px;
  font-weight: 700;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  /*background-color:#666;color:transparent;text-shadow:rgba(255,255,255,.5) 0 3px 3px*/
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 3px;
  width: 20px;
}

.table-hover,
.tr:nth-child(even),
table-striped {
  background-color: #d9edf72a;
  border-bottom: 1px solid #dee2e6;
}

.myhr {
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
  height: 1rem;
}

@media print {
  .no-cetak,
  .no-cetak * {
    display: none !important;
  }
}

.modal-xl-mod {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-xl-mod .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-xl-mod .modal-footer,
.modal-xl-mod .modal-header {
  border-radius: 0 !important;
}

.modal-xl-mod .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-xl-mod-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-xl-mod-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-xl-mod-sm-down .modal-footer,
  .modal-xl-mod-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-xl-mod-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-xl-mod-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-xl-mod-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-xl-mod-md-down .modal-footer,
  .modal-xl-mod-md-down .modal-header {
    border-radius: 0;
  }

  .modal-xl-mod-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-xl-mod-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-xl-mod-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-xl-mod-lg-down .modal-footer,
  .modal-xl-mod-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-xl-mod-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-xl-mod-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-xl-mod-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-xl-mod-xl-down .modal-footer,
  .modal-xl-mod-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-xl-mod-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-xl-mod-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-xl-mod-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-xl-mod-xxl-down .modal-footer,
  .modal-xl-mod-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-xl-mod-xxl-down .modal-body {
    overflow-y: auto;
  }
}

div.dt-button-collection .dt-button {
  min-width: 0;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: auto;
}

div.container {
  max-width: 1200px;
}

.widget-user .widget-user-header {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  height: 135px;
  padding: 1rem;
  text-align: center;
}

.main-footer {
  background-color: #fff;
  color: #333;
  font-size: 11pt;
  padding: 1rem !important;
}

.timeline > .time-label > span {
  border-radius: 999px;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 5px 12px;
  border: 1px solid rgba(16,24,32,.08);
}

.kanan {
  float: right !important;
}

.sidebar {
  height: calc(100% - (3.5rem + 1px));
  overflow-x: hidden;
  overflow-y: initial;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  border-right: 1px solid #dee2e6;
  scrollbar-color: #dee2e6 transparent;
  scrollbar-width: none;
  z-index: 2004;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

/* =====================================================================
 * Soft Modern Overrides
 * ===================================================================== */
:root {
  --rad-sm: 8px;
  --rad: 12px;
  --rad-lg: 18px;
  --rad-pill: 999px;
  --shadow-soft: 0 1px 2px rgba(16, 24, 32, .04), 0 4px 16px rgba(16, 24, 32, .06);
  --shadow-md: 0 4px 14px rgba(16, 24, 32, .08), 0 10px 30px rgba(16, 24, 32, .06);
  --line-soft: rgba(16, 24, 32, .08);
  --brand-green: #0b5a30;
  --brand-green-2: #0e6d3a;
}

body {
  background:
    radial-gradient(900px 500px at -10% -10%, #eef6f0 0%, transparent 55%),
    radial-gradient(800px 600px at 110% 0%, #eaf3ed 0%, transparent 60%),
    #f4f7f5;
}

/* Cards */
.card {
  border: 1px solid var(--line-soft);
  border-radius: var(--rad-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.card-header,
.card-footer {
  border-color: var(--line-soft);
  background: #fff;
}
.card-header {
  border-top-left-radius: var(--rad-lg) !important;
  border-top-right-radius: var(--rad-lg) !important;
}
.card-footer {
  border-bottom-left-radius: var(--rad-lg) !important;
  border-bottom-right-radius: var(--rad-lg) !important;
}
.card.card-outline-tabs > .card-header,
.card-primary:not(.card-outline) > .card-header,
.card-success:not(.card-outline) > .card-header,
.card-info:not(.card-outline) > .card-header,
.card-warning:not(.card-outline) > .card-header,
.card-danger:not(.card-outline) > .card-header,
.card-secondary:not(.card-outline) > .card-header {
  border-top-left-radius: var(--rad-lg) !important;
  border-top-right-radius: var(--rad-lg) !important;
}
.card-mod,
.card-mod-warning {
  border-radius: var(--rad-lg);
  box-shadow: var(--shadow-soft);
}

/* Inputs */
.form-control,
.custom-select,
.select2-container--bootstrap4 .select2-selection {
  border-radius: var(--rad) !important;
  border: 1px solid #dfe3e6;
  background-color: #fbfcfc;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.form-control:focus,
.custom-select:focus,
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  background: #fff;
  border-color: var(--brand-green) !important;
  box-shadow: 0 0 0 3px rgba(11, 90, 48, .12) !important;
}
.input-group > .form-control,
.input-group > .custom-select {
  border-radius: var(--rad) !important;
}
.input-group .input-group-text {
  border-radius: var(--rad) !important;
  border-color: #dfe3e6;
  background: #f4f7f5;
  color: var(--brand-green);
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.input-group-prepend .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group-append .input-group-text {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.custom-file-label {
  border-radius: var(--rad) !important;
  border-color: #dfe3e6;
}
.custom-file-label::after {
  border-radius: 0 var(--rad) var(--rad) 0 !important;
  background: linear-gradient(180deg, var(--brand-green-2), var(--brand-green));
}

/* Buttons */
.btn {
  border-radius: var(--rad);
  padding: .5rem 1rem;
  font-weight: 600;
  letter-spacing: .01em;
  transition: transform .08s, box-shadow .15s, background .15s, color .15s, border-color .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-sm { border-radius: var(--rad-sm); padding: .3rem .7rem }
.btn-lg { border-radius: var(--rad-lg); padding: .7rem 1.4rem }
.btn-block { border-radius: var(--rad); }
.btn-primary {
  background: linear-gradient(180deg, #1e88e5, #1565c0);
  border-color: transparent;
}
.btn-success {
  background: linear-gradient(180deg, var(--brand-green-2), var(--brand-green));
  border-color: transparent;
}
.btn-danger  { background: linear-gradient(180deg, #ef5350, #c62828); border-color: transparent; }
.btn-warning { background: linear-gradient(180deg, #ffb300, #f57c00); border-color: transparent; color: #fff; }
.btn-info    { background: linear-gradient(180deg, #26c6da, #00838f); border-color: transparent; color: #fff; }
.btn-secondary { background: #eef1f3; border-color: #e1e5e8; color: #2d3a3f; }
.btn-secondary:hover { background: #e6eaec; color: #1a2226 }
.btn-group .btn { border-radius: 0 }
.btn-group .btn:first-child { border-top-left-radius: var(--rad); border-bottom-left-radius: var(--rad) }
.btn-group .btn:last-child  { border-top-right-radius: var(--rad); border-bottom-right-radius: var(--rad) }

/* Navbar */
.main-header.navbar {
  border-bottom: 1px solid var(--line-soft);
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.navbar-light {
  background-color: rgba(255,255,255,.78) !important;
  backdrop-filter: blur(8px);
}

/* Sidebar - simple & clean */
.main-sidebar { box-shadow: none }
[class*="sidebar-light-"] {
  background-color: #fff !important;
  backdrop-filter: none;
}
.sidebar { border-right: 0; padding: 0 8px }
.brand-link {
  border-bottom: 1px solid var(--line-soft);
  padding: .75rem 1rem;
  background: transparent !important;
}
.brand-link .brand-image {
  max-height: 36px;
  box-shadow: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.user-panel {
  border-bottom: 1px solid var(--line-soft);
  padding: 10px 4px !important;
  margin: 0 4px 8px !important;
}
.user-panel .image img {
  box-shadow: none;
  padding: 0;
  width: 36px;
  height: 36px;
}
.user-panel .info a {
  color: #2d3a3f;
  font-weight: 500;
  font-size: 13.5px;
  padding: 0 .5rem !important;
}
.nav-header {
  color: #98a4ab !important;
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 14px 14px 4px !important;
  font-weight: 600;
}
/* Parent items — clean & bold */
.nav-sidebar .nav-item > .nav-link {
  border-radius: 8px;
  margin: 1px 4px;
  padding: .55rem .8rem;
  color: #2d3a3f;
  font-weight: 600;
  letter-spacing: .01em;
  transition: background .12s, color .12s;
}
.nav-sidebar .nav-item > .nav-link:hover {
  background: #f3f5f4;
  color: var(--brand-green);
  box-shadow: none;
}
.nav-sidebar .nav-item > .nav-link.active,
.nav-sidebar > .nav-item .nav-link.active {
  background: rgba(11,90,48,.10) !important;
  color: var(--brand-green) !important;
  box-shadow: none;
  font-weight: 700;
}
.nav-sidebar .nav-icon { color: inherit; width: 1.4rem; font-size: .95rem }
.nav-sidebar .nav-link p { font-size: 13.5px }

/* Sub-menu (treeview) — vertical guide line, no rounded pill, no thick border-left */
.nav-sidebar .nav-treeview {
  position: relative;
  margin: 4px 0 6px 22px !important;
  padding-left: 14px !important;
}
.nav-sidebar .nav-treeview::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(16,24,32,.10);
}
/* override AdminLTE's .nav-flat.nav-sidebar treeview border-left */
.nav-flat.nav-sidebar > .nav-item .nav-treeview .nav-item > .nav-link,
.nav-flat.nav-sidebar > .nav-item > .nav-treeview .nav-item > .nav-link,
.nav-sidebar .nav-treeview > .nav-item > .nav-link {
  border-left: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: .4rem .75rem .4rem .85rem !important;
  font-size: 13px;
  font-weight: 600;
  color: #4a5760;
  position: relative;
  background: transparent !important;
}
.nav-sidebar .nav-treeview > .nav-item > .nav-link:hover {
  color: var(--brand-green);
  background: transparent !important;
}
/* Active sub-item: solid green dot on the guide line + bold green text */
.nav-sidebar .nav-treeview > .nav-item > .nav-link.active {
  color: var(--brand-green) !important;
  font-weight: 700;
  background: transparent !important;
}
.nav-sidebar .nav-treeview > .nav-item > .nav-link.active::before {
  content: "";
  position: absolute;
  left: -8.5px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-green);
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px #fff;
}
.nav-sidebar .nav-treeview .nav-icon {
  font-size: .85rem;
  width: 1.2rem;
  opacity: .85;
}
.nav-sidebar .nav-treeview .nav-link p { font-size: 13px }
/* Hide AdminLTE's caret rotation jitter & keep right-arrow consistent */
.nav-sidebar .nav-link > p > .right { transition: transform .15s }
.nav-sidebar .menu-open > .nav-link > p > .right { transform: rotate(-90deg) }

/* Content header / breadcrumb */
.content-header {
  padding: 14px .5rem;
}
/* .breadcrumb {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--rad);
  box-shadow: var(--shadow-soft);
} */

/* Tables */
.table {
  border-radius: var(--rad);
  overflow: hidden;
}
.table thead th {
  border-bottom: 1px solid var(--line-soft);
  background: #f6f8f7;
  color: #2d3a3f;
  font-weight: 600;
  letter-spacing: .02em;
}
.table td, .table th {
  border-top: 1px solid var(--line-soft);
  vertical-align: middle;
}
.table-hover tbody tr:hover { background: rgba(11,90,48,.04) }

/* Pagination */
.pagination .page-link {
  border-radius: var(--rad-sm);
  margin: 0 2px;
  border-color: var(--line-soft);
}
.pagination .page-item.active .page-link {
  background: linear-gradient(180deg, var(--brand-green-2), var(--brand-green)) !important;
  border-color: transparent !important;
  color: #fff !important;
}

/* Badges & alerts */
.badge { border-radius: var(--rad-pill); padding: .35em .7em; font-weight: 600 }
.alert { border-radius: var(--rad); border: 1px solid transparent }

/* Dropdown menu */
.dropdown-menu {
  border-radius: var(--rad);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-md);
  padding: .35rem;
}
.dropdown-item { border-radius: var(--rad-sm); padding: .45rem .7rem }
.dropdown-item:hover, .dropdown-item:focus { background: rgba(11,90,48,.06); color: var(--brand-green) }
.dropdown-item.active, .dropdown-item:active {
  background: linear-gradient(180deg, var(--brand-green-2), var(--brand-green));
}

/* Modals */
.modal-content {
  border: 0;
  border-radius: var(--rad-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.modal-header { border-bottom: 1px solid var(--line-soft); padding: 1rem 1.25rem }
.modal-footer { border-top: 1px solid var(--line-soft); padding: .85rem 1.25rem }

/* Small box / info-box (AdminLTE) */
.small-box,
.info-box {
  border-radius: var(--rad-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.info-box .info-box-icon { border-top-left-radius: var(--rad-lg); border-bottom-left-radius: var(--rad-lg) }

/* Soft scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px }
::-webkit-scrollbar-thumb { background: #cfd6d2; border-radius: var(--rad-pill) }
::-webkit-scrollbar-thumb:hover { background: #a8b3ad }
::-webkit-scrollbar-track { background: transparent }

/* Misc */
.main-footer {
  border-top: 1px solid var(--line-soft);
  background: #fff;
}
.dt-buttons .btn { border-radius: var(--rad-sm) }
.select2-container--bootstrap4 .select2-dropdown {
  border-radius: var(--rad);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-md);
}

