@import url('https://fonts.googleapis.com/css2?family=K2D:wght@300&display=swap');
body{
    font-family: 'K2D', sans-serif;
}
.font_title{
    outline: none;
    padding: 10px;
    border: none;
    color: #000000;
    
    font-size: 16px;
	cursor: auto;
	text-shadow: #b9b9b9 0.1em 0.1em 0.2em;
}
.font_title_report{
    outline: none;
    padding: 10px;
    border: none;
    color: #FFCF79;
    
    font-size: 18px;
    cursor: auto;
    text-shadow: #000000 0.1em 0.1em 0.2em;
}
.font_button_update{
    text-shadow: #000000 0.1em 0.1em 0.2em;
}
.sky_blue{
	background: #C5EFF7;
    border-radius: 15px;
}
.red{
	background: #F1A9A0;
    margin-left: 30px;
    border-radius: 15px;
}
.yellow{
	background: #fabe58;
    border-radius: 15px;
}
.green{
    background : #2C6700;
    border-radius: 15px;
}
.gray{
    background: #b1aca6;
}
.font_topic_4{
    font-size: auto;
    text-align: center;
    /* border-radius: 11px; */
    /* padding: 15px; */
    background: #fabe58;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}
@media only screen and (min-width: 600px){
    .font_topic{
        font-size: 25px;
        border-radius: 11px;
        padding: 10px;
        background: #fabe58;
        color: white;
        text-shadow : black 0em 0.01em 0.2em;
    }
    .font_topic_4_1{
        font-size: 17px;
        border-radius: 11px;
        padding: 15px;
        background: #fabe58;
        color: white;
        text-shadow: black 0.1em 0.1em 0.2em;
    }    
}
@media only screen and (max-width: 600px){
    .font_topic{
        font-size: 20px;
        /* border-radius: 11px; */
        padding: 15px;
        /* background: #fabe58; */
        /* color: white; */
        /* text-shadow: black 0.1em 0.1em 0.2em; */
    }
    .font_topic_4_1{
        font-size: 12px;
        text-align: center;
        /* background: #fabe58; */
        /* color: white; */
        /* border: 1px solid #fabe58; */
    }    
}
.btn:hover{
    border-color: rgba(255,255,255,1);
}
.btn-quarter{
    color: rgb(0, 0, 0);
    background-color: #b0c0c1;
    border-color: #ffffff;
}
.btn-quarter{
    color: rgb(0, 0, 0);
    background-color: #b0c0c1;
    border-color: #ffffff;
}
.btn-quarter:hover{
    color: #fff;
    background-color: #7f8b8c;
}
.zoom{
    margin-left: 15px !important;
}
.zoom:hover{
    transform: scale(1.3);
}

/* จักการ back to top */
.scroll-top-top {
    background: #d9534f;
    bottom: 15px;
    right: 20px;
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display:none; 
    border-radius: 6px;
}
.scroll-top-top i {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
    padding-top: 15px;
}

.button_gray {
    background-color: #999999 !important;
}

.yello_report{
    background: #ffb469;
    color: white;
    font-size: 16px;
    text-shadow: #000000 0.1em 0.1em 0.2em;
}
.table-hover tbody tr:hover{
    background-color: #fff9bd;
}
.header {
    /* Background color */
    background-color: #fff;

    /* Stick to the left */
    left: 0;
    position: sticky;

    /* Displayed on top of other rows when scrolling */
    z-index: 2000;
}
/* .navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.list-group{
    padding: 42px;
    margin-top: 40px;
} */
/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}

