.chip {
    font-family: Nunito Sans;
    font-size: 12px;
    padding: 5px 10px 5px 12px;
    min-width: 117px;
    background-color: hsla(0, 0%, 100%, .05);
    color: #ffffffcc;
    border-radius: 6px;
    padding: 5px 10px 5px 12px;
    height: 26px;
}

/* Custom style for the green dot */
.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #28a745;
    /* Green dot */
    border-radius: 50%;
    margin-right: 0.5rem;
}

.dot.inactive{
    background-color: #6c757d;
}

.accordion-item {
    background-color: hsla(0, 0%, 100%, .12);
    border: 0.763px solid hsla(0, 0%, 59%, .14);
}

.win-chip {
    font-family: Gilroy ExtraBold;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    background: #00c08d;
    border-radius: 8px;
    text-align: center;
    padding: 1px 8px;
    height: 12px;

}

.win-chip.inactive{
    background: hsla(0, 0%, 100%, .05);

}

.prize-card-content {
    border: 0.76px solid hsla(0, 0%, 59%, .2);
    background-color: hsla(0, 0%, 100%, .102);
    color: hsla(0, 0%, 100%, .8);
}

.accordion-title {
    font-family: Gilroy ExtraBold;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .563px;
    margin-bottom: 14px;
    text-align: left;
}

.accordion-header{
	display:flex;
	flex-direction:row;
}

.instant-win-list-title {
    font-family: Gilroy ExtraBold;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}

.instant-win-prizes-container {
    border: 1px solid hsla(0, 0%, 100%, .2);
    background-color: #070b1a;
    border-radius: 12px;
}

.instant-win-accordion-button:hover,
.instant-win-accordion-button:focus,
.instant-win-accordion-button.show {
    background-color: transparent !important;
    outline: none !important;
}

.accordion-button:not(.collapsed) {
    color: #ffffffcc !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed).accordion-button-caret{
	
}

.accordion-button:not(:focus-visible) {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-hr {
    color: #fff;
    height: 0.25px;
    background: rgba(0, 6, 22, .25);
    margin: 32px 5px 27px 8px !important;
}

.accordion-image {
    width: 135px;
    height: 72px;
    border-radius: 4px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.prize-card-content{
	overflow: visible;
}

.prize-card-content::before {
  content: "";
  position: absolute;
  top: 50%; /* Center vertically */
  left: 0;
  transform: translate(-50%, -50%); /* Center horizontally outside the div */
  width: 30px; /* Diameter of the semi-circle */
  height: 30px; /* Diameter of the semi-circle */
  background-color: #252936;
  border-radius: 50%;
  border: 1px solid transparent; /* Optional: if you want a border */
}

.prize-card-content::after {
  content: "";
  position: absolute;
  top: 50%; /* Center vertically */
  right: 0;
  transform: translate(50%, -50%); /* Center horizontally outside the div */
  width: 30px; /* Diameter of the semi-circle */
  height: 30px; /* Diameter of the semi-circle */
  background-color:#252936;
  border-radius: 50%;
  border: 1px solid transparent; /* Optional: if you want a border */
}

.accordion-button-section-1{
	padding:16px 8px;
	justify-content: center;
    align-items: center;
}
.accordion-button-section-2{
	display: flex;
    height: 100%;

}

.accordion-button-section-2 span{
	display: flex;
    align-items: center;
	justify-content:center;
	padding-left:35px;
    padding-right:35px;
}


.accordion-button-caret{
	background:#3f444b;
	color:#fff;
	border-radius:0px 6px 0px 0px;
}
.accordion-button-caret::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0%, -50%);
    width: 34px;
    height: 34px;
    background-color: #090b1a;
    border-radius: 50%;
    border: 1px solid transparent;
}

.accordion-button::after {
	position:absolute;
	right:35px;
}

.instant-win-accordion-button{
	overflow: visible;
}

@media (max-width: 768px) {
    .accordion-image {
        width: 54.39px;
		height: 40px;
    }
	
	.gap-3.accordion-button-section-1 {
		gap:0.5rem !important;
	}
	
}
