
        .button-container {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 4px;
        }

        .button-container a {
            flex: 0 1 calc(50% - 10px);
            margin: 5px;
        }

#main .mt-4 {
    margin-top: 10px;
}

@media only screen and (max-width: 992px) {
    .headerWeb {
        display: none!important;
    }
    .webView {
        display: none!important;
    }
    #main .mt-4 {
        margin-top : -17px;
    }

  .t-0 {
      display: none;

  }
  .d-lg-none {
      display: block;
  }
  }
  @media only screen and (min-width: 992px) {
    .top-nav {
        display: none!important;
    }
    .d-lg-none {
        display: none;
    }
    .news-container {
        display: none!important;
    }
    }


  .bg-wa {
      background: #11a116;
  }

  .title-wa {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    text-shadow: -1px 1px 3px #000000 !important;
    text-transform: uppercase;

}
.h6, h6 {
  font-size: 12px;
  margin-top: 0;
}
  .nav-link:hover {
      background: #ffffff !important;
      color: black !important;
      border-radius: 0px;
  }

  a, a:hover {
      color: inherit;
      text-decoration: none;
  }
  .nav-bar {
      background: var(--navbar-color);
      border-bottom: 1px solid var(--second-color);
      color: #fff;
      font-size: 1rem;
      padding: 0.1rem;
  }

  .navbar-brand {
      margin-right: -2rem !important;
      width: 9rem;
  }
  .navbar {
      padding-top: 0rem !important;
      padding-bottom: 0rem !important;
  }
  .nav-link {
      font-size: 0.9rem;
      color: #fff !important;
      text-transform: uppercase;
      font-weight: 600;
      margin-right: 0.7rem;
  }


  @media only screen and (max-width: 700px) {

    .title-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .res-pasaran h3 {
        color: var(--sixth-color);
        font-size: 3.3rem;
    }

    .paito-picker {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .title-paito {
        font-size: 1.1rem;
    }

    .res-pasaran p {
        font-size: 1.1rem;
    }

    .bbkomwrap {
        width: 100% !important;
     }

    .title-main > p {
        line-height: 1.2rem;
    }

    .wrap-list {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .top-list> li {
        margin-bottom: 0.3rem;
    }

    .top-list> li::before {
        content: "|";
        margin-right: 0.4rem;
        color: #868686;
    }

    .nav-link {
        padding: 0.5rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0.7rem;
        background: none;
        border-bottom: 1px solid #fff;
    }


  }

  .navbar-icons i {
    font-size: 1.7rem;
}

.nav-bar {
  background: var(--navbar-color);
  border-bottom: 1px solid var(--second-color);
  color: #fff;
  font-size: 1rem;
  padding: 0.1rem;
}

.navbar-brand {
  margin-right: -2rem;
  width: 9rem;
}
.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.nav-link {
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 0.7rem;
}

.top-list> li {
  display: inline-block;
  margin-right: 0.4rem;
}

.icon-apk {
  width: 30px;
  margin-right: 0.5rem;
}
.d-flex {
  justify-content: center;
}

.news-container {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(#f9e301 0%, #ff8e01 100%);
}

.news-container .title {
    padding: 5px;
    position: absolute;
    background: linear-gradient(#f9e301 0%, #ff8e01 100%);
    height: 100%;
    display: flex;
    align-items: center;
    color: rgb(22, 22, 22);
    z-index: 200;
}

.runningtext {
	position: relative;
	padding: 10px 10px;
	padding-left: 30px;
  overflow: hidden;
	a{
		position: relative;
 	 	top: 0;
  	white-space: nowrap;
		width: auto;
		color: #0e0e0e;
		text-decoration: none;
	}
	&:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		padding: 10px 10px;
		background: #242526;
		z-index: 9;
		color: #FFF;
	}
}
.headerWeb {
    height: 60px;
    position: fixed;
    top: 0;
    /* left: 0; */
    width: 100%;
    padding: 45px 0px 0px 100px;
    background: rgba(251, 255, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(251, 255, 0, 0.2);
    z-index: 100;
}
  .headerWeb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(238, 255, 0, 0.4),
      transparent
    );
    transition: 0.5s;
  }
  .headerWeb:hover::before {
    left: 100%;
  }
  .logo {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    cursor: default;
  }
  .logo:hover {
        margin-top: -20px;
        width: 212px;
        height: 61px;
        padding-top: 4px;
  }
  .navbar a {
    color: #e5ff00;
    font-size: 18px;
    text-decoration: none;
    margin-left: 35px;
    transition: 0.3s;
  }
  .navbar a:hover {
    font-size: 20px;
    color: rgb(255, 255, 255);
  }
  #menu-icon {
    font-size: 36px;
    color: #fbff00;
    display: none;
  }
  /* BREAKPOINTS */
  @media (max-width: 992px) {
    .header {
      padding: 1.25rem 4%;
    }
  }
  @media (max-width: 768px) {
    #menu-icon {
      display: block;
    }
    .navbar {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 0.5rem 4%;
      display: none;
    }
    .navbar.active {
      display: block;
    }
    .navbar a {
      display: block;
      margin: 1.5rem 0;
    }
    .nav-bg {
      position: absolute;
      top: 79px;
      left: 0;
      width: 100%;
      height: 295px;
      background: rgba(251, 255, 0, 0.1);
      border-bottom: 2px solid rgba(255, 251, 0, 0.2);
      backdrop-filter: blur(10px);
      z-index: 99;
      display: none;
    }
    .nav-bg.active {
      display: block;
    }
}

#dot {
    display: none!important;
}
