#develux-label-builder{
  *{
    box-sizing: border-box;
  }
}

.develux-help-center{
    padding: 5px 22px;
    background: green;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
  &-wrapper{
    *{
      box-sizing: border-box;
    }
  }
}

.product-tabs-wrapper{
  *{
    box-sizing: border-box;
  }
}
#develux_product_card_configurator{
  h2.ui-sortable-handle{
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }
}
/* ----------------------------- Product Tabs -----------------------------*/
.product-tabs-wrapper{
  min-height:610px;
  height:auto;
}
.product-tab-content{
  box-sizing: border-box;
  padding: 0 0 15px 0;
  border-right: 1px solid $border-block;
  width: calc(100% - 300px);
  overflow-y: auto;
  height: 720px;
  @include respond_max(1199){
    display:none;
  }
}
.product-tab-content.expanded{
  width: calc(100% - 80px);
  @include respond_max(1199){
    display:flex;
  }
}

.product-tab-content{
  .tab-pane{
    min-height:550px;
  }
}
// ---------------------------------------- Single page top menu tabs --------------------------------------------------
/*.develux-product-tabs{
  background: #fff;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
  margin: 0;
  width:100%;
  height: 48px;
  .product-tab{
    flex: 1;
    height: 48px;
    border-right: 1px solid $border-block;
    margin-bottom:0;
    &:last-child{
      border-right: none;
    }
    &:hover{
      background-color: #eee;
    }
    @include respond_max(1199){
      width: 48px;
    }
    a{
      width: 100%;
      gap: 5px;
      line-height: 14px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: $text-color;
      @include respond_max(1199){
        justify-content: center;
      }
      .tab-icon-active{
        display: none;
      }
      .tab-title{
        font-size:14px;
        @include respond_max(1199){
          display:none;
        }
      }
    }
    a.tab-js.active{
      background: $active-tab;
      color:$label-color;
      .tab-icon-active{
        display: block;
      }
      .tab-icon-passive{
        display: none;
      }
    }
  }
}

.label-tab {
  height: 40px;
  background-color: #fafafa;

}

.product-tab a, .label-tab a{
  margin: 0;
  padding: 10px;
  display: block;
  box-shadow: none;
  text-decoration: none;
  line-height: 20px;
  border-top: 1px solid $border-block;
  border-bottom: 1px solid $border-block;
  color: #2271b1;
}
.product-tabs-wrapper h2{
  font-weight: bolder!important;
  font-size: 18px!important;
}
 .label-tab a.active{
  color: #011864;
  font-weight: bold;
  position: relative;
  background-color: #eee;
}*/
 // ------------------------------------------- Custom Block Tabs ------------------------------------------------------
#tab-custom-block{
  height: 650px;
  overflow-y: auto;
}
.custom-block-tabs{
  @include respond_max(1690){
    flex-direction: column;
  }
}
.custom-block-tab{
  width:20%;
  @include respond_max(1690){
   width:100%;
  }
  text-align: center;
  background-color: #fafafa;
  &:hover{
    background-color: #eee;
  }
}
.custom-block-tab a{
  margin: 0;
  padding: 10px;
  display: block;
  box-shadow: none;
  text-decoration: none;
  line-height: 20px;
  border-top: 1px solid $border-block;
  border-bottom: 1px solid $border-block;
  border-right: 1px solid $border-block;
  color: $text-color;
  &:first-child{
    border-left: 1px solid $border-block;
  }
}
.custom-block-tab a.active{
  color: $text-color;
  font-weight: bold;
  position: relative;
  background-color: $gray-background;
}
.custom-block-tab-pane{
  .repeater-fields-container{
    height:auto;
    min-height: 100px;
  }
}
//----------------------------------------------------------------------------------------------------------------------



#develux_product_card_configurator .inside{
  margin:0!important;
  padding: 0!important;
}
#develux_product_card_configurator .product-tabs{
  margin: 0!important;
  background-color: #fafafa;
  border-right: 1px solid #eee;
}
#develux_product_card_configurator .product-tabs li{
  margin: 0!important;
}

//----------------------------------------- Label TAB -----------------------------------------------------
#tab-label{
  height: 700px;
  overflow-y:auto;
}
.develux-custom-label-tabs{

  .custom-label-tab-switcher{
    cursor: pointer;
    position:relative;
    .pseudo-radio{
      background: white;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      border: 1px solid $brand;
      z-index: 1;
      &:after{
        content: '';
        display: none;
        position:absolute;
        background: white;
        top:5px;
        left:5px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: $brand;
        z-index: 2;
      }
    }
  }
  .custom-label-tab-switcher.active{
    .pseudo-radio{
      &:after{
        display: block;
      }
    }
  }
}
.develux-switcher-label-block{
  .develux-switch-bar{
    width:60px;
    height: 30px;
    border-radius:15px;
    background: $gray-background;
    label{
      cursor:pointer;
      width: 22px;
      height: 22px;
      border-radius:50%;
    }
    input[type="radio"]{
      display:none;
      &:after,&:before {
        display:none!important;
      }
      &:checked:before,&:checked:after {
        display:none!important;
      }
    }
  }
}

.develux-collapse-up.rotated{
  display:block;
  transform: rotate(180deg);
}
#develux_product_card_configurator_global{
  background: #fff;
}

.develux-cover-inputs{
  &:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 3;
    background: rgba(255,255,255,.5);
  }
}
.develux-use-tab-switcher{
  z-index: 5;
}

//-------------------------------------- Label Builder -----------------------------------------------------------------


