.mwd-section-to {
  padding: 2vh 2rem !important;
  background-image: url("../../../../../assets/images/1920/1080/abstract-001-001.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.mwd-area-to {
  margin: 0 auto;
  max-width: 740px;
}

.mwd-container-to {
  background-color: rgba(101, 135, 135, 0.24); 
  border-radius: 10px;
  padding: 1rem;
}

.mwd-to-text-area-header {
  background-color: rgba(55, 69, 81, 0.4);
  color: #ffffff;
  padding: 6px 10px;
  border-top-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;  
}

.mwd-to-text-area textarea {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  resize: none !important;
  border: 1px solid rgba(55, 69, 81, 0.2);
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.mwd-to-text-area textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.mwd-to-container-tf-message {
  margin-bottom: 6px; 
}

.char-counter {
  font-size: 0.9rem;
  color: #666;
  min-height: 24px;
}

.btn-selected {
  background-color: #0d6efd !important;
  color: white !important;
  border-color: #0d6efd !important;
}

.btn-selected-space {
  background-color: #198754 !important;
  color: white !important;
  border-color: #198754 !important;
}

.btn-selected-special {
  background-color: #dc3545 !important;
  color: white !important;
  border-color: #dc3545 !important;
}

.option-button {
  margin-bottom: 10px;
  width: 100%;
  text-align: left !important;
}

.option-button i {
  float: right;
  margin-top: 4px;
}

#copyBtn,
#resetBtn {
  width: 160px;
  height: 34px;
  padding: 4px 10px !important;
}

#copyBtn i,
#resetBtn i {
  padding: 4px 6px 9px 6px !important;
}

.option-group {
  padding: 10px 10px 0 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.bg-case {

}

.bg-space {

}

.bg-special {

}

.mwd-to-tf-message {
  height: 26px;
}

.mwd-share-buttons-container {
  background-image: url("../../../../../assets/images/sp/001-009.webp");
}

.mwd-sc-buttons {
  margin-top: 10px;
}

.mwd-sc-buttons .btn {
  position: relative;
  padding: 0 !important;
}

.mwd-sc-buttons i {
  position: absolute;
  display: inline-block;
  padding: 4px 6px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.mwd-share-buttons-container .social-icon {
  width: 48px;
  height: 48px;
  font-size: 1em;
  border-radius: 100% !important;
  text-align: center;
  border: 1px solid #ffffff;
  outline: 1px solid rgba(255, 255, 255, 0.60);
  outline-offset: 4px;
}

.mwd-share-buttons-container .social-icon:hover {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.mwd-share-buttons-container .social-icon i {
  margin-top: 10px !important;
}