:root {
    --alt-font: "Prompt", "Sarabun", sans-serif;
    --primary-font: "Prompt", "Sarabun", sans-serif;
}

/* header .header-top-bar .navbar-brand::after {
    height: 35%;
    width: 3px;
    position: absolute;
    background-color: #d2d2d2;
    opacity: 1;
    content: "";
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
} */

.navbar .navbar-nav .nav-item::before {
    height: 20px;
    width: 2px;
    position: absolute;
    background-color: #000;
    opacity: 1;
    content: "";
}

.navbar .navbar-nav .nav-item:first-child::before {
    content: none;
}

header .navbar .img-header {
    display: none;
}

.bg-gary {
    background-color: #f3f3f3;
}

.text-dark-2 {
    color: #666666;
}

.text-red-2 {
    color: #e82c2a;
}

.text-blue-2 {
    color: #87ceeb;
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important;
}

.bg-red-2 {
    background-color: #dd2934;
}

.bg-yellow-2 {
    background-color: #DCA73F;
}

.categories-style-03 .category-image .insta-icon {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(221 41 52 / 90%);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.categories-style-03 .category-image:hover a .insta-icon {
    opacity: 1;
}

.categories-style-03 .category-image:hover~.category-title {
    opacity: 0;
}


.charticon::before {
    background-image: url(../img/icon.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    margin-right: 15px;
}

.btn-custom-footer {
    font-size: 16px;
    background-color: #e62329;
    color: #fff;
    font-weight: 300;
    border-radius: 0.375rem;
}

.btn-custom-footer:hover {
    background-color: transparent;
    color: #e62329;
    border: 1px solid #e62329;
}

.card-title-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.blog-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #e62329;
}

.btn-custom-blog {
    font-size: 20px;
    background-color: #e62329;
    color: #fff;
    font-weight: 400;
    border-radius: 15px;
    padding: 10px 30px;
}

.btn-custom-blog:hover {
    background-color: #e62329;
    color: #fff;
    opacity: 0.8;
}

.social-icon-style-04 ul li a img {
    width: 36px;
    height: 36px;
}

.text-editer p,
.text-editer span,
.text-editer strong,
.text-editer h1,
.text-editer h2,
.text-editer h3,
.text-editer h4,
.text-editer h5,
.text-editer h6,
.text-editer a,
.text-editer ul li,
.text-editer ol li {
    font-family: "Prompt", "Sarabun", sans-serif !important;
    color: initial !important;
    list-style: inherit;
}

.text-editer p,
.text-editer h1,
.text-editer h2,
.text-editer h3,
.text-editer h4,
.text-editer h5,
.text-editer h6 {
    margin-bottom: 10px;
    line-height: inherit;
}

.Chart2,
.Chart3 {
    width: 100%;
    height: 800px;
    margin: 0 auto;
}

.Chart4 {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}

.highcharts-label text {
    font-family: "Noto Sans Thai", sans-serif !important;
    font-weight: 500 !important;
}

.ChartLeft5 {
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid rgba(208, 202, 239, .3);
    box-shadow: 0 14px 55px 0 rgba(208, 202, 239, .3);
    padding: 30px 60px;
    margin: 0px;
}

.Chart6 {
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid rgba(208, 202, 239, .3);
    box-shadow: 0 14px 55px 0 rgba(208, 202, 239, .3);
    padding: 15px;
    margin: 0px;
}

#govbarchart {
    width: 100% !important;
    height: 100% !important;
}

/* .header-search-icon input{
    border-radius: 30px;
    border: none;
    color: #000000;
    background: #f3f3f3;
    max-width: 120px;
    width: 100%;
    height: 35px;
    text-align: center;
} */

.map-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
}

.filter-panel {
    display: flex;
    flex-direction: column;
    width: 150px;
    flex-shrink: 0;
    order: 2;
}

.filter-label {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 2rem;
    color: #000;
}

.filter-panel div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.filter-panel input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
}

.filter-panel div label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.map-chart {
    flex-grow: 1;
    order: 1;
}

@media (max-width: 991px) {

    header .header-top-bar+.navbar {
        top: 0;
    }

    header .navbar .img-header {
        display: block;
    }

    header .navbar-brand img {
        max-height: 35px;
    }

    .navbar .navbar-nav .nav-link i {
        display: none;
    }

    .navbar .navbar-nav .nav-item::before {
        content: none;
    }
}

@media (max-width: 767px) {
    .ChartLeft5 {
        padding: 30px 20px;
    }

    .container-2 {
        width: calc(1000px - 40px);
    }

    .large-column {
        max-width: 1300px;
        overflow-x: scroll;
    }

    .categories-style-03 .category-image .insta-icon {
        padding: 10px 20px;
    }
}