.modal .modal-dialog {
  justify-content: center;
}

.modal .modal-header,
.modal .modal-footer {
  position: relative;
  border: 0 !important;
}

.modal .modal-header .btn-close {
  position: absolute;
  right: 0;
  top: 0.2rem;
}

.modal .modal-title {
  position: relative;
  min-height: 1em;
}

.modal .modal-content {
  filter: drop-shadow(2px 2px 4px #666666);
  max-height: calc(100vh - 100px);
  width: calc(100% - 2.5rem);
}

.modal .modal-body::-webkit-scrollbar {
  width: 4px;
}

.modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
}

.modal .modal-body {
  padding: 0rem 1rem 0rem 1rem;
}

.modal-backdrop.show {
  opacity: 0.7;
}