body{
	margin: 0;
    font-family: 'Montserrat Alternates', sans-serif;
    min-width: 100vw;
    min-height: 100vh;
}
.branding{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-family: sans-serif, monospace;
    text-align: center;
    font-size: 20px;
    height: 50px;
    font-weight: 300;
    line-height: 50px;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 0px;
    color: white;
    z-index: 1001;
    align-items: center;
}
.branding  img {
    display: block;
    width: 50px;
    height: 50px;
    /* border: 4px double #00ceff29; */
    padding: 10px;
    background-color: #00ceff29;
    position: relative;
    top: 10px;
    border-radius: 50em;
}
.ads {
    background-color: #00ceff29;
    width: 100%;
    height: 50px;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
}
.ads.ads-left {
    margin-right: 5px;
}
.ads.ads-right {
    margin-left: 5px;
}
.ads.ads-right:before,
.ads.ads-left:before {
  content: '';
  display: block;
  position: absolute;
  width: 35px; height: 50px;
  top: 0;
}
.ads-left::before {
    background-image: radial-gradient(circle at 40px 35px, transparent 35px, #00ceff29 15px);
    right: -35px;
}
.ads-right::before {
    background-image: radial-gradient(circle at -5px 35px, transparent 35px, #00ceff29 15px);
    left: -35px;
}
.footer-info {
    display: flex;
    position: relative;
    height: 25px;
    background-color: transparent;
    color: #00ceff;
    text-transform: none;
    box-sizing: border-box;
    font-family: 'Montserrat Alternates';
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.a-loader-title { 
display: none !important;
}
#widget {
    position: absolute;
    bottom: 120px;
    box-sizing: border-box;
    padding: 20px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    text-shadow: 0px 0px 2px #000000;
    background-size: 100% 100%;
    background-color: #00ceffd9;
    left: 60px;
    right: 0;
    width: calc(100% - 120px);
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 0.5em;
    max-height: 45vh;
    overflow: auto;
    z-index: 2000;
    flex-direction: column;
}
footer {
    position: fixed;
    bottom: 0;
    height: auto;
    width: 100%;
    z-index: 999;
}
.statistics {
    color: inherit;
    text-shadow: inherit;
    font-family: inherit;
}
.footer-info > span a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    margin-left: 60px;
    text-transform: lowercase;
    font-size: 0.8em;
}
.footer-info > a:first-child {
    margin-right: 60px;
}
.shower{
	position: relative;
}
.shower::after{
    top: -35px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    z-index: 2000;
    width: 25px;
    height: 20px;
    background-color: transparent;
    transform: rotate(270deg);
    border: none;
    border-bottom: 15px solid #00ceff87;
    border-bottom-left-radius: 50em;
}
#sliders {
    position: fixed;
    right: 0;
    top: 51px;
    box-sizing: border-box;
    padding-right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    z-index: 1000;
    flex-wrap: nowrap;
    bottom: 50px;
    overflow-y: auto;
}
.slider {
    width: 40px;
    height: 40px;
    margin: 10px 0px;
    border-radius: 50em;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    display: flex;
    border: 1px solid;
    color: #9f9c9c;
    font-size: 28px;
    justify-content: center;
    align-items: center;
}
.slider.active {
    color: #00ceff;
}
#buttons{
    position: fixed;
    bottom: 50px;
    height: 40px;
    display: none;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    left: 62px;
    right: 62px;
    width: auto;
}
.btn{
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    filter: invert(64%) sepia(32%) saturate(3632%) hue-rotate(150deg) brightness(101%) contrast(104%);
    position: relative;
}
.shower{
	position: relative;
}
.shower::after{
    top: -35px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    z-index: 2000;
    width: 25px;
    height: 20px;
    background-color: transparent;
    transform: rotate(270deg);
    border: none;
    border-bottom: 15px solid #00ceff87;
    border-bottom-left-radius: 50em;
}
.div-prise {
    display: flex;
    position: fixed;
    width: 320px;
    height: 320px;
    top: calc(50% - 160px);
    left: calc(50% - 160px);
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #00ceff96;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00ceff1f;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 0.8em;
    text-align: center;
	z-index:9000;
}
img.img_prise {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}
#super {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    color: #333;
    font-family: 'Montserrat Alternates';
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#super::before{
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    content: url(/static/my/img/salut.gif);
    opacity: 0.2;
}
.prise-header {
    text-transform: uppercase;
    color: #f37d7d;
    font-weight: 500;
}
.prise-info-p {
    margin: 4px;
    color: #333;
}
a{text-decoration:none;}
.href-result {
    color: #c1005a;
}
.my_promocode {
    background-color: #fbfaed;
    box-sizing: border-box;
    padding: 8px;
}
.prise-info-small {
    color: #1688ab;
    font-size: 0.7em;
}
#all_projects {
    display: flex;
    width: 320px;
    position: fixed;
    z-index: 1;
    height: auto;
    top: 100px;
    left: calc(50% - 160px);
    box-sizing: border-box;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    background-color: #fff;
    min-height: 75%;
    box-shadow: 0 0 18px #999696;
}
.project {
    width: 136px;
    margin: 8px;
	position: relative;
}
.project img{
	width: 100%;
	height: auto;
	display: block;
    opacity: 0.2;
}
.project.active img{
	opacity: 1;
}
.project.active::after {
    color: #fdffb4;
    font-family: "Font Awesome 6 Duotone";
    position: absolute !important;
    top: 8px;
    right: 8px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    letter-spacing: normal;
    content: "\f336\f336";
    font-size: 32px;
}
aside span {
    position: relative;
}
.asid-project{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 4px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 50px;
	z-index: 1000;
	flex-wrap: wrap;
}
.share{
    font-size: 22px;
    cursor: pointer;
    color: #00ceff;
    margin: 10px 5px;
    padding: 8px;
    border: 2px solid;
    border-radius: 50em;
    text-align: center;
    width: 22px;
    height: 22px;
	display:block;
	position:relative;
}
content {
    background: url(/static/my/img/rabbit_bg.png);
    background-size: auto;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-attachment: fixed;
}
