.progress-ring {
    transform: rotate(-90deg);
}

.progress-fg1 {
    stroke-linecap: round;
    transition: stroke-dasharray 1.8s ease-in-out;
}

.progress-fg2 {
    stroke-linecap: round;
    transition: stroke-dasharray 1.8s ease-in-out;
}

.progress-fg3 {
    stroke-linecap: round;
    transition: stroke-dasharray 1.8s ease-in-out;
}

.me-8 {
    -webkit-margin-start: .5rem;
    margin-inline-start: .5rem;
}


.left-1\/4,
.pg-main-cs-1 {
    left: 0;
    right: 0;
    text-align: center;
}

.hover\:bg-primary-hover:hover,
.pg-main-cs-19 {
    background-color: #D91F13;
}

.text-primary,
.pg-main-cs-24 {
    color: #ffffff;
}

.bg-primary\/20,
.pg-main-cs-24 {
    background-color: #CE1509;
}

.navbar nav .navbar-nav .nav-item .nav-link:active,
.navbar nav .navbar-nav .nav-item .nav-link:focus,
.navbar nav .navbar-nav .nav-item .nav-link:hover,
.navbar nav .navbar-nav .nav-item.active .nav-link,
.pg-main-cs-24 {
    color: #FFFFFF;
}

.mid-bg {
    position: relative;
    width: auto;
    height: auto;
    background-image: url(/img/bg.png);
    background-size: cover;
    background-position: 50% 50%;
}

.lottery-section {
    padding-top: 6rem;
}

.hover\:bg-primary\/40:hover {
    background-color: #c2c2c2d4;
}

.lottery-card {
    background-color: #1C1C1C;
}

.p-6 iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.rad-48 {
    border-radius: 48px;
}

.buy-btn {
    display: grid;
    margin-bottom: .6rem;
    margin-top: 3rem;
}

.detail-lot {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.3);
}

.detail-prize {
    margin-top: 1rem;
    margin-bottom: 3rem;
    box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.3);
    max-width: 50%;
}

.custom-slide {
    border-bottom: solid 5px #c7c7c7;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    max-height: 50rem;
}

.w-6 {
    width: 2.5rem;
    color: #B60B00;
}

.h-6 {
    height: 2.5rem;
}

.lot-container {
    margin-bottom: 6rem;
}

.footer-container {
    background-color: #1b1b1b;
    border-radius: 3rem;
    margin-bottom: 3rem;
    max-width: 90%;
}

@media (min-width: 1024px) {
    .mr {
        margin-right: 30px;
    }

    .ml {
        margin-left: 30px;
    }

    .slide-content {
        margin-top: 7rem;
    }
    
    .slide-content2 {
        margin-top: 10rem;
    }
    
	.px-6 {
		padding-left: 1.0rem;
		padding-right: 1.0rem;
	}
}

@media (min-width: 1280px) {
	.px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (max-width: 1024px) {
	.gap-px {
		gap: 25px;
	}
	.slide-content {
        margin-top: 4rem;
    }
    .slide-content2 {
        margin-top: 6rem;
    }
    .custom-slide {
        max-height: 45rem;
    }
    .ml-mob {
        margin-left:0 !important;
    }
    .font-detail {
        font-size: 14px;
    }
    .custom-select {
        padding: 5px 10px;
    }
    .mob-hidden {
        display: none;
    }
}

.font-prize {
    color: #E10D00;
}

.ics {
    width: 33px;
    height: 33px;
    color: white;
}

.text-update {
	font-size: 1.3rem;
	line-height: 2rem;
}

.text-description {
	font-size: 1rem;
}

.navbar {
    background-color: transparent;
}

.btn-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 2rem;
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 160px;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
}
.lds-ripple div {
  position: absolute;
  border: 4px solid;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 72px;
    left: 72px;
    width: 16px;
    height: 16px;
    opacity: 0;
  }
  4.9% {
    top: 72px;
    left: 72px;
    width: 16px;
    height: 16px;
    opacity: 0;
  }
  5% {
    top: 72px;
    left: 72px;
    width: 16px;
    height: 16px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}

.btn-hidden {
  display: none;
}

.bsc-logo {
  animation: float 4s ease-in-out infinite;
  max-width: 60%;
  margin: auto;
  position: relative;
}

@keyframes float {
  0% { top: 10px; }
  25% { top: 40px; }
  50% { top: 10px; }
  75% { top: 20px; }
  100% { top: 10px; }
}

.swal2-confirm {
    background-color: #B60B00;
}

.custom-select-container {
    position: relative;
    display: inline-block;
    margin-right: 1rem;
}

.custom-select {
    appearance: none;
    padding-right: 15px;
    padding-left: 15px;
    color: #000;
    border-radius: 9999px;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23000000%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    cursor: pointer;
}

.custom-select:focus {
    outline: none;
    border-color: #9b59b6;
    box-shadow: 0 0 5px rgba(155, 89, 182, 0.5);
}

#countdown span {
  font-size: 4em;
  font-weight: bold;
  color: #fff;
}

.smalltext {
  font-size: 1em;
  color: #fff;
}

#countdown {
  text-align: center;
}

#countdown div {
  display: inline-block;
  padding: 20px;
  margin-right: 10px;
}

.token-btn {
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 17px;
}

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

.legend {
  list-style-type: none;
  padding: 0;
}

.legend li {
  margin: 5px 0;
}

.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.install-button {
  display: inline-block;
  background-color: #34a853;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 15px;
}

.install-button:hover {
  background-color: #2c8e41;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-1 {
    margin-left: 1rem;
}

.follow-us {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

