
        .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) {
    #main .mt-4 {
        margin-top : 0px;
    }

  .t-0 {
      display: none;

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


  .bg-wa {
      background: #ac01ef;
  }

  .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: 16px;
  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-color: #ac01ef;
}

.news-container .title {
    position: absolute;
    background: #ac01ef;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    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: #ffffff;
		text-decoration: none;
	}
	&:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		padding: 10px 10px;
		background: #242526;
		z-index: 9;
		color: #FFF;
	}
}
