.edit_modal .modal-content {
  border-radius: 6px;
  border: none;
  font-family: Arial, sans-serif;
}

.edit_modal .modal-header {
  justify-content: center;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 16px 24px;
  background: #fffaf5 0% 0% no-repeat padding-box;
  border: 2px solid #fff3e8;
}

.edit_modal .modal-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #343434;
  font-family: Cormorant Garamond;
}

.edit_modal .modal-body {
  padding: 25px 30px;
  height: 400px;
  overflow: auto;
  scrollbar-width: none;
}

.edit_modal .form-label {
  font-size: 13px;
  color: #343434;
  font-weight: 500;
  margin-bottom: 6px;
  font-family: Raleway;
}

.edit_modal .form-control,
.edit_modal .form-select {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 0px;
  font-size: 13px;
  padding: 10px 12px;
  box-shadow: none;
  color: #000;
}

.edit_modal .form-control:focus,
.edit_modal .form-select:focus {
  border-color: #1c2a39;
  box-shadow: none;
  background-color: #fff;
}

.edit_modal .form-check {
  margin-top: 10px;
}

.edit_modal .form-check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.edit_modal .form-check-label {
  font-size: 14px;
  margin-left: 6px;
  cursor: pointer;
}

.edit_modal .modal-footer {
  border-top: 1px solid #eee;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.edit_modal .cancel_btn {
  padding: 3px 20px;
  border-radius: 2px;
  font-size: 16px;
  width: 120px;
  border-color: #707070;
  background: none;
  color: #000;
}

.edit_modal .save_btn {
  width: 120px;
  padding: 3px 20px;
  border-radius: 2px;
  background-color: #1c2a39;
  border: none;
}

.edit_modal .custom-close-btn {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #884200;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  aspect-ratio: 1/1;
  color: #ffffff;
}

.edit_modal .custom_select__control {
  border: 1px solid #cccccc !important;
  border-radius: 0 !important;
}

.edit_modal .custom_select__menu {
  border-radius: 0 !important;
}

.edit_modal .custom_select__menu-list {
  border-radius: 0 !important;
}

.edit_modal .custom_select__option {
  border-radius: 0 !important;
}

.edit_modal .custom_select__value-container {
  border-radius: 0 !important;
}

.edit_modal .custom_select__indicators {
  border-radius: 0 !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  .edit_modal .modal-body {
    padding: 10px;
    height: 330px;
  }

  .edit_modal .modal-title {
    font-size: 20px;
  }

  .edit_modal .modal-header .btn-close {
    width: 16px;
    height: 16px;
    top: 24px;
  }

  .edit_modal .btn-outline-dark {
    padding: 5px;
  }

  .edit_modal .btn-dark {
    padding: 7px;
  }

  .edit_modal .cancel_btn,
  .edit_modal .save_btn {
    width: 110px;
  }
}
