
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
  --value: 1%;
  --back-color: #EBECF0;
  
  --white: #fff;

  --greyLight-1: #EBECF0;
  --greyLight-2: #bebebe;
  --greyLight-3: #ffffff;
  
  --primary-light: #39ddfa;
  --primary: #00abdf;
  --primary-dark: #008ada;
  
  --greyDark: #646b8c;
}


* {
	margin; 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Josefin Sans', sans-serif;

}

body {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	width: 100vw;
    height: 100vh;
    background-color: var(--back-color);
    
}

.container-02 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    top: -50px;
    left: -5px;
	height: 110vh;
	width: 110vw;
	background: #E8ECF0;
}
.container-02 h2 {
	position: relative;
	width: 70%;
	text-align: center;
	z-index: 11;
	color: #6d5dfc;
	font-weight: 700;
	text-align: center;
	padding: 5px 8px;
	font-size: 45px;
	border-radius: 15px;
	border-top: 1px solid rgba(255,255,255,0.5);
	backdrop-filter: blur(5px);
	border-left: 1px solid rgba(255,255,255,0.5);	
	background: rgba(255,255,255,0.5);
    letter-spacing: 10px;
   
	
}
.container-02:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#f00, #f0F);
	clip-path: circle(30% at  88% 77%);
}
.container-02:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#2196f3, #e91e63);
	clip-path: circle(20% at 15% 15%);
}
.container-02 .glassmorphic-card {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
	width: 320px;
	height: 500px;
	padding: 40px 30px;
	margin: 28px;
	box-shadow: 20px 20px 50px rgba(0,0,0, 0.5);
	border-radius: 15px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.7);
	backdrop-filter: blur(5px);
	overflow: hidden;
}
.container-02 .glassmorphic-card:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 10em;
	background: rgba(255,255,255,0.05);
	pointer-events: none;
}
.container-02 .glassmorphic-card .imgBox {
	position: relative;
	text-align: center;
}
.container-02 .glassmorphic-card .imgBox i {
	font-size: max(80px);
	color: rgba(0,0,0, 0.1);
}
.container-02 .glassmorphic-card .contentBox {
	position: relative;
	margin-top: 20px;
	text-align:center;
	transition: 0.5s;
}
.container-02 .glassmorphic-card .contentBox:before {
	content: 'MyTA';
    position: absolute;
    top: 100px;
    left: -125px;
    width: 100%;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 50px;
    transform: rotate(-90deg);
    color: rgba(0,0,0,0.2);
}
.container-02 .glassmorphic-card .contentBox h3 {
	font-size: 1.8em;
	color: #6D5DFC;
	z-index: 1;
    letter-spacing: 1px;
}
.container-02 .glassmorphic-card .contentBox p {
	font-size: 1em;
	color: rgba(74,35,90,1);
	font-weight: 300;
    left: 20px;
    width: 95%;
    text-align: justify;
    text-indent: 10px;
 
}
.container-02 .glassmorphic-card .contentBox a {
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	margin-top: 15px;
	background: rgba(109,93,252,0.8);
	border-top: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,1);
	border-radius: 20px;
	text-decoration: none;
	font-weight: 500;
	box-shadow: 3px 3px 6px #87898b;
}
.container-02 p {
	z-index: 12;
	margin: 20px auto 10px;
	position: relative;
	color: #fff;
}
.container-02 p span {
	font-weight: 700;
}









.btn:focus {
  outline:none !important;
}

.neumorphic-btn {
  font-size: 20px;
  border: none;
  padding: 10px 60px;
  border-radius: 40px;
  color: #6D7587;
  background-color: var(--back-color);
  /*box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.3), 
              -2px -2px 4px 2px rgba(255, 255, 255, 1), 
              inset -14px -14px 20px -10px rgba(0, 0, 0, 0.1),
              inset 14px 14px 20px -10px rgba(255, 255, 255, 0.5) !important;  */
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              inset 0px 0px 4px rgba(255, 255, 255, .2),
              inset 7px 7px 15px rgba(55, 84, 170, 0),
              inset -7px -7px 20px rgba(255, 255, 255, 0),
              0px 0px 4px rgba(255, 255, 255, 0) !important;
  transition: box-shadow .25s ease !important;
}

.neumorphic-btn:active {  
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              inset 0px 0px 4px rgba(255, 255, 255, 0),
              inset 7px 7px 15px rgba(55, 84, 170, .15),
              inset -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
}

.neumorphic-progress, .neumorphic-slider {
  width: 100%;
  margin: auto;
}

.neumorphic-progress__back, .neumorphic-slider__back {
  height: 24px;
  background-color: var(--back-color);
  border-radius: 10px;
  border: 4px solid #f3f4f7;
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              inset 0px 0px 4px rgba(255, 255, 255, 0),
              inset 7px 7px 15px rgba(55, 84, 170, .15),
              inset -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
}

.neumorphic-slider {
  width: 80%;
}

.neumorphic-slider__back {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.neumorphic-progress__line {
    
  height: 16px;
  background-color: #185BF1;
  margin-top: -20px;
  margin-left: 4px;
  border-radius: 8px;
  opacity: 1;
/*  animation:sliding 1s ease; */
}

@keyframes sliding {
  0% {
    width: 0;
  }
  100% {
    width: var(--value);
  }
}

.neumorphic-slider {
  position: relative;
}

.neumorphic-slider__line {
  height: 16px;
  background-color: #185BF1;
  margin-top: -20px;
  margin-left: -6px;
  border-radius: 8px;
  opacity: 1;
  width: calc(var(--value) + 4px);
}

.neumorphic-slider__thumb {
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), 0px 0px 15px rgba(55, 84, 170, .3);
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--back-color);
  left: var(--value);
  top: 2px;
  margin-left: -10px;
  cursor: pointer;
}

.neumorphic-slider__popover {
  position: absolute;
  background-color: var(--back-color);
  left: var(--value);
  width: 60px;
  height: 40px;
  top: -60px;
  margin-left: -30px;
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2);    
  color: #6D7587;    
  padding: 8px 0;
}

.neumorphic-slider__popover::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: var(--back-color) transparent transparent transparent;
}

.neumorphic-text {
  color: #a3aab9;
  margin: auto 30px;
  font-size: 22px;
}

.neumorphic-checkbox {
  padding: 20px;
  position: relative;
  margin: 0 5px;
  transition: all .25s ease;
}

.neumorphic-checkbox::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #a3aab9;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .25s ease;
}

.neumorphic-checkbox_active {  
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              inset 0px 0px 4px rgba(255, 255, 255, 0),
              inset 7px 7px 15px rgba(55, 84, 170, .15),
              inset -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
}

.neumorphic-checkbox_active::after {
  background-color: #a3aab9;
}

.neumorphic-card {
  display: block;    
  background-color: var(--back-color);
  padding: 40px;  
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  border-radius: 30px;
  max-width: 300px;
  width: min-content;
}

.neumorphic-card__title {
  color: #555F76;
  font-size: 22px;
  padding: 20px 0 10px;
  text-align: start;
}

.neumorphic-card__text {
  padding: 0 0 10px;
  text-align: start;
  color: #8D96A8;
}

.neumorphic-card__outer {
  background-color: #f3f4f7;
  border-radius: 10px;
  border: 5px solid #f3f4f7;
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;  
  margin: -5px;
}

.neumorphic-label {
  color: #868b98;
  display: block;
  text-align: start;
  margin: 25px 10px 5px;
}

.neumorphic-input {
  background-color: var(--back-color);
  border-radius: 10px;
  border: 3px solid #f3f4f7;
  box-shadow: 2px 2px 3px rgba(55, 84, 170, .15),
              inset 0px 0px 4px rgba(255, 255, 255, 0),
              inset 7px 7px 15px rgba(55, 84, 170, .15),
              inset -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  padding: 5px 15px;
  outline: none !important;
  color: #535D74;
  font-family: Arial, Helvetica, sans-serif;
}

.neumorphic-image {
  border-radius: 10px;
}

.neumorphic-image__wrapper {
  width: 300px;
  height: 300px;
  border-radius: 50% !important;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid var(--back-color);
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0),
              inset 3px 3px 5px rgba(55, 84, 170, .15),
              inset -3px -3px 5px rgba(255, 255, 255, .5),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
}

.neumorphic-image__placeholder {
    color: #565e74;
    font-size: 30px;
    padding: 25px 0 0 0;
}

.card-collection .neumorphic-card {
  display: inline-block;
  margin: 0 10px !important;
}

.neumorphic-outer {
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  background-color: var(--back-color);
  border-radius: 30px;
}

.neumorphic-inner {
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0),
              inset 7px 7px 15px rgba(55, 84, 170, .15),
              inset -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important; 
  border-radius: 10px;
}

.neumorphic-tab-container {
  display: flex;
  flex-direction: column;
}

.neumorphic-tab-container__controls {       
  display: flex;
  border: 4px solid var(--back-color);
  width: min-content;
  background-color: var(--back-color);
  border-radius: 15px;
  margin-bottom: 15px;
}

.neumorphic-tab-container__control {
  padding: 10px 10px;
  color: #535D74;
  background-color: var(--back-color);
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, .2), inset 7px 7px 15px rgba(55, 84, 170, 0), inset -7px -7px 20px rgba(255, 255, 255, 0);
  transition: box-shadow .4s ease;
  cursor: pointer;
}

.neumorphic-tab-container__control:first-child {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.neumorphic-tab-container__control:last-child {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

.neumorphic-tab-container__control_active {
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1);
}

.neumorphic-tab-container__tab {
  display: none;
  padding: 20px;
}

.neumorphic-tab-container__tab_shown {
  display: flex;
}







.neumorphic-questioncard {
  display: flex;
  justify-content: space-between;   
  position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
  background-color: var(--back-color);
  padding: 40px;  
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  border-radius: 30px;
  min-height: 50vh;
  min-width: 700px;
  max-width: 95vw;
}

.neumorphic-questioncard__title {
  color: #555F76;
  font-size: 30px;
  padding: 20px 0 ;
  text-align: start;
  
}

.neumorphic-questioncard__text {
    font-size: 30px;
  padding: 10px 30px 20px 30px;
  text-align: center;
  text-align: justify;
  color: #8D96A8;
}

.neumorphic-questioncard__outer {
  background-color: #f3f4f7;
  border-radius: 10px;
  border: 5px solid #f3f4f7;
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;  
  margin: 0px;
  width: 100%;
}


.neumorphic-questioncard__outer2 {
  background-color: var(--back-color);
  border-radius: 10px;
  border: 2px solid #f3f4f7;

  margin: 0px;
  width: 100%;
}

.neumorphic-questioncard__inner {
  background-color: #f3f4f7; 
  border: 5px solid #f3f4f7;
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0),
              inset 7px 7px 15px rgba(55, 84, 170, .15),
              inset -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important; 
  border-radius: 10px;
}

.neumorphic-questioncard-h1 {
  color: rgba(85,95,118,0.5);
  font-size: 52px;
  font-weight: 700;
  padding: 20px 0 10px;
  text-align: center;
  letter-spacing: 10px;
}

.neumorphic-questioncard-h2 {
  color: #555F76;
  font-size: 32px;
  padding: 20px 0 10px;
  text-align: start;
}

.neumorphic-questioncard-footnote {
  color: #555F76;
  font-size: 12px;
  padding: 20px 0 10px;
  text-align: center;
}











.neumorphic-optioncard {
  display: inline-block;   
  background-color: var(--back-color);
  padding: 10px;  
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  border-radius: 30px;

  min-width: 650px;
}







.neumorphic-logincard {
  display: block;   
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -49%);
  background-color: var(--back-color);
  padding: 40px;  
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  border-radius: 30px;
  height: 900px;
  min-width: 700px;
}


.neumorphic-logincard__outer {
  background-color: #f3f4f7;
  border-radius: 10px;
  border: 5px solid #f3f4f7;
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;  
  margin: -5px;
}


.neumorphic-logincard:before {
	content: 'MyTA';
    position: absolute;
    top: 350px;
    left: -280px;
    width: 100%;
    font-size: 5em;
    text-transform: uppercase;
    font-weight: 550;
    letter-spacing: 120px;
    transform: rotate(-90deg);
    color: rgba(0,0,0,0.1);
}

.neumorphic-logincard-label {
  color: #555F76;
  font-size: 32px;
  display: block;
  text-align: center;
  margin: 25px 100px 5px;
}


.neumorphic-logincard-input {
  background-color: var(--back-color);
  -webkit-appearance: none;
  border-radius: 10px;
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  border: 5px solid #f3f4f7;
  box-shadow: 20px 20px 30px rgba(55, 84, 170, .15),
              inset 0px 0px 40px rgba(255, 255, 255, 0),
              inset 7px 7px 15px rgba(55, 84, 170, .15),
              inset -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  padding: 20px 20px;
  outline: none !important;
  color: #535D74;
}


.neumorphic-logincard-h1 {
  color: rgba(85,95,118,0.5);
  font-size: 52px;
  font-weight: 700;
  padding: 20px 0 10px;
  text-align: center;
  letter-spacing: 10px;
}

.neumorphic-logincard-h2 {
  color: #555F76;
  font-size: 32px;
  padding: 20px 0 10px;
  text-align: start;
}

.neumorphic-logincard-footnote {
  color: #555F76;
  font-size: 12px;
  padding: 20px 0 10px;
  text-align: center;
}


.neumorphic-logincard-btn {
  font-size: 40px;
    letter-spacing: 10px;
  -webkit-appearance: none;
  border: none;
  padding: 10px 80px;
  border-radius: 40px;
  color: var(--primary);
  background-color: var(--back-color);
  /*box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.3), 
              -2px -2px 4px 2px rgba(255, 255, 255, 1), 
              inset -14px -14px 20px -10px rgba(0, 0, 0, 0.1),
              inset 14px 14px 20px -10px rgba(255, 255, 255, 0.5) !important;  */
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              inset 0px 0px 4px rgba(255, 255, 255, .2),
              inset 7px 7px 15px rgba(55, 84, 170, 0),
              inset -7px -7px 20px rgba(255, 255, 255, 0),
              0px 0px 4px rgba(255, 255, 255, 0) !important;
  transition: box-shadow .25s ease !important;
}

.neumorphic-logincard-btn:active {  
    background-color: var(--primary);
    color: #FFFFFF;
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              inset 0px 0px 4px rgba(0, 0, 0, 0),
              inset 7px 7px 15px rgba(55, 84, 170, .15),
              inset -7px -7px 20px rgba(0, 0, 0, .75),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
}









.neumorphic-indexcard {
  display: block;   
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -49%);
  background-color: var(--back-color);
  padding: 40px;  
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  border-radius: 30px;
  height: 900px;
  min-width: 700px;
}




.neumorphic-indexcard:before {
	content: '';
    position: absolute;
    top: 350px;
    left: -280px;
    width: 100%;
    font-size: 5em;
    text-transform: uppercase;
    font-weight: 550;
    letter-spacing: 120px;
    transform: rotate(-90deg);
    color: rgba(0,0,0,0.1);
}

.neumorphic-indexcard__outer {
  background-color: #f3f4f7;
  border-radius: 10px;
  border: 5px solid #f3f4f7;
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;  
  margin: -5px;
}



.neumorphic-indexcard-label {
  color: #555F76;
  font-size: 32px;
  display: block;
  text-align: center;
  margin: 25px 100px 5px;
}


.neumorphic-indexcard-input {
  background-color: var(--back-color);
  -webkit-appearance: none;
  border-radius: 10px;
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  border: 5px solid #f3f4f7;
  box-shadow: 20px 20px 30px rgba(55, 84, 170, .15),
              inset 0px 0px 40px rgba(255, 255, 255, 0),
              inset 7px 7px 15px rgba(55, 84, 170, .15),
              inset -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  padding: 20px 20px;
  outline: none !important;
  color: #535D74;
}


.neumorphic-indexcard-h1 {
  color: rgba(85,95,118,0.5);
  font-size: 72px;
  font-weight: 700;
  padding: 20px 0 10px;
  text-align: center;
  letter-spacing: 10px;
}

.neumorphic-indexcard-h2 {
  color: #555F76;
  font-size: 32px;
  padding: 20px 0 10px;
  text-align: start;
}

.neumorphic-indexcard-footnote {
  color: #555F76;
  font-size: 12px;
  padding: 20px 0 10px;
  text-align: center;
}


.neumorphic-indexcard-btn {
  font-size: 40px;
    letter-spacing: 10px;
  -webkit-appearance: none;
  border: none;
  padding: 10px 80px;
  border-radius: 40px;
  color: var(--primary);
  background-color: var(--back-color);
  /*box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.3), 
              -2px -2px 4px 2px rgba(255, 255, 255, 1), 
              inset -14px -14px 20px -10px rgba(0, 0, 0, 0.1),
              inset 14px 14px 20px -10px rgba(255, 255, 255, 0.5) !important;  */
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              inset 0px 0px 4px rgba(255, 255, 255, .2),
              inset 7px 7px 15px rgba(55, 84, 170, 0),
              inset -7px -7px 20px rgba(255, 255, 255, 0),
              0px 0px 4px rgba(255, 255, 255, 0) !important;
  transition: box-shadow .25s ease !important;
}

.neumorphic-indexcard-btn:active {  
    background-color: var(--primary);
    color: #FFFFFF;
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              inset 0px 0px 4px rgba(0, 0, 0, 0),
              inset 7px 7px 15px rgba(55, 84, 170, .15),
              inset -7px -7px 20px rgba(0, 0, 0, .75),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
}








.neumorphic-menucard1 {
  display: block;   
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
  background-color: var(--back-color);
  padding: 40px;  
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  border-radius: 30px;
  height: 300px;
  width: 700px;
}

.neumorphic-menucard2 {
  display: block;   
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -25%);
  background-color: var(--back-color);
  padding: 40px;  
  box-shadow: 7px 7px 15px rgba(55, 84, 170, .15),
              -7px -7px 20px rgba(255, 255, 255, 1),
              0px 0px 4px rgba(255, 255, 255, .2) !important;
  border-radius: 30px;
  height: 300px;
  width: 700px;
}






















.option-input {
  position: absolute;
  left: -9999px;
}

.option-label {
  display: block;
  text-align: start;
  position: relative;
  width: 105%;
  margin: 20px;
  padding: 15px 5px 15px 65px;
  border: 3px solid #fff;
  border-radius: 100px;
  color: #fff;
  background-image: linear-gradient(to left bottom, #39ddfa, #00c9f6, #00b5ef, #00a0e6, #008ada);;

  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
}

.option-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 100px;
  transition: background-color .2s;
}

.option-label:first-of-type {
  transform: translateX(-40px);
}

.option-label:last-of-type {
  transform: translateX(-40px);
}

.option-label:hover, .option-input:focus + option-label {
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.option-input:checked + .option-label {
background: #8e2de2; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #8e2de2, #4a00e0); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #8e2de2, #4a00e0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.option-input:checked + .option-label::before {
  background-color: #fff;
}


.optiontext {
  color: #FFFFFF;
  display: block;
  font-size: 30px;
  padding: 0px 0 0px;
  text-align: start;
  max-width: 85vw;
  word-break: normal;
  white-space: normal;
  text-align: justify;
  
}

.optioncontainer{
    display: flex;
    
    flex-direction: column;
    flex: 1; 
    flex-basis:0;
}



.neumorphic-questioncard__questiontitle {
  color: #555F76;
  font-size: 30px;
  padding: 20px 0 10px;
  text-align: start;
  
}

.neumorphic-questioncard__studentid {
  color: #555F76;
  font-size: 30px;
  padding: 20px 0 10px;
  text-align: start;
  
}













.clock {
    display: flex;
    width: 170px;
    height: 170px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../assets/clock.png);
    background-size: cover;
    border: 3px solid rgba(52, 73, 94,0.1);
    border-radius: 50%;
    box-shadow: -2px -2px 5px rgba(67, 67, 67, 0.2),
        inset 2px 2px 5px rgba(0, 0, 0, 0.2),
        inset -2px -2px 5px rgba(67, 67, 67, 0.1),
        2px 2px 5px rgba(0, 0, 0, 0.2);
}

.clock:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #747474;
    border-radius: 50%;
    z-index: 999;

}

.clock .hour,
.clock .min,
.clock .sec {
    position: absolute;
}

.clock .hour, .hr {
    width: 90px;
    height: 90px;
}

.clock .min, .mn {
    width: 120px;
    height: 120px;
}

.clock .sec, .sc {
    width: 120px;
    height: 120px;
}

.hr, .mn, .sc {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    position: absolute;
    border-radius: 50%;
    
}

.hr:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 55px;
    background: rgba(250,0,10,1);
    z-index: 9;
    border-radius: 6px 6px 0 0;
}

.mn:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 70px;
    background: var(--primary);
    z-index: 10;
    border-radius: 6px 6px 0 0;
}

.sc:before {
    content: "";
    position: absolute;
    width: 2px;
    height:70px;
    background: #222222;
    z-index: 11;
    border-radius: 6px 6px 0 0;
}




.studentid1 { 
    grid-area: studentid1; 
    align-self: center;
  justify-self: end;
  color: var(--primary);
}
.studentid2 { 
    grid-area: studentid2; 
    align-self: center;
    justify-self: start;
}
.quizid1 { 
    grid-area: quizid1; 
    align-self: center;
    justify-self: end;
    color: var(--primary);
}
.quizid2 { 
    grid-area: quizid2; 
    align-self: center;
    justify-self: start;
}
.topleft { 
    grid-area: topleft; 
    align-self: center;
    justify-self: end;
    position: absolute;
    top: 25px;
    left: 150px;
}
.middleleft { 
    grid-area: middleleft; 
    align-self: center;
    justify-self: start;
}
.topright { 
    grid-area: topleft; 
    align-self: center;
    justify-self: end;
}
.middleright { 
    grid-area: middleleft; 
    align-self: center;
    justify-self: start;
}
.bottommiddle { grid-area: bottommiddle; }
.bottomleft { grid-area: bottomleft; }
.bottomright { 
    grid-area: bottomright; 
    color: var(--primary);
    position: absolute;
    top: 140px;
    left: 495px;
    align-items: right;
    font-size: 30px;
    padding: 10px 30px 20px 30px;
}
.clocktime { 
    grid-area: clocktime; 
    align-self: center;
  justify-self: center;
 
}

.questioncard-grid-container {
  display: grid;
  grid-template-areas:
    ' topleft  clocktime clocktime'
    ' middleleft clocktime clocktime'
    ' bottomleft bottommiddle bottomright';
  grid-template-columns: 60% 20% 20%;
  grid-template-rows: 40% 40% 20%;
  gap: 1px;
  height: 200px;
  width: 600px;
  padding: 10px;
}

.questioncard-grid-container > div {
  
  text-align: center;
  padding: 20px 10px 10px 10px;
  font-size: 30px;
}




.questioncard-grid-container2 {
    position: absolute;
    top: -10%;
    left: 0%;
  display: grid;
  grid-template-areas:
    ' quizid1  quizid2 '
    ' studentid1 studentid2 '
    ' bottomleft bottommiddle ';
  grid-template-columns: 39% 50% ;
  grid-template-rows: 70% 25% ;
  gap: 1px;
  height: 200px;
  width: 400px;
 
  padding: 10px;
}

.questioncard-grid-container2 > div {
 
  text-align: center;
  padding: 20px 10px 10px 10px;
  font-size: 30px;
}




svg{
    position: relative;
    width: 24rem;
    height: 24rem;
    z-index: 1000;
    transform: rotate(-90deg);
}

svg circle{
    width:100%;
    height:100%;
    fill: none;
    stroke-linecap: round;
    transform: translate(1rem, 3 rem);
    stroke-dasharray: 665;
    stroke-dashoffset: 100;
    animation: fadein 3s ease;
    stroke-width:35;
}

.circle{
    position: absolute;
    width:17.25rem;
    height:17.25rem;
    border-radius: 50%;
    box-shadow: 6px 6px 8px var(--greyLight), -6px -6px 8px var(--white);
    background: var(--greyLight-1);
}


.circle_medium{
    width:15.5rem;
    height:15.5rem;
    box-shadow: inset 8px 8px 10px var(--greyLight-2), inset -4px -4px 8px var(--white);
    background: var(greyLight-1);
}

.circle_small{
    width:11rem;
    height:11rem;
    box-shadow: 6px 6px 8px var(--greyLight-2), -2px -2px 8px var(--white);
    background: var(greyLight-1);
}

/*
@keyframes fadein{
    0%{
        transform: translate(-40px) scale(0.5);
        opacity: 0;
    }
    100%{
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}
*/

@keyframes fadein{
    0%{
        stroke-dashoffset: 0;
    }
    100%{
        stroke-dashoffset: 400;
    }
}







svg2{
    position: relative;
    width: 24rem;
    height: 24rem;
    z-index: 1000;
    transform: rotate(-90deg);
}

svg2 rectangle{
    width:100%;
    height:100%;
    fill: none;
    stroke-linecap: round;
    transform: translate(1rem, 3 rem);
    stroke-dasharray: 665;
    stroke-dashoffset: 100;
    animation: fadein 3s ease;
    stroke-width:35;
}

.rectangle{
    position: absolute;
    width:30rem;
    height:16rem;
    border-radius: 10%;
    box-shadow: 6px 6px 8px var(--greyLight), -6px -6px 8px var(--white);
    background: var(--greyLight-1);
}


.rectangle_medium{
    width:28rem;
    height:14rem;
    box-shadow: inset 8px 8px 10px var(--greyLight-2), inset -4px -4px 8px var(--white);
    background: var(greyLight-1);
}

.rectangle_small{
    width:26rem;
    height:12rem;
    box-shadow: 6px 6px 8px var(--greyLight-2), -2px -2px 8px var(--white);
    background: var(greyLight-1);
}




svg3{
    position: relative;
    width: 12rem;
    height: 12rem;
    z-index: 100;
    transform: rotate(-90deg);
}

svg3 rectanglemini{
    width:100%;
    height:100%;
    fill: none;
    stroke-linecap: round;
    transform: translate(1rem, 3 rem);
    stroke-dasharray: 665;
    stroke-dashoffset: 100;
    animation: fadein 3s ease;
    stroke-width:35;
}

.rectanglemini{
    position: absolute;
    width:12rem;
    height:6rem;
    border-radius: 10%;
    box-shadow: 6px 6px 8px var(--greyLight), -6px -6px 8px var(--white);
    background: var(--greyLight-1);
}


.rectanglemini_medium{
    width:14rem;
    height:7.5rem;
    box-shadow: inset 8px 8px 10px var(--greyLight-2), inset -4px -4px 8px var(--white);
    background: var(greyLight-1);
}

.rectanglemini_small{
    width:5.5rem;
    height:4rem;
    border-radius: 70%;
    padding: 5px;
    position: absolute;
    top: -45px;
    left: -100px;
    box-shadow: 6px 6px 8px var(--greyLight-2), -2px -2px 8px var(--white);
    background: var(greyLight-1);
}







.container{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--greyLight-2);
    padding: 2rem;
}

.card{
    width: 34rem;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    border-radius: 2rem;
    background: var(--greyLight-1);
    box-shadow: 0px 20px 30px rgba(100, 131, 177, 0.2);
    padding: 5rem;
    border: 1px solid #fff;
}

.card_percent{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
}



