/* Cera Thin */
@font-face {
  font-family: "CrpT";
  src: url('/fonts/CeraRoundPro-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
/* Cera Light */
@font-face {
  font-family: "CrpT";
  src: url('/fonts/CeraRoundPro-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

/* Cera Regular */
@font-face {
  font-family: "CrpT";
  src: url('/fonts/CeraRoundPro-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
/* Cera Medium */
@font-face {
  font-family: "CrpT";
  src: url('/fonts/CeraRoundPro-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
/* Cera Bold */
@font-face {
  font-family: "CrpT";
  src: url('/fonts/CeraRoundPro-Bold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
/* Cera Black */
@font-face {
  font-family: "CrpT";
  src: url('/fonts/CeraRoundPro-Black.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
body, h1, h2, h3, h4, h5, p, ul{font-family:CrpT;
   margin: 0;   
}
body {
/*font-family: "Inika", serif;*/
    font-weight: 400;
    font-size: 20px;
}
a{
    display: inline-block;
}
ul{
    padding: 0;
}
svg {fill-rule: evenodd;
    clip-rule: evenodd;}
:root{
    --color-accent:#C89335;
	--maingrad:linear-gradient(131deg, #e70489, #ff8856);
}
.hidden{
    position: absolute;
    left: -10000px;
    top:auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
img{
    display: block;
    border-radius: 16px;
    /* min-width: 100%;
    height: auto; */
}
.section{
    box-sizing: border-box;
    width: 100%;
    
    height: 100%;
    
    background-image: linear-gradient(
        250deg, 
    rgb(226, 229, 255, 0.5), 
    rgb(255, 255, 255, 0.2)),
         url(../images/background.jpg);
     
    background-repeat: no-repeat;
}
.conteiner{
	box-sizing: border-box;
	height: 100%;
    width: 100%;
    justify-content: space-around;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    
}
.start-page{
    display: flex;
    
    /* padding-top: 100px; */
}
.start-logo{
    animation-name: skale;
    margin-top: 160px;
    margin-bottom: 140px;
    animation: zoom 7s linear 1;
}
@keyframes zoom{
    0%{
        transform: scale(0.2);
        opacity: 0.2;
    }
    50%{
        transform: scale(1.5);
        opacity: 0.5;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
.text_blok{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 160px;
}
.start-title {
    stroke: solid 1px var(--color-accent);
    animation: zoom 3s linear 5ms 1 ;    
}
@keyframes zoom{
    0%{
        transform: scale(0.2);
        opacity: 0.2;
    }
    50%{
        transform: scale(1.5);
        opacity: 0.5;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
.title-slogan{
    animation: zoom 3s linear 10ms 1 ;    
}
@keyframes zoom{
    0%{
        transform: scale(0.2);
        opacity: 0.2;
    }
    50%{
        transform: scale(1.5);
        opacity: 0.5;
    }
    100%{
        transform: scale(1);
        opacity: 1;

}
}
.logo{
    
}
.title{
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 32px;
    color: var(--color-accent);
}
.slogan{
    font-size: 20px;
    margin-bottom: 40px;

}
.form{
    display: flex;
    flex-direction: column;
    /* margin-top: 60px; */
    gap: 40px;
    margin-bottom: 120px;
}
.input-control{
    width: -webkit-fill-available;
    height: 46px;
   
    border-radius: 32px;
  text-align: center;
    
    background: transparent;
}
.input-control::placeholder{
    color: #828282; 
}
.input-control:focus,
.input-control:valid{
   
    outline: none;
   
}

.input-control:invalid {
    /* border-color: #FF4141; */
    outline: none;
 
    
}
.form-button{
    border: none;
    background: transparent;
    margin-left: 350px;
    margin-top: 100px; 
}
.next_arrow{
    border: none;
    background: transparent;
    margin-left: 350px;
    margin-bottom: 60px;
    
}
.text{
    margin-top: 40px;
    width: 380px;
    font-size: 24px;
    line-height: 170%;
    align-content: center;
    margin-bottom: 268px;
}

#swipeArea {
    /* width: 300px;
    height: auto;
    background-color: lightgrey;
    text-align: center;
    line-height: 300px; */
    /* margin: 0 auto; */
    position: relative;
    display: flex;
    justify-content:center ;
    padding-top: 100px;
    margin-bottom: 30px;
}       
.photo-container{
    /*margin-top: 5px;*/
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.photo-container img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 0;
    max-width: 430px;
    height: 100%;
    max-height: 676px;
}

.overlay {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}

.top {
    top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 430px;
}

.style__set{
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    gap: 0;
    padding-top: 12px;
    margin: 0;
    background-color: rgb(234%, 100%, 94%, 0.25);
    width: 100%;
    max-width: 390px;
}
.like{
    border: none;
    background-color: transparent;
    margin-bottom: 30px;
    margin-top: 24px;
}
.link__top,
.link__bottom {
    transition: transform;
}
.link__top{
    width: 85px;
    height: 85px;
}
.link__top:hover{
    background:  var(--maingrad);

    border-radius: 20px;

    transform: scale(1.2);
    
}
.link__top:hover a, .link__bottom:hover a{}
.link__bottom:hover{
  background:  var(--maingrad);
    border-radius: 20px;
}
.game-page{
    position: relative;
}
.down {
    bottom: 90px;
    display: flex;
    flex-direction: row;
    z-index: 0;
    justify-content: center;
    max-width: 430px;
}

.button__like{
     cursor: pointer;
}
.button__like:active{
    fill:#FF4141;
}
.game-page_activ{
    position: relative;
}
.like_activ{
    border: none;
    fill: #FF4141;
    stroke: #FF4141;
    cursor: pointer;
    background-color: transparent;
}

/* Replicant styles */
html {width: -webkit-fill-available; height: -webkit-fill-available;overflow: hidden;}
body {min-height: 100vh;
    height: fill-available;
    min-height: -webkit-fill-available;
    min-width: 100vw;
    min-width: fill-available;
    min-width: -webkit-fill-available;}
a, button, input {-webkit-tap-highlight-color: transparent;}
nav {position:fixed; top:0; left:0; width:100%; height:40px; display:flex; flex-direction:row;}
.section {transition:.2s;position:fixed; left:0; top:0;z-index:3; /*background-image: linear-gradient(157deg, rgb(205 210 255 / 90%), rgb(255 255 255 / 90%)), url(../images/background.jpg)*/ background:white}
.next_arrow {display:none}
.title {
	background:  var(--maingrad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.input-control {width:-webkit-fill-available; text-align: center;; height: 40px;   margin: 2px; position: relative;    z-index: 2;    background: black;}
.input {
	overflow: hidden;
    border-radius: 100px;
    position: relative;}
.input input {background:#f7f7f7; color:black; border: none; transition:.2s;}
.input input + label {background:linear-gradient(45deg, white, white, white, white, white); transition:.2s}
.input input:focus + label {background: var(--maingrad)}

.input label {
	left: 0;
    top: 0;
	transition:.2s;
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: white}

.r_button {
	color:white;
	min-width: 220px;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    background:  var(--maingrad);
    border: none;
    height: 40px;
    border-radius: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 15px 20px #e8161636;
}


}
.text {color:white}
.game-page {transition:.2s;padding:0 20px; height: 100%;box-sizing: border-box;justify-content: space-between!important;}
#swipeArea {
	width: -webkit-fill-available;
    box-sizing: border-box;
    overflow: hidden;
   border-radius: 60px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
	padding-top:unset;
	margin-bottom:unset;
	margin:20px 0;
}
#swipeArea img {border-radius:0}
.swiper-wrapper li {width:fit-content!important; }
.swiper-slide a {
	height: calc(100% - 6px);
    padding: 3px;
    }
.swiper-slide a img {height:100%; box-sizing: border-box;    border: 6px solid white;} 
.style__set {padding-top:0; background-color:unset}
.overlay {position:unset}
.3dbutton {
	position:relative;
	padding: 5px;
    border-radius: 50%;
    background: linear-gradient(140deg, #eff0ff, white);
    position: absolute;
    bottom: 25px;
}
.3dbutton:before {
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	width:calc(100% - 8px);
	height:calc(100% - 8px); 
	background: red;
}
.like {
	height: 80px;
    width: 80px;
	right:40px;
    bottom: 210px;
    z-index: 100;
    position: absolute;
    border: none;
    margin-top: 0;
}
.like:before {
	content:'';
	width:calc(100% + 10px);
	height:calc(100% + 10px);
	background: linear-gradient(140deg, #eff0ff, white);
}
.go_back {
	display: flex;
    height: 35px;
    border-radius: 50px;
    background: white;
    padding: 21px;
    position: fixed;
    top: 0;
    left: 0;
    width: 35px;
    justify-content: center;
    align-items: center;
}
.go_back svg {width: 28px;}
.tabs_container {
	
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tabs_items {width:100%; height:115px; display:flex;flex-direction:row; border-radius: 15px; }
.tabs {
	gap:10px;
	padding:20px; 
	width:100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;}
.tabs > div {
	transition:.2s;
	position:relative;
	box-sizing: border-box;
    border-radius: 28px;
    height: 56px;
    width: 56px;
    display: flex;
    background: #232323;
    align-items: center;
    justify-content: center;}
.tabs > div > div {
	transition:.2s;
	border-radius:100px;
	display: flex;
    width: 100%;
    
    height: 100%;
    justify-content: center;
    align-items: center;
}	
.tabs svg {transition:.2s; fill:white}
.tabs > .active {background: var(--maingrad)}
.tabs >.active > div {}
.tabs >.active > div svg {}
.tabs > .active svg {fill:white}
.tabs_container svg {height:22px; fill:white}
.s_start, .s_home, .s_earn, .s_publish {
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-between;
    z-index: 3;
}
.s_earn, .s_publish {padding-bottom:90px}
.s_publish {
	text-align: center;
    padding: 25px 25px 115px 25px;
    gap: 25px;}
.s_publish .big {
	margin: auto;
	display: flex;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background: var(--maingrad);
    color: white;
    border: 20px solid #ffd4e8;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.s_publish .big.unable {
	background: linear-gradient(45deg, #cac8d1, #d0cedb);
	color:black; 
	border: 20px solid #eeedf1;
	}
.arr {
	bottom: 104px;
    height: 175px!important;
    width: 200px;
    position: fixed;
    right: 40px;}
.s_publish .insufficient {
	padding: 25px;
    bottom: 135px;
    position: fixed;

    padding-right: 31%;
    text-align: left;
}
.s_publish .insufficient svg  {height: 20px;}
.topr {transition:0.2s}
.s_earn .topr {justify-content: center; padding-bottom:0}
.account {
	width: 100%;
	display: flex;
    align-self: flex-start;
    align-items: center;
}
.avatar {
	padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.my_lms {
	gap: 25px;
	display: flex;
    font-size: 30px;
    justify-content: space-between;
}
.my_lms svg {width:26px}
.my_lms .count {display:flex; gap:5px; font-weight:bold}
.nav {
    font-size: 14px;
    color: white;
	width: 100%;
    display: flex;
    background: var(--maingrad);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    min-height: 60px;
}
.nav > div {transition:.2s}
.nav > div {
	height: 90px;
    width: 25%;
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.nav svg {fill: white; height:35px;}
.topr {
	padding-bottom: 30px;
	width: 100%;
	
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.s_home .topr {min-height: 45vh!important;}
.bottomr {
	z-index:99;
	position:fixed;
    bottom:0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.theader {
	margin-bottom: 3px;
	font-size: 16px;
    display: flex;
    position: relative;
    height: 30px;
    min-height: 30px;
    color: white;
    justify-content: center;
    align-items: center;
}
.bborder {position:absolute; width:100%; height:3px; left:0; bottom:-2px; background:var(--maingrad)}
 .theader svg {position: absolute;
	z-index: -1;
    height: 100%;}
.earnings {

    box-sizing: border-box;
    display: flex;
    padding: 10px 25px;
    gap: 20px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
.tasks {

	overflow-y: auto;
	max-height: 70vh;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 10px 25px;
    gap: 20px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
.tasks:after {
	content:'';
	
}
.task {
	min-height: 40px;
    position: relative;
    width: 100%;
    gap: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}


.task .inner {
	gap: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.task svg {
	width: 18px;
}
.task_text {font-size: 18px;}
.task .success {
	display: flex;
    align-items: center;
}
.task .success svg {fill:#c8cfe5; width: 28px;}
.task.finished .success svg {fill:#18d54f}
.reward {
	min-width:40px;
	display: flex;
    flex-direction: column;
    align-items: center;
	font-size: 14px;
}
.s_home, .s_earn, .s_publish, .s_stat {min-height: 100%;}
.s_home {
	overflow-y: auto;
    padding-bottom: 90px;}
.earnings_container, .tasks_container{width: 100%;}

.s_chart {
	padding: 25px;
    padding-bottom: 90px;
    display: flex;
    z-index: 3;
    flex-direction: column;
    align-items: center;}
.s_chart .avatar {
	padding:0;
	border-radius: 50%;
    width: 120px;
    height: 120px;}
.s_chart .nickname {padding:10px 0}
.s_chart .progressbar {
	overflow: hidden;
	position: relative;
    border-radius: 15px;
    margin: 15px 0 25px 0;
    width: 85%;
    height: 10px;
    background: #f1f1f1;
}
.percentage {
	background: var(--maingrad);
    position: absolute;
    width: 30%;
    height: 100%;
}
.s_chart .chart_list {
	overflow-y: auto;
    gap: 15px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 25px;
    height: -webkit-fill-available;
	align-items: flex-start;
}
.s_chart .chart_list .chart-item {
	width: 100%;
	gap: 15px;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.s_chart .chart_list .chart-item .avatar {
	color: white;
    background: linear-gradient(45deg, #c596cd, #37edff);
	font-size: 29px;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
	}
.s_chart .chart_list .chart-item .count {
	gap: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.s_chart .chart_list .chart-item .count svg {height: 15px;}
.s_chart .chart_list .chart-item .details {width: calc(100% - 140px);}
.s_chart .chart_list .chart-item .place {font-size: 27px;
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;}
/* camshot*/
.fileInput {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#fileInput {
    display: none;
}
.make_avatar_block {
    transition: 0.2s;
    z-index: -1;
    /*transform: scale(0.8);*/
    left: 0;
    background: white;
    width: 100%;
    position: absolute;
    visibility: hidden;
    top: 0px;
height: 100%;}
.crop-buttons {
    position: absolute;
    width: 60%;
    display: flex;
    bottom: 25pt;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    left: 20%;
}
.crop_close {
    padding: 17pt;
}
.btnCrop, .crop_close {
    padding: 15pt;
    display: flex;
    background: #ffffff2b;
    z-index: 9;
    width: 50pt;
    height: 50pt;
    border-radius: 50%;
    bottom: 20pt;
    left: calc(50% - 25pt);
    border: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.btnCrop, .crop_close {
    padding: 15pt;
    display: flex;
    background: #ffffff2b;
    z-index: 9;
    width: 50pt;
    height: 50pt;
    border-radius: 50%;
    bottom: 20pt;
    left: calc(50% - 25pt);
    border: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
#btnCrop {
    display: none;
}
.btnCrop svg, .crop_close svg {
    fill: white;
}
.cropper-hidden {
    display: none !important;
}
.cropper-bg {
    background: black;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC); */
}
.cropper-container {
    font-size: 0;
    line-height: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr !important;
}
/*!
 * Cropper v2.3.3
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2016 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2016-08-10T08:58:55.176Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;

  position: relative;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  direction: ltr !important;
}

.cropper-container img {
  display: block;

  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;

  image-orientation: 0deg !important;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;

  filter: alpha(opacity=0);
}

.cropper-modal {
  opacity: .5;
  background-color: #000;

  filter: alpha(opacity=50);
}

.cropper-view-box {
  display: block;
  overflow: hidden;
	border: 4pt solid #ff0067;
	border-radius: 15px;
  width: 100%;
  height: 100%;

  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, .75);
}

.cropper-dashed {
  position: absolute;

  display: none;

  opacity: .5;
  border: 0 dashed #eee;

  filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;

  width: 100%;
  height: 33.33333%;

  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;

  width: 33.33333%;
  height: 100%;

  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 0;
  height: 0;

  opacity: .75;

  filter: alpha(opacity=75);
}

.cropper-center:before,
.cropper-center:after {
  position: absolute;

  display: block;

  content: ' ';

  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;

  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;

  width: 1px;
  height: 7px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;

  display: block;

  width: 100%;
  height: 100%;

  opacity: .1;

  filter: alpha(opacity=10);
}

.cropper-face {
  top: 0;
  left: 0;

  
}

.cropper-line {
	display: none;
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;

  width: 5px;

  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;

  height: 5px;

  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;

  width: 5px;

  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;

  height: 5px;

  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
	display: none;
  opacity: .75;
  background-color: #39f;

  filter: alpha(opacity=75);
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;

  margin-top: -3px;

  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;

  margin-left: -3px;

  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;

  margin-top: -3px;

  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;

  margin-left: -3px;

  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;

  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;

  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;

  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;

  width: 20px;
  height: 20px;

  cursor: se-resize;

  opacity: 1;

  filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;

  display: block;

  width: 200%;
  height: 200%;

  content: ' ';

  opacity: 0;
  background-color: #39f;

  filter: alpha(opacity=0);
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;

    opacity: .75;

    filter: alpha(opacity=75);
  }
}

.cropper-invisible {
  opacity: 0;

  filter: alpha(opacity=0);
}

.cropper-bg {
	
	background: black;
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');*/
}
.tip {
	text-shadow: 0 2px 3px black;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    position: fixed;
    color: white;
}
.cropper-hide {
  position: absolute;

  display: block;

  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.crop-buttons {
	position: absolute;
    width: 60%;
    display: flex;
    bottom: 25pt;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    left: 20%;
}
.btnCrop, .crop_close {
	padding: 15pt;
    display: flex;
   background: #232323;
   
    z-index: 9;
    width: 50pt;
    height: 50pt;
    border-radius: 50%;
    bottom: 20pt;
    left: calc(50% - 25pt);
    border: 1px solid #ffffff4d;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.crop_close{
	padding: 17pt;
	}
.btnCrop svg, .crop_close svg{fill:white}
.tooltip {
	box-sizing:border-box;
	padding:30px;
	position: fixed;
    width: 100%;
    height: 100%;
    color: white;
    z-index: 10;
    display: flex;
	gap:40px;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background: var(--maingrad);
    background: #000000c9;
}
.tooltip .add, .tooltip .end {display:none}
.tooltip .ttext {text-align:center}
.tooltip .t_button {
	border-radius: 5px;
    padding: 15px 40px;
    background: var(--maingrad);
}
#btnCrop {display:none}
.fileInput{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;}
#fileInput{display:none}
.lds-ring {
  /* change color here */
  color: #ff0068
}
.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
	background: #000000cf;
	z-index: 9999999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.s_home {
    z-index: 4;
}
.s_start {
    z-index: 3;
}
.s_game {
    z-index: 3;
}
.s_publish {
    z-index: 3;
}

#home {
    background: white;
    color: black;
}