.dbas_image_comparison_wrap .before,
.after {
  margin: 0;
}

.dbas_image_comparison_wrap .before figcaption,
.after figcaption {
  color: #2e3452;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100%;
  border-style:solid;
}

.dbas_image_comparison_wrap .before figcaption {
   left: 12px;
}

.dbas_image_comparison_wrap .after figcaption {
   right: 12px;
}

.dbas_image_comparison_wrap  img-comparison-slider {
    visibility: hidden;
}
  
.dbas_image_comparison_wrap  img-comparison-slider [slot='second'] {
    display: none;
}
  
.dbas_image_comparison_wrap  img-comparison-slider.rendered {
   visibility: inherit;
}

.dbas_image_comparison_wrap  img-comparison-slider.rendered [slot='second'] {
     display: unset;
}

.dbas_drag_handle {
  background-color: #fff;
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  line-height: 100px;
  text-align: center;
  cursor:grab !important;
}

.dbas_slide_before {
  padding-top:14px;
  padding-right:20px;
  padding-left:20px;
  padding-bottom:14px;
  background-color: #fff;
  border-color: #fff;
  color:#000;
  text-align: center;
  font-weight: 600;
}

.dbas_slide_after {
  padding-top:14px;
  padding-right:20px;
  padding-left:20px;
  padding-bottom:14px;
  background-color: #fff;
  border-color: #fff;
  color:#000;
  text-align: center;
  font-weight: 600;
}

/**  Builder Module Style **/

.et-db #et-boc .et-l .et-fb-settings-options-tab.et-fb-modules-list ul li[class^=dbas_] {
  border: 1px solid #cccccc !important;
}

.et-db #et-boc .et-l .et-fb-settings-options-tab.et-fb-modules-list ul li[class^=dbas_] .et_module_title {
    line-height: 18px !important;
}

.et-db #et-boc .et-l .et-fb-settings-options-tab.et-fb-modules-list ul li[class^=dbas_] svg {
    width:25px !important;
    height:25px !important;
}

.dbas_slider_example_opacity_and_size.rendered  {
   width: 100%;
}







 