@import url("font_amita.css");

body {
  font-family: "Segoe UI Local", "Segoe UI Web (West European)";
  font-weight: 400;
  background-color: #f4f6f9;
}
.nav-legacy.nav-sidebar > .nav-item > .nav-link {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}
.nav-legacy.nav-sidebar > .nav-item > .nav-link.active {
  background-color: #f1f1f146 !important;
  backdrop-filter: blur(5px);
  border-left: 3px solid transparent;
  box-shadow: none;
}

.active_dropdown {
  background-color: #f1f1f146 !important;
  backdrop-filter: blur(1px) !important;
  border-left: 3px solid #fff !important;
  box-shadow: none !important;
}

.body-login {
  background-image: linear-gradient(125deg, #eadcd8, #d3dde6, #d3dde6, #eadcd8);
  --fa-secondary-opacity: 1;
  --fa-primary-color: #abc123;
  --fa-secondary-color: #fbf8f8;
  min-height: 309px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes gradient {
  0% {
    background-position: 0 40%;
  }

  50% {
    background-position: 100% 40%;
  }

  100% {
    background-position: 0 40%;
  }
}

[class*="sidebar-dark-"] {
  background-color: #343a40ec;
  backdrop-filter: blur(5px);
}

.navbar-light {
  background-color: #f8f9fab9;
  backdrop-filter: blur(5px);
}

.layout-navbar-fixed
  .wrapper
  .sidebar-dark-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-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI Semilight");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI Local";
  src: local("Segoe UI Semibold");
  font-weight: 600;
  font-style: normal;
}

@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-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-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-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;
}

.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: 0.2rem;
  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.145rem 0.155rem rgba(0, 0, 0, 0.035) !important;
  transition: border-color 0.5s ease-in-out, box-shadow 0.9s ease-in-out;
}

.content-wrapper {
  /* background-image: url(../../uploads/pengaturan/bg_logo.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right */
}

.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-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: 0;
  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: 0;
  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.75rem 0.75rem;
  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 0.25rem 0.25rem 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;
}

#captha {
  animation: 3.5s infinite anim-flipX;
}

@keyframes anim-flipX {
  0% {
    opacity: 0;
    transform: rotateX(90def);
  }

  100%,
  50% {
    opacity: 1;
    transform: rotateX(720deg);
  }
}

.logo_mini img {
  height: 2rem;
  width: 2rem;
  padding: 0;
  margin: 0;
}

.overlay-text {
  position: absolute;
  z-index: 10;
  bottom: 0;
}

.bg-ireng {
  background-color: #2c3e5080;
  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.45rem;
}
.dropdown-menu-lg {
  width: 300px !important;
  min-width: 280px !important;
  padding: 0;
}

.select2-selection__rendered {
  line-height: 34px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-selection__arrow {
  height: 36px !important;
}

.antrifont {
  font-size: 120px;
  font-weight: 700;
  /*background-color:#666;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;color:transparent;text-shadow:rgba(255,255,255,.5) 0 3px 3px*/
}

.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;
}

.bg-sidebar {
  background-color: #b8113c !important;
}

.cariBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#cari_baru {
  width: 100%;
  height: 2.8rem;
  background: #fff;
  outline: 0;
  border: 1px solid #49505736;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
}

#kirim_baru {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: 0 0;
  border: none;
  outline: 0;
}

#kirim_baru:hover {
  cursor: pointer;
}

.rds50 {
  border-radius: 120px !important;
}

.layout-navbar-fixed
  .wrapper
  .sidebar-dark-white
  .brand-link:not([class*="navbar"]) {
  background-color: transparent;
}

a,
a:hover,
.card {
  color: #495057;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #f64f59;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.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;
  }
}
