.modal {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.modal-dialog {
  margin: 2rem;
}

.custom-scrollbar {
  overflow-y: scroll;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: grey;
  border-radius: 12px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #5A0E6A;
  border-radius: 12px;
}

.modal_title {
  font-weight: bold;
  font-size: 1.2em;
}

.modal-title {
  font-weight: bold;
  font-size: 1.8em;
}

.affirmation_card {
  background-color: #5a0e6a !important;
  max-width: 60rem;
  height: 60px;
  overflow: auto;
  margin-bottom: 10px !important;
}

.modal-footer {
  display: inline-block;
}

.modal_button {
  float: right;
  margin-left: 3px;
  box-shadow: 3px 3px 5px #ccc;
  transition: all 0.3s ease-out;
}

.description_job {
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.modal_button:hover {
  background-color: #00b6ad;
  border-color: #00b6ad;
  transform: scale(1.04);
  transition: all 0.3s ease-out;
}

.modal_button:focus {
  background-color: #00b6ad;
  border-color: #00b6ad;
}

.modal_button {
  background-color: #00b6ad;
  border-color: #00b6ad;
  font-weight: 700;
  color: white;
}

#description {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  padding-right: 3.5%;
  overflow: auto;
  white-space: pre-wrap;
  font-family: "Segoe UI";
}

.modal-header-bwa {
  background-color: #5A0E6A;
  padding: 25px 25px 10px 25px;
  color: #FFF;
}

.modal-body {
  padding: 25px 25px 10px 25px;
}

