[data-text-direction="rtl"] {
    text-align: right !important;
    direction: rtl !important;
}

label.form-label.required{
    position: relative;
  }
  label.form-label.required::after {
      content: "*";
      width: 10px;
      height: 10px;
      color: red;
      font-size: 15px;
      margin-left: 5px;
}
.table.table-striped thead th {
    text-align: center;
    background-color: #05af52;
    color: white;
}

@font-face {
    font-family: 'SolaimanLipi';
    src: url('/dastone/assets/fonts/SolaimanLipi/SolaimanLipi_22-02-2012.ttf') format("truetype");
    src: url('/dastone/assets/fonts/SolaimanLipi/SolaimanLipi_Bold_10-03-12.ttf') format("truetype");
}

.template-bn{
    font-family: 'SolaimanLipi', sans-serif;
}