/* Utility styles
************************************************/
.vgt-right-align{
  text-align: right;
}

.vgt-left-align{
  text-align: left;
}

.vgt-center-align{
  text-align: center;
}

.vgt-pull-left{
  float:  left !important;
}

.vgt-pull-right{
  float:  right !important;
}

.vgt-clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.vgt-responsive {
  @apply bg-gray-300 rounded-lg mb-8;
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.vgt-text-disabled{
  color: $secondary-text-color;
}