#toplevel_page_develux-product-card-builder{
.develux-get-pro{
  background: #814dc5;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 700;
}
  .develux-help-center{
    padding: 5px 22px;
    background: green;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
  }
}

#develux_product_card_timer{
  h2.ui-sortable-handle{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
  }
}
/* ----------------------------- Product Tabs -----------------------------*/
.develux{

 .label-tab {
    height: 40px;
    background-color: #fafafa;
  }
  .product-tab a, .label-tab a{
    margin: 0;
    padding-left: 10px;
    display: block;
    box-shadow: none;
    text-decoration: none;
    line-height: 20px;
    color: #2271b1;
  }

  .label-tab a.active{
    color: #011864;
    font-weight: bold;
    position: relative;
    background-color: #eee;
  }
}

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


.develux-legend-arrow-up-down{
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  .legend{
    color: #000!important;
  }
}

.develux-custom-tab-single-fields{
  max-width:100%;
}

