/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/tabs/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-td-blocks-plugin-tabs .tab-section-tab {
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 5%, var(--tw-secondary-300) 20%, var(--tw-trinary) 80%, rgba(0, 0, 0, 0) 95%);
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 5%, var(--tw-secondary-300) 20%, var(--tw-trinary) 80%, rgba(0, 0, 0, 0) 95%);
  border-image-slice: 1;
  text-align: center;
  transition: border-bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.wp-block-td-blocks-plugin-tabs .tab-section-tab:not(.active) {
  opacity: 60%;
  border-bottom: 2px solid var(--tw-secondary-300);
  -o-border-image: none;
     border-image: none;
}
.wp-block-td-blocks-plugin-tabs .tab-section-tab:not(.active):hover {
  opacity: 90%;
  transition: opacity 0.2s ease-in-out;
}

/* Fade-in animation */
.fade-in {
  animation: fadeIn 0.5s ease-in forwards;
  position: relative;
  transform: translateY(0);
  visibility: visible;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Fade-out animation */
.fade-out {
  animation: fadeOut 0.3s ease-out forwards;
  position: static;
  transform: translateY(0);
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
}

/*# sourceMappingURL=style-index.css.map*/