
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

.hidden{
  /* display: none; */
  visibility: hidden;
}

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

* {
	box-sizing: border-box;
}

body {
	background: #f6f5f7;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-weight: bold;
	margin: 0;
}

h2 {
	text-align: center;
  font-family: 'Montserrat', sans-serif;
}

p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
  text-align: left;
}

a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	margin: 15px 0;
}

button {
	border-radius: 20px;
	border: 1px solid #FF4B2B;
	/* background-color: #FF4B2B; */
  background: linear-gradient(to right, #FF4B2B, #FF416C);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
  cursor: pointer;
}

button:active{
	transform: scale(0.95);
}

button:focus {
	outline: none;
}

button.ghost {
	background: transparent !important;
	border-color: #FFFFFF;
}

.home-panel {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

input {
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}

.code, .guest-name{
    background: transparent;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    color: white;
    border-bottom: 1px solid white;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.code::placeholder, .guest-name::placeholder{
  color:white;
}

.joinbutton, .createbutton, .createbuttons {
  border: 1px solid white;
  background: white;
  color: #FF416C;
}

.createbuttons:active, .select-join-button:active, .select-create-button:active{
	transform: scale(1);
}

.container {
	background-color: #fff;
	border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	/* max-width: 100%; */
	/* min-height: 480px; */
  opacity: 1;
}

.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}


.overlay {
	background: #FF416C;;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  transform: translateX(0);
	transition: transform 0.6s ease-in-out;
  border-radius: 20px;
}


.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

footer p {
    margin: 10px 0;
}

footer i {
    color: red;
}

footer a {
    color: #3c97bf;
    text-decoration: none;
}

#code, #meeting-time-start, #meeting-time-end{
  font-family: 'Montserrat', sans-serif;
}

input::-webkit-calendar-picker-indicator{
    display: none;
}

input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

.createErrorMessage, .joinErrorMessage{
  text-align: left;
}

.card, .card-back {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
	0 10px 10px rgba(0,0,0,0.22);
	width: 150px;
  height: 120px;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid black;
  user-select: none;
  -moz-user-select: none;
  -webkit-text-select: none;
  -webkit-user-select: none;
}

.day {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    width: 120px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid black;
    user-select: none;
    -moz-user-select: none;
    -webkit-text-select: none;
    -webkit-user-select: none;
}

.event {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
	0 10px 10px rgba(0,0,0,0.22);
	width: 120px;
  height: 20px;
  text-align: center;
  display:flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid black;
  background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	background-repeat: no-repeat;
	background-size: cover;
  color: white;
}

.week, .week-header {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.month {
    max-width: 1920px;
    min-height: 100%;
    margin: auto;
    align-items: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 120px;
}

.month-inner.pre-animation {
  opacity:0;
  max-height: 0;
}

.month-inner{
  width: 860px;
  max-height: 900px;
  margin: auto;
  align-items: center;
  padding: 10px;
  display: grid;
  min-height: 500px;
}

.header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 840px;
  padding-bottom: 10px;
}

.previousButton, .nextButton{
  min-width: 50px;
  max-height: 40px;
  text-align: center;
}

.previousButton{
  /* left: 0%; */
  /* position: relative; */
}

.monthName{
  /* left: 50%; */
  /* position: relative; */
}

.nextButton{
  /* left: 100%; */
  /* position: absolute; */
}

/* .month:hover {
  background-color: purple;
} */
/* 
.month-inner:hover {
  background-color: blue;
} */

.active:hover{
  background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
}

.activeDay {
  background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
  z-index: 5;
}

.disabled{
  background: #dedede ;
  pointer-events:none;
  color: #808080;
  border: 1px solid #808080;
}

.nextStep, .previousStep, .save{
  width: 230px
}

.button-container {
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    padding-top: 20px;
}

.flip-card{
  background-color: transparent;
  width: 120px;
  height: 120px;
  perspective: 1000px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
  align-items: center;
}

.counter-button-down, .counter-button-up{
  background: white;
  color: black;
}

.loading, .opacity {
    min-width: 100vw;
    min-height: 100vh;
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 500;
    background: #f1f1f1;
    opacity: 0.85;
    top: 0%;
}

.loading-image{
  max-width: 20%
}

.name-input {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border-bottom: 1px solid white !important;
    outline: none;
    background: transparent;
    color: white;
    width: fit-content;
    text-align: left;
}

.name-input-disabled{
  pointer-events:none;
  border: 0px solid transparent !important;
}

input.name-input:focus{
  border-bottom: 2px solid white !important;
}

.name-container {
    width: 750px;
    margin: auto;
}

.link-container {
    border: 2px solid black;
    border-radius: 100px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    width: 97%;
}

.copy-link-container, .error-message-container {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    max-width: 380px;
    min-height: 300px;
    padding: 30px;
    position: absolute;
    top: 40%;
    left:40%;
}

.link-box {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    overflow: hidden;
    border: 1.2px solid black;
    border-radius: 100px;
    height:35px;
    max-width: 300px;
    position: relative;
    bottom: 20px;
}

.copy-button {
    text-align: center;
    border-radius: 100px;
    max-width: 100px;
    font-size: 10px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    z-index: 2;
}

.copy-button:active{
  transform: scale(1);
}
.link {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    position: absolute;
    top: -14px;
    left: 10px;
}

.icons{
  min-height: 60px;
  /* border: 1px solid black; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  width: 300px;
  position: relative;
  bottom: 15px;
}

.fab {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1.5px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fab:hover{
  background: linear-gradient(to right, #FF4B2B, #FF416C);
  border: none;
}

.fab:hover > img {
  filter: invert(1);
}

img{
  max-width:30px;
}

.sign-container {
    max-width: 380px;
    min-height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 20px;
    background: linear-gradient(to bottom, #FF4B2B, #FF416C);
    color: white;
}

.select-create-button, .select-join-button {
    padding-left: 0px;
    padding-right: 0px;
    min-width: 120px;
    height: 40px;
    background: transparent;
    color: #808080;
    border: 0px solid #808080;
    z-index: 2;
}

.select-create-button {
    color: white;
    pointer-events: none;
}

.signup {
    display: flex;
    justify-content: space-evenly;
    background: #dedede;
    min-height: 50px;
    min-width: 260px;
    max-height: 50px;
    max-width: 260px;
    border-radius: 100px;
    align-items: center;
    bottom: 195px;
    z-index: 10;
}

.selected {
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    min-width: 120px;
    height: 40px;
    z-index: 1;
    position: absolute;
    border-radius: 100px;
    right: 133px;
}

.change-selection{
  transform: translate(126px);
  transition-duration: 1s;
}

.join-panel, .create-panel, .sign-container {
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    display: flex;
    min-width: 380px;
    padding: 30px;
    position: absolute;
    right: 0p;
    transition: background 10000ms linear;
}

.join-panel {
    z-index: -1;
    rotate: 7deg;
    background: #dedede;
}

@keyframes colorchange-positive{
  0%{
    color:#808080;
  }
  100%{
    color:white;
  }
}

@keyframes colorchange-negative{
  0%{
    color:white;
  }
  100%{
    color:#808080;
  }
}

@keyframes visibilitychange{
  0%{
    visibility: hidden;
  }
  100%{
    visibility: visibile;
  }
}

@keyframes join-animation-positive{
  0%{
    z-index:-20;
    background: #dedede;
    -webkit-transition: background-color 1000ms linear;
    transform: rotate(7deg);
  }
  25%{
    transform: rotate(-4deg);
    background: linear-gradient(to bottom, #FF4B2B, #FF416C);
    transform: translate(150px);
  }
  50%{
    transform: translate(300px);
    transform: rotate(-7deg);
  }
  100%{
    z-index: 2;
    background: linear-gradient(to bottom, #FF4B2B, #FF416C);
    transform: rotate(-7deg);
  }
}

@keyframes create-animation-negative{
  0%{
    z-index: 2;
    background: linear-gradient(to bottom, #FF4B2B, #FF416C);
  }
  50%{
    z-index: -20;
    transform: rotate(-7deg);
  }
  100%{
    z-index:-20;
    background: #dedede;
    transition: background-color 1000ms linear;
    transform: rotate(-7deg);
  }
}

@keyframes create-animation-positive{
  0%{
    z-index:-20;
    background: #dedede;
    -webkit-transition: background-color 1000ms linear;
    transform: rotate(-7deg);
  }
  25%{
    transform: rotate(-4deg);
    background: linear-gradient(to bottom, #FF4B2B, #FF416C);
    transform: translate(-150px);
  }
  50%{
    transform: translate(-300px);
    transform: rotate(0deg);
  }
  100%{
    z-index: 2;
    background: linear-gradient(to bottom, #FF4B2B, #FF416C);
    transform: rotate(0deg);
  }
}

@keyframes join-animation-negative{
  0%{
    z-index: 2;
    background: linear-gradient(to bottom, #FF4B2B, #FF416C);
    transform: rotate(-7deg);
  }
  50%{
    z-index: -20;
    transform: rotate(0deg);
  }
  100%{
    z-index:-20;
    background: #dedede;
    transform: rotate(0deg);
    }
}

@keyframes yes-graph-positive{
  0%{
    background: #dedede;
    color: #808080;
  }
  100%{
    background: linear-gradient(to right, rgb(255, 74, 47), rgb(255, 70, 72));
    color: white;
  }
}

@keyframes yes-graph-negative{
  0%{
    background: linear-gradient(to right, rgb(255, 74, 47), rgb(255, 70, 72));
    color: white;
  }
  100%{
    background: #dedede;
    color: #808080;
  }
}

@keyframes no-graph-positive{
  0%{
    background: #dedede;
    color: #808080;
  }
  100%{
    background: linear-gradient(to right, rgb(255, 70, 75), rgb(255, 66, 101));
    color: white;
  }
}

@keyframes no-graph-negative{
  0%{
    background: linear-gradient(to right, rgb(255, 70, 75), rgb(255, 66, 101));
    color: white;
  }
  100%{
    background: #dedede;
    color: #808080;
  }
}

@keyframes panel-positive{
  0%{
    z-index: 1;
  }
  100%{
    z-index: 2;
  }
}

@keyframes panel-negative{
  0%{
    z-index: 2;
  }
  100%{
    z-index: 1;
  }
}

.createbuttons {
    width: 235px !important;
    padding: 12px 15px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    max-height: 40px !important;
    gap: 15px !important;
    text-align: center !important;
}

.g_id_signin, .fb-login-button{
  opacity: 0.00001 !important;
  background-color: transparent;
  position: absolute;
  
}

.nav-heading {
    position: absolute;
    top: 0%;
    background: linear-gradient(to bottom, #FF4B2B, #FF416C);
    width: 100%;
    display: flex;
    color: white;
    justify-content: flex-start;
    padding-left: 20px;
    height: 100px;
    align-items: center;
    padding-right: 20px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.sidebar {
    position: absolute;
    background: #dedede;
    width: 250px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    padding: 15px;
    border-radius: 20px;
    scale: 0.01;
    top: -95px;
    right: -85px;
    z-index: 5;
}

.sidebar-inner{
  height: fit-content;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sidebar-buttons {
    background: transparent;
    border: 1px solid transparent;
    color: #808080;
    height: 40px;
}

.profilepic{
  min-height: 50px;
  min-width: 50px;
  border-radius: 100px;
  max-height: 50px;
  max-width: 50px;
  z-index: 10;
  position: inherit;
  right: 20px;
  background: white;
  cursor:pointer;
}

.selected-sidebar {
    width: 220px;
    top: 78px;
    z-index: -1;
    left: 15px;
    visibility:inherit;
}

.home-settings-container {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 100px;
    min-width: 100%;
    max-height: 700px;
    padding: 50px;
    flex-direction: column;
    gap: 100px;
    overflow: hidden;
    align-items: center;
}

.home-container, .settings-container {
    min-width: 95%;
    min-height: 600px;
    background: linear-gradient(to left, #f6f5f7, white);
    overflow-y: auto;
}

.settings-container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    padding: 30px;
}

.projects-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 445px;
}

.projects-container-active {
    display: grid;
    grid-template-columns: 200px repeat(auto-fill, 200px);
    grid-template-rows: 150px repeat(auto-fill, 150px);
    gap: 20px;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    padding-top: 0px;
    min-height: fit-content !important;
}

.home-container-header {
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    position: sticky;
    overflow: auto;
    width: 100%;
    background: inherit;
    top: 0%;
    padding: 30px;
    z-index: 2;
    background: linear-gradient(to left, rgba(246, 245, 247, 0.8), rgba(255,255,255, 0.8));
    flex-direction: column;
    gap: 15px;
}

.home-container-header-inner {
    display: flex;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    width: 100%;
    z-index: 2;
    background: linear-gradient(to left, rgba(246, 245, 247, 0.8), rgba(255,255,255, 0.8));
    max-height: 100px;
}

.settings-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /* gap: 50%; */
    padding: 30px;
    padding-top: 20px;
}

input.info-input {
    background: transparent;
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: left;
    border-bottom: 1px solid black;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

input.info-input:focus{
  border-bottom: 2px solid black;
}

.info-input-disabled{
  pointer-events: none;
  border-bottom: 1px solid transparent !important;
}

.save-cancel-button-container {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.settings-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    gap: 40px;
    padding-left: 20px;
}

.fileupload {
    margin-left: 40px;
    width: 60px;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.fileupload:hover > p{
  color: linear-gradient(to bottom, #FF4B2B, #FF416C) !important;
  text-decoration: underline !important;
}

input[type=file]::-webkit-file-upload-button {
    cursor: pointer; 
}

.settings-inner-left, .settings-inner-right{
  width:50%;
}

.profilepic-div-active{
  cursor:pointer;
}

.profilepic-div-active:hover > div{
  visibility:visible;
}

.profilepic-div-active:hover > input{
  visibility: visible;
  cursor: pointer;
}

@keyframes fade-in-fade-out{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.project-name {
    height: 50px;
    border-radius: 0px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 10px;
    width: 100%;
}

.project-icon {
    height: 100px;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
}

.project {
    width: 200px;
    height: 150px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.selection-divs {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
    position: sticky;
    top: 0%;
}

select, .options > div{
    font-size: 12px;
    font-weight: bold;
    padding: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    width: 100%;
    color: black;
}

.options {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    width: 250px;
    background: #f6f5f7;
    height: fit-content;
    position: absolute;
}

.options>div:hover {
    background: rgb(0 0 0 / 20%);
}

.options-container {
    display: flex;
    position: sticky;
    z-index: 3;
    top: 124px;
    gap: 10px;
    justify-content: flex-end;
    width: 100%;
    padding: 30px;
    right: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.decoy-select {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.decoy {
    min-height: 100%;
    min-width: 250px;
    z-index: 3;
    cursor: pointer;
    pointer-events: all;
}

.join-error {
    margin: 0px;
    text-transform: uppercase;
    font-size: small;
    font-weight: 600;
}

logo{
    width: 80px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iNTAwLjAwMDAwMHB0IiBoZWlnaHQ9IjUwMC4wMDAwMDBwdCIgdmlld0JveD0iMCAwIDUwMC4wMDAwMDAgNTAwLjAwMDAwMCIKIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiPgoKPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsNTAwLjAwMDAwMCkgc2NhbGUoMC4xMDAwMDAsLTAuMTAwMDAwKSIKZmlsbD0iIzAwMDAwMCIgc3Ryb2tlPSJub25lIj4KPHBhdGggZD0iTTE5MDYgNDk3OCBjLTggLTEzIC0zMTIgLTc5NCAtNjc2IC0xNzM3IC00NTcgLTExODMgLTY2MyAtMTcyNyAtNjYzCi0xNzUzIDAgLTIwIDggLTQ5IDE3IC02NCAzNyAtNTYgLTggLTU0IDExNzYgLTU0IGwxMDkwIDAgMCAtNTU0IDAgLTU1NSAtMjYyCi0zIGMtMjMzIC0zIC0yNjYgLTUgLTI4OSAtMjEgLTc5IC01NCAtNDkgLTE2NCA0OSAtMTgxIDYwIC0xMCAxODgzIC03IDE5MjcgNAo1MSAxMSA4NSA1MCA4NSA5NSAwIDQ1IC0zNCA4NCAtODUgOTUgLTIyIDUgLTEwMCAxMCAtMTcyIDEwIGwtMTMzIDAgLTIgMTY0NQotMyAxNjQ1IC0zMyAzMiBjLTI5IDI5IC0zOSAzMyAtODUgMzIgLTQ4IDAgLTg1IC0xOCAtNTAyIC0yMzcgLTI1MSAtMTMyIC00NjAKLTI0OCAtNDcyIC0yNjIgbC0yMyAtMjYgMCAtNzYwIDAgLTc1OSAtNTUxIDAgYy01MjEgMCAtNTUxIDEgLTU0NSAxOCA0IDkgMjkwCjc0OSA2MzcgMTY0NCA0NzEgMTIxOCA2MjkgMTYzNyA2MjkgMTY2OCAwIDI2IC04IDUzIC0yMSA3MSBsLTIwIDI5IC01MjkgMAotNTMwIDAgLTE0IC0yMnogbTg1MSAtMTkwIGMtNyAtMTggLTI4NyAtNzUwIC02MjMgLTE2MjUgbC02MDkgLTE1OTMgLTM1OCAwCi0zNTcgMCAxMyAzMyBjNyAxNyAyOTAgNzQ5IDYyOCAxNjI1IGw2MTQgMTU5MiAzNTMgMCAzNTIgMCAtMTMgLTMyeiBtMTAwMwotMjk4OCBsMCAtMTU0MCAtMzUwIDAgLTM1MCAwIDIgMTM2MSAzIDEzNjEgMzQwIDE3OSBjMTg3IDk4IDM0MyAxNzggMzQ4IDE3OAo0IDEgNyAtNjkyIDcgLTE1Mzl6Ii8+CjwvZz4KPC9zdmc+Cg==);
    height: 80px;
    background-size: contain;
    filter: invert(1);
    margin: 10px;
    background-repeat: no-repeat;
}

.join-dash-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 95%;
    min-height: 600px;
    position: absolute;
    top: 150px;
}

.exit-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.exit {
    height: 15px;
    filter: invert(1);
    cursor: pointer;
}

.date-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    width: 800px;
    height: 450px;
    padding: 20px;
    position: absolute;
    top: 300px;
    justify-content: flex-start;
}

.percent-graph {
    height: 45px;
    width: 450px;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    padding: 5px;
    gap: 20px;
}

.yes-graph, .no-graph {
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: aliceblue;
    border: 0px solid #808080;
    z-index: 2;
    padding: 0px;
    flex-direction: column;
    min-width: 200px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    height: 40px;
}

.yes-graph{
  background: linear-gradient(to right, rgb(255, 74, 47), rgb(255, 70, 72));
  color:white;
}

.no-graph{
  background: #dedede;
  color: #808080;
}
.yes-graph:active, .no-graph:active{
  transform: scale(1)
}

.selected-date {
    right: inherit;
    width: 200px;
    min-width: 0px;
}

.yes-panel, .no-panel {
    height: 300px;
    width: 500px;
    position: absolute;
    border-radius: 30px;
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10px;
    align-items: center;
}

.yes-panel{
  z-index: 2;
}
.no-panel{
  z-index: 1;
}

.yes-panel-inner, .no-panel-inner {
    width: 500px;
    display: grid;
    grid-template-columns: 200px repeat(auto-fill, 200px);
    grid-template-rows: 50px repeat(auto-fill, 50px);
    max-height: 220px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: hidden;
}

.yes-vote, .no-vote {
    background: white;
    color: #FF416C;
    min-width: 150px;
    text-align: center;
    height: 40px;
}

.user-input {
    display: flex;
    width: 200px;
    gap: 10px;
    align-items: center;
    height: 50px;
}

.user-input-image {
    min-width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 3px solid white;
}

.user-input-name {
    margin: 0px;
    color: white;
    text-transform: uppercase;
    overflow: initial;
}