body{
  font-family: 'Anuphan', sans-serif;
  padding: 0px;
  margin: 0px;
}
.img-profile{
  text-align: center !important;
  width:50% !important;
  border-radius: 50% !important;
}
.navbarSupportedContent{
  font-weight: bold;
}
.tab-content > div{
  border: 1px solid #e1e1e1;
  border-top: none;
}
.tab-hover{
  padding:10px;
}
.tab-hover:hover{
  background: #e1e1e1;
}
.fs-16{
  font-size:16px !important;
}
.fs-14{
  font-size:14px !important;
}
.fs-13{
  font-size:13px !important;
}
.fs-12{
  font-size:12px !important;
}
.qrcode-img img,
.qrcode-img canvas,
.qrcode-img canvas img{
  width:90% !important;
  height: auto !important;
  padding: 15px !important;
  border: 1px solid #e1e1e1 !important;
  margin: 10px !important;
  border-radius: 5px !important;
}

.select2-selection{
  width:100% !important;
  padding: 6px 12px !important;
  border-radius: 0.25rem !important;
  height: 36px !important;
  border:1px solid #ced4da !important;
}
.select2-selection__rendered{
  line-height:30px !important;
}

.btn-link-point{
  border-radius: 0 0 5px 5px;
  margin: 15px 0;
  padding: 10px 15px;
  width: 100%;
}
.nav-link {
  display: block !important;
  padding: 1rem !important;
}




/* step wizard */
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 25px;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#000;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.navbar-nav .nav-link{
  padding-bottom: 0.5rem !important;
}
