/*
container: 'swal-container-class',
popup: 'swal-popup-class',
header: 'swal-header-class',
title: 'swal-title-class',
closeButton: 'swal-close-button-class',
icon: 'swal-icon-class',
image: 'swal-image-class',
content: 'swal-content-class',
input: 'swal-input-class',
actions: 'swal-actions-class',
confirmButton: 'swal-confirm-button-class',
cancelButton: 'swal-cancel-button-class',
footer: 'swal-footer-class'
*/

@import url("/_branding/ApisFont.css");

body {
	font-family: 'Apis Regular';
    height: 100vh;
    /* background: url(/_branding/background.png); */
    background-size: cover;
}

.swal2-container.swal2-shown {
    background-color: transparent !important;
}

.swal-popup-class {
    background: #efefef !important;
    box-shadow: 0px 0px 10px rgb(204, 204, 204);
}

.swal-popup-class {
    text-align: center !important;
}

.swal-header-class {
    background: #000000;
    margin: -1.25em -1.25em 0 -1.25em;
    padding: .75em 0 .75em 0;
}

.swal-title-class {
    display: block !important;
    font-size: 1.25em !important;
    margin: 0 !important;
    color: #ffffff !important;
}

.swal-title-class .site-title {
    color: #000000;
    background: #fafbfe;
    padding-left: .15em;
    padding-right: .15em;
    margin-top: -.75em;
    padding-bottom: .75em;
    font-size: 23px !important;
    font-weight: 500 !important;
    line-height: 1;
}

.swal-title-class .site-title img{
    width: 100%;
    padding: 0 2em;
}

.swal2-html-container .modal-title {
    padding-top: .35em;
}

.swal-title-class .site-logo img{
    width: 100px;
	/* Elias 8-11-25 */
	width: 100%;
    padding-top: .35em;
}

.swal2-html-container {
    padding-top: 1.25em !important;
}

.instructions {
    padding-bottom: 1em;
	/* Elias 8-11-25 */
	display: none;
}

.swal-input-field {
    position: relative;
    margin-bottom: 1rem;
    text-align: left;
}

.swal-input-field label {
    font-size: 1rem;
    position: inherit;
    top: 0;
    left: 0 !important;
    color: #9e9e9e;
}

.swal-input-field input {
    margin-top: .25em;
    height: 40px !important;
    display: block !important;
    width: 100%;
    padding: .25em .75em;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #9e9e9e;
    font-size: 16px !important;
}

.swal2-validation-message {
    color: red !important;
    text-align: left !important;
}

.swal2-validation-message::before {
    background-color: red !important;
}

.swal-actions-class:not(.swal2-loading) button {
    padding: .8em 2.5em !important;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-size: 1em !important;
}

.swal-confirm-button-class:hover,
.swal-cancel-button-class:hover {
    background-color: var(--secondary-color);
}

.swal-footer-class {
    border-top: 1px solid #c5c5c5 !important;
    font-size: 1em !important;
    text-align: center;
}

.swal-footer-class .title {
    font-size: 1.15em;
}

.swal-footer-class a {
    color: #000000;
    text-decoration: none;
    transition: all 0.5s ease;
}

.swal-footer-class a:hover {
    color: #f3f3f3;
}

.swal-login-container .modal-title{
	position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #545454;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    font-size: 1.25em;
    word-wrap: break-word;
}
.swal2-title .modal-title{
	display: none;
}

.swal-login-container .swal-header-class {
    border-top-left-radius: .3125em;
    border-top-right-radius: .3125em;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}

.swal2-title {
	padding: 0 15px;
}
.swal2-popup {
	border-radius: 26px;
	padding: 35px;
}
.swal-popup-class {
	background-color: var(--primary-color) !important;
}
.swal-login-container .modal-title {
	color: white;
	margin: 0 0 15px 0;
}
.swal2-html-container {
	color: white;
}
.swal2-html-container label {
	color: white;
}
.swal-input-field label {
	color: white;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 5px;
}

.swal-input-field input {
	border-radius: 999px;
}

input::placeholder {
	color: gray;
	opacity: 1;
}

.swal2-footer {
	color: white;
	border-top: 0px;
	margin: 0px;
}

.swal-footer-class a {
	color: white;
	text-decoration: underline;
}

.swal-footer-class {
	border-top: 0px !important;
}

.swal-footer-class .title {
	font-size: 14px;
}

.swal-footer-class .title small {
	font-size: 9px;
	margin-top: 40px;
}

.swal2-styled.swal2-confirm {
	border-radius: 999px;
	padding: 8px 30px !important;
	margin-top: 10px;
}

.swal2-styled.swal2-cancel {
	border-radius: 999px;
}
.swal2-actions {
	margin: 0px;
}

.swal-actions-class:not(.swal2-loading) button {
	padding: .6em 2.5em !important;
	text-transform: none;
}

.consentContainer {
	border-radius: 10px;
	padding: 15px;
	font-size:12px;
}

.swal-cancel-button-class.swal2-styled:hover {
	background-color: var(--secondary-color) !important;
}

.consentContainer{
	overflow: auto;
	max-height: 170px;
	text-align:left;
	background: white;
}

#privacyPolicy p,
.consentText{
	padding: 8px;
	font-weight: 300;
	font-size: 15px;
	color: black;
}

#privacyPolicy p {
	margin: 0;
}

#privacyPolicy .privacyPolicyContentDiv {
	background: white;
	padding: 10px;

}

.consentButtons{
	padding: 20px 0;
	text-align: left;
}

.consentButtons label {
	font-size: 16px;
}

.privacyPolicyHeader{
	font-weight: bold;
}

.privacyPolicyBg{
	background-color: rgba(0,0,0,.1);
	padding: 10px 5px;
  	cursor: pointer;
  	background-color: #324582;
	color: white;
	border-radius: 10px;
}

#privacyPolicy{
	text-align: left;
}

#privacyPolicy .transition, ul li i:before, ul li i:after, p {
	transition: all 0.25s ease-in-out;
}

#privacyPolicy .flipIn, ul li, h1 {
	animation: flipdown 0.5s ease both;
}

#privacyPolicy .no-select, h2 {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#privacyPolicy h1 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 3px;
	font-weight: 100;
}

#privacyPolicy h2 {
	font-size: 18px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
	margin: 0;
	cursor: pointer;
	margin-left: 17px;
	font-size: 15px;
	letter-spacing: 0px;
}

#privacyPolicy ul {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 0;
}

#privacyPolicy ul li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 18px;
	border-top: 0px;
}

#privacyPolicy ul li:nth-of-type(1) {
	animation-delay: 0.5s;
}

#privacyPolicy ul li:nth-of-type(2) {
	animation-delay: 0.75s;
}

#privacyPolicy ul li:nth-of-type(3) {
	animation-delay: 1s;
}

#privacyPolicy ul li:last-of-type {
	padding-bottom: 0;
}

#privacyPolicy ul li i {
	position: absolute;
	transform: translate(-17px, 0);
	margin-top: 22px;
	right: 0;
}

#privacyPolicy ul li i:before, #privacyPolicy  ul li i:after {
	content: "";
	position: absolute;
	background-color: #545454;
	width: 3px;
	height: 9px;
}

#privacyPolicy ul li i:before {
	transform: translate(-2px, 0) rotate(45deg);
}

#privacyPolicy ul li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}

#privacyPolicy ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

#privacyPolicy ul li input[type=checkbox]:checked ~ p {
	margin-top: 0;
	max-height: 0;
	display: none;
}

#privacyPolicy ul li input[type=checkbox]:checked ~ i:before {
	transform: translate(2px, 0) rotate(45deg);
}

#privacyPolicy ul li input[type=checkbox]:checked ~ i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}

#privacyPolicy ul li p {
	color: white;
	font-size: 10px;
	padding-left: 0px;
}

#privacyPolicy ul li p a {
	color: white;
	font-size: 10px;
	text-decoration: underline;
}

#privacyPolicy {
	margin-top: -15px;
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	5% {
		opacity: 1;
	}
	80% {
		transform: rotateX(8deg);
	}
	83% {
		transform: rotateX(6deg);
	}
	92% {
		transform: rotateX(-3deg);
	}
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}