@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;500&display=swap");
:root {

  --header-bg-color: #000000;
  --menu-bg-color: #000000;  
  --body-bg-color: #000000;
  --footer-bg-color: #000000;
  --text-primary-color: #000000;
  --text-secondary-color: #e4c36e;
  --text-third-color: #e4c36e;
  --menu-border-color: #e4c36e;


}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  /* font-family: "Kanit", sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}

input,
button.select,
textarea,
label {
  /* font-family: "Kanit", sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}

html,
body {
  height: 100%;
  background:var(--body-bg-color);
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  /* display: block; */
  max-width: 100%;
  height: auto;
}


input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

a {
  text-decoration: none;
  color: #ffffff;
}

.container {
  margin: 0 auto;
}

.form-group label {
  font-size: 12px;
  color: #ffffff;
}
.form-group input {
  background: var(--input-color);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
  height: 30px;
}
.form-group input:focus {
  outline: none;
}

.flex {
  display: flex;
}

.show-mobile {
  display: none;
}

.form-button-group {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 50px;
}

.btn-white,
.btn-login,
.btn-register,
.btn-outline {
  /* display: block; */
  border: none;
  cursor: pointer;
  font-size: 12px;
  text-align: center;  
  
  background: linear-gradient(180deg, #8336FF 0%, #4A235A 100%);
  display: inline-block;
  line-height: 50px; /* Adjust the line-height to vertically center the text */
  
  /* background-blend-mode: overlay, multiply, normal; */
  
  /* border-radius: 8px; */
  height: 100%;
  /* padding: 0 15px; */
  /* line-height: 28px; */
  font-weight: 300;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.btn-white.lg,
.btn-login.lg,
.btn-register.lg,
.btn-outline.lg {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 30px;
}
.btn-white:hover,
.btn-login:hover,
.btn-register:hover,
.btn-outline:hover {
  filter: contrast(1.5);
}

.btn-outline {
  background: none;
  display: inline-flex;  
  justify-content: center;

  border-radius: 5px;
  border: 1px solid #E4C36E;
  color: var(--text-primary-color);
  font-size: 12px;
  width: 100px;

}



.btn-register {
  color: #fff;   
  background: linear-gradient(180deg, #E4C36E 0%, #9E7707 100%);
  /* border-radius: 8px; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}


.line-button.lg
{
  display: flex;
  padding: 0 20px;
}

.line-button {
  background: #167713;
  border-radius: 30px;  
  padding: 0 7px;
  color: #fff;
  vertical-align:middle;
}
.line-button img {
  margin: 0px 5px;
}
header .header-btn-mobile{
  display: none;
}

header #header {
  display: flex;
  justify-content: space-between;
  height: 120px;
}

header #header #logo {
  display: block;
  margin-top: -5px;
  margin-left: 10px;
  width: 80%;
  align-self: center;
}

header #header .btn {
  width: 10%;
} 

header #header #logo img {
  width: 147px;
  height: auto
}

header nav ul{  
  padding-inline-start: 0px;
}

header #login-form {
  width: calc(100%);
}

header #head_login{
  background:var(--header-bg-color);
  padding:5px 0px;
  padding: 0px;
}




#top_section {
  display: flex;
  margin: 0 auto;
  text-align: center;  
  justify-content: center;
  align-items: center;
  background: url("../images/bg_banner.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #BF9A5D;  
  padding: 20px 0;

  color: #ffffff;
}

#wpsm_accordion_1955 .ac_open_cl_icon{
  color: #7E3AE9 !important;
}

.top_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  margin-bottom: 20px;
}

.top_btn{

}


/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  border-radius: 10px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}

.slick-slide div {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  padding: 10px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  font-size: 16px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: relative;
  bottom: 0;  
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active {
  width: auto;
  padding-right: 5px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button::before {
  color: #fff;
  opacity: 1;
  font-size: 30px;
  line-height: 11px;
}

.slick-dots li.slick-active button {
  width: 30px;
  height: 10px;
}

.slick-dots li.slick-active button::before {
  color: #fff;
  background-color: #fff;
  width: 38px;
  height: 10px;
  border-radius: 10px;
  left: 5px;
}

.slick-arrow.slick-hidden {
  display: none;
}

#slider {
  padding:20px 10px 0px 10px;
  max-width: 1100px;  
  margin: 0 auto;
  min-height:415px;
}


.banner_list_first{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 20px 0px;
  padding: 10px;
}

.banner_list_first .item{
  display: flex;
  align-items: center;
  width: 48%;
  height: 123px;
  flex-shrink: 0;  
}

.banner_list_first .item .btn{ 
  width: 60%;
  padding: 20px;
}

.banner_list_first .item .btn p{
  
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.banner_list_first .item .btn a{
  margin-top: 10px;  
}

.btn-white{
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #ffffff;  
  width: 120px;
  padding-top: 3px;
}


.banner_list_first .item img{   
  margin-right:auto;
  margin-left:auto;
  height: 139px;
  width: auto;  
  margin-top: -10px;  
}

.banner_list_first .item-1{
  border-radius: 10px;
  background: linear-gradient(134deg, #F7DF73 0%, #F3BD44 100%);  
}

.banner_list_first .item-2{
  border-radius: 10px;
  background: linear-gradient(140deg, #C06BF7 0%, #89ABF6 100%);
}

.banner_list_second_mobile{
  display: none;
}

.banner_list_second{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 20px 0px;  
}
.banner_list_first .item{
  display: flex;
  align-items: center;
  width: 48%;
  height: 123px;
  flex-shrink: 0;  
}

.banner_list_second .item{  
  display: flex;
  align-items: center;
  width: 24.5%;
  height: 76px;  
  border-radius: 20px;
  background: linear-gradient(137deg, #182136 0%, #0E1526 100%);
  color: #ffffff;  
  text-align: left;
}

.banner_list_second .item .description{ 
  width: 70%;
  padding: 20px;
}

.banner_list_second .item .description .title{ 
  padding-top: 10px;
  font-size: 18px;
}

.banner_list_second .item .description .detail{ 
  font-size: 12px;
}

.banner_list_second .item img{    
  margin-right:auto;
  margin-left:auto;
  height: 63px;
  width: auto;  
  margin: 0px 5px;
}

.game_partner_logo_list{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 20px 0px;
}

.game_partner_logo_list .item{  
  display: flex;
  align-items: center;
}
.game_partner_logo_list .item img{  
  margin: 0px 5px;
}


.game_partner_icon_list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 20px 0px;
  
}

.game_partner_icon_list .item{  
  align-items: center;
  width: 100%;
  padding: 5px;
}

.game_partner_icon_list .item img{  
  max-width: 188px !important;
  height: auto;
  border-radius: 10px;
}

.game_partner_icon_list .item .image_name{  
  text-align: left;;
}
.game_partner_icon_list .item .image_group{  
  text-align: left;
  color: rgba(255, 255, 255, 0.60) !important;  
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.top_container .content{
  border-radius: 20px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.top_container h2{
  color: yellow;
  padding-bottom: 20px;
}

.banner_menu div{
  position: absolute;
  bottom: 0px;
  width: 125px;
  height: 43px;
  background: url("../images/menu5.png") top center no-repeat;
  left: 12%;
  padding:10px;  
}

.about {
  display: flex;    
  align-content: center;
}


.about div {
  box-sizing: border-box;
  width: 50%;        
  margin: 10px;
  text-align: justify;
  display: grid;    
  grid-template-columns: repeat(2, 1fr);
  
}

.about .about-left .item{
  display: block;
  text-align: center;
  font-size: 14px;
  width: 100%;
  padding: 20px;
  
}

.about .about-left .item p{
  font-size: 14px;
}

.about .about-left .item img{
  margin: 0px auto;
}

.about .about-right{
  display:block;
  border-radius: 40px;
  background: linear-gradient(137deg, rgba(77, 77, 77, 0.80) 0%, rgba(61, 61, 61, 0.00) 100%);
  padding: 20px;
}

.about .about-right .head{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.50);
  text-transform: uppercase;

}

.about .about-right .title{
  padding-top:10px;
}

section {
  /* text-align: center; */
  color: #ffffff;
  padding: 0px 10px 0px 10px;
  position: relative;
  
}
section.section-dark {
  background: #141923;  
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #BF9A5D;  
  padding: 20px 0;
  
}
section.section-category {
  padding :20px 0px;
  background:var(--body-bg-color);
  font-size: 20px;
  color: var(--text-primary-color);  
}
section.category-game-hits{
  background: #141A2D !important;
  padding: 0px 20px !important;
}

section.category-game-hits .game_partner_icon_list .item img {
  max-width: 183px !important;
  height: auto;
}


section.section-category .head-category{
  display: flex;
  align-items: center;
}

section.section-category .category-line-hit{
  height: 4px;
  width: 98%;
  flex-shrink: 0;  
  background: var(--linear, linear-gradient(90deg, #00B5FF 0%, #C500FF 100%)); 
  margin: 10px auto; 
}


section.section-category .title {
 text-align: left;
 width: auto;
 text-wrap: nowrap;
 margin-right: 15px;
}

section.section-category .line {
  width: 100%;
  height: 1px;
  background: var(--linear, linear-gradient(90deg, #00B5FF 0%, #C500FF 100%));
  margin-right: 15px;
}

section h1 {
  text-align: center;
  color: var(--text-secondary-color);
  font-size: 30px;
  margin: 0;
  padding: 0;
  position: relative;
}


section p {
  font-weight: 300;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 16px;
}
section p.mx {
  max-width: 700px;
}
section p.title {
  padding-top: 30px;
  color: var(--text-third-color);
  position: relative;
  font-size: 24px;
}

.list-icon {
  max-width: 550px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.list-icon img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 150px;
}

.list-hero {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 20px auto;
}
.list-hero div {
  text-align: center;
  padding: 20px;
}
.list-hero div img {
  display: block;
  height: auto;
  width: 244px;
  margin: 0 auto;
}
.list-hero p {
  margin-top: 10px;
  font-size: 14px;
}

#bank{
  display: inline;
  padding-bottom: 50px;
}

.mt-3 {
  margin-top: 30px;
}

.text-center {
  text-align: center;
}
.text-center img {
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.no-pb {
  padding-bottom: 0;
  margin-bottom: 0;
}

.list-news{
  margin:10px;
}

.list-news .item-news {
  background:var(--body-bg-color);  
  height:100%; 
}
.list-news .item-news img{
  display: block;
  max-width: 100%;
  max-height: 115px;
  height: auto;
  border-radius: 10px;
}
.list-news .item-news .news-detail{
  padding:5px;
  text-align: left;
}
.list-news .item-news .news-cate{
  padding-top:10px;
  text-align: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.60);
}

.list-news .item-highlight div{
  padding-top:15px;
}

.list-news .item-news a{
  font-size: 14px;  
}


.list-blog {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.list-blog .item-blog {
  /* background: #333333; */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  border-radius: 12px;
  margin: 7px;
  overflow: hidden;
  width: calc(25% - 15px);
  
}
.list-blog .item-blog a {
  color: #ffffff !important;
}
.list-blog .item-blog a:first-child {
  height: 140px;
}
.list-blog .item-blog a:first-child img {
  height: 140px;
  object-fit: cover;
}
.list-blog .item-blog a:last-child {
  display: block;
  padding: 10px;
}
.list-blog .item-blog a div {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-top: 5px;
}
.list-blog .item-blog div {
  font-size: 12px;
  font-weight: 300;
  padding: 10px;
  text-align: left;
}
.list-blog .item-blog h4 {
  font-size: 16px;
}

.head-line {
  color: var(--primary-color);
  text-align: left;
  font-size: 20px;
  margin-top: 20px;
  border-left: 2px solid var(--primary-color);
  padding-left: 10px;
}

.pb-30 {
  padding-bottom: 30px;
}

article {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  text-align: left;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 500;
  color: var(--text-primary-color) !important;
  margin-bottom: 5px;
  margin-top: 10px;
}
article h1 strong,
article h2 strong,
article h3 strong,
article h4 strong,
article h5 strong,
article h6 strong {
  font-weight: 600;
  color: var(--text-primary-color) !important;
}
article p,
article p span,
article p strong {
  /* font-family: Tahoma, sans-serif; */
  /* color: #92929C !important; */
  /* font-weight: 600; */
}
article a {
  color: #7E3AE9 !important;
  /* font-weight: 600; */
  /* text-decoration: underline; */
}
article a strong,
article a span {
  color: #ffffff !important;
  /* font-weight: 600; */
  /* text-decoration: underline; */
}
article img {
  max-width: 100%;
}

#relation-news {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  padding-bottom: 20px;
}
#relation-news ul li {
  color: var(--secondary-color);
}
#relation-news ul li a {
  color: var(--secondary-color);
}

#tags {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  padding-bottom: 20px;
}
#tags h4 {
  color: #bdbdbd;
  font-size: 12px;
}
#tags div {
  display: flex;
  flex-wrap: wrap;
}
#tags a {
  color: #ffffff;
  display: block;
  margin: 5px;
  padding: 0 10px;
  height: 30px;
  background: var(--primary-color);
  border-radius: 30px;
  font-size: 14px;
  line-height: 30px;
}
#tags a:hover {
  background: var(--secondary-color);
}

#sponsor {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
#sponsor div {
  width: 25%;
  text-align: center;
}
#sponsor div img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.cat-title {
  font-weight: 400;
  color: #e30236;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.cat-title::after {
  content: none;
}

#hamburger,
#bottom-nav {
  display: none;
}

#overLayMobile {
  display: none;
}

#service-menu {
  display: none;
}

#center-register-blog {
  /* margin-top: 20px; */
  /* background: var(--body-color-light); */
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

#center-register-blog a{
  padding: 5px 10px;
  background: radial-gradient(56.27% 87.5% at 50% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #7E3AE9;
  background-blend-mode: overlay, multiply, normal;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), inset 0px -1px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  border:none;
  margin: 3px;
}



#share {
  display: flex;
  float: right;
  font-weight: 300;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#share a {
  margin: 3px;
}

#single-share {
  display: flex;
  float: none;
  font-weight: 500;
  margin-top: 0;
  padding-bottom: 2em;
}
#single-share a {
  margin: 3px;
}

.more-button {
  float: right;
  color: var(--secondary-color);
  display: block;
  padding: 0 10px;
  height: 30px;
  background: #535353;
  border-radius: 30px;
  font-size: 14px;
  line-height: 30px;
  margin: -29px -120px 0 0;
}
.more-button:hover {
  background: #434343;
}

.clear {
  clear: both;
}


.table {
  padding-top: 20px;
  margin-bottom: 20px;
}
.table h3 {
  background: #b00c13;
  color: #ffffff;
  padding: 5px 0;
  border-radius: 10px 10px 0 0;
}
.table table {
  border: 0;
  width: 100%;
  border-spacing: 0;
  background: #1a1a1a;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.table table th {
  background: #000000;
  font-size: 12px;
  padding: 5px 0;
  border: 0;
}
.table table tr td {
  padding: 5px 0;
  border-bottom: 1px solid #000;
}
.table table tr td small {
  color: #969696;
}
.table table tr td:first-child {
  padding-left: 5px;
}
.table table tr td img {
  height: 50px;
  width: auto;
  display: inline-block;
}
.table table tr:last-child td {
  border-bottom: 0;
}

#player {
  margin: 20px auto;
  max-width: 960px;
  width: 100%;
  padding-top: 37.7%;
  position: relative;
  max-height: 540px;
}

.s-m {
  display: none;
}


.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.wp-pagenavi{
  margin-bottom: 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #000000;
  padding: 3px 5px;
  margin: 2px;
  min-width: 32px;
  display: inline-block !important;
  border-radius: 10px;
  font-size:14px;
  background-color: #000;
  color: #fff;

}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #8236FF;
  background: #8236FF;
}

#content img {
  max-width: 100%;
  height: auto;
  margin: 5px auto;
  display: block;
}

#content .wp-caption {
  margin: 10px auto;
  text-align: center;
}



.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/*# sourceMappingURL=style.css.map */
article iframe {
  width: 100%;
  height: 460px;
  max-width: 720px;
  margin: 10px auto;
  display: block;
}
#section-tags{
  background: #1E1E1E;
  padding: 20px 0px;
}


/* Style the tab */
.tab {
  overflow: hidden;  
  text-align: left;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  font-size: 14px;
  display: inline-flex;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #2D3850;
  margin: 5px 3px;
  color: var(--text-primary-color);
}

/* Change background color of buttons on hover */
.tab button{
  border-style: none;
}
.tab button:hover {
  background-color:  var(--text-third-color);
  color: #000000;
  cursor: pointer;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: var(--text-third-color);
  color:#000000;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}
