/*	
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' 
*/

body {
    font-family: "Open Sans", sans-serif;
    height: 100vh;
    background: url(/_branding/background.jpg);
    background-size: cover;
}

.swal-container-class {
    /* background: url("/_branding/background.jpg") !important;
    background-size: cover; */
    /* position: initial !important;
    padding-top: 2em !important; */
}

.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 #swal2-content {
    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;
}

.swal-title-class .modal-title {
    padding-top: .35em;
}

.swal-title-class .site-logo img{
    width: 100px;
    padding-top: .35em;
}

.swal-content-class {
    padding-top: 1.25em !important;
}

.swal-content-class #swal2-content .instructions {
    padding-bottom: 1em;
}

.swal-content-class #swal2-content .swal-input-field {
    position: relative;
    margin-bottom: 1rem;
    text-align: left;
}

.swal-content-class #swal2-content .swal-input-field label {
    font-size: 1rem;
    position: inherit;
    top: 0;
    left: 0 !important;
    color: #9e9e9e;
}

.swal-content-class #swal2-content .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,
.swal-cancel-button-class {
    /* background-color: #68A17C !important; */
}

.swal-confirm-button-class:hover,
.swal-cancel-button-class:hover {
    background-color: #000000;
}

.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;
}

.swal2-icon.swal2-success .swal2-success-fix,
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left],
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    /* background-color: #68A17C !important; */
}

/* .swal2-icon.swal2-info {
    color: #204131 !important;
    border-color: rgba(195,3,10,.3) !important;
} */
.swal-login-container #swal2-content .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;
}
.swal-login-container .swal2-header .modal-title{
		display: none;
}

.swal-login-container .swal-header-class {
    border-top-left-radius: .3125em;
    border-top-right-radius: .3125em;
}

.consentContainer{
	overflow: auto;
	max-height: 200px;
	text-align:left;
  background: white;
}

#privacyPolicy p,
.consentText{
	/* background: white; */
  padding: 10px;
  font-weight: 300;
  font-size: 16px;
}

#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;
}

#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;
}
/*
html {
  width: 100%;
  height: 100%;
  perspective: 900;
  overflow-y: scroll;
  background-color: #dce7eb;
  font-family: "Titillium Web", sans-serif;
  color: rgba(48, 69, 92, 0.8);
}

body {
  min-height: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 90px 0;
  transform: translate(-50%, 0);
  box-shadow: 0 10px 0 0 #ff6873 inset;
  background-color: #fefffa;
  max-width: 450px;
  padding: 30px;
}

@media (max-width: 550px) {
  body {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}
*/

#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;
}

#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: 1px dotted #dce7eb;
}
#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;
  /* opacity: 0;
  transform: translate(0, 50%); */
  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);
}

@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);
  }
}