.field-info {
  display: block;
  font-style: italic;
  margin-top: 5px;
  color: #838383;
}
.vtt-form-input {
  width: 100%;
}
.form-table tr td:first-child {
  width: 240px;
}
.form-table {
  position: relative;
}
.form-table textarea {
  width: 400px;
  height: 120px;
}
.form-table textarea.txt-with-height {
  width: 500px;
  height: 180px;
}
.form-table input.ff-tab-s {
  width: 500px;
}

.form-table2 tr td:first-child {
  width: 120px;
}
.form-table2 .ff-tab-s2 {
  width: 200px;
}
.form-table2 tr td:nth-child(3) input {
  width: 90px;
  height: auto;
}
.form-table2 tr th {
  text-align: left;
}
.form-table2 {
  margin-top: 10px;
}

.google-ads-code-area {
  width: 450px;
  height: 220px;
}

/* Subtitle */
.f-width {
  width: 100%;
}
input.subtitle_form_input {
  padding: 8px;
}
.custom_subtitle_wrapper {
  margin-bottom: 25px;
}
.custom_subtitle_wrapper p {
  margin: 5px;
 }
/* Subtitle END */


/* Theme options */
.theme_options_wrapper {
  padding-top: 20px;
}

.widget_text_area {
  width: 100%;
  height: 120px;
}
.widget_too_input {
  width: 100%;
  padding: 8px;
}
.explan-tt {
  margin-top: 30px;
}
.colorpicker {
  z-index: 99999;
}
@media all and (max-width: 576px) {
  .form-table input.ff-tab-s,
  .form-table .ff-tab-s {
    width: 240px;
  }
}