.elementor-element .icon .wpdt-table-logo:before,
.elementor-element .icon .wpdt-chart-logo:before {
  content: "";
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.elementor-element .icon .wpdt-table-logo:before {
  background-image: url(/wp-content/plugins/wpdatatables/assets/img/logo-large.png);
}
.elementor-element .icon .wpdt-chart-logo:before {
  background-image: url(/wp-content/plugins/wpdatatables/assets/img/chart-icon.png);
}
.dropdown-item{
  background-color: #fff;
}

.dropdown-toggle::after{
  border-top: 7px solid !important;
    border-right: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
}
form textarea::placeholder{
  color: #000 !important;
}
.tp-feature__item {
  background: #fff;
  box-shadow: 0 1px 3px rgba(18, 20, 32, .2);
  border-radius: 30px;
  padding: 50px 40px;
  transition: .3s;
  margin-top: 20px;
}
.tp-feature__icon {
  margin-bottom: 35px;
}
.tp-feature__title-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 20px;
}
@media(max-width:992px){
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"]{
    width: 100%;
  }
}