
        * {
            margin: 0;
            padding: 0;
        }
        body {
            background: #070c23;
        }
		#container{
			top:50%;
			left:50%;
			position:absolute;
			transform: translate(-50%, -50%);
			/* background:#222c36; */
			background:#000416;
			overflow:hidden;
		}
		#logo{
			position: absolute;
			display:block;
			top: 50%;
			left: 50%;
			min-width:400px;
			-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			text-align: center;
			overflow:hidden;
		}
		#footer{
			width:100%;
			height:40px;
			bottom:0;
			left:50%;
			position:absolute;
			transform: translate(-50%, 0%);
			background: linear-gradient(to bottom, #ccc 0%, #fff 100%);
		}
		div.button{
			background: #222c36;
			padding: 0 8px;
			text-align: center;
			border-radius: 3px;
			color: white;
			font-weight: bold;
			text-decoration: none;
			cursor:pointer;
		}
		div.moregames {
			height: 38px;
			line-height: 38px;
			padding: 0 5px;
			margin: 1px 1px 0 0;
			float: left;
			color: #333;
			text-align: left;
			font-size: 15px;
			position: relative;
			z-index: 10;
		}
		div.fullscreen{
			margin: 1px 1px 0 0;
			position:absolute;
			right:5px;	
			height:38px;
			line-height:38px;
			display:inline-flex;
			font-weight:bold;
		}
		div.fullscreen img{
			padding-left:5px;	
		}
    


      .gd__toaster__container {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 3000;
      }

      .gd__toaster {
        background: rgb(76, 175, 80);
        border-radius: 8px;
        padding: 12px 16px;
        color: white;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        display: flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
        min-width: 250px;
        max-width: 300px;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.25s ease, transform 0.25s ease;
      }

      .gd__toaster__icon {
        width: 22px;
        height: 22px;
      }

      .gd__toaster__msg {
        font-size: 14px;
        line-height: 1.3;
      }
    


.close-button {
    position: fixed; 
    top: 10px; 
    right: 10px; 
    font-size: 24px; 
    cursor: pointer; 
    background-color: red; 
    color: white; 
    border: none; 
    padding: 5px;
    border-radius: 50%;
    display: none;
    z-index: 1111;
}
.gd__adblocker__button {
  position: relative;
  text-align: center;
  height: 50px;
  cursor: pointer;
  font-size: large;
  font-family: monospace;
  background-color: #ff8c1c;
  border-radius: 0px;
  color: white;
  margin: 0 auto;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.gd__adblocker__button > p {
  position: relative;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  top: 30%;
  color: white;
  font-weight: 600;
  font-family: arial;
}

.gd__adblocker__logo {
  width: 3rem;
  height: 3rem;
  display: block;
  z-index: 2000;
  cursor: pointer;
  top: calc(20% - 50px);
  left: calc(50% - 50px);
}

.logo__1 {
  background: url("https://static.gamedistribution.com/introduction-block-logo.png")
    no-repeat;
  background-size: cover;
}

.logo__2 {
  background: url("https://static.gamedistribution.com/block-logo.png")
    no-repeat;
  background-size: cover;
}
.logo__3 {
  background: url("https://static.gamedistribution.com/abp.png") no-repeat;
  background-size: cover;
}

.logo__4 {
  background: url("https://static.gamedistribution.com/UBlockOrigin.png") no-repeat;
  background-size: cover;
}

.logo__5 {
  background: url("https://static.gamedistribution.com/other.png") no-repeat;
  background-size: cover;
}

.gd__adblocker__container {
  cursor: pointer;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 90%;
  background: white;
  position: relative;
  padding-bottom: 2rem;
  width: 100%;
}

.textLayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.videoButton {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  float: right;
  margin-right: 20px;
  transition: background-color 0.3s ease;
  animation: flashing 1s infinite;
}

.videoButton:hover {
  background-color: #45a049;
}

.videoButton:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.video-button-container {
  position: absolute;
  width: 100%;
  float: right;
  right: 0;
}

.gd__adblocker__overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 1);
  z-index: 1999;
  cursor: pointer;

  font-family: arial;
  font-size: 24px;
  justify-content: center;
  align-items: center;
}

.gd__adblocker__text {
  text-align: center;
  position: relative;
  margin: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 0px;
  padding: 5px 0px 0px 0px;
  color: white;
  top: 1.5rem;
}

.gd__adblocker__text__container {
  height: 4rem;
  background: red;
}

.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: white;
  width: auto;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
  flex-direction: column;
}

.tabs input[name="tab-control"] {
  display: none;
}

.tabs ul {
  list-style-type: none;
  padding-left: 0;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}

.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  padding: 0 10px;
  text-align: center;
  position: relative;
}

.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #666;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  user-select: none;
}

.tabs ul li label span {
  margin: 0 auto;
  margin-bottom: 20px;
}

.tabs ul li label br {
  display: none;
}

.tabs ul li label:hover {
  background: aliceblue;
}

.tabs .slider {
  position: relative;
  height: 4px;
  background: #ff8c1c;
  border-radius: 1px;
  left: 0;
  transition: all 0.25s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  z-index: 1;
  top: -1rem;
}

.content {
  height: 70vh;
}

.content section {
  display: none;
  animation: content 0.3s ease-in-out 1;
  line-height: 1.4;
  width: 100%;
  height: calc(100% - 7rem);
  background: gray;
  overflow: hidden;

  iframe {
    height: 100%;
    width: 100%;
  }
}

input[id="tab1"]:checked ~ .slider {
  left: 0;
  width: 20%;
}

input[id="tab2"]:checked ~ .slider {
  left: 20%;
  width: 20%;
}

input[id="tab3"]:checked ~ .slider {
  left: 40%;
  width: 20%;
}

input[id="tab4"]:checked ~ .slider {
  left: 60%;
  width: 20%;
}

input[id="tab5"]:checked ~ .slider {
  left: 80%;
  width: 20%;
}

input[id="tab1"]:checked ~ .content section:nth-of-type(1) {
  display: block;
}

input[id="tab2"]:checked ~ .content section:nth-of-type(2) {
  display: block;
}

input[id="tab3"]:checked ~ .content section:nth-of-type(3) {
  display: block;
}

input[id="tab4"]:checked ~ .content section:nth-of-type(4) {
  display: block;
}

input[id="tab5"]:checked ~ .content section:nth-of-type(5) {
  display: block;
}

@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes flashing {
    0% { background-color: #f4b476; }
    50% { background-color: #ff8c1c; } 
    100% { background-color: #f4b476; }
}

@media (max-width: 768px) {
  .gd__adblocker__text {
    font-size: .7rem;
    top: 1.5rem;
  }

  .gd__adblocker__text_container {
    font-size: 1rem;
    height: 3rem;
    padding-top: 2rem;
  }
  .gd__adblocker__button {
    margin-top: 5px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
.video-modal-content {
    width: 90%!important;
  }
}

@media (max-height: 600px) {
  .gd__adblocker__container {
    width: 90% !important;
    max-width: 100% !important;
    top: 0;
    height: 98vh;
  }

  .tabs {
    flex-direction: row;
  }

  .tabs > ul {
    margin: 0;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    width: 20%;
    justify-content: center;
    flex: 0;
    line-height: 0.6rem;
    align-items: center;
    font-size: 0.7rem;
    margin-top: 5px;

    li {
      margin-top: 1rem;

      label span {
        width: 30px;
        height: 30px;
      }
    }
  }
  .slider {
    display: none;
  }
  .content {
    flex: 1;
    height: 100vh;
  }

  .gd__adblocker__button {
    margin-top: 5px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .gd__adblocker__text {
    font-size: 1rem;
    top: 1.2rem;
  }

  .gd__adblocker__text__container {
    height: 3rem;
  }

  .tabs ul::after {
    box-shadow: 0px 0px 0px black !important;
    height: 0px !important;
  }
  .tabs ul {
    box-shadow: 10px 0px 15px -5px rgba(0, 0, 0, 0.3);
    margin-bottom: -2rem;
    margin-top: 0rem;
  }
}

.tabs ul::after {
  content: "";
  display: block;
  width: calc(100% - 5px);
  height: 10px;
  box-shadow: 0px 7px 10px #e0e0e0;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.video-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black; 
    padding: 20px; 
    width: 40rem;

  video {
    width: 100%;
  }
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #ff8c1c;
  text-decoration: none;
  cursor: pointer;
}

