.success_block_wrapper {
  display: none;
  font-size: 18px;
  max-width: 300px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 7px 13px 21px 5px rgb(0 0 0 / 11%);
  text-align: center;
  margin-bottom: 20px;
}

.table-styles {
  box-shadow: 7px 13px 21px 5px rgb(0 0 0 / 11%);
}

.table-success {
  background-color: #defade;
}

.btn-dsp-none {
  display: none;
}

.btn-edit,
.btn-save {
  width: 135px;
}

.form-select {
  width: 130px;
  margin-right: 15px;
}

/* modal */

.modal {
  display: none;
  position: relative;
  padding: 50px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}

.modal_dialog {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: auto;
  padding: 35px;
  border: 0;
  border-radius: 10px;
  background-color: white;
  transition: all 0.2s ease;
}

.form_title {
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.form_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 200px;
  margin: 0 auto;
}

.modal_input {

  margin-bottom: 10px;
}

.modal_button {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

/* END modal */

.table-bordered>:not(caption)>*>* {
  border-width: 1px 1px 1px 1px;
}