body {
  font-size: 1rem;
  font-family: ibm_plex_sans_thai_regular!important;
}

i.fas, i.fab {
  display: 'inline-block';
  margin-right: 0.5rem;
}

ol.decimal {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.decimal > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol.decimal > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol.decimal > li {
  margin: 0;
}

li ol.decimal > li:before {
  content: counters(item, ".") " ";
}

@counter-style thai-alphabetic {
  system: alphabetic;
  symbols: "\E01" "\E02" "\E04" "\E07" "\E08" "\E09" "\E0A";
  suffix: ") ";
}

ol.thai-alphabetic {
  list-style: thai-alphabetic;
}

:root {
  --container-height: 100vh;
}

@media only screen and (min-height: 900px) , (min-width: 991px) {
  .content-wrapper{
    padding: 5rem 3rem 3rem 18.5rem!important;
  }
  .content-wrapper-hidden-sidebar{
    padding: 5rem 3rem 3rem 3rem!important;
  }
  .app_renderer_nt_hoc_navigator__content-wrapper-style__kyc{
    padding: 3rem 3rem 3rem 15.5rem!important;
  }
  .app_renderer_nt_hoc_navigator__content-wrapper-style{
    padding: 3rem 3rem 3rem 18rem!important;
  }
  
  .overflow-container {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 68vh;
    padding-bottom: 1.25rem;
  }
  #container:has(div.overflow-container) {
    overflow-y: hidden;
    max-height: 100vh;
  }
}

@media only screen and (min-height: 1080px) {
  .overflow-container {
    overflow-y: scroll;
    max-height: 79vh;
    padding-bottom: 2rem;
  }
  div:has(div.overflow-container) {
    overflow: hidden;
    max-height: 100vh;
  }
}

@media only screen and (max-width: 1440px) {
  .hide-dropdown-desc {
    display: none;
  }
  .rs-flex-direction {
    flex-direction: column-reverse!important;
    gap: 10px;
  }
  .col-flex-direction {
    flex-direction: column!important;
  }   
}