.plezi-tracker-form {
  width: 45%;
  float: left;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  box-shadow: 1px 2px 10px -2px rgba(0, 45, 79, 0.2);
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 40px;
  margin-right: 3%;
  margin-top: 1%;
}

.plezi-tracker-form h2 {
  margin-top: 0;
}

.plezi-tracker-form table th {
  display: none;
}

.plezi-tracker-form table td {
  padding-left: 0;
  padding-right: 0;
}

.plezi-tracker-form textarea {
  background: #FFFFFF;
  border: 0.5px solid #B3B3B3;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  min-height: 140px;
}

.plezi-tracker-form .plz-submit-button:hover,
.plezi-tracker-form .plz-submit-button:focus,
.plezi-tracker-form .plz-submit-button {
  float: right;
  background: #D91378;
  border-radius: 5px;
  border: 0;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
}

.plezi-tracker-form .plz-delete-button:hover,
.plezi-tracker-form .plz-delete-button:focus,
.plezi-tracker-form .plz-delete-button {
  background: #002D4F;
}

.plezi-tracker-form .introduction {
  font-size: 16px;
  line-height: 20px;
}

.plezi-tracker-form textarea {
  font-size: 16px;
}

.plezi-tracker-informations {
  width: 45%;
  float: left;
  border-radius: 16px;
  background: linear-gradient(322.43deg, rgba(217, 19, 120, 0.19) -43.76%, #002D4F 125.12%);
  padding: 40px;
  margin-top: 1%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
}

.plezi-tracker-informations h2 {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.plezi-tracker-informations ul {
  list-style: disc;
}

.plz-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.plz-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.plz-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.plz-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.plz-switch input:checked + .plz-slider {
  background-color: #61EFCF;
}

.plz-switch input:focus + .plz-slider {
  box-shadow: 0 0 1px #2196F3;
}

.plz-switch input:checked + .plz-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.plz-slider.plz-round {
  border-radius: 34px;
}

.plz-slider.plz-round:before {
  border-radius: 50%;
}

.plz-switch-label-status {
  margin-left: 10px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(107, 107, 121, 0.5);
}

.plz-footer {
  font-size: 16px;
  line-height: 20px;
  color: #002D4F;
}

.plz-footer-image {
  position: relative;
  top: 5px;
}

.plezi-tracker-form .plz-error-validation {
  display: none;
  font-size: 16px;
  line-height: 20px;
  color: #dc3232;
}

.plezi-tracker-form .plz-error-validation.enable {
  display: block;
}

.plz-date-validation {
  font-size: 14px;
  line-height: 17px;
  color: #70818D;
}

.plezi-tracker-form .introduction .ico-valid {
  float: left;
  margin-right: 5px;
}
