body {
    background-color: #ededed;
    font-size: 14px;
    font-family: 'Bai Jamjuree', sans-serif;
    color: #000000;
}

.card {
    background-color: white;
    border-radius: 5px;
}

.table {
    color: #000000;
}

select {
    border-color: #ededed;
}

body * {
    border-radius: 0;
}

.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.nav-link {
    color: black;
}

.page-item.active .page-link {
    background-color: #14151a;
    border-color: #14151a;
}

.table td,
.table th {
    font-size: 14px;
}

.form-control {
    font-size: 14px;
    color: #000000;
}

.dropdown-menu {
    font-size: 15px;
}

.overlay-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1051;
}

.overlay-main .content {
    width: 100%;
    max-width: 200px;
    background-color: white;
    color: black;
    margin: calc(50vh - 100px) auto;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
}

.overlay-main i,
.overlay-main svg {
    font-size: 35px;
}

.overlay-main .title {
    font-size: 20px;
    padding-top: 10px;
}

.sidebar {
    font-weight: 500;
}

.sidebar .sidebar-heading {
    font-size: .75rem;
}

body .swal2-title {
    font-size: clamp(1.2rem, 2.1vw, 1.6rem);
}

.mymcdatepicker {
    background-color: white !important;
}

.mc-calendar--opened {
    z-index: 1053 !important;
}

.pointer {
    cursor: pointer !important;
}