﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbarfix {
    position: fixed;
    width: 100%;
    /*padding-bottom: 50px*/
}


/*.menu-item-link:hover {
    background-color: #f8f9fa;
    text-decoration: none;
}

.mainmenu ul li {
    list-style: none;
}

.mainmenu {
    padding: 1rem 0;
}*/

.menu-item-link {
    display: inline-block;
    /*padding: 0.6rem 1.5rem;*/
    /*padding: 0.3rem 1rem;*/
    font-weight: 500;
    font-size: 1rem;
    color: #212529;
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    text-align: center;
}

    .menu-item-link:hover {
        background-color: #f5f5f5;
        color: #198754;
        text-decoration: none;
    }

    .menu-item-link.active {
        border-bottom: 3px solid #198754;
        color: #198754;
    }






   /* //ของhome ตัดคำไอเทม*/
.badge.text-bg-light {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}







