/* _content/SMMSManagement/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Global Reset */
*[b-0yiymyuow0] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Roboto', sans-serif; /* ใช้ฟอนต์ Roboto */
    /* font-family: 'Poppins', sans-serif; */
}

/* Root font size and smooth scrolling */
html[b-0yiymyuow0] {
    font-size: 16px;
    /* 1rem = 16px */
    scroll-behavior: smooth;
    /* เลื่อนหน้าอย่างนุ่มนวล */
}

/* Body styling */
body[b-0yiymyuow0] {
    /* line-height: 1.6; */
    /* ความสูงของบรรทัดให้เป็นสัดส่วนที่เหมาะสม */
    color: #333;
    /* สีตัวอักษร */
    background-color: #f8f9fa;
    /* สีพื้นหลัง */
    font-size: 1rem;
    /* ขนาดฟอนต์พื้นฐาน */
    font-family: inherit;
    /* ใช้ฟอนต์เดียวกันกับที่ตั้งใน html */
}

a.navbar-brand[b-0yiymyuow0] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-0yiymyuow0] {
    color: #0077cc;
}

.btn-primary[b-0yiymyuow0] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-0yiymyuow0],
.nav-pills .show>.nav-link[b-0yiymyuow0] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-0yiymyuow0] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-0yiymyuow0] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-0yiymyuow0] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-0yiymyuow0] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-0yiymyuow0] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
