.iepa_settings_wrapper {
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
  background: #fff;
  margin: 40px 0 20px 0;
  font-size: 13px;
}
.iepa_settings_wrapper.actively-open .iepa-tab-title {
  border-bottom: 2px solid #c3c4c7;
}
.iepa_settings_wrapper.actively-open .dashicons.dashicons-arrow-down,
.iepa_settings_wrapper:not(.actively-open) .dashicons.dashicons-arrow-up,
.iepa_settings_wrapper:not(.actively-open) .content-settings {
  display: none;
}
.iepa-tab-title {
  color: #3c434a;
  margin-bottom: 9px;
  margin-top: 9px;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}
.iepa-tab-title .dashicons.dashicons-arrow-down, .iepa-tab-title .dashicons.dashicons-arrow-up {
  float: right;
}
.field_iepa {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.field_iepa .field_label_iepa {
  width: 20%;
  font-weight: bold;
}
.field_iepa .field_input_iepa {
  width: 80%;
}
.field_iepa .field_input_iepa input[type="checkbox"] {
  width: unset;
}
.field_iepa .field_input_iepa input {
  width: 50%;
}
.field_iepa .required {
  color: red;
}
.field_iepa_wrapper {
  padding: 30px;
}
.podcast-player-wrapper{
  background: #1b2039;
}
#play_button{
  width: 25px;
  height: 25px;
}
