@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');

body {
/*  font-family: "Roboto", sans-serif;*/
}

#start {
  max-width: 600px;
}

a {
  color: #000;
  text-decoration: none ;
}

#login-page {
  margin-top: 50px;
}

#login-page img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0px;
  padding: 50px 50px 0px 50px;
/*  border-radius: 500px;*/
}

.width500 {
  max-width: 500px;
}

.header {
  font-size: 1rem;
  font-weight: 800;

}

.header a{
  color: #000;
}

.profile-link {
  text-decoration: none;
  color: #000;
  font-weight: 800;
}


#myButton {
  font-size: 2 rem;
}

input::placeholder {
  font-size: 1.3rem; 
  font-weight: 900;
  font-color: #e3e3e3;
}


.selected-answer {
/*  border-color: blue;*/
/*  border: #ccc 5px solid;*/
  background-color: #cccccc;
}

.pod-story {
  width: 60px !important;
  height: 60px;
  border-radius: 50px;
  border: 4px solid;
  
}

.story {
  font-size: 14px;
}

.story-border1 {
  border-image: linear-gradient(45deg, red, coral) 1;
/*  border-radius: 50px;*/
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(45deg, red, coral) border-box;
}

.story-border2 {
  border-image: linear-gradient(45deg, #5B2B6B, #EE4BC3) 1;
/*  border-radius: 50px;*/
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(45deg, #5B2B6B, #EE4BC3) border-box;
}

.story-border3 {
  border-image: linear-gradient(45deg, #A3E484, #37D77C) 1;
/*  border-radius: 50px;*/
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(45deg, #A3E484, #37D77C) border-box;
}

.story-border4 {
  border-image: linear-gradient(45deg, #1FB3A5, #5BB336) 1;
/*  border-radius: 50px;*/
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(45deg, #1FB3A5, #5BB336) border-box;
}

.pod-story img{
  width: 100%;
  border-radius: 50px;
}


.truncateLongTexts {
   
    white-space: nowrap; /* Текст не переносится */
    overflow: hidden; /* Обрезаем всё за пределами блока */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

.btn {
  font-weight: 900;
}


.scrembl {
  margin-bottom: 100px;
  font-size: 3rem;
  font-weight: 900;
  white-space: nowrap;
  max-width: 400px;
  font-family: "Roboto", sans-serif;
}




.question {
  margin: 4rem 0;
  text-align: center;
/*  font-size: 30px;*/
  font-size: 1.3rem;
  font-weight: 800;
  color: #000;

  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.questionIMG {
  margin: 0.5rem 0 0 0;
  text-align: center;
/*  font-size: 30px;*/
  font-size: 1.3rem;
  font-weight: 800;
  color: #000;

  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.quizIMG img{
  max-height: 9rem;
  margin: 0 0 1rem 0;
  border: #ccc 1px solid;
/*  height: 200px;*/
}


.bad-answer {
  background-color: #ff918b;
}

.good-answer {
  background-color: #8bffbf;
}


.answer {
  max-height: 90px;
  min-height: 70px;
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 5px;
  border: #000 2px solid;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}


.exclusive {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 1.5rem;
}

.ex-header {
  font-size: 1.4rem;
  padding-bottom: 10px;
}

.ex-button {
  font-weight: 600;
  padding: 15px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  vertical-align: center;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
}

.ex-button a{
  color: #000;
  text-decoration: none;
}

#result h2{
  font-weight: 900;
  margin-top: 100px;
  font-size: 30px;
}

#result img{
  max-width: 100px;
}

#result .logo-text{
  font-weight: 900;
  font-size: 17px;
}

#result #score-result {
  font-size: 24px;
  margin-top: 50px;
}

#share a {
  color: #000 !important;
}

#share {
  color: #000 !important;
  margin-top: 100px !important;
}



.bread {
  padding: 20px 0 15px 0;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 900;
}



.row-levels{
  padding: 5px 20px;
}


.one-level {
  background: #A100FFFF;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 800;
/*  padding: 20px 5px;*/
}

.all-themes {
  background: #A100FFFF;
  border-radius: 20px;
}

.locked-level {
  background: #f1f1f1;
  border-radius: 20px;
}


.exwrapper {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  margin-top: 1.5rem;
}

.colorblack {
  color: #fff;
  background-color: #262626;
}

.color1000{
  color: #fff;
  background: #A100FFFF;
  background: linear-gradient(30deg, #A100FFFF, #71C4FFFF);
}

.color1001{
  color: #fff;
  background: #FF7C7CFF;
  background: linear-gradient(30deg, #FF7C7CFF, #E5A7FFFF);
}

.color1002{
  color: #fff;
  background-size: 100% 100%;
background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
background-image: repeating-linear-gradient(315deg, #FF740012 92%, #073AFF00 100%),repeating-radial-gradient(75% 75% at 238% 218%, #00FFFF12 30%, #FF380714 39%),radial-gradient(99% 99% at 109% 2%, #FF0000FF 0%, #073AFF00 100%),radial-gradient(99% 99% at 21% 78%, #6E0202FF 0%, #073AFF00 100%),radial-gradient(160% 154% at 711px -303px, #FF4E68FF 0%, #FF4B19FF 100%);
}

.color1003{
  color: #fff;
  background: #FF7C7CFF;
  background: linear-gradient(30deg, #FF7C7CFF, #E5A7FFFF);
}

.color1004{
  color: #fff;
  background: #FF7C7CFF;
  background: linear-gradient(30deg, #FF7C7CFF, #E5A7FFFF);
}




.ex-header-desc {
  font-weight: 400;
  line-height: 1.3;
  width: 90%;
}


.click-btn {
  display: flex;
  width: 320px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 3px solid;
  border-radius: 5px;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
}



#email {
  border-color: #000;
}

#code {
  width: 100px;
  min-width: 20px;
  border-color: #000;
}

#uname {
  border-color: #000;
}



/*
.btn-style700 {
  position: relative;
/*  border-color: #979695;
}
.btn-style700::before, .btn-style700::after {
  position: absolute;
  top: 0;
  left: 0;
  border-color: #000;
  border-style: solid;
  transition: all 0.35s;
  content: "";
  z-index: 1;
}
.btn-style700::before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
}
.btn-style700::after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
}
.btn-style700:hover {
  border-color: #000;
  color: #000;
}
.btn-style700:hover::before {
  width: 100%;
  border-width: 1px 0 1px 0;
}
.btn-style700:hover::after {
  height: 100%;
  border-width: 0 1px 0 1px;
}

#btn-style700:active {
    background-color: #000;
    color: #fff;
}
*/







/*

.btn-style701 {
  position: relative;
  border: none;
  color: #dd6395;
}
.btn-style701 span {
  width: 100%;
  display: block;
  position: relative;
}
.btn-style701::before, .btn-style701::after,
.btn-style701 span::before,
.btn-style701 span::after {
  width: 8px;
  height: 8px;
  position: absolute;
  transition: all 0.5s;
  border: 3px solid #dd6395;
  opacity: 0;
  content: "";
}
.btn-style701::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  transform: translate(-50%, -50%);
}
.btn-style701::after {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
  transform: translate(-50%, 50%);
}
.btn-style701 span::before {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
  transform: translate(50%, -50%);
}
.btn-style701 span::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
  transform: translate(50%, 50%);
}
.btn-style701:hover {
  font-size: 16.5px;
  color: #dd2470;
}
.btn-style701:hover::before, .btn-style701:hover::after,
.btn-style701:hover span::before,
.btn-style701:hover span::after {
  opacity: 1;
  border-color: #dd2470;
  transform: translate(0%, 0%);
}



.btn-style2 {
  border-color: #dd7e2a;
  color: #dd7e2a;
}
.btn-style2:hover {
  box-shadow: 0 0.25em 0.25em -0.1em #b5c952;
  transform: translateY(-0.25em);
  border-color: #b5c952;
  color: #b5c952;
}




.btn-style500 {
  border-color: #716eef;
  color: #716eef;
}
.btn-style500:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #716eef 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #716eef 0.2em, transparent 0.3em) 0 0/1em 1em;
}

@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}






.btn-style503 {
  border-color: #dd6395;
  color: #dd6395;
  transition: all 0.5s;
}
.btn-style503:hover {
  box-shadow: inset 6em 0 0 0 #dd7e2a, inset -6em 0 0 0 #dd7e2a;
  border-color: #dd7e2a;
  color: #fff;
}
*/












////////////////

.box {
  display: flex;
}

.box a {
  color: #000;
  text-decoration: none;
}

div.glitch {
  padding: 1.5rem 6rem;
  background: none;
  border: none;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: 3px;
  cursor: pointer;
}
div.glitch:after, div.glitch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
/*  border: 2px solid #000;*/
  transition: transform 0.2s;
}

div.glitch:after {
  border: 2px solid #000;
}

div.glitch:before {
  border: 2px solid #000;
}

div.glitch:after {
  transform: translate(3px, 3px);
}
div.glitch:before {
  transform: translate(-3px, -3px);
}
div.glitch:hover:after, div.glitch:hover:before {
  transform: translate(0);
}