/********************************** CLOCK ***********************************/
/********************************** CLOCK ***********************************/
/********************************** CLOCK ***********************************/
#clock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 21em;
  height: 21em;
  border-radius: 50%;
  background: #eee;
  border: 0.2em solid #d0d0d0;
  box-shadow:
    0 1.2em 0 -1em white,
    0 -0.1em 0.3em 0 #fff,
    0 0 0 0.6em #e7e7e7,
    0 0.6em 1.2em 0 rgba(0, 0, 0, 0.5),
    inset 0 0.5em 1em 0 rgba(0, 0, 0, 0.3),
    inset 0 0 8em 0 rgba(0, 0, 0, 0.2);
}
#clock:before {
  display: block;
  content: "";
  position: absolute;
  background: #dedede;
  left: -2em;
  top: -2em;
  width: 25em;
  height: 25em;
  border-radius: 4.6em;
  z-index: -1;
  box-shadow:
    inset 0 -0.2em 0.2em 0 rgba(0, 0, 0, 0.2),
    inset 0 0.2em 2em 0 #fff;
}
#clock:after {
  display: block;
  content: "";
  position: absolute;
  height: inherit;
  width: inherit;
  background: transparent;
  top: 0;
  left: 0;
  border-radius: inherit;
  box-shadow: inset 12em 14em 0 -10em rgba(255, 255, 255, 0.25);
  z-index: 4;
}
#clock .hour {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.5em;
  height: 16.4em;
  background: transparent;
  box-shadow:
    0 -1em 0 -0.1em #383838,
    0 1em 0 -0.1em #383838;
  transform: rotate(30deg);
}
#clock .hour:after,
#clock .hour:before {
  display: block;
  content: "";
  position: absolute;
  height: inherit;
  width: inherit;
  background: inherit;
  box-shadow: inherit;
  backface-visibility: inherit;
}
#clock .hour:before {
  transform: rotate(30deg);
}
#clock .hour:after {
  transform: rotate(-30deg);
}
#clock .hour:nth-of-type(1) {
  transform: rotate(-60deg);
}
#clock .min {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.3em;
  height: 17em;
  background: transparent;
  box-shadow:
    0 -0.6em 0 -0.1em #383838,
    0 0.6em 0 -0.1em #383838;
  z-index: -1;
  transform: rotate(-54deg);
}
#clock .min:after,
#clock .min:before {
  display: block;
  content: "";
  position: absolute;
  height: inherit;
  width: inherit;
  background: inherit;
  box-shadow: inherit;
  backface-visibility: inherit;
  z-index: 0;
}
#clock .min:before {
  transform: rotate(6deg);
}
#clock .min:after {
  transform: rotate(12deg);
}
#clock .min:nth-child(2) {
  transform: rotate(-36deg);
}
#clock .min:nth-child(3) {
  transform: rotate(-18deg);
}
#clock .min:nth-child(4) {
  transform: rotate(6deg);
}
#clock .min:nth-child(5) {
  transform: rotate(24deg);
}
#alarm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #f8f8f8;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  transform: rotate(-45deg);
  box-shadow: 0 0.2em 0.4em 0 rgba(0, 0, 0, 0.1);
}
#alarm:after {
  display: block;
  content: "";
  position: absolute;
  width: 0.4em;
  height: 4.8em;
  top: -4.6em;
  background: linear-gradient(to bottom, #f6f6f6 0%, #f8f8f8 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -3;
  box-shadow:
    inset 0 1.2em 0 #4ca440,
    -0.2em -0.2em 0.3em 0 rgba(0, 0, 0, 0.1);
}
#sec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: radial-gradient(ellipse at center, #ffd322 0%, #fbc900 100%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 0.14em solid #fbc900;
  z-index: 3;
}
#sec:before,
#sec:after {
  display: block;
  content: "";
  position: absolute;
}
#sec:before {
  background: #fbc900;
  width: 0.8em;
  height: 1.5em;
  top: 1.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0 0 2em 2em;
}
#sec:after {
  width: 0.18em;
  height: 7.6em;
  top: -7.6em;
  background: #fbc900;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#min,
#hour {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fbc900;
  transform-origin: bottom center;
}
#min {
  width: 0.6em;
  height: 8.6em;
  top: -8.6em;
  border-radius: 2em 2em 0 0;
  box-shadow:
    inset 0 0 0 0.16em #303030,
    inset 0 -6em 0 0 #303030,
    -0.2em -0.2em 0.4em 0 rgba(0, 0, 0, 0.2);
}
#hour {
  width: 0.7em;
  height: 7em;
  top: -7em;
  border-radius: 2em 2em 0 0;
  box-shadow:
    inset 0 0 0 0.16em #303030,
    inset 0 -4.2em 0 0 #303030,
    -0.2em -0.2em 0.4em 0 rgba(0, 0, 0, 0.2);
}
ol {
  position: relative;
  height: inherit;
  width: inherit;
}
ol li {
  counter-increment: customlistcounter;
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  letter-spacing: -0.1em;
  color: #383838;
  text-align: center;
}
ol li:before {
  content: counter(customlistcounter) "";
}
ol li:nth-child(1),
ol li:nth-child(2),
ol li:nth-child(4),
ol li:nth-child(5),
ol li:nth-child(7),
ol li:nth-child(8),
ol li:nth-child(10),
ol li:nth-child(11) {
  font-size: 0;
}
ol li:nth-child(3) {
  top: 6.95em;
  right: 2.4em;
}
ol li:nth-child(9) {
  top: 6.95em;
  left: 2em;
}
ol li:nth-child(6) {
  bottom: 2.1em;
  left: 7.06em;
}
ol li:nth-child(12) {
  top: 1.9em;
  left: 6.78em;
}

.class_AbsFlexCenter.ClockX {
    width: 100%;
    height: 100%;
    font-size: 60px;
    color: black;
}
.class_TheAbs.ClockUser {
    font-family: var(--fontFamilyPoppins);
    top: 63%;
    width: 100%;
    height: auto;
    
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: darkgray;
    text-shadow: none;
}
/********************************** CLOCK ***********************************/
/********************************** CLOCK ***********************************/
/********************************** CLOCK ***********************************/




.class_AbsFlexCenter.UserSetup {
    padding-top: 20px;
    border: 40px solid DarkSlateBlue;
    background: rgba(0,0,0,0.3);
    -moz-background: rgba(0,0,0,0.3);
    -webkit-background: rgba(0,0,0,0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
@media only screen and (max-width: 1600px) {
    .class_AbsFlexCenter.UserSetup {border: 30px solid DarkSlateBlue;}
}
@media only screen and (max-width: 1200px) {
    .class_AbsFlexCenter.UserSetup {border: 20px solid DarkSlateBlue;}
}
@media only screen and (max-width: 700px) {
    .class_AbsFlexCenter.UserSetup {border: 10px solid DarkSlateBlue;}
}
.class_RelFlex.SetupTop {
    font-family: var(--fontFamilyPoppins);
    width: 100%;
    height: 100px;
    
    font-size: 48px;
    font-weight: 600;
    text-align: left;
    color: slateblue;
    text-shadow: none;
}
.class_RelFlex.SetupBottom {
    font-family: var(--fontFamilyPoppins);
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    padding-bottom: 150px;
    width: 100%;
    height: calc(100% - 100px);
    overflow: auto;
    
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: black;
    text-shadow: none;
}





.class_BoxUser {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    max-width: 100%;

    font-family: var(--fontFamilyPoppins);
    width: 340px;
    height: 160px;
    margin: 5px;
    padding: 10px;
    border: 1px solid gray;
    background: whitesmoke;
    border-radius: 6px;
    
    font-size: 100px;
    font-weight: 500;
    text-align: center;
    color: black;
    text-shadow: none;                                       
}
.class_BoxUser:hover {
    box-shadow: var(--shadowButton);
}
.class_RelFlex.ARectUser {
    justify-content: flex-center;
    text-align: right;
    width: 100%;
    height: 50px;                    
    border: none;    
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: black;
    text-shadow: none;
}
.class_RelFlex.BRectUser {
    width: 100%;
    height: calc(100% - 50px);                   
    border: none;
    
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: black;
    text-shadow: none;
}

.class_LogTheAbs {
    box-sizing: border-box;
    position: absolute;
    display: block;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;  
    width: 100%;  
}
.class_RelFlex.FramePSA {
    background: transparent;
    width: 100%;
    height: 100px;      
    
    width: 150px;     
    height: 160px;     
}

.class_LogAbsFlexCenter {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    
    color: LightSteelBlue;
    font-size: 150px;    
}
.class_LogWatermark {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent;            
    box-shadow: none;
    border: none;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 100%; 
    width: 100%; 
    font-size: 150px;
}
.class_LogWatermark.PreLogin {
    font-size: 150px;
    color: rgba(255,255,255,0.2);

    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    -moz-background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    -webkit-background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    
    background: linear-gradient(150deg,#FFFF00 6%,#FFA500 25%,#F14444 45%,#D53567 55%,#9A109A 100%);
    -moz-background: linear-gradient(150deg,#FFFF00 6%,#FFA500 25%,#F14444 45%,#D53567 55%,#9A109A 100%);
    -webkit-background: linear-gradient(150deg,#FFFF00 6%,#FFA500 25%,#F14444 45%,#D53567 55%,#9A109A 100%);
}
.class_LogWatermark.Login {
    font-size: 150px;
    color: rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.3);                          
}
.class_LogAbsFlexCenter.WrapFree {
    overflow: hidden;
    border: 6px solid rgba(0,0,0,0.6);
    background: transparent;
    
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


.class_LogRelImage {
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    background-size: contain;
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.class_LogRelImage.LogImagePSA {
    height: 60%;
    width: 60%;
}
.class_LogRelImage.LogImagePSA:hover {
  animation-name: spinme;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spinme {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.class_LogRelFlex {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%; 
}


.class_RelSpan.SpanOK1 {
    flex-wrap: wrap;
    background: transparent;
    font-size: 12px;
    font-weight: lighter;
    color: black;
    padding: 0;
    margin: 0;
    height: 100%;
    width: calc(100% - 60px);
    border: none;
}
.class_RelSpan.SpanOK2 {
    justify-content: flex-end;
    background: transparent;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 60px;
    border: none;
}
.class_RelButton.LogFrameOK {
    padding: 0;
    margin-right: 2px;
    border-radius: 6px;
    height: 44px;
    width: 50px;
    border: none;
    background: transparent;
    box-shadow: none;
}

.class_AbsFlexCenter.AdminOK {
    top: calc(100% - 120px);
    height: 90px;
    width: 100%;              
}

.class_RelButton.AdminOK {
    height: 80px;
    width: 90px;
}

.class_AbsFlexCenter.AlreadyFrame {
    top: calc(100% - 80px);
    height: 70px;
    width: 100%;              
}
.class_RelButton.AlreadyFrameOK {
    height: 70px;
    width: 80px;
}
.class_RelButton.FrameOK {
    padding: 2px;
    margin-right: 2px;
    border-radius: 6px;
    height: 300px;
    width: 360px;
    border: none;
    background: transparent;
    box-shadow: none;
}
#id_FrameOK:hover, #id_LogFrameOK:hover {
    border: none;
    background: transparent;
    box-shadow: var(--shadowButton);
}


@media only screen and (max-width: 1600px) {
    .class_RelButton.FrameOK {height: 200px; width: 260px;}
}
@media only screen and (max-width: 1200px) {
    .class_RelButton.FrameOK {height: 180px; width: 230px;}
}
@media only screen and (max-width: 700px) {
    .class_RelButton.FrameOK {height: 100px; width: 130px;}
}


.class_LogAbsFlexCenter.TestLogin {
    background: lightblue;
    border: 10px solid mediumblue;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: mediumblue;
    text-shadow: none;
}






.class_FlexMid.AdminPW {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
    transition: all 0 ease;
    background: rgba(0,0,0,0.7);
    -moz-background: rgba(0,0,0,0.7);
    -webkit-background: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);             
}

/*********************** TwoCircles ************************/
.class_Circles {
    width: 400px;
    height: 400px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.class_Circle1 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    right: -155px;
    
    background: linear-gradient(45deg, HotPink, LightPink);
    background: linear-gradient(45deg, #ff0099, #7a0ed6);
    animation: move-up6 3s ease-in infinite alternate-reverse;
}
.class_Circle2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    left: -70px;
    
    background: linear-gradient(45deg, MediumPurple, Indigo);
    background: linear-gradient(45deg, #ff237b, #f64838);
    animation: move-down1 2s ease-in infinite alternate-reverse;
}
@keyframes move-up6 {
  to {
    transform: translateY(-20px);
  }
}
@keyframes move-down1 {
  to {
    transform: translateY(10px);
  }
}
/*********************** TwoCircles ************************/


.class_LogForm {
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 360px;
    height: 360px;
    max-width: 100%;
    max-height: 100%;
    transition: all 0 ease;
    border-radius: 2px;
    
    background-color: rgba(255, 255, 255, 0.4);
    -moz-background-color: rgba(255, 255, 255, 0.4);
    -webkit-background-color: rgba(255, 255, 255, 0.4);
    
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    
    border: 1px solid rgba(255, 255, 255, 0.65);
    -moz-border: 1px solid rgba(255, 255, 255, 0.65);
    -webkit-border: 1px solid rgba(255, 255, 255, 0.65);
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.class_LogForm.LogFormCenter {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    float: left;
    font-size: 150px;
}
.class_LogForm.LogFormCenter2 {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    float: left;
    font-size: 150px;
    
    width: 400px;
    height: 480px;
    max-width: 100%;
    max-height: 100%;
    padding-bottom: 0;  
}
.class_LogWelcome, .class_LogMsg {
    font-family: var(--fontFamilyLato);
    box-sizing: border-box;
    position: relative;
    display: inline;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: none;  
    border-radius: 0;   
    float: left;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;   
    user-select: none; 
    
}
.class_LogWelcome {
    font-family: var(--fontFamilyLato);
    
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: white;
    text-shadow: none;
    
    width: 100%;
    height: auto;
}
.class_LogMsg {
    font-family: var(--fontFamilyOpenSans);
    
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: none;
    
    width: 100%;
    height: auto;
}
.class_TheRel.DivAdminPW {
    outline: none;
    background: transparent;
    color: #fff;
    border-radius: 6px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 60px; 
    width: 100%;
    font-size: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -moz-border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border: 1px solid rgba(255, 255, 255, 0.3);    
}
.class_TheRel.DivAdminPW:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
    -moz-border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-border: 1px solid rgba(255, 255, 255, 0.8);    
}

.class_AdminPW {
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    cursor: cursor;
    outline: none;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%; 
    width: 100%; 
    
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: white;
    text-shadow: none;
}
.class_AdminPW:hover, .class_AdminPW:focus, .class_AdminPW:active {
    outline: none;
}
.class_EyeAdminPW {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    float: left;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 6px;
    margin: 0;
    padding: 0;
    height: 100%; 
    width: auto;
    
    font-size: 28px;
    font-weight: lighter;
    text-align: center;
    color: white;
    text-shadow: none;
}
.class_LogInput {
    outline: none;
    background: transparent;
    color: #fff;
    border-radius: 6px;
    padding: 14px 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -moz-border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border: 1px solid rgba(255, 255, 255, 0.3);
}
.class_LogInput:hover, .class_LogInput:focus, .class_LogInput:active {
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -moz-border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border: 1px solid rgba(255, 255, 255, 0.3);
    
    
    
}
.class_LogInput.Wrong {
    padding: 0;
    color: white;
    font-size: 14px;
    height: 100%;
    width: calc(100% - 40px);
    border-radius: 0;
    box-shadow: none;
    border: none;
    transition: all 0 ease;      
    background: rgba(255, 20, 147, 0.6);
    -moz-background: rgba(255, 20, 147, 0.6);
    -webkit-background: rgba(255, 20, 147, 0.6);
}
.class_LogButton, .class_LogLegal {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: none;  
    border-radius: 0;   
    float: left;
    top: 0;
    left: 0;
    padding-bottom: 0;
    margin: 0;
    height: auto;
    width: 100%;        
}
.class_LogLegal {
    width: 100%;
    height: auto;
    border: none;
}
.class_RelFlex.LegalPrivacy {
    font-family: var(--fontFamilyPoppins);
    width: 40%;
    height: 30px;
    border: none;
    
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: whitesmoke;
    text-shadow: none;
    user-select: none; 
}
.class_RelFlex.LegalPrivacy:hover {
    color: cyan;
}
.class_LogGo, .class_LogCancel {
    font-family: var(--fontFamilyOpenSans);
    background: linear-gradient(45deg, GoldenRod, Yellow);
    background: linear-gradient(45deg, #ff0d45, #ff01eb);
    
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 16px;
    margin: 10px;
    width: 90px;
    font-size: 16px;
    font-weight: lighter;
}
.class_LogGo:hover, .class_LogCancel:hover {
    box-shadow: var(--shadowButton);
}
.class_LogForgot {
    font-family: var(--fontFamilyRoboto);
    box-sizing: border-box;
    position: relative;
    display: inline;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: none;  
    border-radius: 0;   
    float: left;
    top: 0;
    left: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    width: 50%;                           
    
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    color: black;
    text-shadow: none;
    user-select: none;   
}
.class_LogForgot:hover {
    color: white;
}



.class_LoginFlexMid {
    font-family: var(--fontFamilyRoboto);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent;            
    box-shadow: none;
    border: none;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 100%; 
    width: 100%; 
    max-height: 100%;
    max-width: 100%;   

    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transition: all 0 ease;
    
}
.class_LogForm.Login {
    font-family: var(--fontFamilyRoboto);
    position: absolute;
    
    top: calc(100% - 440px);
    
    width: 300px;
    height: 430px;
    padding: 0;
    background: rgba(255,255,255,0.2);

    box-shadow: 5px 5px 30px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 30px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.5);
    
    border-radius: 3px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0 ease;
    
    border-top: 1px solid rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.5);
    -moz-border-top: 1px solid rgba(255,255,255,0.5);
    -moz-border-left: 1px solid rgba(255,255,255,0.5);
    -webkit-border-top: 1px solid rgba(255,255,255,0.5);
    -webkit-border-left: 1px solid rgba(255,255,255,0.5);      
}
.class_LogRelFlex.WrapLogoLogin {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    transition: all 0 ease;                               
}
.class_RelButton.FrameLogoLogin {
    height: 60px;
    width: 180px;
    
}
#id_FrameLogoLogin:hover {
    background: transparent;
}
.class_LogWelcome.Login {
    font-family: var(--fontFamilyPoppins);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
    cursor: pointer;
    float: left;
    width: 100%;
    height: 100px;
    
    font-size: 18px;
    font-weight: lighter;
    color: rgba(51,51,51,1);
    text-align: center;
    background: rgba(255,255,255,0.6);

    box-shadow: 5px 5px 30px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 30px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.5);
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all 0 ease;
    
    border-top: 1px solid rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.5);
    -moz-border-top: 1px solid rgba(255,255,255,0.5);
    -moz-border-left: 1px solid rgba(255,255,255,0.5);
    -webkit-border-top: 1px solid rgba(255,255,255,0.5);
    -webkit-border-left: 1px solid rgba(255,255,255,0.5);
}
.class_LogBody {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center; 
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: none;  
    border-radius: 0;   
    float: left;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    height: calc(100% - 60px);
    width: 100%;  
    transition: all 0 ease;
    
    font-size: 18px;
    font-weight: lighter;
    color: white;
    text-align: center;
}
.class_LogBody.BodySignUp {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    padding: 20px;
}
.class_LogButton.Login {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: none;  
    border-radius: 0;   
    float: left;
    top: 0;
    left: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    width: 240px; 

    color: black;
    text-align: center;
    
    background: rgba(255,255,255,0.2);
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0 ease;
    
    border-top: 1px solid rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.5);
    -moz-border-top: 1px solid rgba(255,255,255,0.5);
    -moz-border-left: 1px solid rgba(255,255,255,0.5);
    -webkit-border-top: 1px solid rgba(255,255,255,0.5);
    -webkit-border-left: 1px solid rgba(255,255,255,0.5);
}
.class_LogIcon.ButtonSignUp {
    height: 38px;
    width: 120px;
    color: white;
    border-radius: 3em;
    background: rgba(0,0,255,0.3);
}
.class_LogIcon.ButtonSignUp:hover {
    background: blue;
    color: white;
}

.class_LogIcon {
    font-family: var(--fontFamilyRoboto);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: none;  
    border-radius: 0;   
    float: left;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 40px;
    
    font-size: 15px;
    color: white;
    text-align: center;
    color: black;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0 ease;
    
    border-top: 1px solid rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.5);
    -moz-border-top: 1px solid rgba(255,255,255,0.5);
    -moz-border-left: 1px solid rgba(255,255,255,0.5);
    -webkit-border-top: 1px solid rgba(255,255,255,0.5);
    -webkit-border-left: 1px solid rgba(255,255,255,0.5);
}
.class_LogInput.Login {
    padding: 0;
    color: black;
    font-size: 14px;
    height: 100%;
    width: calc(100% - 40px);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    transition: all 0 ease;         
}
#id_Login:hover, #id_SendPW:hover, #id_LogReload:hover {
    background: rgba(255,255,255,0.6);
}




.class_FlexMid.Team {
    font-family: var(--fontFamilyRoboto);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;

    transition: all 0 ease;
    
    background: rgba(0,0,0,0.2);
    -moz-background: rgba(0,0,0,0.2);
    -webkit-background: rgba(0,0,0,0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.class_LogForm.Team {
    font-family: var(--fontFamilyRoboto);
    width: 800px;
    height: calc(100% - 4px);
    max-width: calc(100% - 4px);
    max-height: calc(100% - 4px);
    
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    
    border: none;
    box-shadow: none;
    background: white;
}
.class_LogWelcome.Team {
    font-family: var(--fontFamilyPoppins);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
    cursor: pointer;
    float: left;
    
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-align: center;
    transition: all 0 ease;
    
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    
    box-shadow: 5px 5px 30px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 30px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 30px rgba(0,0,0,0.5);
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255,255,255,0.8);
    -moz-border: 1px solid rgba(255,255,255,0.8);
    -webkit-border: 1px solid rgba(255,255,255,0.8);

    background-image: linear-gradient(150deg, #4600f1, #f731db 100%);
}
.class_LogBody.Team {
    padding: 0;
    margin: 0;
    height: calc(100% - 40px);
    width: 100%;  
    transition: all 0 ease;  
}








/**************************** Repeats from other css files / make this file standalone *****************************/
/**************************** Repeats from other css files / make this file standalone *****************************/
/**************************** Repeats from other css files / make this file standalone *****************************/
/**************************** Repeats from other css files / make this file standalone *****************************/
/**************************** Repeats from other css files / make this file standalone *****************************/
/**************************** Repeats from other css files / make this file standalone *****************************/

.class_AbsFlex {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center; 
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent;            
    box-shadow: none;
    border: none;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 100%; 
    width: 100%;                   
}
.class_FlexMid {
    
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center; 
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent;            
    box-shadow: none;
    border: none;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 100%; 
    width: 100%; 
    max-height: 100%;
    max-width: 100%;                              
}



.class_RelButton {
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    height: 40px;
    width: 40px;
}
.class_RelImage, .class_EditInfo, .class_SaveInfo {
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    background-size: contain;
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.class_EditInfo {
    width: 50px;
    height: 100%;
    margin-left: 20px;
    display: inline;
}
.class_SaveInfo {
    width: 50px;
    height: 100%;
    margin-left: 20px;
    display: none;
}
.class_NewInfo {
    box-sizing: border-box;
    font-family: var(--fontFamilyPoppins);
    position: absolute;
    display: block;
    float: left;
    cursor: cursor;
    outline: none;
    left: 0;
    top: 10px;
    width: 100%;
    height: calc(100% - 10px);
    
    color: black;
    border: 6px solid slateblue;
    background: lavender;
    box-shadow: inset 0 4px 6px rgba(0,0,0,0.1);
    
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: black;
    text-shadow: none;
    
    display: none;
}
.class_EditInfo:hover,.class_SaveInfo:hover {
    background: black;
}
.class_NewInfo:hover,.class_NewInfo:focus,.class_NewInfo:active {
    outline: none;
    border: 6px solid deeppink;
    background: var(--softRed); 
    box-shadow: var(--shadowIndent);
    
}


.class_RelInput {
    box-sizing: border-box;
    font-family: var(--fontFamilyOpenSans);
    position: relative;
    display: inline;
    float: left;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    background: var(--backBabyBlue); 
    box-shadow: var(--shadowIndent);
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 280px;
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    color: DarkBlue;
    text-shadow: none;
}
.class_AbsInput {
    box-sizing: border-box;
    font-family: var(--fontFamilyOpenSans);
    position: absolute;
    display: block;
    float: left;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    background: var(--backBabyBlue); 
    box-shadow: var(--shadowIndent);
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 280px;
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    color: DarkBlue;
    text-shadow: none;
}
.class_RelSpan {
    box-sizing: border-box;
    font-family: var(--fontFamilyPoppins);
    font-family: var(--fontFamilyOpenSans);
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: yellow;
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    color: black;
    text-shadow: none;
}
.class_AbsSpan {
    box-sizing: border-box;
    font-family: var(--fontFamilyPoppins);
    font-family: var(--fontFamilyOpenSans);
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: indigo;
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: calc(50% - 55px);
    margin: 0;
    padding: 0;
    height: 90px;
    width: 110px;
    font-size: 36px;
    font-weight: lighter;
    text-align: center;
    color: lavender;
    text-shadow: none;       
    
    /******************* RedGradientRed ************************/
    color: white;
    border: none;
	background: rgb(232,25,87);
	background: -moz-linear-gradient(top,  rgba(232,25,87,1) 0%, rgba(170,0,51,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,25,87,1)), color-stop(100%,rgba(170,0,51,1)));
	background: -webkit-linear-gradient(top,  rgba(232,25,87,1) 0%,rgba(170,0,51,1) 100%);
	background: -o-linear-gradient(top,  rgba(232,25,87,1) 0%,rgba(170,0,51,1) 100%);
	background: -ms-linear-gradient(top,  rgba(232,25,87,1) 0%,rgba(170,0,51,1) 100%);
	background: linear-gradient(to bottom,  rgba(232,25,87,1) 0%,rgba(170,0,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81957', endColorstr='#aa0033',GradientType=0 );
}
/**************************** Repeats from other css files / make this file standalone *****************************/
/**************************** Repeats from other css files / make this file standalone *****************************/
/**************************** Repeats from other css files / make this file standalone *****************************/
/**************************** Repeats from other css files / make this file standalone *****************************/
/**************************** Repeats from other css files / make this file standalone *****************************/
/**************************** Repeats from other css files / make this file standalone *****************************/




/**************************** VoiceSynthesizer *****************************/
/**************************** VoiceSynthesizer *****************************/
/**************************** VoiceSynthesizer *****************************/
#id_WrapSynthesizer {
    box-sizing: border-box;
    position: absolute;
    display: block;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: whitesmoke;
    box-shadow: var(--borderGlowGray);
    border: 15px solid black;
    border-radius: 12px;
    user-select: none;  
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
    height: 500px;
    width: 915px;
    display: none;
}
@media only screen and (max-width: 900px) {
  #id_WrapSynthesizer {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
#id_WrapSynthesizer #controls {
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    right: 0;
    margin: 0;
    padding: 20px;
    height: 100%;  
    width: 200px;
}
#id_WrapSynthesizer #controls .cbox {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px;
}
#id_WrapSynthesizer #controls .cbox .row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
#id_WrapSynthesizer #controls .cbox input {
  width: 100%;
}
#id_WrapSynthesizer #controls select {
  width: 100%;
  margin-bottom: 10px;
}

#id_WrapSynthesizer #text {
    box-sizing: border-box;
    position: relative;
    display: inline;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    height: 100%;  
    width: calc(100% - 200px);
    padding: 20px;
    resize: none;
    overflow-y: scroll;
    
    font-size: 18px;
    font-weight: lighter;
    text-align: left;
    color: black;
    text-shadow: none;   
}
#id_WrapSynthesizer #text p {
  margin: 0 auto;
  text-align: justify;
  padding-bottom: 20px;
}
@media (min-width: 901px) {
  #id_WrapSynthesizer #text p {
    width: 50%;
  }
}
#id_WrapSynthesizer #text span {
  transition: all 0.2s ease;
}
#id_WrapSynthesizer #text span.active {
  color: white;
  display: inline-block;
  background-color: #27ae61;
  transform: scale(1.4);
  border-radius: 5px;
  box-shadow:
    -7px 0 0 #27ae61,
    7px 0 0 #27ae61,
    0px 5px 8px rgba(0, 0, 0, 0.1);
}
#overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
#overlay #shareWrapper {
  max-width: 500px;
  background-color: #555;
  border-radius: 5px;
  padding: 15px;
}
#overlay #shareWrapper h4 {
  color: #27ae61;
  text-align: center;
  margin-bottom: 10px;
}
#overlay #shareWrapper input {
  width: 100%;
  border-radius: 5px;
  border: none;
  box-shadow:
    inset 0px 0px 20px -10px black,
    0px 0px 20px -10px white;
  padding: 10px;
  box-sizing: border-box;
}
#id_WrapPlay {
    border: 1px solid black;
    border-radius: 8px;
    padding: 0;
    width: 100%;
    height: 60px;                     
}
.class_PlayButton {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    float: left;
    cursor: pointer;
    overflow: hidden;
    background: transparent; 
    box-shadow: none;
    border: none;
    border-radius: 0;
    user-select: none;  
    
    border: none;
    border-radius: 8px;
    padding: 10px;
    width: calc(100% - 40px);
    height: 60px;  
    
    font-size: 24px;
    font-weight: 600;
}
.class_PlayButton:hover {
    background: lightgray;
}


























