@import url("font.css");
@import url("font2.css");
select#name {
    border: none;
    list-style: none;
    font-family: 'lf';
}
/*
Colors

$darky: #FDCC0D;
$lighty: #FFDD00;
$purple: #5E00CF;
$orangew: #FD7D0D;

*/

/* fonts */

body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'open-semi', 'sans-serif';
    color: #707070;
    overflow: hidden;
}

body {
    overflow: hidden;
    background: rgb(253, 204, 13);
    /* background: linear-gradient(0deg, rgba(253, 204, 13, 1) 0%, rgba(255, 221, 0, 1) 100%); */
    background-image: linear-gradient(to right top, #2c2357, #392c65, #543e83, #624892);
}

p {
    font-family: 'open-regular';
    font-size: 0.7em;
}

.loading-container {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #5E00CF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loading-container.mainload {
    background-color: #FDCC0D;
}

.loading-txt {
    display: block;
    color: #fafafa;
    font-size: 0.8em;
}

.loading-txt span {
    transition: cubic-bezier(1, -0.1, 0, 0.93);
}

.wrap {
    transition: ease-in-out;
    color: #fafafa;
}

.loading-container {
    z-index: 9999;
    transition: cubic-bezier(0.6, -0.28, 0.735, 0.045) 2s;
}

.loading-txt {
    width: 125px;
    display: block !important;
}

.amoment,
.logosplash {
    transition: cubic-bezier(0.49, -1.03, 0.4, 1.68) 5s;
}

.white-cont {
    width: 80%;
    padding: 0px 10%;
    border-radius: 8vh 8vh 0px 0px;
    position: absolute;
    top: 12%;
    background-color: #fff;
    height: 88%;
}


.full-white-cont {
    position: absolute;
    background-color: #fff;
    width: 80%;
    height: 100%;
    padding: 10px 10%;
}

.full-white-cont.login,
.full-white-cont.recover,
.full-white-cont.signin {
    display: none;
}

/* Only apply flex when visible */
.signin-flex {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.purpleb2{
    background-image: linear-gradient(to right top, #2c2357, #392c65, #543e83, #624892);
}
.full-white-cont-nb{
    background-image: none;
    background: none;
}


main {
    width: 100%;
    height: 100%;
}


form {
    display: block;
    text-align: center;
    margin-top: 32px;
}

form input {
    width: 100%;
    border: 1px solid #707070;
    height: 33px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    border-radius: 50px;
    width: 300px;
    border-radius: 50px;
    width: 270px;
    display: block;
    padding: 10px 15px 10px 15px;
}

input:hover {
    border: 1px solid #5E00CF;
}

form label {
    font-size: 16px;
    font-family: 'lf';
    margin-bottom: 3px;
    color: #fff;
}

.button {
    width: 100%;
    height: 50px;
    background-color: #5E00CF;
    color: #fafafa;
    font-size: 1em;
    font-family: 'open-semi';
    margin: 8% 0px;
    border: none;
}

.button.main{
    width: 100%;
    height: 42px;
    background-color: #6F50b2;
    color: #fafafa;
    font-size: 1em;
    font-family: 'lf';
    margin: 8% 0px;
    border: none;
    width: 180px;
    border-radius: 42px;
}

.button.yellow {
    color: #000;
    background-color: #FFDD00;
}



.septxt {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #707070;
    line-height: 0.1em;
    margin: 10px 0 20px;
    font-size: 12px;
}

.septxt span {
    background: #fff;
    padding: 0 10px;
}

.wm {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.forgot {
    color: #5E00CF;
    font-size: 0.7em;
}

h2 {
    font-size: 1.5em;
    margin: 0;
    /*margin-top: 10px;*/
    font-weight: normal;
    margin-bottom: 5%;
}

.pres {
    font-size: 40px;
    margin: 0;
    margin-bottom: 5%;
    color: #fff;
    text-align: center;
    font-family: "public-regular";
    font-weight: lighter !important;
    text-decoration: none;
    -webkit-font-smoothing: never;
    -moz-osx-font-smoothing: never;
    width: 300px;
    /* font-variant-caps: small-caps; */
}

span.fl{
    font-size: 0.6em;
    display: block;
}

h3 {
    font-family: 'open-light';
    font-size: 1em;
    font-weight: normal;
}

.welcome {
    font-family: 'open-regular';
    display: block;
}

.lineico {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

h2.hello {
    margin-top: 40px;
}

header {
    width: 80%;
    height: 12%;
    padding: 0px 10%;
    position: relative;
}

header.menuheader{
    display: flex;
    justify-content: center;
    width: 80%;
    height: 20%;
    padding: 0px 10%;
    background: none;
    position: relative;
}

.logo-center{
    width: 60%;
}

.hippohead {
    float: right;
}

.logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
}

header.exe {
    height: 10%;
    padding: 10px 10%;
    background-image: none;
}

.white-cont.wfexe {
    top: 10%;
    height: 90%;
    display: none;
}

.form {
    display: flex;
    justify-content: space-between;
    flex-shrink: 1;
}

.form input {
    width: 60px;
    height: 60px;
    line-height: 60px;
    transition: all .2s ease-in-out;
    text-align: center;
    font-size: 40px;
    border: 1px solid #707070;
    border-radius: 12px;
    margin: 0px 2px;
    color: #707070;
    font-variant: small-caps;
    text-transform: uppercase;
    margin-top: 5px;
}

.form input:focus {
    outline: none;
    border: 1px solid #5E00CF;
    width: 65px;
    height: 65px;
}

.iccont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

.iccont img {
    width: 50%;
}

.bckbtn {
    font-family: 'open-light';
    padding: 3px 15px;
    font-size: 0.8em;
    border: 1px solid #707070;
    width: fit-content;
    border-radius: 5px;
    float: right;
    margin: 15px 0px;
}

.headexe {
    margin-top: 50px;
}

.logo.logos {
    margin-top: 15px;
}

.helper {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 221, 0, .9);
    left: 0;
    top: 0;
    padding: 0 10%;
}

.helper h2,
.helper h3 {
    color: #000;
}

.helper h3 {
    font-family: 'open-semi';
}

.popit,
.helper {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    transition: 1s ease-in-out;
}

.popit object,
.helper object {
    width: 50%;
}

.congrats object{
    width: 80%;
}

.popbtn {
    font-family: 'open-bold';
    padding: 3px 15px;
    font-size: 1.3em;
    border: 2px solid #adadad;
    width: fit-content;
    border-radius: 5px;
    float: right;
    margin: 25px 0px;
    background: none;
    transition: .5s ease-in-out;
    color: #bbbbbb;

}

.alignsvg {
    width: 100%;
    align-self: center;
    justify-self: center;
    align-items: center;
    justify-content: center;
}

.white-cont.wfexe.current {
    display: table-cell;
}

.bubble{
    position: absolute;
}

.white-cont.bubble-cont{
    height: 80%;
    width: 90%;
    padding: 0 5%;
}

.bubble-cont .bckbtn{
    position: absolute;
    top: 30px;
    right: 20px;
    float: none;
}

.bcont{
    position: relative;
    width: 100%;
    height: 100%;
}

.bub1{
    top: 140px;
    left: 20px;
}

.bub2{
    top: 230px;
    left: 121px;
}

.bub3{
    top: 90px;
    right: 0;
}

.bub4{
    bottom: 70px;
    left: 10px;
}

.bub5{
    bottom: 60px;
    right: 0;
}

.percentage{
    width: 60px;
    height: 60px;
    font-size: 1.2em;
    color: #000;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.yellow{
    background-color: #FFDD00;
}
.purple{
    background-color: #5E00CF;
    color: #fafafa;
}
.orange{
    background-color: #FD7D0D;
    color: #fafafa;
}

.percentage span{
    font-size: .5em;
    margin-top: -7px;
}

.loading-container.mainload.orangeb{
    background-color: #FD7D0D;
}

.loading-container.mainload.purpleb{
    background-color: #6F50b2;
}

body.orangeb{
    background: linear-gradient(0deg,rgba(253, 125, 13, 1) 0%, rgba(243, 120, 21, 1)100%);
}
body.purpleb{
    background: linear-gradient(0deg,rgba(94, 0, 207, 1) 0%, rgba(89, 14, 180, 1)100%);
}

.logo-center{
    display: flex;
    align-self: center;
    flex-shrink: 0;
}

.logo_splash{
    width: 30%;
    opacity: .8;
}

.logo_splash_intro{
    width: 50%;
    opacity: .93;
}

.logo_splash_vocab{
    width: 80%;
    opacity: .93;
}

#login, #signin{
    display: inline;
    color: rgba(94, 0, 207, 1);
    font-size: 1em;
}

.arrowback{
    position: absolute;
    top: 30px;
    left: 10%;
}

.illucont{
    display: flex;
    justify-content: center;
}

form input:last-child{
    margin-bottom: 0px;
}

#email {
    font-family: 'lf';
    border: none;
    background: url('../img/name_icon_inp_bg.png') no-repeat 95% center #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
    padding: 10px 15px 10px 15px;
    width: 100%;
    height: 33px;
    border-radius: 50px;
    background-color: white;
    display: block;
}

#password{
    background: url('../img/pass_icon_inp_bg.png') no-repeat 95% center #fff;
    background-color: fff;
}

#name{
    background: url('../img/name_icon_inp_bg.png') no-repeat 95% center;
    background-color: fff;
}

.topillus {
    margin-bottom: 5%;
    width: 120px;
    align-self: center;
    margin-top: 25px;
}

h3.helptxt {
    margin: 0 10%;
    text-align: center;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  height: 50px;
  display: flex;
  color: #fafafa;
  background:
    linear-gradient(currentColor 0 0) right  /51% 100%,
    linear-gradient(currentColor 0 0) bottom /100% 51%;
  background-repeat: no-repeat;
  animation: l17-0 2s infinite linear .25s;
}
.loader::before{
  content:"";
  width: 50%;
  height: 50%;
  background: currentColor;
  transform-origin: 10% 10%;
  animation: l17-1 .5s infinite linear;
}
@keyframes l17-0 {
  0%   ,12.49% {transform: rotate(0deg)}
  12.5%,37.49% {transform: rotate(90deg)}
  37.5%,62.49% {transform: rotate(180deg)}
  62.5%,87.49% {transform: rotate(270deg)}
  87.5%,100%   {transform: rotate(360deg)}
}
@keyframes l17-1 {
  0%      {transform: perspective(80px) rotate3d(-1,1,0, 0)}
  80%,100%{transform: perspective(80px) rotate3d(-1,1,0,-360deg)}
}


.conttext, .contform{
    display: flex;
    align-items: center;
    flex-direction: column;
}



@media (min-width: 1000px) {
  /* Your styles for large screens go here */
    .conttext, .contform{
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .signin-flex {
        flex-direction: row !important;
        align-items: center;
        height: 100vh;
    }
}

.downgrey{
    background: #777777;
    color: #565656;
}
.logoutb{
    position: absolute;
    top: -25px;
    left: -50px;
    width: 25px;
    height: 25px;
    background-color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 1000;
}
.logoutb img{
    width: 20px;
    height: 20px;
}
body.loginp {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fafafa;
    flex-direction: column;
}

body.loginp a {
    color: #fff;
    margin-top: 12px;
    display: block;
    text-decoration: none;
    background-color: blueviolet;
    padding: 7px 15px;
    border-radius: 38px;
}
.gomenu{
    background: #590eb4;
    height: 22px;
    line-height: 22px;
    font-family: "lf";
}
.swiper-container
{
    height: 380px;
}

@media (min-width: 1000px) {
  .swiper-container {
    height: 380px;
  }
  .userwindow{
    width: 250px;
  }
  .white-cont{
    border-radius: 0px;
  }
}

.input-wrapper{
    width: 100%;
    border: 1px solid #707070;
    height: 33px;
    margin-bottom: 15px;
    position: relative;
    background-color: white;
    border-radius: 50px;
    width: 300px;
    border-radius: 50px;
    width: 270px;
    display: block;
    padding: 10px 15px 10px 15px;
}

/* nav {
    position: fixed;
    bottom: 1vh;
    width: 90%;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b7b7b7;
    border-radius: 20px;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
} */

nav {
    position: fixed;
    bottom: 10px;
    width: 95%;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b7b7b7;
    border-radius: 20px;
    z-index: 100;
    display: flex
;
    justify-content: space-around;
    align-items: center;
}

.menuitem.selected {
    padding: 10px;
    background: linear-gradient(0deg, rgba(94, 0, 207, 1) 0%, rgba(89, 14, 180, 1) 100%);
    border-radius: 20px;
    transform: scale(1.2);
    transition: 1s all cubic-bezier(1, 0.01, 0, 1);
}