body {
    font-family: 'IBM Plex Sans Thai', sans-serif !important;
}

h1, h2, h3 {
    font-family: 'IBM Plex Sans Thai', sans-serif !important;
    font-weight: 500 !important;
}

a {
    font-family: 'IBM Plex Sans Thai', sans-serif !important;
}

.btn {
    font-weight: 500;
    border-radius: 6px !important;
}

.header-logo {
    width: 100%;
}

.header-logo-login {
    position: relative;
    left: -10px;
    width: 35%;
}

.sidebar-location {
    padding: 1.5rem;
    font-weight: 500 !important;
}

.number {
    font-weight: 500 !important;
    color: #000000 !important;
}

.desc {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

.page-footer, .page-footer-inner {
    color: #ffffff !important;
    font-weight: 500 !important;
    background-color: #129137 !important;
}

.login-page-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-image: url(../images/login-bg-rice.jpeg);
}

.section-header-with-line {
    font-weight: 500;
    font-size: 2rem;
    margin-left: 15px !important;
}

.dashboard-stat {
    border-radius: 6px !important;
}

.dashboard-stat-site-group-1 {
    background-image: url(../images/header-bg-1.jpg) !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dashboard-stat-site-group-2 {
    background-image: url(../images/header-bg-2.jpg) !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dashboard-stat-site-group-3 {
    background-image: url(../images/header-bg-3.jpg) !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dashboard-stat-site-group-4 {
    background-image: url(../images/header-bg-4.jpg) !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn.green, .btn.btn-outline.green {
    color: #ffffff !important;
    background-color: #129137 !important;
    border-color: #129137 !important;
    border-radius: 6px !important;
}

@media (max-width: 1023px) {
    .login-page-bg {
        min-height: 50vh;
    }
}

@media (max-width: 991px) {
    .header-logo {
        width: 35%;
    }
}

#drop-area {
    width: 400px;
    height: 200px;
    border: 2px dashed #ccc;
    text-align: center;
    line-height: 200px;
    margin-top: 10px;
}

#file-name {
    margin-top: 10px;
}

#select-btn {
    display: none;
}

.cut-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumbnail-desc {
    color: #95a5a6;
    margin-top: .5rem;
    font-size: 1.2rem;
    font-weight: 400 !important;
    font-family: 'IBM Plex Sans Thai' !important;
}

.border-after-green:after, .border-before-green:before, .border-green {
    border-color: #129137 !important;
}

.del_doc{
    color: #ff0000;
    font-size: 1.1rem;
}