
@media screen and (min-width: 441px) {
	html {
		font-size: 16px;
		background: var(--backgroundImageURL) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media screen and (max-width: 440px) {
	html {
		font-size: 16px;
	}
}

body {
	color: var(--primary-color);
	font-family: 'Ubuntu', sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 16px;
	margin-right: 0px;
	margin-bottom: 40px;
}

.topLogo {
	max-width: 90%;
	max-height: 80px;
    margin: auto;
    margin-left: 0px;
    position: absolute;
    left: 20px;
    top: 10px;
}

@media screen and (max-width: 440px) {
	.king {
		position: relative;
		padding-bottom: 0;
		padding-top: 0;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}
}

@media screen and (min-width: 441px) {
	.king {
		position: relative;
		padding-bottom: 0;
		padding-top: 0;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.5;
		height: 40em;
		text-align: center;
	}
}


.content {
	background-color: white;
    margin: auto;
    margin-top: 0px;
    padding: 5px;
	max-width: 600px;
	display: inline-block;
	min-width: 300px;
}

@media screen and (max-width: 440px) {
	/* Mobile */
	.contentHolder {
		position: relative;
	}
	
	.contentDatePicked {
		padding-top: 20px;
		background-color: white;
	}
	
	.mainContent {
		width: 100%;
		display: inline-flex;
		background-color: white;
		margin-top: 100px;
		vertical-align: top;
		position: relative;
	}
	
	.mobile {
		display: inline-block;
	}
	
	.nonMobile {
		display: none;
	}
	
	.spacer85 {
		margin-top: 85px;
	}
	
	.spacer50 {
		margin-top: 50px;
	}
	
	.mobileTicketContent {
		margin: 0px;
	}
	
	.ticketContent {
		width: 100%;
		display: block;
		background-color: white;
		vertical-align: top;
		position: relative;
	}
	
} 

@media screen and (min-width: 441px) {
	/*Full Page */
	.contentHolder {
		position: relative;
		margin: auto;
		max-width: 60%;
		margin-top: -44em;
		min-width: 700px;
	}
	
	.contentDatePicked {
		margin-top: -32em;
		padding-top: 20px;
		background-color: white;
	}
	
	.mainContent {
		width: 100%;
		display: inline-flex;
		background-color: white;
		margin-top: 200px;
		vertical-align: top;
		position: relative;
	}
	
	.mobile {
		display: none;
	}
	
	.nonMobile {
		display: inline-block;
	}
	
	.ticketContent {
		width: 100%;
		display: inline-flex;
		background-color: white;
		vertical-align: top;
		position: relative;
	}
}

.page {
	text-align: center;
}

.pageLine {
	display: inline-block;
}

.mainItem {
	display: inline-block;
	padding: 20px;
	margin: 20px;
	background-color: whitesmoke;
	border-radius: 10px;
	min-width: 250px;
	max-width: 600px;
	vertical-align: top;
}

.subItem {
	display: block;
}

.gc {
	display: inline-block;
	padding: 15px;
}

.topBar {
	height: 95px;
    background-color: var(--primary-color);
	position: fixed;
    padding-right: 100%;
    z-index: 5;
	display: grid;
}

@media screen and (min-width: 441px) {
	.eventBox {
		background-color: var(--primary-color);
		padding: 10px;
		width: 89%;
		margin: auto;
		margin-bottom: 20px;
		border-radius: 10px;
		max-width: 528px;
	}
}


@media screen and (max-width: 440px) {
	.eventBox {
		background-color: var(--primary-color);
		padding: 5px;
		width: 89%;
		margin: auto;
		margin-bottom: 20px;
		border-radius: 10px;
		max-width: 528px;
		border-style: solid;
	}
}


@media screen and (max-width: 440px) {
	.eventImageHolder {
		width: 100%;
		overflow: hidden;
		border-radius: 10px;
		max-width: 528px;
	}
	
}

@media screen and (min-width: 441px) {
	.eventImageHolder {
		width: 100%;
		overflow: hidden;
		border-radius: 10px;
		max-width: 528px;
	}
}

.videos img {
  width:100%;
  height:auto;
}
a.video {
  float: left;
  position: relative;
}
a.video span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("http://journeymaps.com/images/play_btn_overlay.png") no-repeat;
  background-position: 50% 50%;
  background-size: 300%;
}
@media screen and (max-width: 480px) {
  a.video span {
    background-size: 400%;
  }
}

.eventImage {
	width: 528px;
    height: 268px;
}

.smallEventImage {
	border-radius: 5px;
    max-width: 588px;
    width: 100%;
}

.smallEventImageHolder {
    overflow: hidden;
}

.bookBtn {
	background-color: white;
	border-radius: 5px;
	color: black;
	width: fit-content;
	padding: 10px;
	font-size: 20px;
	display: inline-block;
	left: 0px;
	position: absolute;
}

.eventBottom {
	display: inline-block;
    position: relative;
    width: 100%;
	height: 40px;
}

.eventName {
	font-size: 25px;
    padding: 5px;
    color: black;
    font-weight: 900;
    position: relative;
    width: 80%;
}

.moreHREF {
	text-decoration: none;
	color: var(--primary-color);
}

.bookHREF {
	text-decoration: none;
	color: white;
}

.moreHolder {
	position: absolute;
    right: 5px;
    bottom: 2px;
}

.ticketItem {
	background-color: var(--primary-color);
    color: white;
    min-width: 528px;
    padding: 5px;
    font-size: 20px;
}

.ticketBox {
	padding-top: 5px;
	max-width: 528px;
}

div.ui-datepicker{
 font-size:17px;
}

.calendarHolder {
	display: inline-block;
    padding: 20px;
    margin: 20px;
    background-color: whitesmoke;
    border-radius: 10px;
    vertical-align: top;
	font-size: 1.5em;
}

.section_hidden {
	display: none;
}

.clientName {
	color: var(--primary-color);
    font-size: 1.5em;
    font-weight: 700;
	margin-left: 10px;
	max-width: 80%;
}

.clientTopHolder {
	display: inline-flex;
    position: relative;
    width: 100%;
}

.headerContact {
	position: absolute;
    right: 10px;
	font-size: 1.5em;
	max-width: 17%;
}

.eventTitle {
	color: black;
    text-align: left;
    font-weight: 600;
    margin-left: 10px;
	margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 700;
    margin-left: 10px;
	max-width: 75%;
	margin-top: 10px;
}

.video-container {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	border-radius: 5px;
}

.video-container iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.contentSub {
	
}

@media screen and (min-width: 441px) {
	.bookingSubContent {
		width: 50%;
		padding-left: 20px;
	}
}

@media screen and (max-width: 440px) {
	.bookingSubContent {
		width: 95%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.ticketSubContent {
	width: 100%;
}

.primaryColorBox {
	background-color: var(--primary-color);
	color: white;
	text-align: left;
	padding: 10px;
	border-radius: 5px;
	line-height: 1.6;
	white-space: pre-line;
}

.primaryColorBox p {
	padding: 0px;
	margin: 0px;
}

.calendar_buy {
        margin: auto;
        display: table;
}

.dateButton {
        margin: 5px;
        padding: 8px 12px;
        background-color: var(--primary-color);
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
}

.dateButton:hover {
        background-color: #32333B;
}

@media screen and (max-width: 440px) {
	.chooseDate {
		background-color: var(--primary-color);
		color: white;
		text-align: left;
		padding-left: 10px;
		font-size: 1.2em;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		width: 77%;
		margin: auto;
	}
}

@media screen and (min-width: 441px) {
	.chooseDate {
		background-color: var(--primary-color);
		color: white;
		text-align: left;
		padding-left: 10px;
		font-size: 1.2em;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
}

.chooseDateContaier {
	background-color: white;
    text-align: left;
    padding-left: 10px;
	padding-right: 10px;
    font-size: 1.2em;
}

.live {
	display: inline-block;
    background-color:  #f96216;
    border-radius: 100%;
    padding: 3px;
    color: white;
}

.liveHolder {
	display: inline-block;
    text-align: right;
    width: 100%;
    font-size: 12px;
	height: 40px;
}

.bammFooter {
	background-color: var(--primary-color);
	color: white;
	padding-bottom: 10px;
}

.bammSocialFooter {
	text-align: right;
	margin-right: 10px;
	font-size: 20px;
	padding: 5px;
}

.bammSubFooter {
	margin-left: 10px;
	margin-right: 10px;
}

.footerHref {
	text-decoration: none;
	color: white;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
}

.footerHref:hover {
	filter: brightness(10%);
}

.eventDateTimeHeader {
	color: black;
	margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
}

.moreInfo {
	color: white;
    background-color: var(--primary-color);
    margin: auto;
    width: fit-content;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}

/* From Tickets PHP file */
.backto {
	font-size: 20px; 
	float: left;
	cursor: pointer;
} 

.backto:hover {
	filter: hue-rotate(-25deg);
}

@media screen and (max-width: 440px) {
	.choosedate {
		width: auto;
		margin: auto;
		border-spacing: 10px;
	} 

	.choosedate td {
		vertical-align: top;
	}

	.choosedate p {
		margin: 10px;
		border-style: solid;
		border-radius: 1px;
		padding: 10px;
		cursor: pointer;
		font-size: 16px;
	}

	.choosedate p:hover {
		background-color: black;
	}

	.choosedate div {
		margin: 10px;
	}

	.choosedate b {
		padding: 7px;
		border-radius: 10px;
		background-color: val(--primary-color);
		margin: 5px;
		margin-left: 21px;
		cursor: pointer;
	}

	.choosedate b:hover {
		color: black;
	}

	.choosedate_selected {
		background: var(--primary-color); 
		border-radius: 4px; 
		width: 60%;
		min-width: 250px;
		color: white;
		padding: 10px;
	}

	.choosedate_notselected {
		display: none;
	}
}

@media screen and (min-width: 441px) {
	.choosedate {
		width: 100%;
		max-width: 1000px;
		margin: auto;
		border-spacing: 10px;
		background-color: var(--primary-color);
	}

	.choosedate td {
		vertical-align: top;
	}

	.choosedate p {
		margin: 10px;
		border-style: solid;
		border-radius: 4px;
		padding: 10px;
		cursor: pointer;
	}

	.choosedate p:hover {
		background-color: black;
	}

	.choosedate div {
		margin: 10px;
	}

	.choosedate b {
		padding: 5px;
		border-radius: 5px;
		background-color: var(--primary-color);
		margin: 5px;
		margin-left: 21px;
		cursor: pointer;
		display: block;
	}

	.choosedate b:hover {
		color: black;
	}
	
	.choosedate h2 {
		font-size: 20px;
	}
	
	.choosedate h3 {
		font-size: 15px;
	}

	.choosedate_selected {
		background: var(--primary-color); 
		border-radius: 4px; 
		width: 250px;
		min-width: 250px;
		color: white;
		padding: 10px;
	}

	.choosedate_notselected {
		background: #232429; 
		border-radius: 4px; 
		color: white;
		padding: 10px;
	}
}

.bookTime {
	text-align: center;
	border-style: solid;
    border-radius: 5px;
	padding: 5px;
} 

.bookThisBtn {
	background-color: white;
	color: var(--primary-color);
	border-radius: 5px;
    padding: 5px;
    cursor: pointer;
	font-weight: 600;
	
}

.bookThisBtn:hover {
	color: black;
}

.buydayheader {
	background-color: white;
    min-width: 400px;
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
    padding: 10px;
    border-radius: 4px;
}

.daychange {
	display: inline-block;
    padding: 5px;
    background-color: #32333B;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
	color: white;
}

.daychange:hover {
	background-color: var(--primary-color);
}

@media screen and (min-width: 441px) {
	.ticketchoice_info {
		background-color: var(--primary-color);
		color: white;
		width: 100%;
		margin: auto;
		border-radius: 4px;
		padding: 10px;
		display: flex;
		margin-bottom: 10px;
		max-width: 90%;
		min-width: 16em;
    position: relative;
		
		animation-name: grow;
		animation-duration: 1500ms;
		animation-iteration-count: 1;
		animation-timing-function: linear;
	}
	
	.ticketInfoInner {
		animation-name: hide;
		animation-duration: 2000ms;
		animation-iteration-count: 1;
		animation-timing-function: linear;
		float: left; width: 68%;
	}

}

@media screen and (max-width: 440px) {
	.ticketchoice_info {
		background-color: var(--primary-color);
		color: white;
		width: 90%;
		margin: auto;
		border-radius: 4px;
		padding: 10px;
		display: flex;
		margin-bottom: 10px;
		max-width: 95%;
		min-width: 16em;
    position: relative;
	
		animation-name: grow;
		animation-duration: 1500ms;
		animation-iteration-count: 1;
		animation-timing-function: linear;
	}
	
	.ticketInfoInner {
		animation-name: fadein;
		animation-duration: 2000ms;
		animation-iteration-count: 1;
		animation-timing-function: linear;
		float: left; width: 68%;
    padding-right: 10px;
	}
}

@keyframes grow {
  from {
	height: 0px;
  }
  to {
	height: 168px;
  }
}

@keyframes fadein {
	from {
		opacity: 0;
	} to {
		opacity: 1;
	}
}


.ticket_desc {
	text-align: left;
    max-width: 100%;
    background-color: var(--primary-color);
	filter: saturate(62%);
    border-radius: 10px;
    padding: 10px;
	white-space: pre-wrap;
}

.hidden_avail {
	display: none;
}

.sectionTitle {
	text-align: left;
	font-weight: 600;
	font-size: 28px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 1.5px;
	padding-bottom: 3px;
}

#iconminus {
	padding: 10px;
    background-color: #888;
    cursor: pointer;
}

#iconplus {
    padding: 10px;
    background-color: #888;
    margin-left: -5px;
    cursor: pointer;
}

#iconminus:hover {
	background-color: red;
}

#iconplus:hover {
	background-color: #41c810
}


.visiblequantity {
    padding: 8px;
    background-color: white;
    display: inline-block;
    color: black;
    margin-right: 0px;
    margin-left: -5px;
    margin-bottom: 5px;
    padding-top: 9px;
}

/* End of CSS from Tickets PHP file */


/*Flip Stuff */
.wrap {
  position: relative;
  perspective: 1000px;
  background-color: transparent;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color); 
  border-radius: 5px;
  max-width: 528px;
  margin: auto;
}
.card {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
  width: 95%;
  height: 37px;
  position: absolute;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.3, 0.9, 0.9, 0.3);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  animation-duration: 11.6s;
  transform: rotateX(-90deg);
  background-color: var(--primary-color);
  border-radius: 10px;
}

.card:nth-child(1) {
  animation-delay: 0s;
  animation-name: rotate;
}
.card:nth-child(2) {
  animation-delay: 3s;
  animation-name: rotate;
}
.card:nth-child(3) {
  animation-delay: 6s;
  animation-name: rotate;
}
.card:nth-child(4) {
  animation-delay: 9s;
  animation-name: rotate;
}
.card:nth-child(5) {
  animation-delay: 11.6s;
  animation-name: rotate;
}
@-moz-keyframes rotate {
  20% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(90deg);
  }
}
@-webkit-keyframes rotate {
  20% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(90deg);
  }
}
@-o-keyframes rotate {
  20% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(90deg);
  }
}
@keyframes rotate {
  20% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(90deg);
  }
}
/* End flip stuff*/


.mobile_checkout {
    position: fixed;
    bottom: 0px;
    background-color: var(--primary-color);
    width: 100%;
    z-index: 5;
    cursor: pointer;
	color: white;
    text-align: center;
	border-top-style: solid;
    border-width: 10px;
    border-color: #cccccc;
    border-bottom-style: solid;
}

@keyframes tiltCart {
  from {
	transform: rotate(-30deg);
  }

  to {
	transform: rotate(0deg);
  }
}

.cartIcon {
	animation-duration: 1s;
	animation-name: tiltCart;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@media screen and (min-width: 441px) {
	.topCart {
		position: fixed; 
		right: 38px; 
		background-color: white; 
		border-radius: 10px; 
		padding: 20px; 
		font-size: 20px; 
		border-style: solid; 
		z-index: 5; 
		cursor: pointer;
	}
	
	.topCartNew {
		right: 38px; 
		border-radius: 10px; 
		padding: 20px; 
		font-size: 20px; 
		z-index: 5; 
		cursor: pointer;
		text-align: center;
	}
}

@media screen and (max-width: 440px) {
	.topCart {
		display: none;
	}
}


.topTimer {
	text-align: center;
	background-color: var(--primary-color);
	color: white;
	border-radius: 5px;
	margin-top: 5px;
	padding: 5px;
}

.checkout_table {
	margin: auto;
	font-family: "ubuntu";
}

.checkout_table td{
	color: white;
	background-color: var(--primary-color);
	padding: 8px;
	text-align: right;
	border-radius: 3px;
	font-weight: 600;
}

.primaryColorBtn {
	display: inline-block;
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 3px;
    margin: auto;
	cursor: pointer;
	margin-top: 10px;
	border-style: none;
    color: white;
    font-size: 25px;
	max-width: 100%;
}

@media screen and (max-width: 440px) {
	.box {
		text-align: center;
		background-color: var(--primary-color);
		color: white;
		padding: 10px;
		border-radius: 5px;
	}
	
	.checkoutExtra {
		text-align: center;
		width: 82%;
		margin: auto;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 441px) {
	.box {
		text-align: center;
		background-color: var(--primary-color);
		color: white;
		padding: 10px;
		border-radius: 5px;
		min-width: 400px;
	}
	
	.checkoutExtra {
		text-align: center;
	}
}


.cust_form {
	margin: 10px;
	border-radius: 4px;
	padding: 5px;
}

.yellowinfo {
	background-color: #ffff00;
    padding: 7px;
    color: black;
    border-radius: 15px;
    display: block;
    font-size: 13px;
	max-width: 400px;   
	margin: auto;
    margin-bottom: 10px;
	margin-top: 10px;
}

.question {
	padding: 10px;
	background: hsl(25, 10%, 20%, .3);
    border-radius: 5px;
	margin: 10px;
	padding-bottom: 20px;
}

.questionSelect {
	font-size: 20px;
}

.socialHeaderIcon {
	text-decoration: none;
	color: var(--primary-color);
	cursor: pointer;
}

.socialHeaderIcon:hover {
	color: black;
}

@media screen and (min-width: 441px) {
	@keyframes flashLive {
	  from {
		background: url(https://dollysteamboat.childsplaylab.com/images/Live-Ticketing-logo.png) no-repeat center right;
		background-size: 30% 50%;
	  }

	  to {
		background: url(https://dollysteamboat.childsplaylab.com/images/Live-Ticketing-Reverse-logo.png) no-repeat center right;
		background-size: 30% 50%;
	  }
	}
}

@media screen and (max-width: 440px) {
	@keyframes flashLive {
	  from {
		background: url(https://dollysteamboat.childsplaylab.com/images/Live-Ticketing-logo.png) no-repeat center right;
		background-size: 26% 50%;
	  }

	  to {
		background: url(https://dollysteamboat.childsplaylab.com/images/Live-Ticketing-Reverse-logo.png) no-repeat center right;
		background-size: 26% 50%;
	  }
	}
}

.liveIcon {
	height: 45px;
	animation-duration: 1.5s;
	animation-name: flashLive;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

@media screen and (max-width: 440px) {
	.frontPage {
		padding-top: 20px;
		background-color: white;
	}
}

@media screen and (min-width: 441px) {
	.frontPage {
		margin-top: -32em;
		padding-top: 20px;
		background-color: white;
	}
}

.checkoutTimer {
	text-align: center;
    background-color: #41c810;
    color: white;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px;
    margin: auto;
    width: fit-content;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.checkoutTimerYellow {
	text-align: center;
    background-color: yellow;
    color: black;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px;
    margin: auto;
    width: fit-content;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.receipt {
  filter: drop-shadow(0 2px 1px rgba(#000, 0.1));
  max-width: 320px;
  margin: 0 auto;

  &-list {
    background-color: #fff;
    overflow: auto;
    padding: 30px;
  }

  &-item {
    border-bottom: 0.5px dashed #ccc;
    line-height: 1;
    overflow: auto;
    font-family: monospace;
    font-size: 16px;

    &:not(:first-child) {
      margin-top: 1rem;
    }
  }

  &-label {
    float: left;
  }
  &-value {
    float: right;
  }
}
.receipt {
  background: linear-gradient(135deg, transparent 5.68px, white 5.69px) top left, linear-gradient(45deg, white 2.8px, transparent 2.81px) top left, linear-gradient(135deg, white 2.8px, transparent 2.81px) bottom left, linear-gradient(45deg, transparent 5.68px, white 5.69px) bottom left;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  padding: 4px 0;
}
.receipt-list {
  background-color: white;
}

.receipt {
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
  max-width: 320px;
  margin: 0 auto;
}
.receipt-list {
  background-color: #fff;
  overflow: auto;
  padding: 30px;
}
.receipt-item {
  border-bottom: 0.5px dashed #ccc;
  line-height: 1;
  overflow: auto;
  font-family: monospace;
  font-size: 16px;
}
.receipt-item:not(:first-child) {
  margin-top: 1rem;
}
.receipt-label {
  float: left;
}
.receipt-value {
  float: right;
}

.saleSummary {
	margin: auto;
}

.saleSummary td {
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
  min-width: 100px;
}

.giftCertOption {
	padding: 10px;
    border-radius: 10px;
    border-style: solid;
    max-width: 250px;
    margin-left: 20px;
    margin-bottom: 10px;
    position: relative;
    height: 50px;
}

.giftCertText {
	text-align: left;
    width: fit-content;
    position: absolute;
    max-width: 200px;
}

.giftCertSel {
	text-align: right;
}

.rightSide {
	max-width: 50%;
	display: inline-block;
	position: absolute;
	top: 130px;
	margin-left: 20px;
}
	
.leftSidec {
	display: inline-block;
	width: 40%;
}

@media screen and (max-width: 440px) {
	.popup {
		position: relative;
		background-color: black;
		padding: 10px;
		border-radius: 10px;
		margin: auto;
		top: 14%;
		max-width: 100%;
		border-color: #f96216;
		border-style: solid;
		width: 85%;
	}

	.popup input, textarea {
		border-radius: 10px;
		padding: 10px;
		outline: none;
		border-color: #f96216;
		margin: auto;
		display: block;
		margin-bottom: 10px;
		width: 90%;
	}
	
	.popMod {
		background-color: black;
		padding: 10px;
		border-radius: 10px;
		margin: auto;
		top: 14%;
		max-width: 100%;
		border-color: #f96216;
		border-style: solid;
		text-align: center;
		overflow-x: auto;
		max-height: 60%;
		position: fixed;
	}
	
	.popMod input, textarea {
		border-radius: 10px;
		padding: 10px;
		outline: none;
		border-color: #f96216;
		margin: auto;
		display: inline-block;
		margin-bottom: 10px;
		width: 90%;
	}
	
	.closeBtn {
		position: unset; 
		top: 10px; 
		right: 10px;
		cursor: pointer;
		font-size: 20px;
	}

	.closeBtn:hover {
		color: red;
	}
}

@media screen and (min-width: 441px) {
	.popup {
		position: fixed;
		width: 50%;
		background-color: black;
		padding: 30px;
		border-radius: 10px;
		margin: auto;
		left: 30%;
		top: 25%;
		max-width: 600px;
		border-color: #f96216;
		border-style: solid;
		z-index: 5;
	}

	.popup input, textarea {
		border-radius: 10px;
		padding: 10px;
		outline: none;
		border-color: #f96216;
		margin: auto;
		display: block;
		margin-bottom: 10px;
		width: 90%;
	}
	
	.popMod {
		position: fixed;
		width: 50%;
		background-color: black;
		padding: 30px;
		border-radius: 10px;
		margin: auto;
		left: 30%;
		top: 25%;
		max-width: 600px;
		border-color: #f96216;
		border-style: solid;
		z-index: 5;
		text-align: center;
		overflow-x: auto;
		max-height: 60%;
		max-width: 400px;
	}
	
	.popMod input, textarea {
		border-radius: 10px;
		padding: 10px;
		outline: none;
		border-color: #f96216;
		margin: auto;
		display: inline-block;
		margin-bottom: 10px;
		width: 90%;
	}
	
	.closeBtn {
		position: absolute; 
		top: 10px; 
		right: 10px;
		cursor: pointer;
		font-size: 20px;
	}

	.closeBtn:hover {
		color: red;
	}
}

.gcCodeBlack {
	background-color: black;
    color: white;
    border-radius: 10px;
    width: fit-content;
    margin: auto;
    padding: 10px;
}

.info {
	background-color: black;
    width: fit-content;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
	color: white;
}



/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled  ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
 {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
 > * {
  cursor: text;
}
 p,
 ol,
 ul,
 pre,
 blockquote,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
 ol,
 ul {
  padding-left: 1.5em;
}
 ol > li,
 ul > li {
  list-style-type: none;
}
 ul > li::before {
  content: '\2022';
}
 ul[data-checked=true],
 ul[data-checked=false] {
  pointer-events: none;
}
 ul[data-checked=true] > li *,
 ul[data-checked=false] > li * {
  pointer-events: all;
}
 ul[data-checked=true] > li::before,
 ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
 ul[data-checked=true] > li::before {
  content: '\2611';
}
 ul[data-checked=false] > li::before {
  content: '\2610';
}
 li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
 li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
 li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
 ol li:not(.ql-direction-rtl),
 ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
 ol li.ql-direction-rtl,
 ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
 ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
 ol li:before {
  content: counter(list-0, decimal) '. ';
}
 ol li.ql-indent-1 {
  counter-increment: list-1;
}
 ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
 ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
 ol li.ql-indent-2 {
  counter-increment: list-2;
}
 ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
 ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
 ol li.ql-indent-3 {
  counter-increment: list-3;
}
 ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
 ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
 ol li.ql-indent-4 {
  counter-increment: list-4;
}
 ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
 ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
 ol li.ql-indent-5 {
  counter-increment: list-5;
}
 ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
 ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
 ol li.ql-indent-6 {
  counter-increment: list-6;
}
 ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
 ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
 ol li.ql-indent-7 {
  counter-increment: list-7;
}
 ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
 ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
 ol li.ql-indent-8 {
  counter-increment: list-8;
}
 ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
 ol li.ql-indent-8 {
  counter-reset: list-9;
}
 ol li.ql-indent-9 {
  counter-increment: list-9;
}
 ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
 .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
 li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
 .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
 li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
 .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
 li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
 .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
 li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
 .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
 li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
 .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
 li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
 .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
 li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
 .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
 li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
 .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
 li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
 .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
 li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
 .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
 li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
 .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
 li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
 .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
 li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
 .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
 li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
 .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
 li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
 .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
 li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
 .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
 li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
 .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
 li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
 .ql-video {
  display: block;
  max-width: 100%;
}
 .ql-video.ql-align-center {
  margin: 0 auto;
}
 .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
 .ql-bg-black {
  background-color: #000;
}
 .ql-bg-red {
  background-color: #e60000;
}
 .ql-bg-orange {
  background-color: #f90;
}
 .ql-bg-yellow {
  background-color: #ff0;
}
 .ql-bg-green {
  background-color: #008a00;
}
 .ql-bg-blue {
  background-color: #06c;
}
 .ql-bg-purple {
  background-color: #93f;
}
 .ql-color-white {
  color: #fff;
}
 .ql-color-red {
  color: #e60000;
}
 .ql-color-orange {
  color: #f90;
}
 .ql-color-yellow {
  color: #ff0;
}
 .ql-color-green {
  color: #008a00;
}
 .ql-color-blue {
  color: #06c;
}
 .ql-color-purple {
  color: #93f;
}
 .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
 .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
 .ql-size-small {
  font-size: 0.75em;
}
 .ql-size-large {
  font-size: 1.5em;
}
 .ql-size-huge {
  font-size: 2.5em;
}
 .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
 .ql-align-center {
  text-align: center;
}
 .ql-align-justify {
  text-align: justify;
}
 .ql-align-right {
  text-align: right;
}
.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow  h1 {
  font-size: 2em;
}
.ql-snow  h2 {
  font-size: 1.5em;
}
.ql-snow  h3 {
  font-size: 1.17em;
}
.ql-snow  h4 {
  font-size: 1em;
}
.ql-snow  h5 {
  font-size: 0.83em;
}
.ql-snow  h6 {
  font-size: 0.67em;
}
.ql-snow  a {
  text-decoration: underline;
}
.ql-snow  blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow  code,
.ql-snow  pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow  pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow  code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow  pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow  img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

@media screen and (min-width: 441px) {
	.spacerTop {
		margin-top: 10px;
	}
}

@media screen and (max-width: 440px) {
	.spacerTop {
		margin-top: 80px;
	}
}


/* Thinking */
.thinkingModal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding-top: 25%;
	text-align: center;
	z-index: 10;
	opacity: .8;
	background-color: black;
}

svg {
  height: 120px;
  width: 120px;
  margin: 0 2em 2em;
  overflow: visible;
  /*   border: 1px solid red; */
}

.g--circle {
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
  fill: dodgerblue;
  -webkit-animation: opacity 1.2s linear infinite;
          animation: opacity 1.2s linear infinite;
}
.g--circle:nth-child(12n + 1) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  -webkit-transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 3) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  -webkit-transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 4) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 5) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 7) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  -webkit-transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 8) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 9) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  -webkit-transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 10) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 11) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  -webkit-transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 12) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
}

.g-circles--v1 .g--circle {
  fill-opacity: 0;
  -webkit-animation-name: opacity;
          animation-name: opacity;
}

.g-circles--v2 .g--circle {
  fill-opacity: 0;
  stroke-opacity: 0;
  stroke-width: 1;
  stroke: yellowgreen;
  -webkit-animation-name: opacity-stroke, colors, colors-stroke;
          animation-name: opacity-stroke, colors, colors-stroke;
}
.g-circles--v2 .g--circle .u--circle {
  -webkit-animation: transform-2 1.2s linear infinite;
          animation: transform-2 1.2s linear infinite;
}

.g-circles--v2 .g--circle:nth-child(12n + 1) .u--circle {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 2) .u--circle {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.g-circles--v2 .g--circle:nth-child(12n + 3) .u--circle {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.g-circles--v2 .g--circle:nth-child(12n + 4) .u--circle {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.g-circles--v2 .g--circle:nth-child(12n + 5) .u--circle {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.g-circles--v2 .g--circle:nth-child(12n + 6) .u--circle {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.g-circles--v2 .g--circle:nth-child(12n + 7) .u--circle {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.g-circles--v2 .g--circle:nth-child(12n + 8) .u--circle {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.g-circles--v2 .g--circle:nth-child(12n + 9) .u--circle {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.g-circles--v2 .g--circle:nth-child(12n + 10) .u--circle {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 11) .u--circle {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 12) .u--circle {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.g-circles--v3 .g--circle {
  fill-opacity: 1;
  -webkit-animation-name: opacity, colors;
          animation-name: opacity, colors;
}

.g-circles--v4 .g--circle {
  fill-opacity: 1;
  fill: orange;
  -webkit-animation-name: opacity, colors-3;
          animation-name: opacity, colors-3;
}
.g-circles--v4 .u--circle {
  -webkit-animation: transform 1.2s linear infinite;
          animation: transform 1.2s linear infinite;
}

.g-circles--v4 .g--circle:nth-child(12n + 1) .u--circle {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 2) .u--circle {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.g-circles--v4 .g--circle:nth-child(12n + 3) .u--circle {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.g-circles--v4 .g--circle:nth-child(12n + 4) .u--circle {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.g-circles--v4 .g--circle:nth-child(12n + 5) .u--circle {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.g-circles--v4 .g--circle:nth-child(12n + 6) .u--circle {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.g-circles--v4 .g--circle:nth-child(12n + 7) .u--circle {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.g-circles--v4 .g--circle:nth-child(12n + 8) .u--circle {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.g-circles--v4 .g--circle:nth-child(12n + 9) .u--circle {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.g-circles--v4 .g--circle:nth-child(12n + 10) .u--circle {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 11) .u--circle {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 12) .u--circle {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

@-webkit-keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}

@keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}
@-webkit-keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }
  85% {
    stroke-opacity: 0;
  }
}
@keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }
  85% {
    stroke-opacity: 0;
  }
}
@-webkit-keyframes colors {
  0% {
    fill: yellowgreen;
  }
  10% {
    fill: gold;
  }
  75% {
    fill: crimson;
  }
}
@keyframes colors {
  0% {
    fill: yellowgreen;
  }
  10% {
    fill: gold;
  }
  75% {
    fill: crimson;
  }
}
@-webkit-keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }
  10% {
    stroke: gold;
  }
  75% {
    stroke: crimson;
  }
}
@keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }
  10% {
    stroke: gold;
  }
  75% {
    stroke: crimson;
  }
}
@-webkit-keyframes colors-2 {
  0% {
    fill: yellow;
  }
  50% {
    fill: red;
  }
  65% {
    fill: orangered;
  }
  95% {
    fill: gold;
  }
}
@keyframes colors-2 {
  0% {
    fill: yellow;
  }
  50% {
    fill: red;
  }
  65% {
    fill: orangered;
  }
  95% {
    fill: gold;
  }
}
@-webkit-keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }
  50% {
    fill: turquoise;
  }
  65% {
    fill: yellow;
  }
  95% {
    fill: orange;
  }
}
@keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }
  50% {
    fill: turquoise;
  }
  65% {
    fill: yellow;
  }
  95% {
    fill: orange;
  }
}
@-webkit-keyframes transform {
  10% {
    -webkit-transform-origin: 70px 70px;
            transform-origin: 70px 70px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes transform {
  10% {
    -webkit-transform-origin: 70px 70px;
            transform-origin: 70px 70px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@-webkit-keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85) translate(10px, 10px);
            transform: scale(0.85) translate(10px, 10px);
  }
  60% {
    stroke-width: 20;
  }
}
@keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85) translate(10px, 10px);
            transform: scale(0.85) translate(10px, 10px);
  }
  60% {
    stroke-width: 20;
  }
}
/* End Thinking */

@media screen and (min-width: 441px) {
	.orangebtn {
		display: inline-block;
		background-color: #F25826;
		padding: 10px;
		border-radius: 3px;
		margin: auto;
		cursor: pointer;
		margin-top: 10px;
		border-style: none;
		color: white;
		font-size: 16px;
		user-select: none;
	}
	
	.grayBtn {
		display: inline-block;
		background-color: gray;
		padding: 10px;
		border-radius: 3px;
		margin: auto;
		cursor: not-allowed;
		margin-top: 10px;
		border-style: none;
		color: white;
		font-size: 16px;
		user-select: none;
	}
}

@media screen and (max-width: 440px) {
	.orangebtn {
		display: inline-block;
		background-color: #F25826;
		padding: 10px;
		border-radius: 3px;
		margin: auto;
		cursor: pointer;
		margin-top: 10px;
		border-style: none;
		color: white;
		font-size: 12px;
		user-select: none;
	}
	
	.grayBtn {
		display: inline-block;
		background-color: gray;
		padding: 10px;
		border-radius: 3px;
		margin: auto;
		cursor: not-allowed;
		margin-top: 10px;
		border-style: none;
		color: white;
		font-size: 12px;
		user-select: none;
	}
}

/* The checkBox Holder */
.checkBoxHolder {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkBoxHolder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkBoxHolder:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkBoxHolder input:checked ~ .checkmark {
  background-color: var(--primary-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkBoxHolder input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkBoxHolder .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkInput {
	display: block;
}

.datePicked {
	padding: 5px;
	background-color: black;
	width: 285px;
	border-radius: 5px; 
	margin: 5px; 
	position: relative; 
	display: inline-block; 
	color: white;
}

.addressPick {
  cursor: pointer;
}

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /right bounce */

/* assign bounce */
.arrow-right {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  float: left;
}


.sundayColor {
  color: #000;
  background-color: #F0FFF0;
  padding: 4.5px;
  border-radius: 0.25rem;
}

.mondayColor {
  color: #000;
  background-color: #F0FFFF;
  padding: 4.5px;
  border-radius: 0.25rem;
}

.tuesdayColor {
  color: #000;
  background-color: #F0F8FF;
  padding: 4.5px;
  border-radius: 0.25rem;
}

.wednesdayColor {
  color: #000;
  background-color: #F8F8FF;
  padding: 4.5px;
  border-radius: 0.25rem;
}

.thursdayColor {
  color: #000;
  background-color: #FFF5EE;
  padding: 4.5px;
  border-radius: 0.25rem;
}

.fridayColor {
  color: #000;
  background-color: #FDF5E6;
  padding: 4.5px;
  border-radius: 0.25rem;
}

.saturdayColor {
  color: #000;
  background-color: #FAEBD7;
  padding: 4.5px;
  border-radius: 0.25rem;
}
