.tvd-modal {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0;
  max-width: 400px;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 2px;
  will-change: top, opacity; }
  @media only screen and (max-width: 1400px) {
    .tvd-modal {
      max-width: 600px !important;
      width: 80%; } }
  .tvd-modal h1, .tvd-modal h2, .tvd-modal h3, .tvd-modal h4 {
    margin-top: 0; }
    #wpbody .tvd-modal h1, .tvd-modal .tvd-modal h1, #wpbody .tvd-modal h2, .tvd-modal .tvd-modal h2, #wpbody .tvd-modal h3, .tvd-modal .tvd-modal h3, #wpbody .tvd-modal h4, .tvd-modal .tvd-modal h4 {
      margin-top: 0; }
  .tvd-modal .tvd-modal-content {
    padding: 40px 40px 0;
    position: relative;
    z-index: 3; }
    .tvd-modal .tvd-modal-content .tvd-icon-big {
      margin-bottom: 2rem; }
    .tvd-modal .tvd-modal-content:after {
      display: block;
      content: '';
      height: 40px; }
  .tvd-modal .tvd-modal-close {
    cursor: pointer; }
  .tvd-modal .tvd-modal-footer {
    padding: 20px;
    width: 100%; }
    .tvd-modal .tvd-modal-footer .tvd-row {
      margin: 0; }
    .tvd-modal .tvd-modal-footer .tvd-btn-flat {
      padding: 0 .5rem; }
  .tvd-modal p a {
    color: inherit;
    text-decoration: underline; }
    #wpbody .tvd-modal p a, .tvd-modal .tvd-modal p a {
      color: inherit; }
  #wpbody .tvd-modal p a, .tvd-modal .tvd-modal p a {
    color: inherit;
    text-decoration: underline; }
  .tvd-modal#tvd-token-modal.tvd-modal .tva-modal-token-step.tvi-step-one .tvd-modal-footer {
    padding: 0 40px 22px 40px; }
  .tvd-modal#tvd-token-modal.tvd-modal .tva-modal-token-step.tvi-step-one .tvd-modal-footer .tvd-col {
    padding: 0; }
  .tvd-modal#tvd-token-modal.tvd-modal .tva-modal-token-step.tvi-step-one .tvd-modal-footer .tvd-row .tvd-col:nth-child(1) {
    width: 20%; }
  .tvd-modal#tvd-token-modal.tvd-modal .tva-modal-token-step.tvi-step-one .tvd-modal-footer .tvd-row .tvd-col:nth-child(2) {
    position: relative;
    top: -15px;
    padding-right: 40px; }
  .tvd-modal#tvd-token-modal.tvd-modal .tva-modal-token-step.tvi-step-one .tvd-modal-footer .tvd-row .tvd-col:nth-child(2) input {
    text-align: center; }
  .tvd-modal#tvd-token-modal.tvd-modal .tva-modal-token-step.tvi-step-one .tvd-modal-footer .tvd-row .tvd-col:nth-child(4) {
    position: relative;
    top: -5px;
    width: 38%; }
  .tvd-modal#tvd-token-modal.tvd-modal .tva-modal-token-step.tvi-step-two .tvd-modal-content .tvd-row:nth-child(1) {
    margin-left: 0;
    margin-right: 0; }
  .tvd-modal#tvd-token-modal.tvd-modal .tva-modal-token-step.tvi-step-two .tvd-modal-content .tvd-row:nth-child(2) {
    top: 22px;
    position: relative;
    margin: 15px 0; }
  .tvd-modal#tvd-token-modal.tvd-modal .tva-modal-token-step.tvi-step-two .tvd-modal-content .tvd-row:nth-child(2) .tvd-col {
    padding: 0; }
  .tvd-modal#tvd-token-modal .tvd-delete-token-card {
    margin: 0; }
  .tvd-modal#tvd-token-modal .tvd-delete-token-card .tvd-card-content {
    margin-bottom: 50px;
    padding: 30px 30px 30px; }
  .tvd-modal#tvd-token-modal .tvd-delete-token-card .tvd-card-action .tvd-row {
    margin-bottom: 0; }

.tvd-modal-content {
  padding: 40px 40px 0;
  position: relative;
  z-index: 3; }
  .tvd-modal-content .tvd-icon-big {
    margin-bottom: 2rem; }
  .tvd-modal-content:after {
    display: block;
    content: '';
    height: 40px; }

.tvd-modal-close {
  cursor: pointer; }

.tvd-modal-footer {
  padding: 20px;
  width: 100%; }
  .tvd-modal-footer .tvd-row {
    margin: 0; }
  .tvd-modal-footer .tvd-btn-flat {
    padding: 0 .5rem; }

.tvd-modal-title {
  margin-bottom: 2rem; }

#wpbody .tvd-modal-close-x, .tvd-modal .tvd-modal-close-x {
  color: #373737;
  font-size: 35px;
  font-weight: 300;
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 6; }
  #wpbody .tvd-modal-close-x:hover, .tvd-modal .tvd-modal-close-x:hover {
    color: #373737; }

.tvd-modal.tvd-modal-fixed-footer {
  padding: 0;
  height: 70%; }
  .tvd-modal.tvd-modal-fixed-footer .tvd-modal-content {
    position: absolute;
    height: calc(100% - 61px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  .tvd-modal.tvd-modal-fixed-footer .tvd-modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    padding: 10px 20px;
    bottom: 0;
    z-index: 4; }

.tvd-modal-disable:before {
  background: rgba(215, 215, 215, 0.8);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5; }

.tvd-modal-disable .tvd-modal-footer {
  position: relative; }

.tvd-modal.tvd-green, .tvd-modal.tvd-orange, .tvd-modal.tvd-red {
  color: #fff; }
  .tvd-modal.tvd-green h1, .tvd-modal.tvd-green h2, .tvd-modal.tvd-green h3, .tvd-modal.tvd-green h4, .tvd-modal.tvd-green h5, .tvd-modal.tvd-green h6, .tvd-modal.tvd-orange h1, .tvd-modal.tvd-orange h2, .tvd-modal.tvd-orange h3, .tvd-modal.tvd-orange h4, .tvd-modal.tvd-orange h5, .tvd-modal.tvd-orange h6, .tvd-modal.tvd-red h1, .tvd-modal.tvd-red h2, .tvd-modal.tvd-red h3, .tvd-modal.tvd-red h4, .tvd-modal.tvd-red h5, .tvd-modal.tvd-red h6 {
    color: inherit; }
    #wpbody .tvd-modal.tvd-green h1, .tvd-modal .tvd-modal.tvd-green h1, #wpbody .tvd-modal.tvd-green h2, .tvd-modal .tvd-modal.tvd-green h2, #wpbody .tvd-modal.tvd-green h3, .tvd-modal .tvd-modal.tvd-green h3, #wpbody .tvd-modal.tvd-green h4, .tvd-modal .tvd-modal.tvd-green h4, #wpbody .tvd-modal.tvd-green h5, .tvd-modal .tvd-modal.tvd-green h5, #wpbody .tvd-modal.tvd-green h6, .tvd-modal .tvd-modal.tvd-green h6, #wpbody .tvd-modal.tvd-orange h1, .tvd-modal .tvd-modal.tvd-orange h1, #wpbody .tvd-modal.tvd-orange h2, .tvd-modal .tvd-modal.tvd-orange h2, #wpbody .tvd-modal.tvd-orange h3, .tvd-modal .tvd-modal.tvd-orange h3, #wpbody .tvd-modal.tvd-orange h4, .tvd-modal .tvd-modal.tvd-orange h4, #wpbody .tvd-modal.tvd-orange h5, .tvd-modal .tvd-modal.tvd-orange h5, #wpbody .tvd-modal.tvd-orange h6, .tvd-modal .tvd-modal.tvd-orange h6, #wpbody .tvd-modal.tvd-red h1, .tvd-modal .tvd-modal.tvd-red h1, #wpbody .tvd-modal.tvd-red h2, .tvd-modal .tvd-modal.tvd-red h2, #wpbody .tvd-modal.tvd-red h3, .tvd-modal .tvd-modal.tvd-red h3, #wpbody .tvd-modal.tvd-red h4, .tvd-modal .tvd-modal.tvd-red h4, #wpbody .tvd-modal.tvd-red h5, .tvd-modal .tvd-modal.tvd-red h5, #wpbody .tvd-modal.tvd-red h6, .tvd-modal .tvd-modal.tvd-red h6 {
      color: inherit; }

.tvd-lean-overlay {
  position: fixed;
  z-index: 9999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }
  .tvd-lean-overlay.tvd-white-bg {
    background: #fff; }

#tl-modal-base .tvd-modal-content {
  min-width: 600px; }

.tve-leads-assets-preview-templates {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px; }

/*tvo comments modal*/
.tvo-comments-modal {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
  background-color: #fff;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden; }
  .tvo-comments-modal h3 {
    color: #393939;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 110%;
    margin: 0 0 0.65rem 0; }
  .tvo-comments-modal h4 {
    color: #393939;
    font-size: 1rem;
    font-weight: 400;
    line-height: 110%;
    margin: 0.5rem 0 0.4rem 0; }
  .tvo-comments-modal .tvd-no-margin {
    margin: 0 !important; }
  .tvo-comments-modal .tvd-small-text {
    font-size: .875rem; }
  .tvo-comments-modal a {
    color: #03a9f4;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent; }
    .tvo-comments-modal a:focus {
      box-shadow: none; }
  .tvo-comments-modal .tvo-edit-testimonial-tags-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #edefed;
    border: 1px solid #dce0e0; }
  .tvo-comments-modal .tvd-btn {
    color: #fff; }

/*this is for thrive ovation comments view*/
.tvo-preview-email-wrapper {
  background: #f7f7f7;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
  font-size: 1rem;
  margin: 20px 0;
  padding: 20px;
  word-wrap: break-word; }
  .tvo-preview-email-wrapper p {
    font-size: 1rem;
    margin-bottom: 20px; }
  .tvo-preview-email-wrapper a {
    pointer-events: none; }

.tcb-delete-template h3 {
  margin-top: 40px;
  font-size: 22px;
  color: #fffefe !important;
  font-weight: 400; }

.tcb-delete-template .tcb-admin-extra-setting-row .tvd-col {
  padding-left: 0; }
  .tcb-delete-template .tcb-admin-extra-setting-row .tvd-col label {
    font-size: 14px;
    padding-top: 1px; }
  .tcb-delete-template .tcb-admin-extra-setting-row .tvd-col input[type="checkbox"]:not(:checked) + label:after {
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .tcb-delete-template .tcb-admin-extra-setting-row .tvd-col input[type="checkbox"]:checked + label:after {
    border: 2px solid #fff;
    background-color: #fff; }
  .tcb-delete-template .tcb-admin-extra-setting-row .tvd-col input[type="checkbox"]:checked + label:before {
    border-right: 2px solid #ef3131;
    border-bottom: 2px solid #ef3131; }

.tcb-delete-template .tvd-btn-flat-secondary {
  opacity: 0.75; }

.tcb-move-template .tvd-row {
  margin: 0 -0.75rem; }

.tcb-move-template input[name="tcb-move-input"] {
  border-bottom: 1px solid #7f878e !important;
  margin-top: 0; }

.tcb-move-template .select2.select2-container {
  margin-top: 0; }

.tcb-move-template #select2-tcb-admin-t-categ-combo-container {
  border-bottom: 1px solid #2b85af !important; }

.tcb-move-template .tcb-admin-t-categ-combo-label {
  color: #2b85af;
  font-size: 10px; }

.tcb-move-template label[for="tcb-move-input"] {
  color: #7f878e;
  font-size: 10px; }

.tve-add-new-category #tcb-categ-input.tvd-row {
  margin: 0 -0.75rem; }

.tve-add-new-category #tcb-categ-input .tcb-admin-text-element-wrapper:first-of-type .tvd-icon-trash-o {
  display: none; }

.tve-add-new-category #tcb-categ-input .tcb-admin-text-element-wrapper .tvd-icon-trash-o {
  color: #a9a9a9;
  position: relative;
  top: 10px; }

.tve-add-new-category #tcb-add-new-category-input {
  color: #3498db;
  background-color: #fff;
  font-size: 14px;
  box-shadow: none;
  padding: 0;
  margin-left: -10px; }

.tve-add-new-category-foio {
  border: none !important; }
