#custom-success {
  position: fixed;
  right: -450px;
  top: 20px;
  z-index: 9999;
  min-width: 320px;
  max-width: 400px;
  background: #2e7d32;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 1em;
  font-family: sans-serif;
  opacity: 0;
  transition: right 0.4s ease, opacity 0.4s ease;
}
#custom-success.show {
  right: 20px;
  opacity: 1;
}
#success-title {
  font-weight: 700;
  display: block;
  font-size: 1rem;
  margin-bottom: 4px;
}

.ccm-page .wcat-btn-toggle-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

.ccm-page .wcat-btn {
  min-width: 62px;
  height: 26px;
  min-height: 26px;
  padding: 2px 10px;
  border-top: 1px solid #bc2420;
  border-bottom: 1px solid #bc2420;
  background: #dadada;
  color: #949494;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ccm-page .wcat-btn-toggle:first-child,
.ccm-page .wcat-btn-toggle:last-child {
  min-width: 63px;
}

.ccm-page .wcat-btn-toggle:first-child {
  border-left: 1px solid #bc2420;
  border-radius: 6px 0 0 6px;
}

.ccm-page .wcat-btn-toggle:last-child {
  border-right: 1px solid #bc2420;
  border-radius: 0 6px 6px 0;
}

.ccm-page .wcat-btn-toggle:hover {
  background-color: #000;
  color: #fff;
}

.ccm-page .wcat-btn-toggle.is-active,
.ccm-page .wcat-btn-toggle.is-active:hover {
  background-color: #bc2420;
  color: #fff;
  cursor: default;
}

.ccm-page .dto-dimension-modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

.ccm-page .dto-dimension-modal .modal-dialog {
  margin: auto;
}

.ccm-page .dto-dimension-modal .modal-content {
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}

.ccm-page .dto-economy-layout {
  display: block;
}

.ccm-page .dto-economy-pane {
  width: 100%;
}

@media screen and (min-width: 1301px) {
  .ccm-page .dto-economy-layout {
    display: flex;
    gap: 0.25rem;
  }

  .ccm-page .dto-economy-pane {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .dto-form-section {
    padding-bottom: 0px !important;
  }
  .work_img {
    max-width: 75% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .dto-form-section-wrap > .dto-form-section:first-of-type {
    padding-top: 0px !important;
  }
}
