@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.text-main{
    color: var(--main)!important;
}
.text-sec{
    color: var(--sub)!important;
}
.bg-main{
    background-color: var(--main)!important;
}
.bg-main-gra{
    background: linear-gradient(90deg , var(--main) 0%, var(--sub) 100%)!important;
    border: none!important;
}
.border-main{
    border: 2px solid var(--main);
}
.border-top-main{
    border-top: 5px solid var(--main);
}
.border-main-gra{
    border: 2px solid;
    border-image-source: linear-gradient(90deg, var(--main) 0%, var(--sub) 100%);;
    border-image-slice: 1;
}
.btn-up:hover{
    transform: translateY(-10px);
    transition: 0.4s;
}
.underline-active {
    display: inline-block;
    color: var(--main);
    text-decoration: none;
}

.underline-active::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--main);
    transition: width .3s;
}
h4 {
    width: 100%;
    /* overflow: hidden;
    white-space: nowrap; */
    text-overflow: ellipsis;
}
.underline-active:hover::after {
    width: 100%;
}



*{
    font-family: 'kanit';
    color: #939192
    
}
h1 , h2 , h3, h4 ,h5{
    font-weight: 200;
}
hr{
    border-top: 2px solid var(--main);
    opacity: 1;
}
td{
    color: #939192 !important;
}
.banner{
    background: url("<?php echo $config['bg'];?>");
    background-position:  0% 25% ;
    background-size: cover!important;
    padding: 35px;
    height: auto;
}
.not-dec{
    text-decoration: none;
}

.bg-hallo{
    background:  linear-gradient(180deg, rgba(51,54,62,0.9) 73%, rgba(88,93,106,0.6) 100%) , url("https://i.ibb.co/ct3xJRM/wallpapersden-com-batman-dark-theme-1920x1080.jpg");
    background-size: cover!important;
    background-position: center;
    background-attachment: fixed;
    height: auto;
}
.page-wrapper{
    background-color: transparent; 
    background-image: url(""); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: 50% 50%;
}

.m-cent{
    margin: 0% auto!important;
}
.text-strongest{
    font-family: 'line_seed_sans_th';
    font-weight: 600;
}
.text-nav{
    color: #c2c9da!important;
}
.border-pro{
    background: #18243d;
    border: 1px solid #000;
}
.border-spe{
    background: #233458;
    border: 1px solid #000;
}
.border-main{
    border-color: var(--main)!important;
}
.bg-new-dark{
    background-color: #18243d;
}

.top-spe{
    border-top: 2px solid #000;
}
.bottom-spe{
    border-bottom: 2px solid #000;
}
.btn-pro-hover:hover{
    background-color: #233458!important;
    color: var(--main);
    transition: 0.4s;

}
@keyframes glow {
    0%,
    100% {
        box-shadow: 0 0 10px 0 var(--sub-opa-50);
        /* -webkit-box-shadow: 0 0 10px 0 rgba(231, 135, 27, 0.5); */
    }
    40%,
    60% {
        box-shadow: 0 0 30px 10px var(--sub-opa-25);
        /* -webkit-box-shadow: 0 0 30px 10px rgba(231, 135, 27, 0.25); */
    }
}
/* 992 */
@media only screen and (max-width: 992px) {
    .nav-item{
        border-right: none!important;
    }
    .nav-item.first{
        border-left: none!important;
    }
}
.header-top{
    background-color: var(--sub);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}



.card-table {
    border: solid 1px #e2e5ea;
    border-radius: 14px;
    padding: 3rem;
}

@media only screen and (min-width: 992px) {
.main_02 { display:none; }
.imgx { width: 80px; }
 }

  .mohide { color: #b7dd00 !important; font-size: 14px !important; }
  .lx { color: aliceblue !important; text-decoration: none; }

@media (max-width: 768px) {
  .mohide { display: none; color: #b7dd00 !important; }
}
    
 .fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 99;
} 
div#mobile-footer {
  border-top: 3px solid #b7dd00;
  padding: 0;
  background: linear-gradient(90deg, #16b000 0%, #264f16 50%, #16b000 100%);
  /*  background-size: cover;
  box-shadow: #E5F2F8 0px 1px 2px 1px; */

} 

a.mob-footer-link {
  font-family: "IBM Plex Sans Thai", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  /* font-size: 26px;  */
  padding-left: 10px;
  padding-right: 10px;
}

.mob-footer-link i {
  font-size: 30px;
}
    
.xx {
  font-size: 12px;
  color: aliceblue;
  font-weight: bold;
}
.xz {
  font-size: 12px;
  color: #feda2e;
  font-weight: bold;
  margin-bottom: 3px;
}

.mob-footer-link-big {
  font-family: "IBM Plex Sans Thai", sans-serif;
  color: #078DAD;
  text-decoration: none;
  text-align: center;
  font-size: 0.5rem;
  margin-top: -32px;
  margin-bottom: 2px;
  background: #fff;
  /* background: linear-gradient(0deg, #fff 0%, #fff 50%, #dfffd2 100%); */
  border: 3px solid #b7dd00;
  /* box-shadow: #bfd946 0px 1px 2px 0px; */
  border-radius: 50%;
  width: 65px;
  height: 65px;
  padding-left: 0;
  padding-right: 0;
}

.mob-footer-link-big i {
  font-size: 1.9rem;
}   
    .box{
        background: rgba(158,158,158,0.2);
        padding: 5px 5px 10px 5px;
        text-align: center;
        border-radius: 10px;
        color: aliceblue;
        font-size: 12px;
    }
    .pan{
        padding: 3px !important;
    }