.prf {
  background: #f5f5f5;
  line-height: 1.5em;
  justify-content: center;
}
@media (max-width: 600px) {
  .bob {
    border-top: 12px solid #e1e2f6;
  }
}
.datatable.datatable-default.datatable-loaded {
  width: 100%;
  overflow: auto;
}

.wizard-step.red i, .wizard-step.red h3 {
  color: #ff9136 !important;
}
.wizard-step.red svg g[fill] * {
  color: #b5b5c3 !important;
  fill: #b5b5c3 !important;
}

#progressBar {
  width: 400px;
  margin: 10px auto;
  height: 22px;
  background-color: #0A5F44;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}

#progressBar div {
  height: 100%;
  text-align: right;
  padding: 0 10px;
  line-height: 22px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #CBEA00;
  box-sizing: border-box;
  text-align: center;
  color: red;
}

.history {
  border-bottom: 2px solid #000;
}
.history li {
  padding: 10px 0;
  color: #000;
  font-size: 14px;
}
.history li .ti {
  color: #23ada2;
  font-weight: bold;
}
.history li .cont {
  color: #181b1b;
  display: inline-block;
  margin-bottom: 10px;
}

div.er {
  padding: 14px;
  box-sizing: border-box;
  width: 400px;
  margin: 0 auto;
  background: #ffcdcd;
}
div.er * {
  color: red;
  font-size: 14px;
}

.hide {
  display: none;
}

.height0 {
  height: 0 !important;
}

.select2-selection__rendered {
  padding: 0 !important;
  line-height: 12px !important;
}

table.datatable-table {
  display: table !important;
}
table.datatable-table tbody, table.datatable-table thead {
  display: table-row-group !important;
}
table.datatable-table tr {
  display: table-row !important;
}

.avatar {
    width: 150px;
    height: 150px;
    background: #EEE;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.column-title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    color: #717171;
    display: block;
}
.column-title::before {
    content: "»";
    width: 80%;
    height: 2px;
    right: 80px;
    margin-left: 5px;
}
.form-control, .select2-container--default .select2-selection--single {
    border: solid 2px #DDD;
}
.select2-container .select2-selection--single {
    height: calc(1.5em + 1.3rem + 2px);
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 1.3rem + 2px);
}





div#dropdownList {
    position: relative;
}
ul.dropList {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    max-height: 200px;
    background: white;
    z-index: 2;
    border: solid 1px #DDD;
    border-top: none;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2;
    overflow: hidden auto;
}
ul.dropList li {
    padding: 0 20px;
    cursor: pointer;
}
ul.dropList li:hover {
    background: #f5f5f5;
}
ul.dropList h5 {
    font-size: 16px;
    margin: 20px 10px 8px 0;
}
.toggleicon::after {
    content: "";
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    border-top: 5px solid;
    border-left: 5px solid transparent;
    border-bottom: 0;
    border-right: 5px solid transparent;
    left: 20px;
    top: 50%;
    position: absolute;
}
label.Cfile {
    width: 100%;
    border: dashed 2px #DDD;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
label.Cfile i.fas.fa-cloud {
    font-size: 50px;
    color: #CCC;
}
label.Cfile h3 {
    font-weight: 900;
    font-size: 18px;
}
label.Cfile input[type=file] {
    position: absolute;
    visibility: hidden;
    display: none;
}
.ticket_reply_tx{
    white-space: pre-line;
}
ul.categories {
    border: solid 2px #DDD;
    border-radius: 5px;
    max-height: 300px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden auto;
}
ul.categories li {
    padding: 5px 10px;
}
ul.categories li:hover {
    background: #f1f1f1;
}
label.dx-file {
    border: dashed 2px #DDD;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
label.dx-file input[type=file] {
    display: none;
}
label.dx-file i {
    font-size: 55px;
    margin-bottom: 10px;
    color: #BBB;
}
#SearchTableList thead {
    position: sticky;
    top: 0;
    background: white;
}
.ajaxloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-xlg th, .table-xlg td {
    padding: 1.5rem !important;
}
