

.row {
    margin-left: 0;
    margin-right: 0;
  }
  .just-center{
    justify-content: center;
  }
  
  .vrt-mdl{
    vertical-align: middle;
  }
  .vrt-top{
      vertical-align: top;
  }
  .accent-color{
      color: #0686ff;
  }
  .font-13{
      font-size: 13px !important;
      line-height: 16px;
  }
  .font-14{
    font-size: 14px;
  }
  .font-wt-b{
      font-weight: bold;
  }
  .font-wt-n{
      font-weight: 500;
  }
  .word-brk{ word-break: break-word;}
  .swipe-slide {
    backface-visibility: hidden;
    transform: translate(0px, 0px);
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}