body {
  font-family: 'Noto Sans Thai', sans-serif;
  background: #f6f9ff;
}

a, u {
  text-decoration: none;
}

.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}
.h-custom {
  height: calc(100% - 73px);
}
@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}

.txt-color1{
  color: #eee;
}

.txt-color1:hover{
  color: #FFAB76;
}

.btn{
  text-transform: none;
}

.color-h{
  background-color: #557B83;
}

.color-h2{
  background-color: #FFAB76;
}

.color-h3{
  background-color: #fff3e0;
}

.dropdown-toggle.active{
  background-color: #54BAB9 !important;
}

.dropdown-item.active{
  background-color: #54BAB9 !important;
}

.textcolor1 {
  color: #FFAB76;
}

.color1{
  background-color: #54BAB9;
}


.sidebarcolor:hover{
  background-color: #F5C3BC !important;
  color:#000  !important;
}

.menu_sel{
  background-color: #FFAB76 !important;
  color: #fff !important;
}

.sidebarcolor.active{
  background-color: #54BAB9 !important;
}

@media all and (min-width: 992px) {

  .dropdown-menu li {
      position: relative;
  }

  .dropdown-menu .submenu {
      display: none;
      position: absolute;
      left: 100%;
      top: -7px;
  }

  .dropdown-menu .submenu-left {
      right: 100%;
      left: auto;
  }

  .dropdown-menu>li:hover {
      background-color: #f1f1f1
  }

  .dropdown-menu>li:hover>.submenu {
      display: block;
  }
}

.box1 {
  color: #E7305B;
  border: 2px solid #E7305B !important;
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

  .dropdown-menu .dropdown-menu {
      margin-left: 0.7rem;
      margin-right: 0.7rem;
      margin-bottom: .5rem;
  }

}

/* ============ small devices .end// ============ */
