.confirm-modal {
  font-size: 16px !important;
  color: #333;
  padding: 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
  border-radius: 8px;
  z-index: 100;
  width: 628px;
  height: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  margin: auto;
}

.confirm-modal .confirm-modal-title {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.confirm-modal .modal-explanation {
  margin-top: 30px;
}

.confirm-modal textarea {
  width: 100%;
  height: 110px;
  resize: none;
  border: none;
  outline: none;
  padding: 15px;
  background-color: #eee;
  border-radius: 4px;
  margin-top: 10px;
}

.confirm-modal .modal-bottom-bar {
  width: 100%;
  height: fit-content;
  margin-top: 40px;
  margin-bottom: 30px;
}

.confirm-modal .modal-bottom-bar-btn {
  width: 45%;
  height: 56px;
  color: #fff;
  margin: 0 2%;
  display: inline-block;
  border: none;
  border-radius: 4px;
  outline: none;
}

.confirm-modal .modal-bottom-bar-btn.cancel {
  box-sizing: border-box;
  background-color: transparent;
  border: 0.1rem solid #5c4d44;
  color: #5c4d44;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 0.8rem;
}

.confirm-modal .modal-bottom-bar-btn.confirm {
  background: linear-gradient(90deg, #fe676e 0%, #fd8f52 95.31%);
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 0.8rem;
}
