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: #D885A3;
}

.btn{
  text-transform: none;
}

.color-h{
  background-color: #1572A1;
}

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

.textcolor1 {
  color: #D885A3;
}

.color1{
  background-color: #9AD0EC;
}

.btn_logout{
  color: #eee;
  background-color: #D885A3;
}

.btn_logout:hover{
  color: #D885A3;
  background-color: #eee;
}


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

.menu_sel{
  background-color: #D885A3 !important;
  color: #fff !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;
  }
}

/* ============ 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// ============ */
