* {
    margin: 0;
    box-sizing: content-box;
  }
  body{
    background: #000 url('../images/bg.png') no-repeat top fixed;
}
.asset_star0 {
	background: url('//d1t9jheyiyj1h6.cloudfront.net/themes/assets/star0.gif') no-repeat center;
	width: 13px;
	height: 12px;
	display: inline-block;
}

.asset_star1 {
	background: url('//d1t9jheyiyj1h6.cloudfront.net/themes/assets/star1.gif') no-repeat center;
	width: 13px;
	height: 12px;
	display: inline-block;
}

.asset_starH {
	background: url('//d1t9jheyiyj1h6.cloudfront.net/themes/assets/starH.gif') no-repeat center;
	width: 13px;
	height: 12px;
	display: inline-block;
}

.sitelink {
	padding-right: 16px;
}

.sellerRatings a:link,
.sellerRatings a:visited,
.sellerRatings a:hover,
.sellerRatings a:active {
	text-decoration: none;
	cursor: text;
}

.sellerRatings {
	margin:0 0 3px 20px;
}

.sitelinkHolder {
	margin:-15px 0 15px 35px;
}

#ajaxloaderHolder {
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	padding: 8px 0 0 8px;
	margin:10px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
  .bgHolder {
    margin-top: 31%;
  }
  
  h1 {
    margin-bottom: 2rem;
    font-weight: normal;
  }
  
  .tcHolder,
  .adsHolder {
    width: 100%;
    max-width: 666px;
    margin: 0 auto;
    padding-top: 35px;
  }
  
  .footer {
    margin-top: 1rem;
    font-size: .9em;
    color:#A1A1A1;
    text-align: center;
  }
  
  .header-text-color:visited,
  .header-text-color:link,
  .header-text-color,
  a:link,
  a:visited {
    color: #A1A1A1;
  }
  
  a:hover,
  a:active {
    color: #505577;;
  }
  
  #sale_link,
  #sale_link_below,
  #sale_link_bold {
    color: #fff;
    text-align: center;
  }
  
  #sale_link a,
  #sale_link_below a,
  #sale_link_bold a {
    color: #fff;
  }
  
  @media(min-width: 500px) {
    body {
      background-size: contain;
    }
    .bgHolder {
      margin-top: 150px;
    }
  }

@media (min-width: 600px) {
    .tcHolder {
        margin-top: 3rem
    }
}
.box-link a{
    text-decoration: none;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.box-link{
    font-weight: 700;
    background-color: #ebdcff;
    border-radius: 10px;
    border: 2px solid #b5179e;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 50px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 50px;
}
.box-link img{
    padding-left: 10px;
}
.box-link span{
    color: #2d2d2d !important;
    font-family: Helvetica,arial,sans-serif;
    font-size: 24px;
}
.privacy-policy{
    cursor: pointer;
}
.small{
    border-radius: 2px;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
    margin-left: 10px;
    color: #ffffff;
}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    margin: 30px 0;
    border-radius: 5px;
    z-index: 1000;
 }
 .popup h1, h2{
    color: #ffffff;
 }
  .close-button{
     color: #ffffff;
     margin-left: auto;
     display: block;
     background-color: transparent;
  }
  .search-title{
    font-family: Arial,arial,sans-serif;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 16px;
    color: #a1a1a1;
  }
  .sponsore{
    font-weight: 700;
    border: 0px solid #b8b8b8;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    color: #b8b8b8;
  }
  .search-box{
    margin-bottom: 30px;
  }
  .search-box .head img{
    border-radius: 100%;
    margin: 10px 12px 10px 0;
  }
  .search-box .head{
    display: flex;
  }
  .search-content{
    width: 100%;
    color: #a1a1a1;
  }
  .search-content a{
    text-decoration: none;
  }
  .search-body h4{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .search-body{
    color: rgb(184, 184, 184);
    font-size: 14px;
  }
  .search-content .link{
    display: flex;
    align-items: center; 
    gap: 8px; 
  }
  .ad-buttons {
    display: flex;
    gap: 6px;
  }
  
  .ad-buttons div {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ad-buttons {
    position: relative;
    display: inline-flex;
  }
  
  .ad-info-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .infopopup {
    position: absolute;
    top: calc(100% + -8px);
    right: 0;
    font-family: sans-serif;
    opacity: 0;
    background: #fff;
    border: 1px solid #666666;
    padding: 5px;
    font-weight: 400;
    font-size: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    width: 200px;
    z-index: 1000;
  }
  .infopopup.show {
    opacity: 1;
  }
  .button{
    background-color: #a3ff4d;
    border-radius: 26px;
    border: 2px solid #a3ff4d;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    color: #000000 !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    gap: 5px;
  }
  .button:hover{
    background-color: #7acc36;
  }