body {
    font-family: 'Noto Sans Thai', sans-serif;
    color: #363636;
}
.navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
}
.dropdown-menu{
    z-index: 999;
}
.navbar {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}
.text-white{
    color:#F5F5F5;
}
.text-dark{
    color:#363636;
}
.text-warning{
    color: #EB562C;
}
.text-warning2{
    color: #FBDD6F;
}
.text-info{
    color: #499BE7;
}
.text-purple{
    color: #AC73F6;
}

.text-turquoise{
    color: #5DCEB2;
}
.text-success{
    color:#5DCEB2;
}
.text-primary{
    color:#4274D5;
}

.text-danger{
    color:#EB4B63;
}