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

.btn{
  text-transform: none;
}


.borderbottom{
  border-bottom: #ccc solid 1px !important;
}

.color-h{
  background-color: #318390;
  color: #fff !important;
}

.color-h2{
  background-color: #D885A3;
  border-bottom: #ccc solid 1px;
}

.color-h3{
  background-color: #9cb2c1;
}

.txt_color1 {
  color: #D885A3;
}

.txt_color2 {
  color: #FF90BC;
}

.txt_color3 {
  color: #FFB996;
}

.color-risk {
  background-color: #3081D0;
  color: #555 !important;

}

.color-results {
  background-color: #C683D7;
  color: #555 !important;
}

.colortab{
  background-color: #9cb2c1;
  color: #fff !important;
}

.colortab.active{
  background-color: #D885A3;
  color: #fff !important;
}

.dropdown-toggle.active{
  background-color: #7897AB!important;
}

.dropdown-item.active{
  background-color: #7897AB!important;
}

.textcolor1 {
  color: #e9d2e3;
}

.color1{
  background-color: #9cb2c1;
  color: #000 !important;
}


.sidebarcolor:hover{
  background-color: #D885A3 !important;
  color:#fff  !important;
}

.menu_sel{
  background-color: #D885A3 !important;
  color: #000 !important;
}

.box1 {
  color: #E7305B;
  border: 2px solid #E7305B !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// ============ */
