:root{
    --color-web:#5E6668;
}
body{
    font-size: 16px;
    color: #181818;
background-image: url(/img/halloween.png); /* กำหนดรูปแบคกาวเว็บ  */ 
   /* background-color: #f5f2ed;       /*สีแบกกาวเว็บ*/
    background-size: cover;
    background-position: 100%;
    background-attachment: fixed;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: 'Prompt', sans-serif;
}
/* footer  */ 
.bg-181818-footer{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e7e5e5;
}
.li-text-footer{
    padding-top: 10px;
    display: block;
}
.footer-font-size15{
    font-size: 15px;
}
.text-signin {
    color: #28a745; 
}
.text-signup {
    color: #00bfff; 
}
.text-topup {
    color: #ff8307;   
}
.text-facebook{
    font-size: 15px;
    color: #0059ff;
}
.text-discord{
    font-size: 15px;
    color: #9966CC;
}
.text-youtube{
    font-size: 15px;
    color: #ff0000;
}
.footer-logo {
    max-width: 150px; /* หรือขนาดที่เหมาะสม */
    height: auto;
}
/* จบfooter  */ 
/* info */
.cardinfo{
    background-color: #ffffff;
    font-size: 14px;
    border: 2px solid;
    border-radius: 10px;
    color: #000000;
}
.card-bodyinfo {
    border: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
    .discord-widget iframe {
      display: none;
    }
}
@media only screen and (max-width: 768px) {
    .facebook-widget iframe {
      display: none;
    }
}
.facebook-widget {
    background-color: #e7f3ff;
}
.discord-widget {
    background-color: #7289da;
    color: #ffffff;
}
/* จบinfo */
#loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background-color: rgb(255, 115, 0);
    width: 0%;
    z-index: 9999;
    transition: width 0.4s ease;
}
.bg-glass {
    background-color: white !important; 
}
.text-size-1{
    font-size: 1px;
}
.text-size-2{
    font-size: 2px;
}
.text-size-3{
    font-size: 3px;
}
.text-size-4{
    font-size: 4px;
}
.text-size-5{
    font-size: 5px;
}
.text-size-6{
    font-size: 6px;
}
.text-size-7{
    font-size: 7px;
}
.text-size-8{
    font-size: 8px;
}
.text-size-9{
    font-size: 9px;
}
.text-size-10{
    font-size: 10px;
}
.text-size-11{
    font-size: 11px;
}
.text-size-12{
    font-size: 12px;
}
.text-size-13{
    font-size: 13px;
}
.text-size-14{
    font-size: 14px;
}
.text-size-15{
    font-size: 15px;
    color: #777C85;
}
.text-size-16{
    font-size: 20px;
    color: #000000;
}
.text-size-17{
    color: #ff0000;
}
.text-size-20{
    font-size: 15px;
}
.text-size-18{
    font-size: 18px;
}
.text-hover:hover{
    color: var(--color-web);
}
.text-fff{
    color: #ffffff;
}
.text-fff:hover{
    color: #ffffff;
}
.hover-effect {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-effect:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.list-group-item {
    border: none;
    margin-bottom: 5px;
    border-radius: 5px;
}

a {
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color: var(--color-web);
}
.text-21ADF8{
    color: var(--color-web);
}
.nav-a-navbar{
    color: #ffffff;
    padding: 20px;
}
a{
    color: #ffffff;
}
.mx-auto-123{
    margin-left: auto;
    margin-right: auto;
}
.form-control{
    color: #000000;
    background-color: #ffffff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.form-control:focus{
    color: #000000;
    background-color: #ffffff;
    outline: 0;
    box-shadow: none;
    border-radius: 5px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.btn-21ADF8{
    color: #ffffff;
    background-color: var(--color-web);
    border-color: var(--color-web);
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-21ADF8:hover{
    color: #ffffff;
    background-color: var(--color-web);
    border-color: var(--color-web);
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-21ADF8-s{
    font-size: 14px;
    color: #ffffff;
    background-color: var(--color-web);
    border-color: var(--color-web);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}
.btn-21ADF8-s:hover{
    font-size: 14px;
    color: #ffffff;
    background-color: var(--color-web);
    border-color: var(--color-web);
    padding-top: 10px;
    padding-bottom: 10px;
}
img{
    border-radius: 10px;
}
.bg-181818{
    background-color: #181818;
}
.bg-121212{
    background-color: #181818;
}
.zoom {
    transition: transform .2s; /* Animation */
}
.zoom:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}
.text-input-none {
    color: #ffffff;
    background: transparent;
    width: 100%;
    height: 100px;
    resize: none;
    border: none;
}
.text-develop{
    padding-top: 20px;
    padding-bottom: 5px;
    color: #ffffff;
}
.text-777C85{
    color: #9b9b9b;
}
.boxlist{
    background: #fffffe; 
    border: 2px solid;
    border-radius: 10px;
    color: #000000; 
    border: none;  
    border-bottom: 5px solid #fae903; /* ขอบล่างสีม่วง */
}
.card{
    font-size: 14px;
    border: 2px solid;
    border-radius: 10px;
    color: #000000;
}
.card-fff{
    color: #000000;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
}
.form-control-E5E7EB{
    color: #000000;
    background-color: #E5E7EB;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.form-control-E5E7EB:focus{
    color: #000000;
    background-color: #E5E7EB;
    outline: 0;
    box-shadow: none;
    border-radius: 5px;
}
.brd-btm{
    border-bottom: 1px solid rgba(255,255,255,.25);
}
.bg-3B82F6{
    color: #ffffff;
    background-color: #3B82F6;
}
.nav-link{
    margin-left: 20px;    
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color: var(--color-web);
    border-radius: 5px;
    padding-left: 10px;
    color: #000000;
}
.nav-item:hover{
    background: #5E6668;
    border-radius: 5px;
    padding-left: 10px;
    transition: 500ms;
}

.xnxx{
    background: #343534;
    border-radius: 5px;
    padding-left: 10px;
    transition: 500ms;
}
.navbar-dark .navbar-nav .nav-link {
    padding-left: 10px;
    color: #000000;
}
@media screen and (max-width: 450px) {
    .nav-link{
        margin-left: 0px;
        margin-top: 10px;
    }
}
#content{
    min-height: 100vh;
    margin-top: 150px;
}
.text-121212{
    color: #d0d1d2;
}
.list-group-item>a{
    color: #777C85;
}
.list-group-item{
    background-color: #d0d1d2; 
}
.list-group-item:hover{
    background: #5E6668;
    border-radius: 5px;
    padding-left: 10px;
    transition: 500ms;
}
img.show-spin {
    width: 100px;
    transform: rotate(-272deg) translate(3px, -50%);
    max-width: 200px !important;
    height: auto !important;
    padding-bottom: 120px;
   padding-top: 50px;
}

/* สำหรับหน้าจอใหญ่ (Desktop) */
@media (min-width: 992px) {
    .help-section,
    .community-section {
      display: inline-block;
      vertical-align: top;
      width: 45%; /* แก้ไขขนาดตามต้องการ */
      margin: 0 2%; /* เพิ่มพื้นที่ว่างระหว่างสองคอลัมน์ */
    }
  }
  
  /* สำหรับหน้าจอมือถือ (Mobile) */
  @media (max-width: 992px) {
    .help-section,
    .community-section {
      display: block;
      width: 100%;
      margin-bottom: 20px; /* เพิ่มพื้นที่ว่างระหว่างส่วน */
    }
  }
  
.bg-showProduct{
    background-color: #ffffff;
    border-radius: 10px;
}
.bg-navbar{
    background: linear-gradient(125deg, #ffea00, #d55607);
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar{
    background-color: #ffffff;
}
.item-navbar{
    font-size: 14px;
}
.seeyai{
    font-size: 20px;
    font-weight: bold;
}
.seeyai15{
    font-size: 15px;
    font-weight: bold;
}
.seeblack{
    color: #000000;
}
.text-black{
    color: #000000;
}
#navbar{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.swal2-container{
    z-index: 2000;
}
.newss{
    background: linear-gradient(125deg, #ffea00, #d55607);
    border: none;
}
.seeyai55{
    font-size: 10px;
    font-weight: bold;
}
.blog{
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.blog .text-color{
    color: #d55607;
}
.blog .image>img{
    width:100%;
}
.blog .title{
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #d55607;
}
.blog a{
    color: #000000;
}
.blog a:hover{
    color: #d55607;
}
.blog .image-show-blog{
    width: 100%;
}
.blog .text{
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog .text-section{
    text-indent: 30px;
}
.blog .text-subtopic{
    text-indent: 50px;
}
.youtube-show-blog{
    width: 853px;
    height: 460px;
}
.bg-auth {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}
.input-auth {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-auth:focus{
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none;
    border-radius: 5px;
}
.input-auth:disabled, .input-auth[readonly] {
    background-color: #e1e4e6;
    opacity: 1;
}
.text-reset-password {
    font-size: 14px;
    color: #495057;
    margin-right: 10px;
    text-decoration: underline;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.text-reset-password:hover {
    text-decoration: underline;
}
.border-auth {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
}
.btn-facebook {
    border-radius: 20px;
    background-color: #1877f2;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-line {
    background-color: #01b301;
    color: #ffffff;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-line:hover {
    opacity: 0.5;
    color: #ffffff;
}
@media screen and (max-width: 992px) {
    .blog .text{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .blog .text-section{
        text-indent: 0;
    }
    .blog .text-subtopic{
        text-indent: 25px;
    }
    .youtube-show-blog{
        width: 100%;
    }
}
.card-body {
    border: 1px solid transparent;
}

h5, h6 {
    color: #333;
}
.input-group-text {
    border: 1px solid #ccc;
    background-color: #f1f3f5; 
    border-radius: 5px; 
    padding: 5px 15px; 
}

#amountProduct {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center; 
}
.announcement-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 1000;
    border-radius: 10px;
    text-align: center;
    opacity: 1;
    transition: opacity 1s ease-in-out; 
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}
.highlight {
    color: #ff4d4d;
    font-weight: bold;
}
.imgnon {
    width: 100%; /* Ensures the image scales properly within the container */
    height: auto; /* Maintain aspect ratio */
    max-height: 230px; /* Set a maximum height for uniformity */
    object-fit: cover; /* Ensures the image fills the box without distortion */
    border-radius: 8px;
    pointer-events: none;
}

@media (max-width: 768px) {
    .imgnon {
        max-height: 330px; 
        border-radius: 5px; 
    }
}
/*รูปมุมซ้าย*/
#snowman {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 250px;
    height: auto;
    z-index: 1000; 
    pointer-events: none;
}
@media (max-width: 768px) {
    #snowman {
        width: 100px; 
        bottom: 5px; 
        left: 0px; 
        pointer-events: none;
    }
}
/* ระบบลอยขึ้นและลง */
.chainess {
    position: fixed;
    bottom: -100px; 
    width: 40px;
    height: 60px;
    background: red;
    border-radius: 20% / 50%;
    box-shadow: 0 0 15px 5px rgba(255, 69, 0, 0.7);
    animation: rise linear infinite;
    pointer-events: none;
}

@keyframes rise {
    0% {
        transform: translateY(0); /* เริ่มจากตำแหน่งเดิม */
        opacity: 0; /* เริ่มต้นโปร่งใส */
    }
    20% {
        opacity: 1; /* ค่อยๆ ปรากฏ */
    }
    100% {
        transform: translateY(-100vh); /* เคลื่อนขึ้นไปจนพ้นจอ */
        opacity: 0; /* ค่อยๆ หายไป */
    }
}
.halloween {
    position: fixed;
    bottom: -100px; 
    width: 40px;
    height: 60px;
    background-image: url("https://png.pngtree.com/png-vector/20221025/ourmid/pngtree-spooky-halloween-ghostis-it-scary-or-cute-cartoon-ghost-in-halloween-theme-vector-png-image_34403260.png"); /* <- ใส่ path รูปผีของคุณ */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;  /* ปรับขนาดให้พอดี */
    animation: rise linear infinite;
    pointer-events: none;
}
.snowflake {
    position: fixed;
    top: 0;
    width: 20px;  
    height: 20px; 
    /* ก้อนกลม */
     background: white;
    border-radius: 50%;
    opacity: 0.7; 
    /* ใช้ภาพ*/
   /* background: url('https://cdn.icon-icons.com/icons2/427/PNG/512/snowflake53_42330.png') no-repeat center;  
    background-size: contain;  
    /* จบ */
    animation: fall linear infinite;
    pointer-events: none;
}
@keyframes fall {
    to {
        transform: translateY(100vh); 
        opacity: 0.5;  /* ให้หิมะค่อยๆ จางลงเมื่อใกล้พื้น */
    }
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-text {
    display: flex;
    flex-direction: column;
}

.header-title {
    margin-bottom: 0;
    font-weight: bold;
}

.header-subtitle {
    margin-bottom: 0;
    font-size: 0.9rem; /* ปรับขนาดได้ตามต้องการ */
}

.header-link a {
    color: #dc3545; /* สีแดง */
    text-decoration: none; /* เอาเส้นใต้ลิงก์ออก */
}

.header-link a:hover {
    text-decoration: underline; /* ใส่เส้นใต้เมื่อชี้เมาส์ */
}
.topup-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 50px auto;
}










  
  
