/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/bundle.scss ***!
  \**************************************************************************************************************************************/
@charset "UTF-8";
/* DiviGear Advanced Heading — Divi 5 Visual Builder bundle (scaffold). */
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/modules/advanced-tab/styles.scss ***!
  \***********************************************************************************************************************************************************/
.at_image_wrap img {
  max-width: 40px;
}

.dg_at_tab {
  display: none;
}

.layout-selectd {
  border: 3px solid rgb(106, 59, 182);
  padding-top: 30px;
  text-align: center;
  margin: 25px;
  width: 100%;
}

.layout-selectd h2 {
  font-weight: 600;
}

.dg-edit-layout-btn {
  background: rgb(106, 59, 182);
  color: #fff;
  padding: 10px 20px;
  margin-top: 23px;
  box-shadow: none;
  border: none;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.dg_at_button {
  padding: 10px 20px;
  display: inline-block;
  border-width: 0px;
  border-style: solid;
}

.dgat_advanced_tab p:not(.has-background):last-of-type {
  padding-bottom: 1em;
}

.dg_at_container {
  display: flex;
  flex-direction: column;
}

/* .dg_at_nav_wrap {
    display: flex;
    z-index: 1;
    border: 0px solid;
} */
.dg_at_nav_wrap {
  display: flex;
  align-self: start;
  z-index: 2;
  width: 100%;
  height: auto;
  border: 0px solid;
}

.at_nav_content {
  width: 100%;
}

/* .dg_at_nav_wrap span:not(.at_nav_content):not(.at_icon_wrap) {
    z-index: 2;
    width: 100%;
    height: auto;
    border: 0px solid;
} */
/* .dg_at_nav_wrap span:not(.at_nav_content):not(.at_icon_wrap) {
    width: 100%;
} */
.dg_at_nav_container {
  display: flex;
  border: 0px solid;
  max-width: 100%;
  flex: 1;
}

.dg_at_nav.dg_at_nav {
  cursor: pointer;
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 0px;
  border-style: solid;
  background-color: #eaeaea;
  width: 100%;
  height: 100%;
  position: relative;
}

.diat_at_title {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}

.dg_at_all_tabs {
  padding: 15px 30px;
}

.dg_at_nav_active.dg_at_nav_active {
  background-color: white;
  z-index: 1;
}

.dgat_advanced_tab .dg_at_all_tabs .dgat_advanced_tabitem {
  margin-bottom: 0;
}

.dgat_advanced_tab .dg_at_item_container {
  position: relative;
  z-index: 1;
}

.dgat_advanced_tab .et_pb_background_mask,
.dgat_advanced_tab .et_pb_background_pattern {
  z-index: 0;
}

/* Tab Content */
.dg_at_item_container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dg_at_all_tabs_wrap {
  overflow: hidden;
  z-index: 1;
  width: 100%;
  border: 0px solid;
}

.dg_at_all_tabs {
  height: 100%;
}

.dgat_advanced_tabitem > div {
  display: flex;
  height: 100%;
}

.dg_at_content_wrapper {
  width: 100%;
  border-width: 0px;
  border-style: solid;
}

/* Icon */
.at_icon_wrap, .at_image_wrap {
  line-height: 0;
  text-align: left;
}

.dg_at_nav .et-pb-icon,
.dg_at_nav.dg_at_nav_active .et_pb_icon {
  font-size: 40px;
  color: #2ea3f2;
  display: inline-block;
}

/* Image */
.dg_at_image {
  display: block;
  border: 0px solid;
}

/*
 * Tab panels: only direct children of .dg_at_all_tabs (VB wrappers or .dgat_advanced_tabitem on FE).
 * Active class lives on inner .dg_at_item_container (VB); dg-tabs.js may also set it on the item root.
 */
.dg_at_all_tabs > * {
  display: none;
}

.dg_at_all_tabs > *:has(.dg_at_content_active),
.dg_at_all_tabs > *.dg_at_content_active {
  display: block !important;
}

/* sticky */
.dg_has_sticky_nav .dg_at_nav_container {
  z-index: 999;
}

/* Active arrow */
.dg_at_nav svg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 30px;
  height: auto;
  opacity: 0;
  fill: #eaeaea;
}

/* Active arrow for left and right aligned nav */
.dg_at_nav.arrow_left svg,
.dg_at_nav.arrow_right svg {
  width: auto;
  height: 30px;
}

.dg_at_nav.dg_at_nav_active svg {
  opacity: 1;
}

/* left */
.dg_at_nav.arrow_left svg {
  left: 100%;
  top: 0;
}

/* right */
.dg_at_nav.arrow_right svg {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

/* bottom */
.dg_at_nav.arrow_bottom svg {
  left: 0;
  transform: translateY(-100%);
  top: 0;
}

.dg_at_vb_container .dgat_advanced_tabitem > div {
  height: auto;
}

@media only screen and (max-width: 980px) {
  .dg_at_nav_container {
    flex-direction: column !important;
  }
  .dg_at_nav svg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dgat_advanced_tab .dgat_advanced_tabitem .dg_at_item_container {
    width: 100%;
  }
}
:not(.et-boc) .dgat_advanced_tab .dg_at_nav {
  transition: background 300ms ease 0ms;
  transition-property: border, border-radius, box-shadow, font-size, line-height, color, background, padding, margin !important;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
}
/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/modules/advanced-tab-item/styles.scss ***!
  \****************************************************************************************************************************************************************/
.dg_at_item_container_inner {
  display: flex;
  height: 100%;
}
