@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&display=swap');
html {
	padding: 0px;
}
body {
	font-size: 16px;
	font-family: 'Inter', helvetica, verdana, sans-serif;
	background: #aedaf8;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAYAAAAPU20uAAAAAXNSR0IArs4c6QAAAD5JREFUKFNjvPDk1/973/4x4AKM6279+K/ExcSATRFIHKwApBtdEYwPV4CsCFkxigJsJhFvAl434PUFoXAAAKjFRt105gXZAAAAAElFTkSuQmCC);
	box-shadow: 25vw -25vh 50vw inset #2b64955c, -20vw -20vh 50vw inset #b4d9f4cf, 0vw -15vh 17vw 0px inset #042a44f7;
	width: fit-content;
	height: fit-content;
	min-width: 100%;
	min-height: 100vh;
	font-weight: 600;
	margin: 0px;
	display: grid;
	justify-content: center;
}
label {
	padding-top: 5px;
}
.shade {
	position: fixed;
	background: #ffffffd9;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
}
.datepick {
    font-family: 'Inter', helvetica, verdana, sans-serif;
}
#contact-area input, #contact-area select {
    padding: 5px;
    font-family: 'Inter', helvetica, verdana, sans-serif;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    border: 2px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}
#contact-area input:focus {
	border: 2px solid #900;
}
input.submit-button[type="submit"] {
	width: 100px !important;
}
.span-both {
	display:grid;
	grid-template-columns: auto 400px;
	grid-column: span 2;
}
.form-end {
	text-align: right;
	display: block;
}
.append {
	display: inline;
	font-size: 14px;
	color: #77787f;
	font-style: italic;
	margin: 0px 5px;
}
.bulk-submit-button {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:6px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	float: right;
}
.bulk-submit-button:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
.displayAddOptions button {
	font-size: 20px;
	background: none;
	border: none;
	text-align: left;
	padding: 0px;
	text-decoration: none;
	color: #013460;
	width: 100%;
	padding: 5px 20px;
	border-radius: 10px;
	cursor: pointer; 
	transition: all 300ms ease-in-out;
}
.displayAddOptions button:hover {
	background: #dde1e2;
	text-decoration: none;
	color: #7a7a7a;
}
.displayAddOptions {
	width: 200px;
	height: 0px;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	z-index: 1;
	background: white;
	border: 1px solid gray;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 2px 2px 20px #606673c2;
	font-size: 13px;
	box-sizing: border-box;
	display: none;
	text-align: left;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	align-content: space-around;
}
.addPayload {
	background: #4ca6ff;
	color: #fff;
	border: none;
	font-family: 'Inter', helvetica, verdana, sans-serif;
	font-weight: 600;
	outline-offset: 0.1em;
	transition: 0.3s;
	font-weight: bold;
	font-size: 20px;
	width: fit-content;
	cursor: pointer;
	white-space: nowrap;
	float: left;
	clear: both;
	padding: 5px 20px;
	border-radius: 10px;
	border: 2px solid #0a8cce;
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.switch {
	position: relative;
	transform: translateY(-6px);
	height: 20px;
	margin: auto;
	width: 100%;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	cursor: pointer;
	background-color: #ff9999;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 20px;
	position: absolute;
}
.slider:after {
	position: absolute;
	content: "";
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid #4c627d;
	box-shadow: 3px 2px 4px #b7c1ccd1 inset;
	border-radius: 20px;
}
input:checked + .slider {
	background-color: #2196F3;
	box-shadow: 3px 12px 20px #549bf2b5 inset, -1px -8px 20px #2a5385b5 inset;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:after {
	-webkit-transform: translateX(37px);
	-ms-transform: translateX(37px);
	transform: translateX(37px);
}
#advancedArrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #999;
  border-left-color: #fff;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.3s ease;
}
#advancedArrow {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGJyPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik0xMiAybC0xMCAyMGgyMGwtMTAgMjB6Ii8+PC9zdmc+');
  background-repeat: no-repeat;
  background-size: contain;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  color: black;
  transition: transform 0.3s ease;
}
#advancedSettings[style="height: 100px;"] #advancedArrow {
  transform: rotate(90deg);
}
input:checked + .slider:before {
	content: 'yes';
	color: #e9ebf0;
	text-align: left;
}
input:not(:checked) + .slider:before {
	content: 'no';
	text-align: right;
	color: #bb4545;
}
.slider:before {
	width: calc(100% - 20px);
	display: grid;
	text-shadow: 1px 1px 1px;
	align-items: center;
    height: 100%;
    padding: 0px 10px;
	text-transform: uppercase;
	font-size: 12px;
	transition: all 300ms ease-in-out;
}
.remove-button {
    display: inline;
    border-radius: 5px;
    padding: 10px;
    background-color: #e42f1c;
    color: #e7e7e7;
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
    float: right;
}

.remove-button:hover {
	background-color: #c0392b;
}
@media only screen and (max-width: 600px)  { /* SMALL SCREEN */
	body {
		overflow-x: hidden;
		font-size: 20px;
	}
	#page-wrap {
		text-align: center;
		border-radius: 10px;
		width: calc(100% - 20px);
		background: white;
		padding: 10px;
		height: fit-content;
		margin-top: 50px;
		margin-bottom: 50px;
		box-shadow: 0px 1px 20px 1px #3e6c87;
		transition: transform 0.3s ease;
	}
	#contact-area {
		text-align: left;
		width: 100%;
		margin-top: 25px;
	}
	form {
		display: grid;
		grid-template-columns: 100%;
		grid-gap: 10px;
		width: calc(100% - 20px);
		margin-left: 10px;
	}
	.banner  {
		width: 100%;
		max-width: 600px;
	}
	.span-both {
		width: 100%;
		display:grid;
		grid-template-columns: 100%;
		grid-column: 1;
	}
	.always-2 {
		display:grid;
		grid-template-columns: 100px auto !important;
		height: fit-content;
	}
	.switch {
		margin-top: 10px;
	}
	.slider {		
		height: 35px;
		width: 72px;
	}
	.slider:after {
		height: 26px;
		width: 26px;
	}
	#contact-area input, #contact-area select {
		font-size: 20px;
	}
	.datepick {
		font-size: 6.5vw !important;
		max-width: 100% !important;
	}
	.datepick-nav, .datepick-ctrl {
		width: 100vw !important;
	}
}
@media only screen and (min-width: 600px)  { /* LARGE SCREEN */
	#page-wrap {
		text-align: center;
		border-radius: 30px;
		width: 660px;
		background: white;
		padding: 20px 50px 20px 50px;
		height: fit-content;
		margin-top: 50px;
		margin-bottom: 50px;
		box-shadow: 0px 1px 20px 1px #3e6c87;
		transition: transform 0.3s ease;
	}
	#contact-area {
		text-align: left;
		width: 600px;
		margin-top: 25px;
	}
	form {
		display: grid;
		grid-template-columns: auto 400px;
		grid-gap: 10px;
		width: 600px;
		margin-left: 30px;
	}
	.banner  {
		width: 600px;
	}	
	.slider {
		height: 26px;
		width: 60px;
	}
	.slider:after {
		height: 16px;
		width: 16px;
	}
	#contact-area input, #contact-area select {
		font-size: 15px;
	}
}