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

.mwd-tg {
  margin: 1rem auto;
  max-width: 820px;
}

.mwd-tg-form {
  padding: .5rem;
  background-color: rgba(101, 135, 135, 0.24);
  border: 3px solid rgba(255, 255, 255, 0.64);  
  border-radius: 10px;
}
		
textarea {
  resize: vertical;
}

.form-control-lg.spinner-input {
  width: 100px;
}
	
.mwd-tg-iat {
  padding-top: 10px;
  text-align: right;
}

.mwd-tg-iat span {
  display: inline-block;
  padding-right: 10px;
  font-size: larger;
}
	
.mwd-tg-text-field-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
	
.mwd-tg-form-switch-container {
  margin-bottom: 20px;
}
	
.mwd-toggle {
  display: inline-block;
  padding: 4px;
  margin-right: 20px;
}

.mwd-toggle .form-check-input {
  width: 48px;
  height: 24px;
  padding: 4px 4px 6px 4px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ccc;
  border-radius: 24px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-left: 0;
  box-sizing: border-box;
}

.mwd-toggle .form-check-input:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: transparent;
}

.mwd-toggle .form-check-input:checked {
  background-color: #0d6efd;
}

.mwd-toggle .form-check-input:checked:before {
  transform: translateX(24px);
  background-color: white;
  color: #0d6efd;
  content: "\f00c";
  box-shadow: none;
}
	
.mwd-toggle span {
  display: inline-block;
  padding-left: 10px; 
  padding-top: 4px;
}
	
#generateBtn, #copyBtn {
  width: 160px !important;
}

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

.mwd-btn-sc {
  position: relative;
  width: 200px !important;
  padding: 6px 12px 6px 60px;
  text-align: left;
}

.mwd-btn-sc-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}
