@charset "ISO-8859-1";

/*
    Copyright Jasmin Weiss Interactive Solutions
*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	min-height: 100%;
	height: 100%;
}

body {
    font-family: 'RobotoLight', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width   : 100%;
    min-height  : 100%;
    height: 100%;
    margin  : 0;
    padding : 0;
    z-index: -2;
    min-width: 300px;
    color: #e1e1e1;
    font-size: 20px;
    line-height: 1.4em;    
    background-color: #171a20;
    background-image: url("/images/paperTile7.jpg");
	/*background-blend-mode: multiply;*/	
}

.bodyInvisible {
	opacity: 0;
	visibility: hidden;
}

.bodyVisible {
	visibility: visible;
	opacity: 1;
	-webkit-transition:  visibility 0s, opacity 0.3s ease-in;
       -o-transition:  visibility 0s, opacity 0.3s ease-in;
          transition: visibility 0s, opacity 0.3s ease-in;          
}

.contentInvisible {
	opacity: 0;
	visibility: hidden;
}

.contentVisible {
	visibility: visible;
	opacity: 1;
	-webkit-transition:  visibility 0s, opacity 0.3s ease-in;
       -o-transition:  visibility 0s, opacity 0.3s ease-in;
          transition: visibility 0s, opacity 0.3s ease-in;          
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
	background-image: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:active {
	background-color: transparent;
	background-image: none;
}

a:focus {
	background-color: transparent;
	background-image: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: none;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
	-webkit-appearance: textfield;
    -moz-appearance:textfield;
    appearance: textfield;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

/*.checkbox {
  position: relative;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}*/


.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
  cursor: pointer;
}

::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    background-color: rgba(0,0,0,0);
}

::-webkit-scrollbar-track {
      background-color: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
      background-color: rgba(60, 60, 60, 0.8);
}

.switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #8570ba;
}

input:focus + .slider {
  box-shadow: 0 0 1px #8570ba;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.sliderInfoText {
	font-size: 0.8em;	
  	color: #484848;
	line-height: 1.2em;
	vertical-align: top;
	max-width: 600px;
	font-style: italic;
	padding-left: 60px;
	padding-bottom: 20px;	
}

/* remove the hightlight for the current day in date picker */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: none;
	color: #3ba665;
}


.btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.btn-medium {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.btn-medium:focus,
.btn-medium:active:focus,
.btn-medium.active:focus,
.btn-medium.focus,
.btn-medium:active.focus,
.btn-medium.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn-medium:hover,
.btn-medium:focus,
.btn-medium.focus {
  color: #e4e8ff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.btn:active,
.btn.active,
.btn-medium:active,
.btn-medium.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn-medium.disabled,
.btn-medium[disabled],
fieldset[disabled] .btn-medium {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a.btn.disabled,
fieldset[disabled] a.btn,
a.btn-medium.disabled,
fieldset[disabled] a.btn-medium {
  pointer-events: none;
}

.btn-default {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	color: #070707;
	background-color: #9b9b9b;
	border-color: #9b9b9b;
}


.btn-default:focus,
.btn-default.focus {
  color: #070707;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
/*  background-color: #d7d7d7;
  border-color: #d7d7d7;*/
}

.btn-default:hover {
	color: #070707;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
  /*background-color: #d7d7d7;
  border-color: #d7d7d7;*/
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #070707;
  /*background-color: #808080;
  border-color: #808080;*/
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #070707;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
  /*background-color: #d7d7d7;
  border-color: #d7d7d7;*/
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #b0b0b0;
  border-color: #222;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}


.btn-primary {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #e4e8ff;
  background-color: #2754aa;
  border-color: #2754aa;
}

.btn-primary-small {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 4px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
	color: #e4e8ff;
  	background-color: #2754aa;
  	border-color: #2754aa;
	height: 26px;
}


.btn-primary:focus,
.btn-primary-small:focus,
.btn-primary.focus,
.btn-primary-small.focus {
  color: #e4e8ff;
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:hover,
.btn-primary-small:hover {
  color: #e4e8ff;
  /*background-color: #1d3e7d;
  border-color: #1d3e7d;*/
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:active,
.btn-primary-small:active,
.btn-primary.active,
.btn-primary-small.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary-small {
  color: #e4e8ff;
  /*background-color: #1d3e7d;
  border-color: #1d3e7d;*/
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:active:hover,
.btn-primary-small:active:hover,
.btn-primary.active:hover,
.btn-primary-small.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary-small:hover,
.btn-primary:active:focus,
.btn-primary-small:active:focus,
.btn-primary.active:focus,
.btn-primary-small.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary-small:focus,
.btn-primary:active.focus,
.btn-primary-small:active.focus,
.btn-primary.active.focus,
.btn-primary-small.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary-small.focus {
  color: #e4e8ff;
  /*background-color: #1d3e7d;
  border-color: #1d3e7d;*/
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:active,
.btn-primary-small:active,
.btn-primary.active,
.btn-primary-small.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary-small {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary-small.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary-small[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary-small:hover,
.btn-primary.disabled:focus,
.btn-primary-small.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary-small[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary-small:focus,
.btn-primary.disabled.focus,
.btn-primary-small.disabled.focus,
.btn-primary[disabled].focus,
.btn-primary-small[disabled].focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary-small.focus {
  background-color: #5371aa;
  border-color: #5371aa;
}

.btn-danger {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  background-color: #ad2c3c;
  border-color: #9e2837;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #932533;
  border-color: #7d202b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #932533;
  border-color: #7d202b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #932533;
  border-color: #7d202b;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #932533;
  border-color: #7d202b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #932533;
  border-color: #7d202b;
}
.btn-danger .badge {
  color: #ad2c3c;
  background-color: #fff;
}

.btn-alert {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  background-color: #aa27a8;
  border-color: #891f87;
}
.btn-alert:focus,
.btn-alert.focus {
  color: #fff;
  background-color: #d030ce;
  border-color: #d030ce;
}
.btn-alert:hover {
  color: #fff;
  background-color: #d030ce;
  border-color: #d030ce;
}
.btn-alert:active,
.btn-alert.active,
.open > .dropdown-toggle.btn-alert {
  color: #fff;
  background-color: #d030ce;
  border-color: #d030ce;
}
.btn-alert:active:hover,
.btn-alert.active:hover,
.open > .dropdown-toggle.btn-alert:hover,
.btn-alert:active:focus,
.btn-alert.active:focus,
.open > .dropdown-toggle.btn-alert:focus,
.btn-alert:active.focus,
.btn-alert.active.focus,
.open > .dropdown-toggle.btn-alert.focus {
  color: #fff;
  background-color: #d030ce;
  border-color: #d030ce;
}
.btn-alert:active,
.btn-alert.active,
.open > .dropdown-toggle.btn-alert {
  background-image: none;
}
.btn-alert.disabled:hover,
.btn-alert[disabled]:hover,
fieldset[disabled] .btn-alert:hover,
.btn-alert.disabled:focus,
.btn-alert[disabled]:focus,
fieldset[disabled] .btn-alert:focus,
.btn-alert.disabled.focus,
.btn-alert[disabled].focus,
fieldset[disabled] .btn-alert.focus {
  background-color: #d030ce;
  border-color: #d030ce;
}


.btn-green {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  background-color: #56d479;
  border-color: #56d479;
}
.btn-green:focus,
.btn-green.focus {
  color: #222;
  background-color: #67ff92;
  border-color: #67ff92;
}
.btn-green:hover {
  color: #222;
  background-color: #67ff92;
  border-color: #67ff92;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-default {
  color: #222;
  background-color: #67ff92;
  border-color: #67ff92;
}
.btn-green:active:hover,
.btn-green.active:hover,
.open > .dropdown-toggle.btn-green:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.open > .dropdown-toggle.btn-green:focus,
.btn-green:active.focus,
.btn-green.active.focus,
.open > .dropdown-toggle.btn-green.focus {
  color: #222;
  background-color: #67ff92;
  border-color: #67ff92;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}

.buttonShadow {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
}

.buttonShadowCompact {
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}

.btn-lg {
   	padding: 8px 12px;
  	font-size: 16px;
  	line-height: 1.42857143;
  	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
 	border-radius: 4px;
}

.btn-block {
  display: block;
  width: 100%;
}

.checkboxContainer {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.settingsCheckboxLabel {
	font-size: 0.9em;
	color: #c1c1c1;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #242424;
	border: 1px solid #777;
	border-radius: 4px;
	margin-top: 2px;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkbox {
  background-color: #3c3c3c;
}

/* When the checkbox is checked, add a green background */
.checkboxContainer input:checked ~ .checkbox {
	background-color: #04c6a1;
	border-color: #00ac8b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkbox::after {
	left: 5px;
	top: 0px;
	width: 8px;
	height: 15px;
	border: solid #262626;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.defaultCursor {
	cursor: default;
}

.hidden {
	visibility: hidden;
}

.noDisplay,
.wi_noDisplay {
	display: none;
}

.contentDisplay {
	display: contents;
}

.flexButtonWrapper {
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
    align-items: center;
    justify-content: end;
}

.flexDisplay {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;  
}

.flexDisplayRow {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

.flexDisplayRowCentered {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flexDisplayRowCenterAligned {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flexDisplayColumn {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.flexDisplayColumnCentered {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex1 {
	flex: 1;
}

.blockDisplay {
	display: block;
}

.inlineDisplay {
	display: inline;
}

.inlineBlockDisplay {
	display: inline-block;
}

.relativePosition {
	position: relative;
}

.padding5 {
	padding: 5px;
}

.padding10 {
	padding: 10px;
}

.padding15 {
	padding: 15px;
}

.padding20 {
	padding: 20px;
}

.padding40 {
	padding: 40px;
}

.paddingLeft5 {
	padding-left: 5px;
}

.paddingLeft10 {
	padding-left: 10px;
}

.paddingLeft15 {
	padding-left: 15px;
}

.paddingLeft20 {
	padding-left: 20px;
}

.paddingLeft30 {
	padding-left: 30px;
}

.paddingLeft35 {
	padding-left: 35px;
}

.paddingLeft40 {
	padding-left: 40px;
}

.paddingLeft60 {
	padding-left: 60px;
}

.paddingLeft80 {
	padding-left: 80px;
}

.paddingRight5 {
	padding-right: 5px;
}

.paddingRight10 {
	padding-right: 10px;
}

.paddingRight20 {
	padding-right: 20px;
}

.paddingRight32 {
	padding-right: 32px;
}

.paddingTop3 {
	padding-top: 3px;
}

.paddingTop4 {
	padding-top: 4px;
}

.paddingTop5 {
	padding-top: 5px;
}

.paddingTop6 {
	padding-top: 6px;
}

.paddingTop8 {
	padding-top: 8px;
}

.paddingTop10 {
	padding-top: 10px;
}

.paddingTop15 {
	padding-top: 15px;
}

.paddingTop20 {
	padding-top: 20px;
}

.paddingTop20M {
	padding-top: 0px;
}

.paddingTop28 {
	padding-top: 28px;
}

.paddingTop30 {
	padding-top: 30px;
}

.paddingTop40 {
	padding-top: 40px;
}

.paddingTop60 {
	padding-top: 60px;
}

.paddingTop120 {
	padding-top: 120px;
}

.paddingBottom5 {
	padding-bottom: 5px;
}

.paddingBottom6 {
	padding-bottom: 6px;
}

.paddingBottom10 {
	padding-bottom: 10px;
}

.paddingBottom15 {
	padding-bottom: 15px;
}

.paddingBottom20 {
	padding-bottom: 20px;
}

.paddingBottom30 {
	padding-bottom: 30px;
}

.paddingBottom40 {
	padding-bottom: 40px;
}

.paddingBottom60 {
	padding-bottom: 60px;
}


.noMargin {
	margin: 0;
}

.marginAuto {
	margin: auto;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginTop25 {
	margin-top: 25px;
}

.marginTop30 {
	margin-top: 30px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom15 {
	margin-bottom: 15px;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginRightMinus6 {
	margin-right: -6px;
}

.marginRight10 {
	margin-right: 10px;
}

.marginRight20 {
	margin-right: 20px;
}

.marginRight40 {
	margin-right: 40px;
}

.marginRight120 {
	margin-right: 0px;
}

.width20 {
	width: 20px;
}

.width60 {
	width: 60px;
}

.width95 {
	width: 95px;
}

.width190 {
	width: 190px;	
}

.width200 {
	width: 200px;
}

.width100 {
	width: 100%;
}

.height100 {
	height: 100%;
}

.maxWidth100 {
	max-width: 100%;
}

.maxWidth120 {
	max-width: 120px;
}

.maxWidth140 {
	max-width: 140px;
}

.maxWidth300 {
	max-width: 300px;
}

.maxWidth350 {
	max-width: 350px;
}

.maxWidth380 {
	max-width: 380px;
}

.maxWidth480 {
	max-width: 480px;
}


.maxWidth500 {
	max-width: 500px;
}

.maxWidth580 {
	max-width: 580px;
}

.maxWidth600 {
	max-width: 600px;
}

.maxWidth750 {
	max-width: 750px;
}

.maxWidth800 {
	max-width: 800px;
}

.minWidth130 {
	min-width: 130px;
}

.minWidth190 {
	min-width: 190px;
}

.minWidth300 {
	min-width: 300px;
}

.desktopWidth70 {
	width: 90%;
	margin-left: 60px;
}

.desktopNoWrap {
	white-space: normal;
}

.aboutWrapper {
	width: 60%;
}

.pageContent {
	vertical-align: top;
	/*font-size: 0.95em;*/
	background-image: url("/images/BackgroundStars.png");
	overflow: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.pageContentError {
	vertical-align: top;
	/*font-size: 0.95em;*/
	background-image: url("/images/BackgroundStars.png");
	overflow: auto;
	height: 100%;
	min-height: 100%;
}

.teaserSection {
	padding: 90px 0px;
	position: relative;
	width: 80%;
	margin: auto;
}

.heroImage {
	width: 100%;
}

.planSection {
	padding: 0px;
}

.featureSection {
	width: 90%;
	margin: auto;
}

.featureContent {
	display: flex;		
	padding-left: 0px;
	width: 90%;
	margin: auto;
	flex-direction: column;
}
.featureHeadingWrapper {
	display: flex;
	grid-gap: 10px	
}

.featureInfo{
	grid-column: 1 / 3;
	padding-bottom: 20px;	
}

.featureCheck {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/*color: #68e4cc;*/
	color: #00ffcf;
}

.featureTitle {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/*color: #68e4cc;*/
	color: #00ffcf;
	line-height: 1.3em;
	
	margin-top: 0px;
	padding-left: 10px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: left;
}

.featureText {
	padding-left: 10px;
	grid-column: 2 / 3;
	padding-bottom: 30px;	
}

.reasonsSection {
	width: 90%;
	margin: auto;
}

.reasonsSection .sectionHeading {
	text-align: left;
	margin-left: 120px;
}

.reasonsContent {
  display: flex; 
  width: 93%;
  margin: auto;
 flex-direction: column;
}

.reasonsContent .featureHeadingWrapper {
	padding-left: 20px;
	margin-bottom: 10px;
	align-items: center;
}

.iconCell {
	text-align: right;
	vertical-align: top;
	font-size: 2.5em;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	margin-top: 0px;
	padding-top: 0px;
	align-self: center;
	white-space: nowrap;
}

.headline_chat {
  color: #ff9231;
}

.headline_smile {
  color: #ffe937;
}

.headline_paintbrush {
	color: #a27df2;
}

.headline_platforms {
	color: #637bff;
	line-height: 1.2em;
	font-size: 0.8em;
}

.headline_lock {
  /*color: #c24ba4;*/
  color: #c24b4b;
}

.headline_climate {
  color: #5fc24b;
}

.headline_support {
  color: #cb04b1;
}

.iconHeadline {
	/* color: #100e2d; */
	/* color: #e1e1e1; */
	/* color: #2b295c; */
	font-family: "Lane", sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #868686;
	margin-top: 0px;
	padding-left: 20px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: left;
}

.iconText {
	padding-left: 20px;
	grid-column: 2 / 3;
	padding-bottom: 40px;
}


.faqSection {
	width: 90%;
	margin: auto;
}

.faqSectionInfo {
	grid-column: 1 / 3;
	padding-bottom: 20px;	
	color: #a8a8a8;
}

.faqContent {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  gap: 2px;
  width: 100%;
  margin: auto;
  padding-bottom: 40px;
}


.faqAsterisk {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.2em;
	/* color: #68e4cc; */
	color: #8277ff;
	line-height: 1.5em;
}

.faqQuestion {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/*color: #68e4cc;*/
	color: #9b97f9;
	line-height: 1.3em;
	
	margin-top: 0px;
	padding-left: 10px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: left;
}

.faqAnswer {
	padding-left: 10px;
	grid-column: 2 / 3;
	padding-bottom: 30px;
	color: #a8a8a8;
}

.heading {
	font-family: "Lane", sans-serif;
	font-size: 5.0em;
	line-height: 1.0em;
	/*color: #9d9bd3;*/
	color: #cf3ce3;
	margin-top: 0px;
	padding-bottom: 20px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	/*text-align: left;*/
}

.heading.showcase {
	color: #70baa6;
}

.heading.subheading {
	font-family: "Lane", sans-serif;
	font-size: 3.0em;
	line-height: 1.0em;
	color: #bdbdbd;
	margin-top: 0px;
	padding-bottom: 50px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: center;
}

.heading2 {
	font-family: "Lane", sans-serif;
	font-size: 3.0em;
	line-height: 1.0em;
	color: #9d9bd3;
	margin-top: 60px;
	padding-bottom: 30px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	/*text-align: left;*/
}

.headerText {
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: "RobotoThin";
}

.sectionHeading {
	font-family: "Lane", sans-serif;
	font-size: 3.5em;
	line-height: 1.0em;
	color: #9d9bd3;
	margin-top: 90px;
	text-align: center;
	font-size: 4em;
	padding-bottom: 60px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}

.titleSection {
	padding: 40px 0px 20px 0px;
	text-align: center;
	margin: auto;
	width: 85%;
}

.contentSection {
	text-align: left;
	padding: 0px 0px 90px 0px;
	width: 85%;
	margin: auto;
}

.contentTabContainer {
	display: flex;
	width: 50%;
	margin: auto;
	margin-bottom: 40px;
}

.accountContent .contentTabContainer {
	width: 100%;
	grid-gap: 40px;
	margin-bottom: 0;
}

.contentTabHeader {	
	flex: 1;
	font-size: 2em;	
	font-family: "Lane", sans-serif;
	line-height: 1em;
	color: #757575;
	cursor: pointer;
	position: relative;
}

.contentTabHeader:hover {
	color: #fff;
}

.accountContent .contentTabHeader {
	flex: unset;
	font-size: 1em;
	padding: 10px 15px 10px 10px;
}

.contentTabHeaderActive {	
	flex: 1;
	font-size: 2em;	
	font-family: "Lane", sans-serif;
	line-height: 1em;
	text-underline-offset: 15px;	
	text-decoration: underline;
	text-decoration-color: #634566;
	position: relative;
}

.accountContent .contentTabHeaderActive {
	flex: unset;
	font-size: 1em;		
	text-decoration: unset;	
	background-color: #00000036;
	padding: 10px 15px 10px 10px;
	border-radius: 10px 10px 0px 0px;
}

.accountContent .contentTabView {
	background-color: #00000036;
	text-align: left;
	padding: 20px;
	font-size: 0.9em;
}

.eventSetupDescriptionContainer {
	padding-top: 10px;
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

.eventSetupDescriptionContainer .center-aligned {
	align-self: center;
}

.eventSetupDataSection {
	color: #a8a8a8;
	padding-bottom: 20px;
	line-height: 1.5em;	
}

.eventSetupDate {
	color: #a6db88;
}

.eventSetupDataSection .checkboxContainer {
	display: unset;
}

.eventSetupDataSection .checkbox {	
	margin-top: 0px;
}

.dropDownSelectList{
  padding-left: 0px;
  margin: 0;
}

.dropDownSelectList img{
  width: 20px;
  
}

.dropDownSelectList li {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.dropDownSelectList li:hover{
 background-color: #e6e6e6;
}

.dropDownSelectList li img{
  margin: 5px;
}

.dropDownSelectList li span, .wi_formControl li span{
  margin-left: 10px;
  color: #252525;
}

.dropDownSelectContainer {
	display: none;
	width: 100%;
	max-width: 295px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	position: absolute;
	background-color: #efefef;
	z-index: 2;
	font-size: 0.8em;
}

.wi_formControlSmall {
	display: block;
	padding: 2px 4px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.wi_formControl:focus,
.wi_formControlSmall:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wi_formControl::-moz-placeholder,
.wi_formControlSmall::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wi_formControl::-ms-input-placeholder,
.wi_formControlSmall::-ms-input-placeholder {
  color: #999;
}
.wi_formControl::-webkit-input-placeholder,
.wi_formControlSmall::-webkit-input-placeholder {
  color: #999;
}

.wi_formControl::-ms-expand,
.wi_formControlSmall::-ms-expand {
  background-color: transparent;
  border: 0;
}
.wi_formControl[disabled],
.wi_formControlSmall[disabled],
.wi_formControl[readonly],
.wi_formControlSmall[readonly],
fieldset[disabled] .wi_formControl,
fieldset[disabled] .wi_formControlSmall {
  background-color: #eee;
  opacity: 1;
}
.wi_formControl[disabled],
.wi_formControlSmall[disabled],
fieldset[disabled] .wi_formControl,
fieldset[disabled] .wi_formControlSmall {
  cursor: not-allowed;
}

textarea.wi_formControl,
textarea.wi_formControlSmall {
  height: auto;
}

.wi_formControl li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.wi_formControl:hover li{
  margin-left: 0px;
}



.contentInfo {
	color: #b7b7b7;
}

.sub_step_content {
	width: 85%;
	margin: auto;
}

.sub_step_payment {
	width: 85%;
	margin: auto;
}

.label_class {
	color: #b7b7b7;
	padding-bottom: 10px;
}

.centeredContent {
	width: 85%;
	margin: auto;
	text-align: center;
}

.configName {
	white-space: nowrap;
	text-align: left;
	color: #888;
}

.grayTextSummary {
	color: #888;
	font-size: 0.9em;
	white-space: nowrap;
	vertical-align: top;
}


.greenText14 {
	color: #7f9;
	font-size: 1.4em;
}

.black {
	color: #000000;
}

.gray {
	color: #9b9b9b;
}

.gray_line {
	color: black;
	background-color: #888;
	height: 1px;
	border: none;
}

.separator
{     
    color: #484848;
    background-color: #484848;
    height: 1px;        
    border: none;
    width: 100%; 
    margin-top: 5px;
    margin-bottom: 5px;
}

.tableDiv {
	position: relative;
	display: inline-block;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	padding-bottom: 20px;
}

.tableDiv .businessChatPlanTable {
	width: 300px;
	height: 360px;
}

.tableDiv .showcaseCardsPlanTable {
	width: 300px;
	height: 410px;
}

.tableDataLabel {
	white-space: nowrap;
	color: #a0a0a0;
}

.panelFlexContainer {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
}

.panelFlexContent {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 0;
	height: 100%;
}

.btn-trial {
    height: 60px;
    background-color: #02eabf;
    color: black;
    font-size: 30px;
    font-weight: normal;
    line-height: 22px;
}

.btn-trial:hover {	
	background-color: #60ffe2;
	border-color: #60ffe2;	
	color: #000;
}

.btn-planA {
	height: 40px;
	/*background-color: #495ccc;
	border-color: #495ccc;*/
	background-color: #286184;
	border-color: #286184;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;

	/*height: 40px;
	background-color: #5d73f5;
	border-color: #5d73f5;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;*/
}

.btn-planA:hover {
	/*background-color: #243474;
	border-color: #243474;*/
	background-color: #3e92c8;
	border-color: #3e92c8;
	color: #e4e8ff;

	/*background-color: #3d4ca2;
	border-color: #3d4ca2;
	color: #e4e8ff;*/
}

.btn-planB {
	height: 40px;
	background-color: #3444a2;
	border-color: #3444a2;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;
}

.btn-planB:hover {
	/*background-color: #232d6c;
	border-color: #232d6c;*/
	background-color: #455ae1;
	border-color: #455ae1;
	color: #e4e8ff;
}

.btn-planC {
	height: 40px;
	background-color: #5d357e;
	border-color: #5d357e;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;
}

.btn-planC:hover {
	/*background-color: #111947;
	border-color: #111947;*/
	background-color: #9e5bd9;
	border-color: #9e5bd9;
	color: #e4e8ff;
}

.btn-planD {
	height: 40px;
	background-color: #5d357e;
	border-color: #5d357e;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;
}

.btn-planD:hover {
	/*background-color: #111947;
	border-color: #111947;*/
	background-color: #9e5bd9;
	border-color: #9e5bd9;
	color: #e4e8ff;
}

.shadowedHeading {
	font-size: 2em;
	/*text-shadow: 3px 3px 8px rgba(0,0,0,0.5);*/
	font-family: "Lane", sans-serif;
	line-height: 1em;
}

.shadowedHeadingSmall {
	font-size: 1.2em;
	/*text-shadow: 3px 3px 8px rgba(0,0,0,0.5);*/
	font-family: "Lane", sans-serif;
}

.subHeading {
	text-align: left;
	font-size: 1.2em;	
	font-family: "Lane", sans-serif;
	vertical-align: top;
	padding-top: 5px;
}

.subHeadingButtonContainer {
	text-align: right;
	padding-top: 5px;
	padding-right: 12px;
}

.configVerificationSection {
	display: inline-block;
	width: 100%;
	padding: 10px 0px 40px 30px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #e4e4e4;
}

.configOpenDoorsSection {
	display: inline-block;
	width: 100%;
	padding: 10px 0px 10px 30px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #c6c6c6;
}


.info_text {
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic;
	color: #999;
}

.info_text_small {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #999;
	font-style: italic;
}

.info_text_disabled {
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic;
	color: #484848;
}

.info_text_regular {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #999;
}

.info_text_small_regular {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #999;
}

.calendarOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.calendarOverlayContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

.tableHeading {
	font-size: 0.8em;
	color: #999;
  	text-decoration: none;
  	text-transform: uppercase;
}

.listEntryText {
	font-size: 0.8em;
	line-height: 1.4em;
}

.subscriptionContent {
	width: 90%;
	display: inline-block;
	position: relative;
}

.navBack {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 1.4em;
	color: #959595;
	cursor: pointer;
}

.navBack:hover {
	color: #fff;
}

.smallCapsTitle {
  clear: both;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 500;
}


.planTable {
	width: 100%;
	border-collapse:separate;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
    margin: 0px 10px;
}

.planTable th {
    padding: 5px;
    color: #e4e8ff;
    text-align: center;
    font-weight: lighter;
}

.planTable .headerCell {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    height: 45px;
}

.planTable .planCell {
	/*background-color: #ebedf7;*/
	background-color: #fff;
	padding: 0px 15px 15px 15px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #4c4c59;
}

.planTable .buttonCell {
	border-bottom: 1px solid #979191;
	text-align: center;
	padding: 10px;
}

.planTable .header {
	font-size: 24px;
	font-weight: lighter;
}

.planTable .price {
	color: black;
	text-align: center;
	padding-top: 15px;
}

.planCard {
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	padding: 20px;
	margin: 40px;
	background-color: #333;
}

.priceInfo {
	color: #4c4c59;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.planABack {
	/*background-color: #495ccc;*/
	background-color: #286184;
}

.planBBack {
	background-color: #3444a2;
}

.planCBack {
	/*background-color: #1c2973;*/
	background-color: #5d357e;
}

.planDBack {
	background-color: #1c2973;
}

.priceCurrency {
	color: #4c4c59;
	font-size: 26px;
}
.priceAmount {
	color: black;
	font-size: 2.5em;
	line-height: 1.0em;
}

.smallPriceAmount {
	color: black;
	font-size: 1.2em;
	line-height: 1.0em;
}

.smallInfo {
	color: #4c4c59;
	font-size: 12px;
}

.checkSmall {
	font-size: 1.0em;
	color: #100e2d;
}

.checkNormal {
	font-size: 1.1em;
	/*color: #100e2d;*/
	/*color: #6effcf;*/
  /*color: #2b295c;*/
}


.textLight {
	/*color: #60083e;*/
	/*color: #5cfdb9;*/
	/*color: #b96ef7;*/
	/*color: #ab67e4;*/
	/*color: #910a62;*/
	/*color: #bbd5fd;*/
	color: #919191;
  font-style: italic;
}

.highlightText {
	font-size: 1.2em;
	/*color: #930c5f;*/
	/*color: #aa93ff;*/
  	/*color: #79005b;*/
  	color: #00ffcf;
	margin-top: 0px;
	padding-bottom: 10px;
}

.headerText .highlightText {
	font-weight: 600;
}

.businessProfileBack {
	background-color: #2d2d2d;
	padding: 5px;
}

.subHeadline {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/*color: #9d9bd3;*/
	color: #68e4cc;
}

.loading {
  display: none;
  z-index: 1000;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /*left: 45%;
  top: 50%;*/
  position: fixed;

  height: 6em;
  width: 6em;
  -webkit-animation: rotation 1s infinite linear;
          animation: rotation 1s infinite linear;
  border: 6px solid rgba(0, 0, 0, 0.2);
  
  border-top-color: #00ffcf;
  border-left-color: #00ffcf;
  /*border-top-color: #63e855;
  border-left-color: #63e855;*/
  border-radius: 50%;
}

.clickLoading {
  z-index: 3000;
  position: absolute;

  height: 2em;
  width: 2em;
  -webkit-animation: rotation 1s infinite linear;
          animation: rotation 1s infinite linear;
  border: 2px solid rgba(0, 0, 0, 0.2);

  border-top-color: #00ffcf;
  border-left-color: #00ffcf;
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.profileImageVerifiedCheck {
	position: absolute;
	display: inline;
	z-index: 10;
	color: #08b300;
	font-size: 1.2em;	
	left: 118px;
}

.imageShadow {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.8), 0px 0px 20px 0px rgba(0,0,0,0.19);
}

.smallImageShadow {
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.4);
}


.profileImageDiv {
	float: left; 
	margin-right: 20px; 
	margin-bottom: 10px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4), 0px 0px 20px 0px rgba(0,0,0,0.19);
	height: fit-content;	
}

.profileImageDiv.businessProfile {
	width: 300px;
}

.manageUsersProfileImageDiv {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: fit-content;
}

.manageUsersProfileImage {
	border-radius: 50%;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4), 0px 0px 20px 0px rgba(0,0,0,0.19);
}

.profileLanguageSectionWrapper {
	display: flex;
	grid-gap: 20px;
	align-items: flex-start;
	font-size: 0.8em;
}

.profileLanguageOptionWrapper {
	display: flex;	
	flex: 1;
	flex-wrap: wrap;
	grid-gap: 10px;
}

.addProfileLanguageOption {
	display: flex;
	grid-gap: 10px;
	align-items: center;
	border-radius: 20px;
	border: 1px solid #6f6f6f;
	padding: 3px 6px;
	background-color: #242424;
	cursor: pointer;
	line-height: 1em;
}

.addProfileLanguageOption:hover {
	color: #333;
	background-color: #70baa6;
	border: 1px solid #333;
}

.addProfileLanguageIcon {
	border-radius: 50%;
	border: 1px solid #7d7d7d;
	width: 25px;
	min-width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.addProfileLanguageOption:hover .addProfileLanguageIcon {	
	border: 1px solid #333;
}

.profileLanguageOption {
	border: 1px solid #6f6f6f;
	border-radius: 20px;
	padding: 3px 10px;
	cursor: pointer;
	position: relative;
}

/*.profileLanguageOption:hover {
	border: 1px solid #333;
	color: #333;
	background-color: #70baa6;	
}*/

.profileLanguageOption.active {
	border: 2px solid #70baa6;	
	cursor: default;
}

/*.profileLanguageOption.active:hover {
	border: 2px solid #70baa6;	
	cursor: default;
	background-color: unset;
	color: unset;	
}*/

.languageOptionDelete {
    position: absolute;
    right: 0px;
    top: -8px;
    font-size: 0.8em;
    cursor: pointer;
}

.languageOptionDelete:hover {
	color: #ff530f;
}

.userProfileDataTitle {
	font-size: 0.9em;
	color: #949494;
	line-height: 1.2em;
	display: flex;
}

.customLinkContainer {
	display: flex;
    grid-gap: 5px;
}

.customLinkWrapper {
	display: flex;
    grid-gap: 5px;
    width: 100%;
    padding-top: 20px;
}

.customLinkLabelWrapper {
	flex: 0 30%;
}

.socialLink {
	color: inherit;
	background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.socialLinkIcon {
	display: flex;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background-color: white;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	line-height: 1rem;
}

.socialLinkIcon.facebook {
    padding: 0px;
    background-color: unset;
}

.businessProfileSocialLinksWrapper {
	display: flex;
	grid-gap: 15px;
}

.profileSocialLinkImage {
    width: 18px;
  	height: 18px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4), 5px 5px 20px 0px rgba(0,0,0,0.2);
  }

.directoryEntryViewWrapper {
	display: flex;
	grid-gap: 5px;
	line-height: 1em;
	align-items: baseline;
	padding-top: 5px;
}

.userProfileIconDiv {
	width: 1.2em;
	display: inline-block;
	min-width: 1.2em;
}

.showcaseItemNumber {
	align-self: center;
	margin-top: 10px;
	font-size: 2em;
	color: #8c8c8c;
	cursor: pointer;
}

.showcaseItemCaret {
	align-self: center;
	font-size: 1.8em;
	height: 15px;
	color: #252525;
	cursor: pointer;
}

.showcaseItemNumberWrapper {
	padding: 5px 0px;
}

.showcaseItemCaret:hover {
	color: #dbdbdb;
}

.showcaseMediaImageThumb {
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4), 0px 0px 20px 0px rgba(0,0,0,0.19);
}

.showcaseMediaVideoThumb {
	font-size: 3em;
	padding: 0px 10px;
	align-self: center;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
	color: #a4a4a4;
}

.loungeEditSectionWrapper {
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  grid-gap: 20px;
}

#widgetConfigPage .loungeEditSectionWrapper {	
	justify-content: left;
	max-width: 480px;
}

.loungeSaveDesignSection {
	padding-top: 20px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
}

.loungeSaveDesignSectionSaveInfo {
	color: #f524de;
	font-style: italic;
	font-size: 0.9em;
	max-width: 480px;
}

.loungeDesignSectionNameLabel {
	align-self: flex-start;
	padding-top: 6px;
}

.loungeEditorPanel {
	position: fixed;
	max-width: 90%;
	width: 90%;
	overflow: auto;
	flex-direction: column;
	min-height: 0;	
	z-index: 50;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: normal;
	color: #8c8c8c;
	text-align: left;
	text-transform: none;
	background-color: #262626;
	background-image: url("/images/paperTile7.jpg");
	/*background-blend-mode: multiply;*/
	max-height: 90%;
}

.overflowHidden {
	overflow: hidden;
}

.loungeEditorInfoPanel {
	position: fixed;
	max-width: 50%;
	width: fit-content;
	overflow: auto;
	flex-direction: column;
	min-height: 0;
	height: fit-content;
	z-index: 50;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: normal;
	color: #8c8c8c;
	text-align: left;
	text-transform: none;
	background-color: #222;
	background-image: url("/images/paperTile7.jpg");
	/*background-blend-mode: multiply;*/
	max-height: 40%;
	display: none;
}


.loungeScreenshotContainer {
	position: fixed;	
	height: 580px;
	top: 0;
	left: -1400px;
	z-index: 500;
	width: 1031px;
}

.loungeEditorLogoImageContainer {
	padding: 10px;
}

.loungeEditorLogoImage {
	height: 60px;
	width: auto;
}

.cardEditorPreviewLogoCard {
	display: block;
	position: absolute;
	width: fit-content;
	top: 10px;
	left: 20px;
	max-width: 160px;
	z-index: 20;
	height: 7.5vh;
}

.cardEditorPreviewLogoCard img {
	width: auto;
	height: 100%;
}

.fontSelectionPanelBackdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4999;
  background-color: black;
  opacity: 0.05;
}
.cardEditorFontSelectionPanel {
	position: absolute;
	max-width: 50%;
	width: fit-content;
	overflow: auto;
	flex-direction: column;
	min-height: 0;
	height: fit-content;
	z-index: 5000;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: normal;
	color: #8c8c8c;
	text-align: left;
	text-transform: none;
	background-color: #222;
	background-image: url("/images/paperTile7.jpg");
	/*background-blend-mode: multiply;*/
}

.fontSelectionSearchInputContainer {
	background-color: #151515;
	padding: 10px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	grid-gap: 10px;
}

.fontSelectionSearchInput {
	background-color: #151515;
	border: none;
	color: #959595;
	flex: 1;
}

.fontSelectorFontEntry {
	padding: 2px;
	cursor: pointer;
	white-space: nowrap;
}

.fontSelectorFontEntry:hover {
	background-color: #454545;
}

.fontSelectorFontEntry.active,
.fontSelectorFontEntry.active:hover {
	background-color: #656565;
}

.fontSelectorSortWrapper {
	border-left: 1px solid #353535;
	padding-left: 5px;
}

.fontSelectorSortLabel {
	font-size: 0.6em;
}

.fontSelectorSortSelection {	
	display: flex;
	grid-gap: 5px;
	font-size: 0.9em;
}

.fontSelectorFilterSection {
	display: flex;
	grid-gap: 10px;
	justify-content: center;
	font-size: 0.85em;
}

.fontSelectorFilterTab {
	background-color: #2f2f2f;
	flex: 1;
	text-align: center;
	padding: 2px 10px;
	border-radius: 30px;
	cursor: pointer;
	white-space: nowrap;
}

.colorPaletteWrapper {
	display: flex;
	grid-gap: 10px;
}

.cardEditorChatWrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.loungeEditorBackgroundImageDiv {
	height: 67px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}

#loungeEditDesignMobileInfo {
	display: none;
}

.loungeEditorPanelContent {
	position: relative;
	background-image: url("/images/PanelBackgroundStars.png");
	background-size: cover;
	height: 100%;
	width: 100%;
	flex: 1;
	min-height: fit-content;
}

.loungeEditorPopupPanelContent {
	height: fit-content;
	display: flex;
  	flex-direction: column;
  	min-height: 100%;
}

.loungeEditorPanelPreviewContent {
	position: relative;
	/* aspect-ratio: 16/9; */
	/* height: 34vw; */
	/* max-height: 580px; */
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	display: flex;
	width: 100%;
	height: 100%;
}

.loungeEditorContentWrapper {
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: row;
	/* font-size: calc(0.3rem + 1vw); */
	/* width: 100%; */
	min-width: 0;
	width: 100%;
	flex: 1;
	max-height: 730px;
	padding-bottom: 20px;
}

.loungeEditorPreviewWrapper {
	flex: 1;
}

.loungeEditorStageUserProfileImageContainer {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex: 0 0 274px;
	max-width: 274px;
	max-height: 274px;
}

.loungeEditorStageUserProfileImageContainerScreenshot {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex: 0 0 274px;
	max-width: 274px;
	max-height: 274px;
}

.loungeStageScreenScreenshot {
	display: flex;
	justify-content: center;
	background-color: transparent;
	width: 100%;
	height: 100%;
	align-items: center;
	flex-direction: column;
}

.loungeEditorInfoContainer {
	max-width: 60vw;
}


.loungeEditorStage {
	/* -webkit-border-radius: 10px; */
	position: relative;
	z-index: 23;
	/* display: inline-block; */
	/* min-height: 0; */
	/* aspect-ratio: 16/9; */
	/* width: min(90%, min(1920px, 90vh*(16/9))); */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5vh;
	max-width: 100%;
}

.loungeEditorRightContent {
	flex-direction: column;
	position: relative;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 5px;
	display: flex;
	min-width: 45%;
	line-height: 1.2em;
	max-width: 45%;
}

.loungeEditorRightContentScreenshot {
    flex-direction: column;
    position: relative;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 5px;
    display: flex;
    min-width: 45%;
    line-height: 1.2em;
    max-width: 45%;
    font-size: 1.4vh;
}
.loungeEditorPanel .loungeEditorRightContentScreenshot {
	font-size: unset;
}

.loungeEditorLeftContent {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	flex-direction: column;
	z-index: 2;
	max-width: 55%;
}

.loungeEditorPreviewSideContainer {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 60%;
	max-height: 685px;
	position: relative;
}

.loungeEditorPreviewBottomContainer {
	display: flex;
	justify-content: center;
}

.loungeEditorConfigWrapper {
	display: flex;
	flex-direction: column;
	padding: 0px 0px 0px 20px;
	flex: 0 0 22%;
	font-size: 0.9em;	
}

.loungeEditorConfigContainerWrapper {
	display: flex;
	flex-direction: column;
}

.loungeEditorConfigTopContainer {
	position: relative;
	flex: 1;
	padding-right: 10px;
}

.loungeEditorConfigContent {
	flex: 1;
	min-height: 0;
	padding-top: 20px;
}

.loungeEditorConfigTopContainer.scrollable .viewport .overview {
	display: flex;
}

.loungeEditorConfigHeader {
	display: flex;	
	grid-gap: 15px;
	line-height: 1em;
}

.loungeEditorConfigSubheaderContainer {
	display: flex;
	grid-gap: 20px;
}

.loungeEditorConfigHeaderTab {
	font-size: 1em;	
	line-height: 1.3em;	
	cursor: pointer;
}

.loungeEditorConfigHeaderTab:hover {
	color: #ebebeb;	
}

.loungeEditorConfigHeaderTab.active {	
	border-bottom: 1px solid #70baa6;
	color: #ebebeb;
	cursor: default;	
}

.loungeEditorConfigHeaderTab.active:hover {
	color: #ebebeb;	
}

.loungeEditorConfigContentContainer {
	min-height: 0;
	height: fit-content;
}

.loungeEditorFontContainer {
	display: flex;
	align-items: center;
	grid-gap: 20px;
}

.loungeEditorConfigTopContainer .radio input[type="radio"] {
	position: relative;
	margin: 0px;
	cursor: pointer;
}

.loungeEditorConfigTopContainer .sp-replacer {
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	padding: 0px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: none;
	background: none;
	color: #333;
	vertical-align: middle;
}

.loungeEditorConfigTopContainer .sp-replacer:hover, .sp-replacer.sp-active {
	  border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: unset;
      box-shadow: unset;
      color: #111;
}

.loungeEditorConfigTopContainer .sp-preview {
	position: relative;
	width: 25px;
	height: 20px;
	border: solid 1px #7d7d80;
	margin-right: 0px;
	float: left;
	z-index: 0;
}

.loungeEditorConfigTopContainer .sp-dd {	
	display: none;
}

.loungeEditorNumberInputWrapper {
	display: flex;
	grid-gap: 10px;
	align-items: center;
	padding-top: 10px;
}

.loungeEditorColorPickerContainer {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.4), 10px 10px 40px 0px rgba(0,0,0,0.2);
	border: unset;
	background-color: #252525;
	color: #efefef;
}

.loungeEditorColorPickerContainer .sp-input {
	font-size: 12px !important;
	border: 1px inset;
	padding: 4px 5px;
	margin: 0;
	width: 100%;
	background: transparent;
	border-radius: 3px;
	color: #efefef;
	border: 1px solid rgba(255,255,255,0.2);
}

.loungeEditorColorPickerContainer button {
	padding: 5px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #595959;
	border-radius: 4px;
	color: #d2d2d2;
	background-color: #fff0;
	height: 36px;
	min-width: 64px;
	text-shadow: unset;
}

.loungeEditorColorPickerContainer button:hover {
	text-decoration: none;
	color: #fff;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4), inset 0 0 0 99999px rgba(25,25,25,0.2);
	box-shadow: inset 0 0 0 99999px #25252512;
	background-color: #353535;
	background-image: unset;
	text-shadow: unset;
}

.loungeEditorConfigViewSelectWrapper {
	display: flex;
	grid-gap: 40px;
	justify-content: center;
	padding-bottom: 20px;
	padding-top: 10px;
}

.loungeEditorFontSelectionWrapper {
	padding: 20px;
	display: flex;
	flex-direction: column;	
	min-width: 0;
	width: fit-content;
}

.loungeEditorFontSelectorList {
	width: 300px;
	height: 220px;
}

.radioElementWrapper {	
	display: flex;
	grid-gap: 5px;
}

.loungeEditorConfigViewButton {
	padding: 8px;
	border-radius: 4px;	
	text-align: center;
	width: 90px;	
	border: 1px solid #5c5c5c;
	cursor: pointer;
}

.loungeEditorConfigViewButton.active {
	background-color: #04c6a1;	
	color: black;
	border: unset;
}

.loungeEditorSectionDividerHeader {
	text-align: left;
	color: #7b7b7b;
	line-height: 0.9em;
	white-space: nowrap;	
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.05em;	
	padding-bottom: 3px;
}

.loungeContentViewDiv {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}

.loungePreviewImageDiv {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4), 0px 0px 20px 0px rgba(0,0,0,0.19);
	height: fit-content;
	align-self: center;
}

.passwordResetErrorDiv {
	/*color: #f700e7;*/
	color: #f700e7;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-bottom: -20px;
}

#dashboardErrorDiv {
	margin: auto;
	text-align: center;
	font-size: 1.6em;
	line-height: 2em;
	max-width: 800px;
}

.loungeBackdrop {
	background-color: black;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
}

.in_text_link
{
    font-size: 1em;
    color: #3383ff;
    background-color:transparent;
    text-decoration: underline;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.in_text_link:link    { color: #3383ff; background-color:transparent; text-decoration: none; }
.in_text_link:visited { color: #3383ff;}
.in_text_link:hover   { color: #3383ff; background-color:transparent; text-decoration: underline; }
.in_text_link:disabled { color: #3383ff; background-color:transparent; text-decoration: none;}

.text_link
{
    font-size: 1em;
    color: #3383ff;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.text_link:link    { color: #3383ff; background-color:transparent; text-decoration: none; }
.text_link:visited { color: #3383ff;}
.text_link:hover   { color: #3383ff; background-color:transparent; text-decoration: underline; }
.text_link:disabled { color: #3383ff; background-color:transparent; text-decoration: none;}

.colorLink
{
    font-size: 1em;
    color: inherit;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.text_link:link    { color: inherit; background-color:transparent; text-decoration: none; }
.text_link:visited { color: inherit;}
.text_link:hover   { color: inherit; background-color:transparent; text-decoration: underline; }
.text_link:disabled { color: inherit; background-color:transparent; text-decoration: none;}


.card_link
{
    font-size: 1em;
    color: #63a0ff;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}

.card_link:link    { color: #63a0ff; background-color:transparent; text-decoration: none; }
.card_link:visited { color: #63a0ff;}
.card_link:hover   { color: #63a0ff; background-color:transparent; text-decoration: underline; }
.card_link:disabled { color: #63a0ff; background-color:transparent; text-decoration: none;}


.info_link
{
    color: #3383ff;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}

.info_link:link    { color: #3383ff; background-color:transparent; text-decoration: none; }
.info_link:visited { color: #3383ff;}
.info_link:hover   { color: #3383ff; background-color:transparent; text-decoration: underline; }
.info_link:disabled { color: #3383ff; background-color:transparent; text-decoration: none;}

.error_link
{
	color: #f700e7;    
    background-color:transparent;
    text-decoration: underline #f700e7;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.error_link:link    { color: #f700e7; background-color:transparent; text-decoration: underline; }
.error_link:visited { color: #f700e7;}
.error_link:hover   { color: #f700e7; background-color:transparent; text-decoration: underline; }
.error_link:disabled { color: #ff5ff5; background-color:transparent; text-decoration: underline;}

.defaultPageButtonLink
{
    color: #4c4c59;
    background-color:transparent;
    text-decoration: none;
    border: 1px solid #4c4c59;
	padding: 20px;
	border-radius: 4px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    display: block;
}

.defaultPageButtonLink:link    { color: #4c4c59; background-color:transparent; text-decoration: none; }
.defaultPageButtonLink:visited { color: #4c4c59;}
.defaultPageButtonLink:hover   { color: #6b6b6b; background-color:transparent; text-decoration: none; }
.defaultPageButtonLink:disabled { color: #4c4c59; background-color:transparent; text-decoration: none;}

.primaryPageButtonLink
{
	color: #fff;
	background-color: #2754aa;
	text-decoration: none;
	border: 1px solid #2653a8;
	padding: 12px;
	border-radius: 4px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;	
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	display: block;

}

.primaryPageButtonLink:hover   { color: #fff; background-color: #3a7eff; text-decoration: none; }


.bullet_link
{
    color: #4c4c59;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.bullet_link:link    { color: #4c4c59; background-color:transparent; text-decoration: none; }
.bullet_link:visited { color: #4c4c59;}
.bullet_link:hover   { color: #000000; background-color:transparent; text-decoration: none; }
.bullet_link:disabled { color: #4c4c59; background-color:transparent; text-decoration: none;}

.menuLink
{
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    /*text-transform: uppercase;*/
  	letter-spacing: 1.1px;
    /*color:  #9d9d9d;*/
    color: #888;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.menuLink:link    { color:  #888; background-color:transparent; text-decoration: none; }
.menuLink:visited { color:  #888;}
.menuLink:hover   { color: #efefef; background-color:transparent; text-decoration: none;}
.menuLink:focus {color: #efefef; background-color:transparent; text-decoration: none;}
.menuLink:disabled { color:  #606060; background-color:transparent; text-decoration: none;}


.menuLinkActive {
	font-family: "RobotoLight", sans-serif;
	font-size: 1em;
	line-height: 1.2;
	background-color: transparent;
	/*text-transform: uppercase;*/
	letter-spacing: 1.1px;
	text-decoration: underline;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	color: #efefef;
	/*pointer-events: none;*/
	text-underline-offset: 10px;
	text-decoration-color: #634566;
}

.dropdownMenuLink
{
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    color:  #606060;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.dropdownMenuLink:link    { color:  #606060; background-color:transparent; text-decoration: none; }
.dropdownMenuLink:visited { color:  #606060;}
.dropdownMenuLink:hover   { color: #cfcfcf; background-color:transparent; text-decoration: none; }
.dropdownMenuLink:focus {color: #cfcfcf; background-color:transparent; text-decoration: none;}
.dropdownMenuLink:disabled { color:  #606060; background-color:transparent; text-decoration: none;}

.dropdownMenuLinkActive {
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
	color: #9d9bd3;
}

.dropdownMenuLinkActive:link    { color:  #9d9bd3; background-color:transparent; text-decoration: none; }
.dropdownMenuLinkActive:visited { color:  #9d9bd3;}
.dropdownMenuLinkActive:hover   { color: #9d9bd3; background-color:transparent; text-decoration: none; }
.dropdownMenuLinkActive:disabled { color:  #9d9bd3; background-color:transparent; text-decoration: none;}

.iconLink
{
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: #70baa6;
}

.iconLink:hover   { color: #9effe5; }
.iconLink:visited   { color: #70baa6; }
.iconLink:disabled   { color: #70baa6; }
.iconLink:link   { color: #70baa6; }

.footer {
	background-color: #121212;
	text-align: center;
	color: #777;
	width: 100%;
	bottom: 0;
	padding-top: 10px;
	padding-bottom: 2px;
	vertical-align: middle;
	margin-bottom: 0px;
	font-family: "RobotoLight", sans-serif;
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: 0.3px;
	/* box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4); */
}

.footer .footer_links {
	clear: both;
	color: #666;
	display: flex;
	justify-content: center;
}

.footer .footer_copyright {
	clear: both;
	color: #666;
	padding-top: 10px;
}

.footer .social_media_links {
	display: block;
	margin-top: 5px;
}

.footer .social_media_icon {
	display: inline-block;
	height: 42px;
	padding-left: 10px;
	padding-top: 10px;
}

.footer .madeWith {
	font-family: "Caveat", cursive;
	padding-bottom: 20px;
	font-size: 16px;
	padding-top: 20px;
	color: #7b7b7b;
}

.heartRed {
	color: #ff3c3c;
}

#languageLink {
	cursor: pointer;
}

.footer_link
{
    font-size: 1em;
    color: #7e7e7e;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}

.footer_link:link    { color: #7e7e7e; background-color:transparent; text-decoration: none;}
.footer_link:visited { color: #7e7e7e;}
.footer_link:hover   { color: #cfcfcf; background-color:transparent; text-decoration: none; }
.footer_link:focus {color: #9d9bd3; background-color:transparent; text-decoration: none;}


.footer_link.active {
    color: #9d9bd3;
}

.pageHeaderContent {
 width: 100%;
 z-index: 10;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 font-family: "Lane", sans-serif;
}

.mainContent {
	/*position: absolute;
	top: 160px;
	width: 100%;*/
	flex: 1 auto;
	/*height: calc(100vh - 60px - 150px);*/
	margin: 0px 0px;
	position: relative;
}

#emailView a {
	color: inherit;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

#emailView a:link    { color: inherit; background-color:transparent; text-decoration: none; }
#emailView a:visited { color: inherit;}
#emailView a:hover   { color: inherit; background-color:transparent; text-decoration: none; }
#emailView a:disabled { color: inherit; background-color:transparent; text-decoration: none;}

.businessChatLinkDiv {
	display: inline-block;
	padding: 10px 20px 0px 0px;
	width: 100%;
	word-wrap: anywhere;
	color: #63e855;
}

.businessChatLinkDiv a {	
    color: #63e855;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.businessChatLinkDiv a:link    { color: #63e855; background-color:transparent; text-decoration: none; }
.businessChatLinkDiv a:visited { color: #63e855;}
.businessChatLinkDiv a:hover   { color: #63e855; background-color:transparent; text-decoration: none; }
.businessChatLinkDiv a:disabled { color: #63e855; background-color:transparent; text-decoration: none;}


.businessChatCardImageLinkDiv {
    display: inline-block;
    padding: 10px 20px 0px 0px;
    width: 100%;
    word-wrap: anywhere;
    color: #c9e855;
    font-size: larger;
}

.businessChatCardImageLinkDiv a {	
    color: #c9e855;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.businessChatCardImageLinkDiv a:link    { color: #c9e855; background-color:transparent; text-decoration: none; }
.businessChatCardImageLinkDiv a:visited { color: #c9e855;}
.businessChatCardImageLinkDiv a:hover   { color: #c9e855; background-color:transparent; text-decoration: none; }
.businessChatCardImageLinkDiv a:disabled { color: #c9e855; background-color:transparent; text-decoration: none;}

.businessChatCardImageCodeDiv {
    background-color: #0e0e0e3b;
    border: 1px solid #656565;
    padding: 10px;
    margin-top: 10px;
    max-width: fit-content;
}

.businessChatCardImageCodeDiv pre {
    white-space: pre-line;
    font-family: monospace;
    font-style: normal;
    font-size: 110%;   
    word-wrap: break-word;   
}

.loungeQRCodeImg {
	width: 100px;
	cursor: pointer;
	border-radius: 10px;
}

.accountPageContent {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  height: 100%;  
}

.accountContent {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1; 
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
  max-width: 100%;
}

.accountMenu {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;  
  margin-bottom: 200px;
}

.accountMenuOptions {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	/*border-right: 1px solid #2d2d2d;*/
	margin-top: 30px;
	min-height: 400px;
}

.accountMenuOption {
  margin: 10px 0px 10px 40px;
  cursor: pointer;
  color: #888;
  padding-right: 10px;
  white-space: nowrap;
  position: relative;
}

.accountMenuOption:hover {
  color: #fff;
}

.accountMenuOptionActive {
	margin: 10px -1px 10px 40px;
	color: #259778;
	border-right: 2px solid #259778;
	padding-right: 10px;
	cursor: pointer;
	white-space: nowrap;
}

.menubarLogo {
	z-index: 3;
    float: left;
    padding: 10px 5px 10px 20px;
}

.imgResponsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.subMobileMenu {
	position: relative;
	display: none;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}

.subDesktopMenu {
	position: relative;
	display: none;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}

.subMenu {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}

.subMobileMenuHeader {
	font-family: 'Lane', sans-serif;
    font-size: 0.9em;
    background-color:transparent;
    border: none;
}

.subMobileMenuHeaderDiv {
	font-family: 'Lane', sans-serif;
    font-size: 1.1em;
    background-color:transparent;
    border: none;
	color: #223e99;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 4;
}

.subMobileMenuBack {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0px;
	text-align: left;
	z-index: 5;
	padding-left: 15px;
	display: none;
}

.fontSize05 {
	font-size: 0.5em;
}


.fontSize065 {
	font-size: 0.65em;
}

.fontSize08 {
	font-size: 0.8em !important;
}

.fontSize085 {
	font-size: 0.85em;
}

.fontSize09 {
	font-size: 0.9em;
}

.fontSize13 {
	font-size: 1.3em;
}

.fontSize15 {
	font-size: 1.5em;
}

.fontSize2 {
	font-size: 2em;
}

.subMobileMenuBackLink {
	font-family: 'RobotoLight', sans-serif;
    font-size: 1.1em;
    color: #959595;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}


.subMobileMenuBackLink:link    { color: #959595; background-color:transparent; text-decoration: none; }
.subMobileMenuBackLink:visited { color: #959595;}
.subMobileMenuBackLink:hover   { color: #ffffff; background-color:transparent; text-decoration: none; }
.subMobileMenuBackLink:disabled { color: #959595; background-color:transparent; text-decoration: none;}


.menuLogo {
    max-width: 180px;
    margin-left: 5px;
    width: 28vw;
}

.menubar {
	z-index: 3;
	float: right;
	min-height: 50px;
	overflow-x: visible;
	margin-top: 15px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 35px;
}

.subMenubar {
	width: 100%;
	z-index: 2;
	font-family: 'Lane', sans-serif;
	clear: both;
	height: 35px;
	background-color: transparent;
	text-align: right;
	padding-top: 5px;
	/*position: absolute;
	top: 85px;*/
	display: none;
}

.desktopMenu {
	display: none;
}

.desktopContent {
	display: none;
}

.mobileMenu {
	display: none;
}

.mobileContent {
	display: none;
}

.menuButton {
	position: relative;
	z-index: 48;
	padding:  5px 10px 9px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
}

.menuButtonActive {
	position: relative;
	z-index: 48;
	padding:  5px 10px 9px;
	margin-bottom: 8px;
	background-color: rgba(50,50,50,0.6);
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
}

.menuButtonActive .icon-bar {
	background-color: #efefef;
}

.menuButton:hover {
	background-color: rgba(50,50,50,0.6);
}

.menuButton:hover .icon-bar {
	background-color: #efefef;
}

.icon-bar {
  background-color: #6a6a6a;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  margin-top: 4px;
}

.menu-backdrop {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 47;
  background-color: black;
  opacity: 0.6;
}

.menu_dropdown {
	display: none;
}

.menu_dropdown .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #252525;
}

.menu_dropdown .submenuOption {
	padding-left: 30px;
}

.menuList {
	position: relative;
	z-index: 2;
	list-style: none;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin: 50px 0 0 0;
}

.mobileSubMenuList {
	position: relative;
	z-index: 2;
	list-style: none;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: -5px 0 0 0;
}

.mobileSubMenuListItems {
	margin-left: 0px;
}

.mobileSubMenuListHeaderActive {
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
	color: #70baa6;
}

.mobileSubMenuListHeader {
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    color:  #606060;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.panelBackdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  background-color: black;
  opacity: 0.6;
}

#accountLoungeDetailsPage .panelBackdrop {
	z-index: 50;
}

.panel-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  background-color: black;
  opacity: 0.6;
}

.panel-backdrop.lower {
  z-index: 25;
}

.panel-backdrop2 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: black;
  opacity: 0.6;
}


.panel-backdrop-visible {
  display: inline;
  opacity: 0.6;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  background-color: black;
}

.mainPanel {
	z-index: 50;
	margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    /*background-color: #bec2d7;*/
    /*background-color: #393939;*/
    /*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;*/
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: normal;
    /*color: #111;*/
    /*color: #000;*/
    /*color: #acacac;*/
    color: #8c8c8c;
    text-align: left;
    text-transform: none;
    background-color: #222;
	background-image: url("/images/paperTile7.jpg");
	/*background-blend-mode: multiply;*/
}

.mainPanel.lower {
	z-index: 26;
}

.loungePreviewPanel {
	z-index: 60;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	color: #8c8c8c;
	text-align: left;
	text-transform: none;
	background-color: #222;
	background-image: url("/images/paperTile7.jpg");
	/*background-blend-mode: multiply;*/
	position: fixed;
	width: 1280px;
	min-height: 0;
	height: 720px;
	max-height: calc(100vh - 10px);
	max-width: 95%;
}

.loungePreviewPanelContent {
	position: relative;
	width: 100%;
	height: 100%;
	/*font-size: calc(0.3rem + 1vw);*/
	font-size: 16px;
}

.saveNoticePopupText {
	font-size: 0.9em;
	color: #f524de;
}

.loungeMainViewContent {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: calc(0.3rem + 1vw);

}

.wi_viewPanelLoungeScenarioBackground {
	width: 100%;
	height: 100%;
}

.loungePreviewPanelCloseButton {
	position: absolute;
	top: -6px;
	right: -30px;
	font-size: 2em;
	color: #ffffffcf;
	z-index: 1002;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
}

.loungePreviewPanelCloseButton:hover {
	color: #ff530f;
}

.popupPanelHeader, .panelHeader {
	position: relative;
	width: 100%;
	/* padding: 0; */
	margin: 0px;
	border-bottom: 1px solid transparent;
	/* -webkit-border-top-right-radius: 4px; */
	/* white-space: nowrap; */
	/* padding-top: 10px; */
	/* background-color: #13151c; */
	/* background-color: rgba(0,0,0,0.9); */
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 10px 10px 0px 10px;
	/* box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5); */
	font-family: "Lane", sans-serif;
	height: 60px;
	flex: 0 60px;
	min-height: 60px;
}
.popupPanelHeaderContent,
.panelHeaderContent {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-left: 5px;
}

.popupPanelContentWrapper {
	flex: 1;
	min-height: 0;
	padding: 20px;
}

.guiPanelContainer {
	padding: 20px;
	width: 450px;
	display: inline-block;
	position: relative;
	text-align: left;
	margin-top: 5px;
	margin-right: 20px;
	clear: both;
}

.guiPanelPopupContainer {
	width: 300px;
	display: inline-block;
	position: relative;
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
	clear: both;
}

.panelContent {
	background-image: url("/images/PanelBackgroundStars.png");
	background-size: cover;
	height: fit-content;
}

.legalPanel .panelContent {
	height: 100%;
	max-height: 100%;
}

.panelContentFlex {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.panelCloseButton {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.8em;
	color: #989898;
	z-index: 1002;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0,0,0 ,0.3);
}

.panelCloseButton:hover {
    color: #ff530f;
}

.loginPanel {
	max-width: 380px;
	position: fixed;
	max-height: 80%;
	overflow: auto;
}

.loginPanelSectionHeader {
	font-family: "Lane", sans-serif;
	font-size: 1.4em;	
	color: #939393;	
	margin-top: 0px;	
	padding-bottom: 10px;
}

.passwordResetPanel {
	position: absolute;
    max-width: 420px;
    width: 95%;
    height: 265px;
    padding-bottom: 15px;
}

.variableHeightPanel {
	position: absolute;
    max-width: 420px;
    width: 95%;
    /*padding-bottom: 15px;*/    
    overflow: auto;
    flex-direction: column;
	min-height: 0;
	height: fit-content;
	max-height: calc(100% - 10px);
}

.editBusinessProfilePanel {
	max-width: 520px;
}

.eventSetupPanel {
	width: 420px;
	height: fit-content;
	margin-top: 5%;
}

#popupPanelContent {
	height: fit-content;
	display: flex;
  	flex-direction: column;
  	min-height: fit-content;
}

.popupScrollContainer {
	width: 100%;
	height: 100%;
}

.showcaseMediaProgressBarContainer {
	margin-bottom: 20px;
	font-size: 0.9em;
}

.ui-progressbar {
    position: relative;
}
.progress-label {
	position: absolute;	
	top: 4px;	
	margin: auto;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}

.subscriptionSetupPanel {
    height: 310px;
    width: 95%;
}

.subscriptionSetupContent {
	text-align: left;
	max-height: 350px;
	overflow-y: scroll;
	padding-right: 20px;
}

.privacyPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 80%;
	max-width: 80%;
	margin: auto;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}

.legalPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 90%;	
	margin: auto;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	width: fit-content;
	max-width: 60%;
	max-height: 90%;
}

.aboutPanelContent {
	margin: auto;
	display: flex;
	justify-content: center;
	padding-top: 60px;
	padding: 60px 140px 60px 60px;
	font-size: 1.1em;
}

.aboutPanelSubTitle {
    padding-top: 40px;
    padding-bottom: 10px;    
    font-family: "Lane", sans-serif;
    font-size: 2em;
    color: #9b9b9b;
}

.aboutPanelListElement {
    display: flex;
    grid-gap: 10px;
    justify-content: center;
}

#privacyPopupPanelContent,
#termsPopupPanelContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    max-height: 90vh;
}

.privacyPanelContent {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.termsPanelContent {    
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.termsPanelDownload {
	font-size: 16px;
	line-height: 1.2em;
	font-style: italic;
	color: #999;
	text-align: right;
	padding-bottom: 20px;
}

#iubenda_policy.iubenda_vip_policy h1 {    
  font-family: "Lane", sans-serif;
  font-size: 4.0em;
  line-height: 1.0em;
  color: #9d9bd3;
  margin-top: 0px;
  margin-bottom: 60px;
  
  text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}

#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h2 {
	font-family: "Lane", sans-serif;
	font-size: 2em;
	color: #cbcbcb;    
    padding-top: 50px;
}

#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h3 {
	font-family: "Lane", sans-serif;
    color: #cbcbcb;
    font-size: 1.6em;    
    padding-top: 45px;
}

#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h4 {
	font-family: "Lane", sans-serif;
    color: #cbcbcb;
    font-size: 1.2em;        
    padding-top: 40px;  
}

#iubenda_policy.iubenda_vip_policy ul li {
	list-style: disc;
    font-size: 1em;
    line-height: 1.6;
    margin-left: 30px;
    margin-top: 2px;
}

#iubenda_policy .iub_content .iub_footer {
    padding: 24px 0;
}

.privacyPanelContentWrapper {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	max-height: 82vh;
	padding: 40px;
}

.privacyPanelHeading {
    font-family: "Lane", sans-serif;
    font-size: 4.0em;
    line-height: 1.0em;
    color: #9d9bd3;
    margin-top: 0px;
    padding-bottom: 20px;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.2);   
}

.privacyDateWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding-bottom: 10px;
    grid-gap: 20px;
}

.privacyDate {	
	font-size: 0.8em;
	font-style: italic;
}

.privacySectionHeading {
	font-family: "Lane", sans-serif;
	font-size: 2em;
	color: #cbcbcb;
}

.privacySectionSubHeading {
	font-family: "Lane", sans-serif;
	font-size: 1.2em;
	color: #cbcbcb;
}

.privacySectionContent {
	padding-top: 10px;
}

.termsPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 90%;
	max-width: 75%;
}

.cardPaymentPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 460px;
	max-width: 450px;
	margin: auto;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}

.titleBarLogo {
   padding-top: 2px;
   width: 48px;
}

.panelTitle {
	color: #737373;
	font-size: 2.3em;
	display: inline-block;
    padding-left: 20px;
    position: absolute;
    top: 16px;
}

#assignUserHeader .panelTitle {
	padding-left: 15px;
}

#assignLicenseImportInfoIcon {
	display: inline-block;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0 ,0.3);
	color: #eec523;
	cursor: pointer;
}

#assignLicenseImportInfoPopup {
	position: absolute;
	right: -3px;
	top: 0px;
	font-size: 0.7em;
	text-align: left;
	background-color: #111;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
	z-index: 20;
	padding: 5px;
	border-radius: 10px;
}

#assignLicenseImportInfoPopup .panelCloseButton {
	top: -7px;
	right: -1px;
}

.inputGroup {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: 100%;
}

.inputGroupElement {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
}

.inputGroup > *:last-child {
  margin-right: 0px;
}

.form-group {
	clear: both;
	margin-bottom: 15px;
}

.horizontal-form-group {
	position: relative;
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}

.fieldCount {
	font-size: 80%;
	font-style: italic;
	color: #8a8a8a;
	border: none;
	width: 30px;
	text-align: right;
	background-color: rgba(0,0,0,0);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  /*color: #bababa;*/
  color: #252525;
  /*background-color: rgba(0,0,0,0.5);*/
  background-color: #e4e4e4;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.error {
	background-color: #f700e7;
}

.form-control-small {
  display: block;
  width: 100%;
  height: 26px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.1;
  /*color: #2f2e2e;*/
  background-color: #fff;
  /*color: #bababa;*/
  color: #252525;
  /*background-color: rgba(0,0,0,0.5);*/
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-small:focus,
.form-control:focus,
.numberInput:focus {
  /*border-color: #66afe9;*/
  /*border-color: #3a7eff;*/
  outline: 0;
  border: 1px solid #3a7eff;
  
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(58, 126, 255, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(58, 126, 255, .6);
}

.form-control[readonly]:focus {
	border: 1px solid transparent;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.form-control-small::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.form-control-small:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #666;
}

.form-control-small::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #666;
}

.form-control-small::-ms-expand,
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.form-control-small[disabled],
.form-control-small[readonly],
fieldset[disabled] .form-control-small {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control,
.form-control-small[disabled],
fieldset[disabled] .form-control-small {
  cursor: not-allowed;
}

.form-control.textCursor[disabled] {
	cursor: text;
}

textarea.form-control,
textarea.form-control-small {
  height: auto;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bdbdbd;
  font-size: 0.95em;
}

.panelInputLabel {
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 0.7em;
	text-align: left;
	color: #bbb;
	line-height: 0.8em;
}

.panelInputContainer {
	display: flex;
	flex-direction: row;
	grid-gap: 10px;
	position: relative;
}

.panelReadOnlyInputWrapper {
	border-radius: 4px;
	border: 1px solid #464646;
	text-align: left;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 5px;
	font-size: 0.8em;
	padding-right: 15px;
	max-width: 65vw;
}

.panelReadOnlyInput {
	color: #efefef;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	max-width: 270px;
}

.panelReadOnlyInput.editor {
	max-width: 200px;
}

.panelReadOnlyInputDeleteButton {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 0.6em;
	color: #efefef;
	cursor: pointer;
}


.readOnlyInputDeleteButton {
	position: absolute;
	top: -3px;
	right: 4px;
	font-size: 0.6em;
	color: #efefef;
	cursor: pointer;
}

.panelReadOnlyInputDeleteButton:hover {
	color: #ff530f;
}

.postContentWrapper {
	position: relative;
	width: 100%;
}

.panelInputEmojiButton {
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 0;
}

.showcaseItemListbox {
	height: 250px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;
	margin: auto;
}

.mediaGalleryItemListbox {
	height: 540px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;
	margin: auto;
}

.postListEntryCard {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(106, 106, 106, 0.25);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 25px;
	position: relative;
	height: 60px;
	max-width: 95%;
	/* min-width: 80%; */
}

.showcaseListEntryCard {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(106, 106, 106, 0.25);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 25px;
	position: relative;
	height: 60px;
	max-width: 80%;
}

.showcaseListEntryContentWrapper {
	display: flex;
	flex-direction: row;
	grid-gap: 5px;
	width: 100%;
	padding: 5px;
	height: 100%;
}

.showcaseListEntryTextWrapper {
	display: flex;
	flex-direction: column;	
	min-width: 0;
	text-align: left;	
	justify-content: center;
	position: relative;
}

.showcaseListEntryItemName {
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;	
	white-space: nowrap;
	max-width: 190px;
}

.showcaseListEntryItemName.title {
	font-weight: bold;
}

.showcaseListEntryItemNameIcons {
	display: flex;
	grid-gap: 15px;
	padding-left: 10px;
	padding-top: 3px;
}

.showcaseListEntryAudioIcon {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	font-size: 1.2em;
	color: #5ec65e;
}

.mediaGalleryListEntryVideoIcon {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	font-size: 1.2em;
	color: #57a1f0;
}

.postListEntryDate {
	font-size: 0.9em;
	color: #95c1b2;
	line-height: 1em;
}

.showcaseListEntryAttachmentIcon {	
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	font-size: 1.2em;
	color: #57a1f0;
}

.showcasePanelShadowSelectionContainer {
	font-size: 0.9em;
	text-align: left;
	padding-top: 5px;
}

.showcasePanelNumberInputSection {
	padding-top: 10px;
	/*display: flex;*/
	grid-gap: 5px;
	align-items: center;
	font-size: 0.9em;
}

.loungeDetailsLinkWrapper {
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	display: flex;
	grid-gap: 20px;
}

.loungeDetailsEnterLoungeButtonWrapper {
	align-self: center;
}

.loungeDetailsEntryCard {
	line-height: 1.2em;
}

.loungeDetailsEntryWrapper {
	display: flex;
	grid-gap: 20px;
}


.loungeDetailsImageContainer {
	width: 30%;
}

.loungeDetailsTextWrapper {
	display: flex;
	grid-gap: 10px;
}

.loungeDetailsLabel {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	color: #8e8e8e;
	max-width: 20%;
	width: 15%;
}

.inputLabel {
	/*font-weight: lighter;*/
	color: #b9b9b9;
}

.white {
	color: #fff;
}

.yellowText {
	color: #ffc323;
}

.brightGreen {
	color: #63e855;
}

.greenCheckSmall {
	font-size: 1.0em;
	color: #08b300;
}

.greenCheck {
	font-size: 1.3em;
	color: #08b300;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.redX {
	font-size: 1.3em;
	color: #e60000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.tableRowDark {
	background-color: #262626;
}

.tableRowPlain {
	background-color: none;
}

.inputLabelSmall {
	color: #bbb;
	font-size: 0.9em;
	line-height: 0.8em;
}

.checkboxLabelSmall {
	color: #bdbdbd;
	font-size: 0.9em;
	line-height: 1.0em;
	text-align: left;
	margin-top: 5px;
}

.radio_label {
	font-weight: lighter;
	color: #5e5e5e;
}


.numberInput {
	display: block;
  	width: 50px;
  	padding: 4px 6px;
  	font-size: 14px;
  	line-height: 1.42857143;
  	text-align: center;
  	color: #252525;
	background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.numberInput::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.numberInput::-ms-input-placeholder {
  color: #999;
}

.numberInput::-webkit-input-placeholder {
  color: #999;
}

.numberInput::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.myAccountData {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;	
	min-width: 85%;
	max-width: 100%;
	display: flex;
  	flex-direction: column;  
  	margin: auto;
}

.myAccountEditViewWrapper {
	width: 100%;
	display: flex;
	align-items: center;
}
.myAccountEditView {
	/*max-width: 500px;*/
	background-color: #171717;
	padding: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}

.loungeScenarioImage {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	height: 160px;
}

.myAccountOverview {
	text-align: left;
	padding-top: 10px;
	display: inline-block;
	min-width: 85%;
	max-width: 100%;
}

.overviewEventContainer {
	padding: 20px 20px 40px 20px;
}

.eventContainerButton {
	text-align: right;
	padding-top: 20px;
}

#accountEventPageButtonContainer {
	position: absolute;
	right: 0;
	top: -40px;
}

.eventData {
	text-align: left;
	min-width: 85%;
	max-width: 95%;
	margin: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.eventData.leftAligned {
	align-items: flex-start;
}

.dayCalenderPreviewContainer {
	width: 100%;
	height: 300px;
	overflow: auto;	
	font-size: 0.7em;
}

.calenderPreviewContent {
	position: relative;
}

.calenderPreviewTable {  
  border: 1px solid #444; 
}

.calenderPreviewTable td {
  border: 1px solid #444;
  line-height: 1.2em;
  color: #757575;
}

.dayCalendarListbox {
	height: 240px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;	
}

.eventRegisterLabel {
	color: #999;
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}

.eventRegisterTimeLabel {
	color: #999;
	display: inline-block;	
	vertical-align: bottom;
	line-height: 2em;
	vertical-align: middle;
}

.eventRegisterDurationLabel {
	line-height: 2.9em;
	padding-left: 10px;
	font-size: 0.7em;
	color: #999;
	display: inline-block;
	padding-right: 10px;
	vertical-align: bottom;	
	vertical-align: middle;
}

.eventRegisterTimeSeparator {
	line-height: 1.7em;
}

.eventRegisterTime {
	font-size: 1.5em;
	display: inline-block;
	min-width: 110px;
	position: relative;
	vertical-align: middle;
}

.timeSelectWrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	max-width: 450px;
}

.timeSelectWrapperEntry {
	padding: 20px 40px 20px 0px;
	/*-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;*/
}

.timeSelectListbox {
	padding: 0px;
	background-color: transparent;	
	width: 100%;
	position: relative;
	height: 240px;	
	margin-top: 0.45em;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    cursor: ns-resize;
}

.timeSelectEntry {
	height: 25px;
}

.timeSelectLastElement {
	height: 0.57em;
}

.timeSelectLastElement17 {
	height: 17px;
}

.timeSelectDoorInfo {
	font-size: 0.8em;
	line-height: 1.1em;
	color: #999;
	display: inline-block;
}

.timeSelectContainer {
	height: 2em;
	overflow: hidden;
	display: inline-block;	
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.timeSelectCoverContainerBottom {
	-webkit-mask: linear-gradient(#0000, #000);
	-moz-mask: linear-gradient(#0000, #000);
	-o-mask: linear-gradient(#0000, #000);
	mask: linear-gradient(#0000, #000);
	height: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #1c1c1c;
	pointer-events: none;
}

.timeSelectCoverContainerBottom.popup {
	background-color: #222;	
}

.timeSelectCoverContainerTop {
	-webkit-mask: linear-gradient(#000, #0000);
	-moz-mask: linear-gradient(#000, #0000);
	-o-mask: linear-gradient(#000, #0000);
	mask: linear-gradient(#000, #0000);
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #1c1c1c;
	pointer-events: none;
}

.timeSelectCoverContainerTop.popup {
	background-color: #222;	
}	

.eventRegisterTimeContainer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.dataTable {
	table-layout: auto;
	border-spacing: 6px;
	border-collapse: separate;
	margin: 0 auto;
	width: 60%;
}

.dataTable .absorbingColumn {
    width: 100%;
}

.dataTable4 {
	table-layout: auto;
	border-spacing: 0px 4px;
	border-collapse: separate;
}

.dataTable10 {
	table-layout: auto;
	border-spacing: 0px 10px;
	border-collapse: separate;
}

.adminEditLicenseTable {
	table-layout: auto;
	border-spacing: 4px 4px;
	border-collapse: separate;
}

.sectionDivider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #7d7d80;
  width: 100%;
}

.sectionDividerHeader {
	text-align: left;
  	color: #7b7b7b;
	font-size: 0.8em;
	line-height: 0.9em;
	white-space: nowrap;
	vertical-align: top;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 340px;
	overflow: hidden;
}

.subscriptionSummarySectionHeader {
	padding-bottom: 10px;
	text-transform: uppercase;	
	text-align: left;
	font-size: 0.8em;
	line-height: 0.9em;
	white-space: nowrap;
	vertical-align: top;
}

.subscriptionSummarySectionHeader.new {
	color: #b7ff9c;
}

.subscriptionSummarySectionHeader.current {
	color: #81a5b0;
}

.subscriptionSummaryLicenseInfo {
	width: 100%;
	text-align: left;
	line-height: 1em;
	padding-top: 3px;
}

.popupTransparentListbox {
	height: 140px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;
	margin: auto;
	border: 1px solid #131313;
}

.listboxEntry {
	text-align: left;	
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
 	user-select: none;
}

.listboxEntry.regular {
	background-color: #00000021;
}

.listboxEntry.active {
	background-color: rgba(225, 225, 225, 0.25);		
}

.listboxEntry.regular:hover {
	background-color: rgba(125, 125, 125, 0.25);
}

.transparentListbox {
	height: 240px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;
	margin: auto;
}

.transparentListbox190 {
	height: 190px;
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
	max-width: 540px;
	position: relative;
	margin: auto;
}

.transparentListboxVar {
	height: calc(100vh - 200px);
	padding: 0px;
	width: 100%;
	background-color: transparent;
	margin-top: 10px;
}

.listboxButton {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.semiTransparentListbox {
	height: 240px;
	padding: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
	margin-top: 10px;
	list-style: none;
}

.semiTransparentListbox .listLink {
	text-decoration: none;
	display: block;
	cursor: default;
	padding: 4px 10px 0px 10px;
	background-color: transparent;
	color: #252525;
}

.semiTransparentListbox .listLink:hover {
	text-decoration: none;
	display: block;
	cursor: default;
	padding: 4px 10px 0px 10px;
	background-color: rgba(14, 27, 58, 0.15);
	color: #000000;
}


.semiTransparentListbox .listLinkActive {
	text-decoration: none;
	display: block;
	cursor: default;
	padding: 4px 10px 0px 10px;
	background-color: rgba(14, 27, 58, 0.8);
	color: #dfdfdf;
}


.semitTransparentListbox .listLink:active {
	text-decoration: none;
	background-color: rgba(14, 27, 58, 0.8)
}

.groupEntryHeader {
	background-color: rgba(157, 157, 157, 0.4);
	/*box-shadow: 2px 2px 4px rgba(0,0,0,0.3);*/
}

.overviewIconAlertBadge {
	position: absolute;
	padding: 5px 5px;
	font-size: 1.8em;
	line-height: 0.8em;
	color: #fd18a4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #000;
	border-radius: 50%;
	top: 0px;
	right: -8px;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
}

.overviewIconAlertBadge:empty {
  display: none;
}

.wi_conversationsEntryStreamingAlertBadge {
	position: absolute;
	min-width: 6px;
	font-size: 1.2em;
	line-height: 0.9em;
	color: #4eff00;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;	
	bottom: 0px;
	left: 1px;
	text-shadow: 2px 2px 5px rgba(15,15,15,0.5);
}

.wi_conversationsEntryContactIcon {
	position: absolute;
	right: 10px;
	bottom: 7px;
}

.userRoleBadge {
	position: absolute;
	top: 0px;
	right: 50px;
	/*color: #050505;*/
    color: #eaeaea;
	z-index: 5;
	font-size: 0.7em;
	padding: 0px 5px;
	line-height: 1.3em;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.userRoleBadge.COMMUNITY_ADMIN {
	background-color: #7b68ab;
	color: #fff;
	right: 130px;
}

.userRoleBadge.COMMUNITY_GROUP_ADMIN {
	background-color: #4e68bc;
}


.statusBadge {
	position: absolute;
	top: 0px;
	right: 50px;
	/*color: #050505;*/
    color: #eaeaea;
	z-index: 5;
	font-size: 0.7em;
	padding: 0px 5px;
	line-height: 1.3em;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}


.statusBadge.AVAILABLE {
	background-color: #464646;
}

.statusBadge.ACTION_REQUIRED {
	background-color: #a736b7;
}

.unsavedChangesTabLight {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	color: black;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
	font-size: 0.6em;
	line-height: 1.6em;
	top: 3px;
	right: 3px;
	background-color: #cf23ff;
}

.dropdownLoungeStatusLight {
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	color: black;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
	display: inline-block;
	font-size: 0.6em;
	line-height: 1.6em;
	bottom: 12px;
	left: -16px;
}


.loungeStatusLight {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	color: black;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
	display: inline-block;
	font-size: 0.6em;
	line-height: 1.6em;
	bottom: 15px;
	right: -13px;
}

.statusLightLarge {
	width: 14px;
	height: 14px;
}

.statusLightSmall {
	width: 10px;
	height: 10px;
}


.loungeStatusLight.AVAILABLE,
.dropdownLoungeStatusLight.AVAILABLE {
	background-color: #4eff00;
}

.loungeStatusLight.OCCUPIED,
.dropdownLoungeStatusLight.OCCUPIED {
	background-color: #ff8b23;
}

.loungeStatusLight.FULL,
.dropdownLoungeStatusLight.FULL {
	background-color: #ec2020;
}

.welcomeSection {
	text-align: left;
	padding-bottom: 40px;
	font-size: 2em;
	font-family: "Lane", sans-serif;
	line-height: 1.4em;
}

.iconCard {
	display: inline-block;
	margin: 50px;
	cursor: pointer;
	min-width: 94px;
	text-align: center;
	position: relative;
	width: 270px;
}

.iconCardIcon {
	font-size: 6em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	line-height: 1em;
}

.iconCardImage {
	width: 60%;
}

.iconCardText {
	font-size: 1em;
	color: #888;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}

.iconCardTextContent {
	width: fit-content;
	position: relative;
}

.cardEntryIconCardIcon {
	font-size: 2.5em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	margin: 10px 0px 0px 20px;
	position: relative;
}

.cardEntryLounge-icon-fa-stack {
	display: inline-block;
	height: 1.5em;
	line-height: 2.1em;
	position: relative;
	vertical-align: middle;
	width: 80px;
}

.cardEntryBusinessLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.6em;
	color: #70baa6;
	left: -13px;	
}

.cardEntryMeetingLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.9em;
	color: #70baa6;
	left: -13px;
}

.cardEntryArtistLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.7em;
	color: #8570ba;
	left: -25px;
	bottom: 22px;
}

.eventLoungeMusicIcon {
	line-height: 1.4em;
	font-size: 0.5em;
	color: #8570ba;
	left: -45px;
	top: -14px;
}

.eventLoungeStarIcon1 {
	line-height: 1.4em;
	color: #ff530f;
	left: 7px;
	top: -10px;
	font-size: 0.15em;
}

.eventLoungeStarIcon2 {
	line-height: 1.4em;
	color: #ff530f;
	left: 24px;
	font-size: 0.15em;
	top: -3px;
}

.eventLoungeCocktailIcon {
	font-size: 0.9em;
	color: #5370cd;
	font-size: 0.7em;
	top: 10px;
}

.eventLoungeMediaIcon {
	line-height: 1.4em;
	color: #ffc323;
	left: 5px;
	font-size: 0.3em;
	top: 6px;
}

.cardEntryArtistLoungePhotoVideoIcon {
	line-height: 1.4em;
	color: #ffc323;
	left: 5px;
	font-size: 0.4em;
	top: 13px;
}

.cardEntryArtistLoungeStarIcon1 {
	line-height: 1.4em;
	color: #ff530f;
	left: 7px;
	top: 7px;
	font-size: 0.15em;
}

.cardEntryArtistLoungeStarIcon2 {
	line-height: 1.4em;
	color: #ff530f;
	left: 15px;
	font-size: 0.15em;
	top: 11px;
}


.loungeImage {
	position: relative;
	display: inline-block;		
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.loungeOneImage {
	background-image: url("/images/LoungeOneMainRoomMobile.jpg");
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    background-size: 100%;
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    width: 280px;
    height: 171px;
}



.businessEventLoungeImage {
	color: #aa4782;
	font-size: 6em;
}

.businessEventLoungeImageSmall {
	color: #aa4782;
	font-size: 3em;
}

.leftTableCell {
	display: inline-block;
}

.rightTableCell {
	display: inline-block;
}

.userColor {
	/*color: #46b557;*/
	color: #259778;
}

.historyColor {
	color: #b37099;
}

.loungeColor {
	color: #5370cd;
}

.eventsColor {
	color: #8570ba;
}

.campaignColor {
	color: #68ab99;
}

.cardStockColor {
	color: #a64c9c;
}
.meetingsColor {
	color: #3aa9ae;
}

.dashboardColor {
	color: #5394cd;
}

.subscriptionColor {
	color: #e6b73a;
}

.ecardsColor {
	color: #cd53c5;
}

.overviewHeaderSection {
	max-width: 80%;
	margin: auto;
}

.overviewIconSection {
	text-align: center;
	/* padding: 60px; */
	margin: auto;
	display: grid;
	grid-gap: 50px;
	grid-template-rows: auto;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	/* margin-right: 50px; */
	justify-content: center;
}

.overviewIconImage {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    height: 114px;
    width: auto;
}

.lounge-icon-fa-stack {
	display: inline-block;
	/* height: 1.5em; */
	/* line-height: 2em; */
	position: relative;
	width: 2.5em;
	vertical-align: top;
}

.showcaseLoungeCoffeeIcon {
	font-size: 0.6em;
	color: #5370cd;
	top: 20px;
	left: 10px;
}

.showcaseLoungeUsersIcon {
	line-height: 1.4em;
	font-size: 0.6em;
	color: #8570ba;
	left: -48px;
	top: 27px;
}

.showcaseLoungeChatIcon {
	line-height: 1.4em;
	  font-size: 0.6em;
	  color: #70baa6;
	  left: -35px;
	  top: -18px;
}

.showcaseLoungeStarIcon {
	line-height: 1.4em;
	color: #ffc323;
	left: 28px;
	top: -5px;
	font-size: 0.3em;
}

.personalLoungeChatIcon {
	line-height: 1.4em;
	font-size: 0.5em;
	color: #8570ba;
	left: -28px;
	top: -28px;
}

.personalLoungeCocktailIcon {
	font-size: 0.7em;
	color: #5370cd;
}

.personalLoungeStarIcon1 {
	line-height: 1.4em;
	color: #ffc323;
	left: 5px;
	top: -18px;
	font-size: 0.15em;
}

.personalLoungeStarIcon2 {
	line-height: 1.4em;
	color: #ffc323;
	left: 24px;
	font-size: 0.15em;
	top: -6px;
}

.personalLoungeStarIcon3 {
	line-height: 1.4em;
	color: #ffc323;
	left: 25px;
	font-size: 0.15em;
	top: -26px;
}

.eventsTicketIcon {
	font-size: 0.6em;
	top: 30px;
	left: 10px;
}
.eventsCalendarIcon {
	font-size: 0.8em;
	color: #5370cd;
	left: -20px;
}

.campaignBulkIcon {
	font-size: 0.6em;
	top: 20px;
	left: 10px;
}

.cardEntryMeetingLoungeStarIcon1 {
	line-height: 1.4em;
	color: #ffc323;
	left: 13px;
	top: -3px;
	font-size: 0.4em;
}

.businessLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.6em;
	color: #70baa6;
	left: -30px;
}

.dashboardBottomIcon {
	/* line-height: 1.4em; */
	font-size: 0.85em;
	color: #5370cd;
	top: -12px;
	left: -5px;
}

.dashboardStarIcon {
	left: -32px;
	top: 19px;
	font-size: 0.5em;
	color: #8570ba;
}

.dashboardTopIcon {
	font-size: 0.6em;
	/*color: #6bcece;*/
	color: #939796;
	left: 10px;
	top: 20px;
}

.artistLoungeBottomIcon {
	line-height: 1.4em;
	font-size: 0.6em;
	color: #8570ba;
	left: -50px;
}

.artistLoungeStarIcon1 {
	line-height: 1.4em;
	color: #ff530f;
	left: 15px;
	top: -6px;
	font-size: 0.15em;
}

.artistLoungeStarIcon2 {
	line-height: 1.4em;
	color: #ff530f;
	left: 42px;
	font-size: 0.15em;
	top: 6px;
}

.artistLoungePhotoVideoIcon {
	line-height: 1.4em;
	color: #ffc323;	
	left: 10px;
	font-size: 0.3em;
	top: 12px;
}

.communityLoungeChatIcon {
	font-size: 1.1em;
	color: #4e68bc;
	top: -10px;
}

.communityLoungeMugIcon {
	line-height: 1.4em;
	font-size: 0.7em;
	color: #68ab99;
	left: 12px;
	bottom: 0px;
}

.communityLoungeUsersIcon {
	line-height: 1.4em;
	color: #e9b323;
	left: -11px;
	top: 31px;
	font-size: 0.8em;
}

.loungeTopIcon {
	font-size: 0.9em;
	color: #5370cd;
}


.eventSearchbar {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 0.8em;
}

.searchInputField {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 0px;
}

.searchInputLabel {
	display: inline-block;
}

.searchInputControl {
	display: inline-block;
}

.searchButtonSection {
	display: inline-block;
	align-self: center;
}

.eventFilterSection {
	margin-left: 10px;
	display: inline-block;
	white-space: nowrap;
}

.eventMainButtonSection {
	text-align: right;
	display: inline-block;
	flex: 1;
	position: absolute;
	right: 0;
	bottom: 90px;
}

.eventNavIcon {
	font-size: 1em;
	margin-right: 10px;
	background-color: #2b2b2b;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	line-height: 1.1em;
	text-align: center;
	cursor: pointer;
	color: #959595;
	min-width: 35px;
}

.eventNavIcon:hover {
	background-color: #3c3c3c;
	color: #fff;
}

.eventNavIconActive {
	font-size: 1em;
	display: inline-block;
	margin-right: 10px;
	background-color: #151515;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	line-height: 1.1em;
	text-align: center;
	cursor: pointer;
	color: #259778;
	min-width: 35px;
}

.eventViewIcon {
	font-size: 1em;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	line-height: 1.2em;
	text-align: center;
	cursor: pointer;
	color: #959595;
	min-width: 40px;
}

.eventViewIcon:hover {
	color: #fff;
}

.eventViewIconActive {
	font-size: 1em;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	line-height: 1.2em;
	text-align: center;
	cursor: pointer;
	color: #259778;
}

.eventNavTabActive {
	font-size: 1em;
	display: inline-block;
	color: #259778;
	background-color: #151515;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	cursor: pointer;
}

.eventNavTab {
	font-size: 1em;
	display: inline-block;
	color: #888;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-right: 10px;
	cursor: pointer;
}

.eventNavTab:hover {
	background-color: #3c3c3c;
	color: #fff;
}

.eventSearchDiv {
	width: 100%;
	margin: auto auto 10px auto;
	background-color: #151515;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.8em;
	position: relative;
}

.eventSearchControls {
	display: flex;
	flex-wrap: wrap;
}

.eventSearchFields {
	flex: 1;
}

.searchConnectField {
	color: #3a3a3a;
	font-size: 1.2em;
	margin: 0px 10px 0px 5px;
	display: inline-block;
}

.eventDatebar {
	display: -webkit-box;      
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
	font-size: 0.8em;
	width: fit-content;
}

.eventNavDate {
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
}

.eventDateSection {
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
}

.eventDateSettingsSection {
	display: inline-block;
	white-space: nowrap;
}

.datePickerContainer {
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

#prevDateButton {
	margin-right: 5px;
}

#nextDateButton {
	margin-left: 5px;
}

.dateRangeStart,
.dateRangeEnd {
	background-color: #259778;
	border: 1px solid #2ec299;
}

.dateRange {
	background-color: #1a6652;
	border: 1px solid #1d8a6c;
}

.eventViewIconSection {
	flex: 1;
	text-align: right;
}

.eventView {
	border-top: 1px solid #2f2f2f;
	width: 100%;
}

.eventCarouselHeading {
	text-align: left;
	font-size: 1.2em;
}

.eventCarouselContainerWrapper {
	width: 100%;
	height: fit-content;	
	margin-top: 20px;
	/*background-color: rgba(0,0,0,0.3);*/
	border-radius: 4px;	
}

.eventCarouselScrollContainer .viewport {
  height: 225px;
  max-height: 225px;
  min-height: 0;
}

.eventCarouselScrollContainer .viewport .overview {
  position: absolute;
  width: fit-content;
  min-height: 0;
  height: 225px;
  max-height: 225px;
}

.eventCarouselContainer {
	min-height: 0;
	width: 100%;
	/*background-color: rgba(0,0,0,0.3);
	border-radius: 4px;*/	
	padding: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;	
	grid-gap: 20px;	
}

.carouselEventEntry {
	position: relative;
	max-width: 200px;
	cursor: pointer;
}

.eventCarouselImage {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	width: 200px;
}

.eventCarouselEventTitle {
	font-style: normal;
	font-weight: bold;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;	
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

.eventCarouselDate {
	display: flex;
	justify-content: center;
	font-size: 0.8em;
	font-style: normal;
	grid-gap: 5px;
}

.eventCarouselDateCircle {
	font-size: 0.35em;
}

.eventCarouselLiveInfo {
	position: absolute;
	top: 5px;
	left: -10px;
	color: #fb162b;
	font-size: 1.2em;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	background-color: black;
	padding: 2px 10px;
	border-radius: 5px;
	transform: rotate(-15deg);
}

.eventCarouselLiveInfo.green {
	color: #4eff00;
}

.registerEventCalendarEntry {
	margin-left: 50px;
	border-radius: 0px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	color: #000;
	width: fit-content;
	max-width: 90%;
	min-width: 200px;
	position: absolute;
	left: 0;
}

.registerEventCalendarEntryInfoButton {
	position: absolute;
	right: 2px;
	top: 1px;
	font-size: 0.8em;
	cursor: pointer;
	color: black;
	background-color: #c2c2c2;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.registerEventCalendarEntryInfoPopup {
	position: absolute;
	background-color: #b7b7b7;
	right: -20px;
	top: 0px;
	padding: 10px;
	border-radius: 4px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	white-space: normal;
	max-width: 98%;
}

.registerEventCalendarEntryInfoPopupCloseButton {
	position: absolute;
	top: 0px;
	right: 5px;
	font-size: 1.2em;
	color: #575757;
	z-index: 1002;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0,0,0 ,0.3);
}

.registerEventCalendarEntryInfoPopupCloseButton:hover {
	color: #8c1313;
}

.registerEventCalendarEntryText {
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;	
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

.registerEventCalendarTempEntry {
	margin-left: 50px;
	border-radius: 0px;	
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	color: #000;
	width: fit-content;
	max-width: 86%;
	min-width: 200px;
	position: absolute;
	left: 0;
	display: -webkit-box;      
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	border: 2px dashed #70baa6b2;
	pointer-events: all;
}

.registerEventCalendarDoorBuffer {
	height: 10px;
	background-color: #529180b2;
	border-radius: 10px 10px 0px 0px;
}

.registerEventCalendarTempDoorBuffer {
	height: 10px;
	background-color: #70baa6b2;
	border-radius: 0px;
}

.registerEventCalendarEntryContent {
	background-color: #888;
	border-radius: 0px;	
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;	
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	white-space: nowrap;	
	overflow-y: hidden;
	line-height: 1.2em;
	padding: 2px 10px 0px 10px;
}

.registerEventCalendarTempEntryContent {
	background-color: #70baa6b2;
	border-radius: 0px;
	padding-left: 10px;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;	
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	white-space: nowrap;
	padding-right: 10px;
	flex: 1;
	overflow-y: hidden;
	line-height: 1.2em;
	position: relative;
}

#previewEntryHandleSouth {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	cursor: ns-resize;
}

.directorySearchHeaderView {
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 10px;
	background-color: #f0f0f0;
	color: #858585;
}

.userDirectorySearchHeader {
	width: 100%;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-color: #151515;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px;
}


.searchIconContainer {
	width: 60px;
	padding-bottom: 0px;
	position: relative;
	flex: 0;
}

.userDirectorySearchPromptContainer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 0.7em;
	text-align: left;
	flex-direction: row;
	grid-gap: 20px;
	align-items: end;
	margin-bottom: 10px;
}

.searchLineWrapper {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	grid-gap: 5px;
}

.directorySearchInfoText {
	font-size: 0.9em;
	line-height: 1.2em;
	white-space: normal;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.95);
	border-radius: 10px;
	margin-top: 5px;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	padding: 10px 15px 5px 10px;
	position: absolute;
	z-index: 2;
	top: -15px;
	left: -45px;
	width: 230px;
}

.searchHelpInfoCloseDiv {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 1.2em;
	cursor: pointer;
}

.searchHelpInfoCloseDiv:hover {
	color: #efefef;
}

.userDirectorySearchButtonWrapper {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.userDirectorySearchButtonContainer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	padding-top: 5px;
	align-items: end;
	flex: 1;
	font-size: 0.7em;
}

.searchHelpIconWrapper {
	width: 100%;
	align-self: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	padding-left: 20px;
	font-size: 1.4em;
}

.userDirectorySearchHelpIcons {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
	position: relative;
	display: flex;
	align-self: center;
	margin-left: 5px;

}

.directoryEntryIcon {
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0,0,0 ,0.3);
}

.userDirectorySearchButton {
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.userDirectorySearchTitle {
	color: #b5b5b5;
	text-align: left;
}

.userDirectorySearchLabel {
	font-size: 0.6em;
	color: #b5b5b5;
	text-transform: uppercase;
	text-align: left;
}

.transitionIcons {
	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;
}

.transitionIcons:hover {
	color: #efefef;
}

.transitionIcons i {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.icon-default {
    transition: opacity .3s, transform .3s;
}

.icon-target {
    transition: opacity .3s, transform .3s;
		transform: rotate(-180deg) scale(.5);
		opacity: 0;
}

.icon-default.morph {
	transform: rotate(180deg) scale(.5);
	opacity: 0;
}

.icon-target.morph {
	transform: rotate(0deg) scale(1);
	opacity: 1;
}


.panelSelectButtonContainer {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.panelSelectButtonContainer .info_text_small_regular {
	font-size: 0.6em;
}

.panelSelectButtonDown {
	background-color: #353535;
	width: fit-content;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 1.5em;
	text-align: center;
	font-size: 1.3em;
	align-self: center;
	margin-bottom: 10px;
	cursor: pointer;
}

.panelSelectButtonDown:hover {
	background-color: #484848;
	color: #efefef;
}

#searchHelpInfoButton:hover {
	color: #bdbdbd;
}

.panelAddButton {	
	background-color: #353535;
	width: fit-content;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 1.3em;
	text-align: center;
	font-size: 1.3em;
	align-self: center;
	cursor: pointer;
	position: relative;
}

.panelAddButton:hover {
	background-color: #484848;
}

.panelButtonIcon {
	font-size: 2em;
	border-radius: 50%;
	background-color: #101010;
	cursor: pointer;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	position: relative;
	width: 35px;
	height: 35px;
	padding: 5px;
	margin: 0px 10px;
	line-height: 0.75em;
}

.panelButtonIcon:hover {
	color: #ffc323;
}


.panelButtonIconBottom {
	color: #000000;
	cursor: pointer;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.panelButtonIconTop {
	font-size: 0.5em;
}

.panelButtonIconBottom:hover {
	color: #535353;
}
/*.panelButtonIconTop:hover {
	color: #efefef;
}*/

.centerFlexSection {
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
	align-items: center;
}

.carouselCardEntry {
	position: relative;
	max-width: 225px;
	cursor: pointer;
	padding: 10px;
	border: 1px solid transparent;
	margin: auto;
}

.carouselCardEntry.active {
	border: 1px solid #5b40a4;
	background-color: #12121259;
}

.carouselCardEntryWrapper {
	position: relative;
	max-width: 225px;
	cursor: pointer;
	padding: 10px;
	border: 1px solid transparent;
	margin: auto;
}

.cardCarouselContainer {
	min-height: 0;
	width: 100%;
	/*background-color: rgba(0,0,0,0.3);
	border-radius: 4px;*/	
	padding: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;	
	grid-gap: 40px;	
}

.cardCarouselScrollContainer .viewport {
  height: 240px;
  max-height: 240px;
  min-height: 0;
}

.cardCarouselScrollContainer .viewport .overview {
  position: absolute;
  width: fit-content;
  min-height: 0;
  height: 240px;
  max-height: 240px;
}

.cardCarouselCardTitle {
	font-style: normal;
	font-weight: bold;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	font-size: 0.7em;
	padding-top: 2px;
}

.cardCarouselCardInfo {
	font-size: 0.65em;
	text-align: right;
	font-style: italic;
}

.cardCarouselGameInfo {
	position: absolute;
	top: 10px;
	left: 0px;
	color: #70baa6;
	font-size: 0.9em;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	background-color: black;
	padding: 2px 10px;
	border-radius: 5px;
	transform: rotate(-15deg);
}

.cardCarouselDetailsInfo {
	position: absolute;
	right: 10px;
	bottom: 45px;
	display: flex;
	flex-direction: column;
	grid-gap: 5px;
}

.cardCarouselPersonalizedInfo {
	background-color: #252525;
	height: 25px;
	width: 30px;
	line-height: 1.8em;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.9em;
	border-radius: 5px 0px 0px 5px;
	color: #a6a6a6;
	
	/*position: absolute;
	right: 10px;
	bottom: 45px;*/
	
}

.cardCarouselChatInfo {	
	background-color: #252525;	
	height: 25px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.9em;
	border-radius: 5px 0px 0px 5px;
	color: #a6a6a6;
	width: 30px;
	line-height: 1.6em;
	
	/*position: absolute;
	right: 10px;
	bottom: 75px;*/
}

.cardCarouselCardDesignInfo {
	position: absolute;
	background-color: #252525eb;
	left: 10px;
	right: 0;
	top: 25px;
	height: 30px;
	line-height: 1.8em;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	width: 180px;
	font-size: 0.9em;
	border-radius: 0px 10px 10px 0px;
}

.sendCardPanelGridSection {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
	text-align: left;
	align-items: center;
	padding: 0px 20px 0px 20px;	
}

.sendCardImportFileGrid {
	display: grid;	
	grid-template-columns: 1fr auto;
	width: 100%;
	grid-gap: 10px;
	padding-top: 10px;
}

.sendCardOrSpacer {
	font-size: 0.6em;
	padding: 0px 10px;
	align-self: center;
}

.widgetSettingsLogoImageContainer {
	margin-right: 60px;
	padding: 10px;
	/* max-width: 160px; */
	height: 80px;
	width: fit-content;
}

.widgetSettingsLogoButtonContainer {
	flex: 1;
	align-self: center;
	text-align: left;
	display: flex;
	flex-direction: column;
	grid-gap: 5px;
	max-width: 90px;
}

#widgetSettingsLoungeLogoImage {
	height: 60px;
	width: auto;
}

.defaultScenarioEntry {
	color: #163d99;
}

.defaultCustomScenarioEntry {	
	color: #6206b7;
}

.panelSmallButton {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #484848;
	border-radius: 4px;
	color: #aaa;
	background-color: #fff0;
	height: 36px;
	min-width: 64px;
}

.panelSmallButton:hover {
	text-decoration: none;
	color: #e4e4e4;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4), inset 0 0 0 99999px rgba(25,25,25,0.2);
	box-shadow: inset 0 0 0 99999px #7b7b7b12;
}

.signatureViewImg {
	width: 100%;
	border-radius: 6px;
}

.signatureButton {
	align-self: center;
	border-radius: 2px;
	width: 25px;
	height: 25px;
	background-color: #424242;
	text-align: center;
	line-height: 2em;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	margin-right: 10px;
	min-width: 25px;
	cursor: pointer;
}

.signatureButton:hover {
	background-color: #626262;
}

.signatureInfoText {
	align-self: center;
	padding-right: 5px;
	min-width: 100px;
}

.signatureField {
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
	border: unset;
	cursor: none;
}

#signatureBackgroundImage {
	border-radius: 4px;
}

.signatureTray {
	display: flex;
	flex-direction: column;
	padding: 10px 10px 0px 10px;
	grid-gap: 5px;
	justify-content: flex-start;
	align-items: center;
}

.signatureCanvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 80px;
}

.signatureCursor {
	width:42px;
	position:absolute;
	padding:0;
	margin:0;
	bottom:0;
	left:0;
	cursor:none;
	z-index:2;
} 

.signatureCursorImg {
	pointer-events: none;
}

.signatureSliderContainer {
	width: 100%;
	position: relative;
}

.signatureSliderLabel {
	font-size: 0.5em;
	position: absolute;
	top: -9px;
	z-index: -5;
	left: 2px;
	color: #424242;
}

.signatureBrushSlider {
	--sliderSize: 25px;
	--sliderColor: #060606;
	-webkit-appearance: none;
	width: 100%;
	height: 1px;
	border-radius: 5px;
	background: #4d4d4d;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.signatureBrushSlider:hover {
  opacity: 1;
}

.signatureBrushSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: var(--sliderSize);
    height: var(--sliderSize);
    border-radius: 50%;
	background: var(--sliderColor);
	cursor: pointer;
	border: none;
}

.signatureBrushSlider::-moz-range-thumb {
	width: var(--sliderSize);
    height: var(--sliderSize);
	border-radius: 50%;
	background: var(--sliderColor);
	cursor: pointer;
	border: none;
}

.signatureColorPickerIcon {
	width: 16px;
	height: 16px;
	background-color: #000000;
	border-radius: 50%;
	left: -3px;
	cursor: pointer;
	bottom: 5px;
	position: relative;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	/*border: 1px solid rgba(0, 0, 0, 0.5);*/
}

.signaturePen {
	cursor: pointer;
	position: relative;
	min-width: 60px;
}

.signaturePenTip {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
}

.signaturePenTipCursor {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}

.signatureSponge {
	width: 42px;
}

#signatureFileSelectButton {
	font-size: 2.5em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);	
	flex: 0 0 60px;
	text-align: left;
	cursor: pointer;
	padding: 5px 0px 0px 10px;
	color: #70baa6;
}

#signatureFileSelectButton:hover {
	color: #9effe5;
}

.sendCardScrollContainer {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}

.eventSetupEmailSection {
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
	grid-gap: 5px;
	align-items: center;
}

.eventSetupInputIcon {	
	text-align: left;
	font-size: 0.8em;
	padding-right: 2px;	
}

.entryCardMainButton {
	position: absolute;
	top: 10px;
	right: 10px;
}

.entryCard {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(92, 102, 126, 0.25);
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
}

.entryCardDark {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(44, 46, 51, 0.25);
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

.subscriptionEntryCardTitle {
	padding: 10px 0px 0px 10px;
	font-size: 1.5em;
	width: 100%;
}

.subscriptionDetailsLoungeUrlDiv {
	display: inline-block;	
	word-wrap: anywhere;
	font-size: 1em;
	line-height: 1.2em;
	padding-right: 20px;	
}

.listEntryCard {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(106, 106, 106, 0.25);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
	display: flex;
	align-items: flex-start;
}

#businessChatUsersListbox .viewport .overview > *:last-child,
#assignLicenseEntryList .viewport .overview > *:last-child {
  margin-bottom: 10px;
}

.sendCardRecipient {	
	margin-right: 10px;	
	padding: 5px 10px 5px 20px;
	position: relative;
	text-align: left;
	color: #fff;
}

.sendCardRecipientListboxEntry {
	text-align: left;	
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
 	user-select: none;
	line-height: 0.9em;
	padding: 5px;
	border-bottom: 1px solid #1a1a1a;
}

.sendCardRecipientListboxEntry.regular {
	background-color: #00000021;
}

.sendCardRecipientListboxEntry.active {
	background-color: rgba(225, 225, 225, 0.25);		
}

.sendCardRecipientListboxEntry.regular:hover {
	background-color: rgba(125, 125, 125, 0.25);
}

#currentRecipientViewString {
	background-color: #1c1c1c;
	height: 40px;
	line-height: 1.6em;
	padding: 5px 5px 0px 5px;
	margin-bottom: -5px;
}

.sendCardCurrentRecipientContainer {
	padding: 10px;
	background-color: #1c1c1c;
	margin-top: 5px;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	margin-right: 10px;
}

.sendCardNavIcon {
	font-size: 1em;
	margin-right: 10px;
	background-color: #2b2b2b;
	padding: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	line-height: 1.1em;
	text-align: center;
	cursor: pointer;
	color: #959595;
	min-width: 32px;
}

.sendCardNavIcon:hover {
	background-color: #3c3c3c;
	color: #fff;
}

.sendCardDateSection {
	display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
	align-items: baseline;
	padding-top: 10px;
}

.sendCardCalendarTimeSelection {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto 1fr;
	align-items: end;
}

.sendCardDateSelectionTimeLabel {
	display: inline-block;
	line-height: 2.8em;
}

.sendCardCalendarIcon {
	cursor: pointer;
	color: #939393;	
	right: 10px;
	top: 5px;
	font-size: 1.2em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.sendCardCalendarIcon:hover {
	color: #fff;
}

.sendCardTextTooLongErrorDiv {
	color: #f700e7;
	position: absolute;
	right: 0;
	bottom: -15px;
	font-size: 0.6em;
	font-style: italic;
}

#sendCardImportDownloadArrowIcon {
	font-size: 2.6em;
	line-height: 1.3em;
	color: #444;
	padding-left: 5px;
	flex: 1;
	min-width: 50px;
}

#sendCardImportDownloadIcon {
	font-size: 2.5em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);	
	flex: 0 0 60px;
	text-align: left;
	cursor: pointer;
	padding: 5px 0px 0px 10px;
	color: #70baa6;
}

#sendCardImportDownloadIcon:hover {
	color: #9effe5;
}

.sendCardImportStepNumber {
	font-size: 3.5em;
	line-height: 0.9em;
	color: #444;
}

.verticalResize {
	resize: vertical;
}

.eventListEntryCard {
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	background-color: rgba(0, 0, 0, 0.9);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
}

.eventListEntryImageDiv {
	display: inline-Block;
	padding-right: 10px;
}

.eventListEntryLiveInfo {
	position: absolute;
	top: -5px;
	left: -10px;
	color: #fb162b;
	font-size: 0.8em;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	background-color: black;
	padding: 2px 10px;
	border-radius: 5px;
	transform: rotate(-15deg);
}

.eventListEntryLiveInfo.green {
	color: #4eff00;
}

.eventListEntryDataSection {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 10px;
}

.eventListEntryDescription {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #d0d0d0;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	max-width: 460px;
}

.entryCardSmall {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
	max-width: 450px;
	color: #000;
}

.listEntryCard.default {
	background-color: rgba(47, 73, 81, 0.6);
}

.entryCardBUSINESS_LOUNGE_CARD_BASIC {
  background-color: rgba(40,97,132,0.6);
}

.entryCardBUSINESS_LOUNGE_CARD_PLUS {
  background-color: rgba(52,68,162,0.6);
}

.entryCardBUSINESS_LOUNGE_CARD_PREMIUM {
  background-color: rgba(93,53,126,0.6);
}

.entryCardLCLounge {
	background-color: rgba(62, 41, 79, 0.6);
}


.entryCardBack {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(219,219,219,0.4);
	position: relative;
}

.entryCardTitle {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #555555;
	color: #080808;
}

.entryCardError {
	position: absolute;
	color: #ff51ec;
	width: 95%;
	height: 80%;
	top: 0px;
	right: 0px;
	white-space: normal;
	line-height: 1.1em;
	background-color: #dfdfdf;
	border-radius: 6px;
	padding: 10px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.5);
}

.entryCardErrorClose {
	position: absolute;
	right: -6px;
	top: -10px;
	color: #555;
	font-size: 1.8em;
}

.entryCardErrorClose:hover {
	color: #910095;
}

.entryCardGray {
	color: #a8a8a8;
}

.manageCustomerDetailsIcon {
	display: inline-block;
	cursor: pointer;
	color: #939393;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 1.8em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.manageCustomerDetailsIcon:hover {
	color: #3383ff;
}

#newPasswordDisplay {
	font-size: 2em;
	color: #7fffd4;
}

.customerEntryIndent {
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	color: #a6a6a6;
}

.customerEntrySubscriptionCount {
	display: inline-block;
	color: #939393;
	position: absolute;
	right: 80px;
	top: 5px;
}

.entryCardCustomerId {
	font-size: 2em;
	color: #999;
	padding: 5px;
}

.entryCardBusinessName {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	font-size: 1.5em;
	padding-bottom: 5px;
}

.manageUserDeleteIcon,
.manageCustomerDeleteIcon {
	position: absolute;
	right: 10px;
	bottom: 5px;
	cursor: pointer;
	color: #555;
	font-size: 1.2em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.manageUserChangeRoleIcon {
	position: absolute;
	right: 4px;
	top: 0px;
	cursor: pointer;
	color: #708abb;
	font-size: 1.2em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.manageUserChangeRoleIcon:hover {
	color: #95b4f0;
}

.manageCustomerDeleteIcon {
	font-size: 1.4em;
}

.ticketEntryEditIcon {
	cursor: pointer;
	color: #939393;
	position: absolute;
	right: 35px;
	bottom: 5px;
	font-size: 1.2em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.ticketEntryEditIcon:hover {
	color: #3383ff;
}

.ticketEntryNameSection {
	line-height: 1.2em;
	padding-bottom: 3px;
	white-space: nowrap;
}

.ticketEntryTextContainer {
	flex: 1;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
}

.shortenTextOverflow {
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.buttonIcon {
	cursor: pointer;
	color: #939393;
	font-size: 1.1em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.listEntryEditIcon {
	cursor: pointer;
	color: #939393;
	position: absolute;
	right: 7px;
	top: 5px;
	font-size: 1.1em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.listEntryEditIcon:hover {
	color: #3383ff;
}

.listEntryDeleteIcon {
	position: absolute;
	right: 10px;
	bottom: 5px;
	cursor: pointer;
	color: #555;
	font-size: 1.1em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.manageUserDeleteIcon:hover,
.manageCustomerDeleteIcon:hover,
.listEntryDeleteIcon:hover {
	color: #b900ad;
}


.listEntryImage {
	/*width: 124px;
	height: 70px;
	display: inline-block;
	vertical-align: middle;*/
	border-radius: 4px 0px 0px 4px;
	/*max-width: 160px;*/
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.listEntryData {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 90%;
	padding-bottom: 5px;
}

.campaignListEntryData {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	overflow: hidden;	
	max-width: 90%;
	padding-bottom: 5px;
}

.campaignCardResultHeader {
	background-color: #0b0b0bbf;
	padding: 5px 0px;
}

.myCardsContentPanelHeader {
	background-color: #8888881c;
	padding: 5px 0px;
}

.campaignCardResultShowMoreEntry {
	font-size: 0.7em;
	cursor: pointer;
	font-style: italic;
	color: #6f798c;
}

.campaignCardResultShowMoreEntry:hover {
	color: #c1d1f0;
}

.campaignCardResultSendOrderEntry {
	position: relative;
	font-size: 0.7em;
	line-height: 1.2em;
	border-bottom: 1px solid #858585;
	margin-bottom: 10px;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	padding-bottom: 5px;
	color: #b9b9b9;
}

.campaignCardResultCardEntry {
	position: relative;
	font-size: 0.9em;
	margin-bottom: 5px;
	white-space: nowrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 40px;
	color: #efefef;
	cursor: pointer;
	box-shadow: 1px 1px 4px #0000003d;
}

.campaignCardResultCardEntry.SCHEDULED {
	background-color: #343a40;
}

.campaignCardResultCardEntry.PUBLISHED {
	background-color: #3f4c57;
}

.campaignCardResultCardEntry.DELIVERED {
	background-color: #3f4c57;
}

.campaignCardResultCardEntry.VIEWED {
	background-color: #4d6375;
}

/*.campaignCardResultCardEntry.opened {
	border: 1px solid #b6ddff;
	box-shadow: 0px 0px 3px #b6ddff;
}*/
.campaignCardResultCardEntry.opened {
	border: 1px solid #b6ffc8;
	box-shadow: 0px 0px 3px #b6ffbb;
}

/*.campaignCardResultEntryImage {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 12px -1px rgba(0, 0, 0, .3);
}*/

.campaignCardResultEntryData {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0.8em;
	line-height: 1.2em;
}

.campaignCardResultEntryText {
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	display: block;
	line-height: 1.2em;
	max-width: 150px;
}

.campaignCardResultEntrySubText {
	font-size: 0.75em;
	line-height: 1em;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	max-width: 150px;
	height: 1.1em;
	color: #c2c2c2;
}

.campaignCardResultFirstEntrySubText {
	font-size: 0.9em;
	color: #87abca;
}

.campaignCardResultFirstEntryIconLinkWrapper {
	font-size: 1.2em;
	margin-top: 3px;
}

.campaignCardResultFirstEntryIconLink
{
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: #82a4c2;
}

.campaignCardResultFirstEntryIconLink:hover   { color: #add5f9; }
.campaignCardResultFirstEntryIconLink:visited   { color: #82a4c2; }
.campaignCardResultFirstEntryIconLink:disabled   { color: #82a4c2; }
.campaignCardResultFirstEntryIconLink:link   { color: #82a4c2; }

.campaignCardResultCardEntryIcons {
	position: absolute;
	bottom: 0px;
	right: 2px;
	display: flex;
	flex-direction: row;
}

.campaignCardResultCardEntryChatIcon {	
	padding: 2px 2px;
	font-size: 1em;
	line-height: 0.8em;
	color: #8f8f8f;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 50%;
	text-shadow: 2px 2px 5px rgba(15,15,15,0.5);
}

.campaignCardResultCardEntryChatIcon.active {
	color: #3eff5c;
}

.campaignCardResultCardEntryChatIcon.declined {
	color: #e2ac2b
}

.campaignCardResultCardEntryNoChatBadge {
	position: absolute;
	right: 1px;
	bottom: -3px;
	color: black;
}

.campaignCardResultCardEntryGameIcon {
	padding: 2px 5px;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #8f8f8f;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 50%;
	text-shadow: 2px 2px 5px rgba(15,15,15,0.5);
	margin-top: 2px;
}

.campaignCardResultCardEntryStatusBadge {
	position: absolute;
	padding: 2px 2px;
	font-size: 0.6em;
	line-height: 0.8em;
	color: #8f8f8f;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0px 0px 6px 6px;
	top: -1px;
	right: 2px;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
}

.campaignCardResultCardEntryStatusBadge.SCHEDULED {
	background-color: #22292f;
}

.campaignCardResultCardEntryStatusBadge.PUBLISHED {
	background-color: #607180;
	color: #242424;
}

.campaignCardResultCardEntryStatusBadge.DELIVERED {
	background-color: #607180;
	color: #242424;
}

.campaignCardResultCardEntryStatusBadge.VIEWED {
	background-color: #6f8aa0;
	color: #222;
}

.myCardsCardResultCardEntryChatBadge,
.myLettersCardResultCardEntryChatBadge,
.campaignCardResultCardEntryChatBadge {
	position: absolute;
	padding: 2px 4px;
	font-size: 0.6em;
	line-height: 0.8em;
	color: #070707;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 20px;
	bottom: 13px;
	right: -2px;
	box-shadow: 2px 2px 5px rgba(15,15,15,0.5);
	background-color: #a657ea;
	font-size: 0.6em;
}

.myCardsCardResultCardEntryChatBadge:empty {
	display: none;
}
.campaignCardResultCardEntryChatBadge:empty {
	display: none;
}
.myLettersCardResultCardEntryChatBadge:empty {
	display: none;
}

.ellipsisOverflow {
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.listEntrySmallData {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #d0d0d0;
}

.listEntryTitle {
	overflow: hidden;
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 90%;
}

.listEntryLoungesTitle {
	overflow: hidden;
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.listEntryGrayText {
	color: #656565;
}

.listEntryGreenText {
	color: #72fbbb;
}

.listEntryDetailsLink {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 10px;
	vertical-align: bottom;
	color: #858585;
}

.userGroupNameView {
	display: inline-block;
	font-size: 1.4em;
	padding: 5px 5px 5px 10px;
	text-align: left;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-o-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.deleteGroupIcon {
	display: inline-block;
	cursor: pointer;
	color: #555;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 0.9em;
}

.deleteGroupIcon:hover {
	color: #b900ad;
}

.removeUserGroupMemberIcon {
	position: absolute;
	right: 15px;
	bottom: 10px;
	cursor: pointer;
	color: #555;
	font-size: 1.2em;
}

.removeUserGroupMemberIcon:hover {
	color: #b900ad;
}

.editGroupIcon {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	color: #555;
	position: absolute;
	right: 50px;
	top: 5px;
}

.editGroupIcon:hover {
	color: #3383ff;
}


.actionItemEditIcon {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	color: #555;
	position: absolute;
	right: 50px;
	top: 5px;
}

.actionItemEditIcon:hover {
	color: #3383ff;
}

.actionItemDeleteIcon {
	display: inline-block;
	cursor: pointer;
	color: #555;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 0.9em;
}

.actionItemDeleteIcon:hover {
	color: #b900ad;
}


.sectionInfo {
	font-size: 0.8em;
	color: #979797;
	line-height: 1.2em;
	vertical-align: top;
	font-style: italic;
}
.sectionInfoDark {
	font-size: 0.8em;
    color: #151515;
	line-height: 1.2em;
	vertical-align: top;
	max-width: 600px;
	font-style: italic;
}

.sectionInfoHeading {
	font-size: 0.8em;
	/*color: #8e8e8e;*/
  color: #252525;
	line-height: 1.2em;
	vertical-align: top;
	max-width: 600px;
}

.licenseConfigLabel {
	text-align: left;
	padding: 5px 20px 0px 0px;
	width: 180px;
	display: inline-block;
	font-size: 1.2em;
	white-space: nowrap;
}

.licenseCountDiv {
	display: inline-block;
}

.licenseCountButton {
	cursor: pointer;
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

.licenseCountButton:hover {
	color: white;
}

.licenseCountDisplay {
	display: inline-block;
	background-color: rgba(255,255,255,0.86);
	padding: 0px 5px 0px 5px;
	text-align: center;
	width: 50px;
	line-height: 1.5em;
	pointer-events: none;
	color: #252525;
}

.storageEntryCard {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.23);
	background-color: rgba(126, 126, 126, 0.4);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 10px;
	position: relative;
	width: 470px;
	color: #000;
}

.storageBaseConfigLabel {
	text-align: left;
	display: inline-block;
	font-size: 1em;
	color: #888;
	white-space: nowrap;
}

.storageExtraConfigLabel {
	text-align: left;	
	display: inline-block;
	font-size: 1.1em;
	white-space: nowrap;
}

.storageSpaceDiv {
	display: inline-block;
	text-align: center;
}

.storageSpaceUnit {
	display: inline-block;
	width: 60px;
	text-align: left;
	color: #606060;
	padding-left: 5px;
}


.storageSpaceDisplay {
	display: inline-block;
	padding: 5px 5px 0px 5px;
	text-align: center;
	width: 50px;
	line-height: 0.9em;
	pointer-events: none;
	color: #606060;
}

.storageDetailsDiv {
    background-color: rgba(0,0,0,0.2);
    width: fit-content;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-left: 40px;
}

.entryCardInfo {
	font-size: 0.95em;
	font-style: italic;
	color: #080808;
}

.guaranteeSection {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-family: 'Lane';
    line-height: 2.5em;
    color: #d5d5d5;
}

.markerUnderline {
	background-image: url("/images/markerUnderline.svg");
    /*background-image: url("data:image/svg+xml,%3Csvg width='662' height='52' viewBox='0 0 662 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 18.54645,30.12623 C 75.930157,23.002897 403.11234,6.1722577 644.21669,34.035139' stroke='%235DC395' stroke-opacity='0.6' stroke-width='37.0929' stroke-linecap='round'/%3E%3C/svg%3E%0A");*/
    background-repeat: no-repeat;
    background-size: 80%;    
    background-position: center bottom;
    display: inline-Block;
}

.italic {
	font-style: italic;
}

.clickable {
	cursor: pointer;
}

.textCursor {
	cursor: text;
}

.centeredDiv {
	position: relative;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.passwordToggle {
	cursor: pointer;
	pointer-events: all;
	color: #757575;
}

.dataName {
	white-space: nowrap;
}

.entryDescriptionText {
	font-size: 0.6em;
	font-style: italic;
	color: #a2a2a2;
	white-space: normal;
	padding-top: 15px;
	line-height: 1.2em;
	max-height: 40px;	
	overflow: hidden;
	white-space: nowrap;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 95%;
}

.dataText {
	color: white;
	padding-left: 10px;
	text-align: left;
	line-height: 1.3em;
}

.panelInfoSmall {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #848484;
	max-width: 600px;
}

.greenText {
	color: #0eff1d;
}

.highlightTextGreen {
	color: #67ff51;
	font-size: 1.5em;
}

.highlightGreen {
	color: #67ff51;
}

.lightGreen {
   color: #b6df79
}

.redText {
	color: #ff6784;
}

.blueText {
	color: #2983e4;
}

.trialColor {
	/*color: #26ec20;*/
	color: #00d59b;
}

.warningSection {
	text-align: left;
	padding-top: 20px;
	display: flex;
}

.widgetWarningIcon {
	display: inline-block;
	color: #3aae93;
	font-size: 1.2em;
	margin-right: 5px;
}

.widgetWarningInfo {
	font-size: 0.8em;
	color: #3aae93;
	line-height: 1.2em;
	vertical-align: top;
	font-style: italic;
	display: inline-block;
	flex: 1;
}

.staticTextarea {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 8px;
	background-color: #1e1e1e;
	margin: 0px 6px 0px 6px;
	padding: 20px 10px 20px 10px;
	font-size: 0.9em;
	word-break: break-word;
	display: inline-block;
	position: relative;
	cursor: text;
	width: 100%;
	border: 1px solid transparent;
	resize: none;
	line-height: 0.9em;
	overflow: hidden;
	white-space: break-spaces;
}

#widgetConfigPage .staticTextarea {
	background-color: #2d2d2d;
}

#myAccountPage .staticTextarea {
	background-color: #343434;
}

.lightColor {
	color: #d0d0d0;
}

.bodyColor {
	color: #e1e1e1;
}

.disabledColor {
	color: #626262;
}

.errorColor {
	/*color: #910095;*/
	/*color: #ff5ff5;*/
  color: #f700e7;
}

.errorPageInfo {
	text-align: center;
	font-size: 2em;
	line-height: 1.3em;
}

.payNowColor {
	color: #d760db;
}

.saveNotice {
	color: #f524de;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.2em;
}

.cardErrorColor {
	color: #ff51ec;
}


.error_message {
	color: #f700e7;
	font-style: italic;
}

.errorMessage {
	display: none;
	color: #f700e7;
	padding-bottom: 10px;
}

.errorMessageDisplay {
	color: #f700e7;
	padding-bottom: 10px;
}

.comingSoonDiv {
	/* margin: auto; */
	font-size: 4em;
	color: #f700e7;
	font-style: italic;
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* top: 0; */
	/* bottom: 0; */
	text-align: center;
	height: fit-content;
	line-height: 1em;
	max-width: 90%;
	opacity: 1;
	animation: blinkingComingSoon 8s ease infinite;
	margin-bottom: 60px;
	font-family: "Lane", sans-serif;
}

@keyframes blinkingComingSoon {
    50% {
        opacity: 0;
    }
}

.comingSoonInfoWrapper {
	max-width: 60%;
	text-align: center;
	font-family: "Lane",sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #a8a8a8;
}

.waitingListButtonWrapper {
	margin: 30px 0px 60px 0px;
}

.waitingListButton {
	background-color: transparent;
	border: 1px solid #8a8a8a;
	border-radius: 10px;
	padding: 20px;	
	color: #e6e6e6;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
} 

.waitingListButton:hover {
	background-color: #00fb27;
	color: #000;
}

.noWrap {
	white-space: nowrap;
}

.normalWrap {
	white-space: normal;
}

.anywhereWrap {
	word-wrap: anywhere;
}

.absolutePositioned {
	position: absolute;
}

.rightFloated {
	float: right;
}

.leftFloated {
	float: left;
}

.top-aligned {
	vertical-align: top;
}

.middle-aligned {
	vertical-align: middle;
}

.right-aligned {
	text-align: right;
}

.left-aligned {
	text-align: left;
}

.bottom-aligned {
	vertical-align: bottom;
}

.center-aligned {
	text-align: center;
}

.self-center-aligned {
	align-self: center;
}

.clearBoth {
	clear: both;
}

.socialImage18 {
	width: 18px;
	height: 18px;
}

.socialImage29 {
	width: 29px;
	height: 29px;
}
.socialImagePadded29 {
	width: 29px;
	height: 29px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Payment Selection Styling */

fieldset {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),
    0 4px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: none;
  overflow: hidden;
}

fieldset label {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 42px;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  color: #8898aa;
  font-weight: 400;
}

fieldset label:not(:last-child) {
  border-bottom: 1px solid #f0f5fa;
}

fieldset label span {
  padding: 0 15px;
  text-align: right;
}

fieldset .redirect label span {
  width: 100%;
  text-align: center;
}

.field {
  flex: 1;
  padding: 5px 10px;
  background: transparent;
  font-weight: 400;
  color: #31325f;
  outline: none;
  cursor: text;
}

.field::-webkit-input-placeholder {
  color: #aab7c4;
}
.field::-moz-placeholder {
  color: #aab7c4;
}
.field:-ms-input-placeholder {
  color: #aab7c4;
}

input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #666ee8;
  transition: background-color 100000000s;
  animation: 1ms void-animation-out 1s;
  -webkit-animation: 1ms void-animation-out 1s;
}


/* Checkout */

#checkout {
  width: 100%;
  vertical-align: top;
}


/* Payment Request */

#payment-request {
  display: none;
  opacity: 0;
  min-height: 100px;
  padding: 20px 0;
  transition: visibility 0s, opacity 0.3s ease-in;
}

#payment-request.visible {
  visibility: visible;
  opacity: 1;
}

#payment-form {
  padding: 10px 15px 15px;
}

/* Form */

.countrySelectDiv {
  /*background: rgba(0,0,0,0.5);*/
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),
    0 4px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: none;
  overflow: hidden;
  margin-bottom: 10px;
  vertical-align: middle;
  height: 35px;
}

/*.countrySelectEntry {
	background-color: #252525;
}*/

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 8px dashed;
  border-top: 8px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.caretUp {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 8px dashed;
  border-bottom: 8px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.selectCaret {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

selectCaret.dark {
	color: #222;
}

p.tip {
  margin: -20px auto 10px;
  padding: 5px 0 5px 30px;
  font-size: 0.9em;
  line-height: 1.1em;
  background: url(../images/tip2.svg) left center no-repeat;
  vertical-align: top;
}

.tip {
	clear: both;
	padding: 0px 0px 0px 30px;
  	font-size: 0.9em;
  	line-height: 1.1em;
  	background: url(../images/tip2.svg) left center no-repeat;
  	vertical-align: top;
}


.countrySelect {
  width: 100%;
  font-size: 14px;
  border-style: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #252525;
  cursor: pointer;
  background: transparent;
  padding-top: 2px;
  /*height: 30px;*/
  padding: 5px;
}

.stateSelect {
	width: 100%;
	font-size: 14px;
	border-style: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #252525;
	cursor: pointer;
	background: transparent;
	padding-top: 2px;
	height: 35px;
	margin-left: 10px;
}

.currencySelectWrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-right: 20px;
}

.currencySelect {
  width: 100%;
  font-size: 14px;
  border-style: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #313b3f;
  cursor: pointer;
  background: transparent;
  padding-top: 2px;
  height: 30px;
  line-height: 1.4em;
}

.pointer {
	cursor: pointer;
}

.pointerEventsAll {
	pointer-events: all;
}

.pointerEventsNone {
	pointer-events: none;
}


.country {
  display: flex;
  align-items: center;
}


.country::before {
  display: inline-flex;
  content: '';
  background: url(../images/flags.png);
  background-position: -1000px -1000px;
  background-repeat: no-repeat;
  margin-left: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),
    0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.country.AF::before {
  	width: 25px;
  	height: 15px;
  	background-position: 0px 0px;
}
.country.EG::before {
  	width: 25px;
  	height: 15px;
  	background-position: -31px 0px;
}
.country.AL::before {
  	width: 21px;
  	height: 15px;
  	background-position: -62px 0px;
}
.country.DZ::before {
  	width: 23px;
  	height: 15px;
  	background-position: -93px 0px;
}
.country.AD::before {
  	width: 21px;
  	height: 15px;
  	background-position: -125px 0px;
}
.country.AO::before {
	width: 23px;
	height: 15px;
  	background-position: -156px 0px;
}
.country.AG::before {
	width: 23px;
	height: 15px;
  	background-position: -187px 0px;
}
.country.GQ::before {
	width: 23px;
	height: 15px;
  	background-position: -219px 0px;
}
.country.AR::before {
	width: 24px;
	height: 15px;
  	background-position: -249px 0px;
}
.country.AM::before {
	width: 24px;
	height: 15px;
  	background-position: -279px 0px;
}
.country.AZ::before {
	width: 24px;
	height: 15px;
  	background-position: -311px 0px;
}
.country.ET::before {
	width: 24px;
	height: 15px;
  	background-position: -342px 0px;
}
.country.AU::before {
	width: 28px;
	height: 14px;
  	background-position: -373px 0px;
}
.country.BS::before {
	width: 28px;
	height: 14px;
  	background-position: -404px 0px;
}
.country.BH::before {
	width: 25px;
	height: 15px;
  	background-position: -433px 0px;
}
.country.BD::before {
	width: 25px;
	height: 15px;
  	background-position: -466px 0px;
}
.country.BB::before {
	width: 23px;
	height: 15px;
  	background-position: -495px 0px;
}
.country.BE::before {
	width: 23px;
	height: 15px;
  	background-position: 0px -25px;
}
.country.BZ::before {
	width: 23px;
	height: 15px;
  	background-position: -32px -25px;
}
.country.BJ::before {
	width: 23px;
	height: 15px;
  	background-position: -62px -25px;
}
.country.BT::before {
	width: 23px;
	height: 15px;
  	background-position: -94px -25px;
}
.country.BO::before {
	width: 22px;
	height: 15px;
  	background-position: -124px -25px;
}
.country.BA::before {
	width: 28px;
	height: 14px;
  	background-position: -157px -25px;
}
.country.BW::before {
	width: 23px;
	height: 15px;
  	background-position: -188px -25px;
}
.country.BR::before {
	width: 21px;
	height: 15px;
  	background-position: -220px -25px;
}
.country.BN::before {
	width: 28px;
	height: 14px;
  	background-position: -250px -25px;
}
.country.BG::before {
	width: 25px;
	height: 15px;
  	background-position: -279px -25px;
}
.country.BF::before {
	width: 23px;
	height: 15px;
  	background-position: -311px -25px;
}
.country.BI::before {
	width: 25px;
	height: 15px;
  	background-position: -342px -25px;
}
.country.CL::before {
	width: 23px;
	height: 15px;
  	background-position: -373px -25px;
}
.country.TW::before {
	width: 23px;
	height: 15px;
  	background-position: -404px -25px;
}
.country.CN::before {
	width: 23px;
	height: 15px;
  	background-position: -435px -25px;
}
.country.HK::before {
	width: 23px;
	height: 15px;
  	background-position: -466px -25px;
}
.country.MO::before {
	width: 23px;
	height: 15px;
  	background-position: -495px -25px;
}
.country.CK::before {
	width: 28px;
	height: 14px;
  	background-position: -2px -50px;
}
.country.CR::before {
	width: 25px;
	height: 15px;
  	background-position: -33px -50px;
}
.country.DK::before {
	width: 20px;
	height: 15px;
  	background-position: -62px -50px;
}
.country.FO::before {
	width: 21px;
	height: 15px;
  	background-position: -93px -50px;
}
.country.GL::before {
	width: 23px;
	height: 15px;
  	background-position: -124px -50px;
}
.country.DE::before {
	width: 25px;
	height: 15px;
  	background-position: -155px -50px;
}
.country.DM::before {
	width: 28px;
	height: 14px;
  	background-position: -187px -50px;
}
.country.DO::before {
	width: 23px;
	height: 15px;
  	background-position: -220px -50px;
}
.country.DJ::before {
	width: 23px;
	height: 15px;
  	background-position: -249px -50px;
}
.country.EC::before {
	width: 23px;
	height: 15px;
  	background-position: -280px -50px;
}
.country.SV::before {
	width: 26px;
	height: 15px;
  	background-position: -311px -50px;
}
.country.CI::before {
	width: 23px;
	height: 15px;
  	background-position: -342px -50px;
}
.country.ER::before {
	width: 28px;
	height: 14px;
  	background-position: -373px -50px;
}
.country.EE::before {
	width: 24px;
	height: 15px;
  	background-position: -404px -50px;
}
.country.FJ::before {
	width: 28px;
	height: 14px;
  	background-position: -435px -50px;
}
.country.FI::before {
	width: 24px;
	height: 15px;
  	background-position: -466px -50px;
}
.country.FR::before {
	width: 23px;
	height: 15px;
  	background-position: -495px -50px;
}
.country.GA::before {
	width: 20px;
	height: 15px;
  	background-position: 0px -75px;
}
.country.GM::before {
	width: 23px;
	height: 15px;
  	background-position: -31px -75px;
}
.country.GE::before {
	width: 23px;
	height: 15px;
  	background-position: -63px -75px;
}
.country.GH::before {
	width: 23px;
	height: 15px;
  	background-position: -94px -75px;
}
.country.GD::before {
	width: 28px;
	height: 15px;
  	background-position: -124px -75px;
}
.country.GR::before {
	width: 23px;
	height: 15px;
  	background-position: -155px -75px;
}
.country.GT::before {
	width: 25px;
	height: 15px;
  	background-position: -187px -75px;
}
.country.GN::before {
	width: 23px;
	height: 15px;
  	background-position: -220px -75px;
}
.country.GW::before {
	width: 28px;
	height: 14px;
  	background-position: -249px -75px;
}
.country.GY::before {
	width: 26px;
	height: 15px;
  	background-position: -280px -75px;
}
.country.HT::before {
	width: 26px;
	height: 15px;
  	background-position: -311px -75px;
}
.country.HN::before {
	width: 28px;
	height: 14px;
  	background-position: -342px -75px;
}
.country.IN::before {
	width: 23px;
	height: 15px;
  	background-position: -373px -75px;
}
.country.ID::before {
	width: 23px;
	height: 15px;
  	background-position: -404px -75px;
}
.country.IQ::before {
	width: 23px;
	height: 15px;
  	background-position: -435px -75px;
}
.country.IR::before {
	width: 26px;
	height: 15px;
  	background-position: -466px -75px;
}
.country.IE::before {
	width: 29px;
	height: 14px;
  	background-position: -1px -100px;
}
.country.IS::before {
	width: 21px;
	height: 15px;
  	background-position: -32px -100px;
}
.country.IL::before {
	width: 21px;
	height: 15px;
  	background-position: -63px -100px;
}
.country.IT::before {
	width: 23px;
	height: 15px;
  	background-position: -94px -100px;
}
.country.JM::before {
	width: 29px;
	height: 14px;
  	background-position: -125px -100px;
}
.country.JP::before {
	width: 23px;
	height: 15px;
  	background-position: -156px -100px;
}
.country.YE::before {
	width: 23px;
	height: 15px;
  	background-position: -187px -100px;
}
.country.JO::before {
	width: 28px;
	height: 14px;
  	background-position: -220px -100px;
}
.country.KH::before {
	width: 23px;
	height: 15px;
  	background-position: -249px -100px;
}
.country.CM::before {
	width: 23px;
	height: 15px;
  	background-position: -280px -100px;
}
.country.CA::before {
	width: 29px;
	height: 14px;
  	background-position: -311px -100px;
}
.country.CV::before {
	width: 26px;
	height: 15px;
  	background-position: -342px -100px;
}
.country.KZ::before {
	width: 28px;
	height: 14px;
  	background-position: -372px -100px;
}
.country.QA::before {
	width: 36px;
	height: 14px;
  	background-position: -403px -100px;
}
.country.KE::before {
	width: 25px;
	height: 15px;
  	background-position: -465px -100px;
}
.country.KG::before {
	width: 26px;
	height: 15px;
  	background-position: -493px -100px;
}
.country.KI::before {
	width: 28px;
	height: 14px;
  	background-position: -1px -125px;
}
.country.CO::before {
	width: 23px;
	height: 15px;
  	background-position: -32px -125px;
}
.country.KM::before {
	width: 25px;
	height: 15px;
  	background-position: -62px -125px;
}
.country.CD::before {
	width: 20px;
	height: 15px;
  	background-position: -93px -125px;
}
.country.CG::before {
	width: 23px;
	height: 15px;
  	background-position: -124px -125px;
}
.country.KR::before {
	width: 23px;
	height: 15px;
  	background-position: -156px -125px;
}
.country.XK::before {
	width: 21px;
	height: 15px;
  	background-position: -187px -125px;
}
.country.HR::before {
	width: 28px;
	height: 14px;
  	background-position: -220px -125px;
}
.country.CU::before {
	width: 28px;
	height: 14px;
  	background-position: -248px -125px;
}
.country.KW::before {
	width: 28px;
	height: 14px;
  	background-position: -279px -125px;
}
.country.LA::before {
	width: 23px;
	height: 15px;
  	background-position: -311px -125px;
}
.country.LS::before {
	width: 23px;
	height: 15px;
  	background-position: -342px -125px;
}
.country.LV::before {
	width: 28px;
	height: 14px;
  	background-position: -373px -125px;
}
.country.LB::before {
	width: 23px;
	height: 15px;
  	background-position: -404px -125px;
}
.country.LR::before {
	width: 28px;
	height: 15px;
  	background-position: -434px -125px;
}
.country.LY::before {
	width: 29px;
	height: 14px;
  	background-position: -466px -125px;
}
.country.LI::before {
	width: 25px;
	height: 15px;
  	background-position: 0px -150px;
}
.country.LT::before {
	width: 25px;
	height: 15px;
  	background-position: -31px -150px;
}
.country.LU::before {
	width: 25px;
	height: 15px;
  	background-position: -62px -150px;
}
.country.MG::before {
	width: 23px;
	height: 15px;
  	background-position: -93px -150px;
}
.country.MW::before {
	width: 24px;
	height: 15px;
  	background-position: -124px -150px;
}
.country.MY::before {
	width: 28px;
	height: 14px;
  	background-position: -155px -150px;
}
.country.MV::before {
	width: 25px;
	height: 15px;
  	background-position: -186px -150px;
}
.country.ML::before {
	width: 24px;
	height: 15px;
  	background-position: -220px -150px;
}
.country.MT::before {
	width: 23px;
	height: 15px;
  	background-position: -248px -150px;
}
.country.MA::before {
	width: 24px;
	height: 15px;
  	background-position: -279px -150px;
}
.country.MH::before {
	width: 28px;
	height: 15px;
  	background-position: -310px -150px;
}
.country.MR::before {
	width: 24px;
	height: 15px;
  	background-position: -342px -150px;
}
.country.MU::before {
	width: 23px;
	height: 15px;
  	background-position: -373px -150px;
}
.country.MK::before {
	width: 29px;
	height: 14px;
  	background-position: -404px -150px;
}
.country.MX::before {
	width: 27px;
	height: 15px;
  	background-position: -435px -150px;
}
.country.FM::before {
	width: 27px;
	height: 15px;
  	background-position: -467px -150px;
}
.country.MD::before {
	width: 28px;
	height: 14px;
  	background-position: -1px -175px;
}
.country.MC::before {
	width: 19px;
	height: 15px;
  	background-position: -32px -175px;
}
.country.MN::before {
	width: 30px;
	height: 14px;
  	background-position: -62px -175px;
}
.country.ME::before {
	width: 32px;
	height: 14px;
  	background-position: -93px -175px;
}
.country.MZ::before {
	width: 23px;
	height: 15px;
  	background-position: -124px -175px;
}
.country.MM::before {
	width: 26px;
	height: 15px;
  	background-position: -155px -175px;
}
.country.NA::before {
	width: 23px;
	height: 15px;
  	background-position: -186px -175px;
}
.country.NR::before {
	width: 28px;
	height: 14px;
  	background-position: -219px -175px;
}
.country.NP::before {
	width: 12px;
	height: 15px;
  	background-position: -248px -175px;
}
.country.NZ::before {
	width: 30px;
	height: 14px;
  	background-position: -279px -175px;
}
.country.NI::before {
	width: 28px;
	height: 15px;
  	background-position: -310px -175px;
}
.country.NL::before {
	width: 23px;
	height: 15px;
  	background-position: -341px -175px;
}
.country.AW::before {
	width: 23px;
	height: 15px;
  	background-position: -372px -175px;
}
.country.CW::before {
	width: 23px;
	height: 15px;
  	background-position: -403px -175px;
}
.country.SX::before {
	width: 23px;
	height: 15px;
  	background-position: -434px -175px;
}
.country.NE::before {
	width: 19px;
	height: 15px;
  	background-position: -465px -175px;
}
.country.NG::before {
	width: 32px;
	height: 14px;
  	background-position: -489px -175px;
}
.country.NU::before {
	width: 28px;
	height: 14px;
  	background-position: -1px -200px;
}
.country.NO::before {
	width: 24px;
	height: 15px;
  	background-position: -31px -200px;
}
.country.OM::before {
	width: 28px;
	height: 14px;
  	background-position: -62px -200px;
}
.country.AT::before {
	width: 23px;
	height: 15px;
  	background-position: -93px -200px;
}
.country.TL::before {
	width: 28px;
	height: 14px;
  	background-position: -124px -200px;
}
.country.PK::before {
	width: 26px;
	height: 15px;
  	background-position: -155px -200px;
}
.country.PS::before {
	width: 28px;
	height: 14px;
  	background-position: -186px -200px;
}
.country.PW::before {
	width: 27px;
	height: 15px;
  	background-position: -219px -200px;
}
.country.PA::before {
	width: 23px;
	height: 15px;
  	background-position: -249px -200px;
}
.country.PG::before {
	width: 22px;
	height: 15px;
  	background-position: -279px -200px;
}
.country.PY::before {
	width: 30px;
	height: 15px;
  	background-position: -310px -200px;
}
.country.PE::before {
	width: 26px;
	height: 15px;
  	background-position: -341px -200px;
}
.country.PH::before {
	width: 30px;
	height: 14px;
  	background-position: -372px -200px;
}
.country.PL::before {
	width: 25px;
	height: 15px;
  	background-position: -403px -200px;
}
.country.PT::before {
	width: 25px;
	height: 15px;
  	background-position: -434px -200px;
}
.country.RW::before {
	width: 25px;
	height: 15px;
  	background-position: -465px -200px;
}
.country.RO::before {
	width: 26px;
	height: 15px;
  	background-position: -494px -200px;
}
.country.RU::before {
	width: 25px;
	height: 15px;
  	background-position: -1px -225px;
}
.country.SB::before {
	width: 28px;
	height: 14px;
  	background-position: -31px -225px;
}
.country.ZM::before {
	width: 26px;
	height: 15px;
  	background-position: -62px -225px;
}
.country.WS::before {
	width: 28px;
	height: 14px;
  	background-position: -93px -225px;
}
.country.SM::before {
	width: 22px;
	height: 15px;
  	background-position: -124px -225px;
}
.country.ST::before {
	width: 32px;
	height: 14px;
  	background-position: -155px -225px;
}
.country.SA::before {
	width: 26px;
	height: 15px;
  	background-position: -186px -225px;
}
.country.SE::before {
	width: 27px;
	height: 15px;
  	background-position: -219px -225px;
}
.country.CH::before {
	width: 17px;
	height: 15px;
  	background-position: -248px -225px;
}
.country.SN::before {
	width: 26px;
	height: 15px;
  	background-position: -279px -225px;
}
.country.RS::before {
	width: 25px;
	height: 15px;
  	background-position: -310px -225px;
}
.country.SC::before {
	width: 30px;
	height: 14px;
  	background-position: -341px -225px;
}
.country.SL::before {
	width: 25px;
	height: 15px;
  	background-position: -372px -225px;
}
.country.ZW::before {
	width: 30px;
	height: 14px;
  	background-position: -403px -225px;
}
.country.SG::before {
	width: 25px;
	height: 15px;
  	background-position: -434px -225px;
}
.country.SK::before {
	width: 26px;
	height: 15px;
  	background-position: -465px -225px;
}
.country.VA::before {
	width: 17px;
	height: 15px;
  	background-position: -496px -225px;
}
.country.SI::before {
	width: 30px;
	height: 14px;
  	background-position: -1px -250px;
}
.country.SO::before {
	width: 26px;
	height: 15px;
  	background-position: -31px -250px;
}
.country.ES::before {
	width: 26px;
	height: 15px;
  	background-position: -62px -250px;
}
.country.LK::before {
	width: 32px;
	height: 14px;
  	background-position: -93px -250px;
}
.country.KN::before {
	width: 26px;
	height: 15px;
  	background-position: -124px -250px;
}
.country.LC::before {
	width: 30px;
	height: 14px;
  	background-position: -155px -250px;
}
.country.VC::before {
	width: 26px;
	height: 15px;
  	background-position: -186px -250px;
}
.country.ZA::before {
	width: 26px;
	height: 15px;
  	background-position: -219px -250px;
}
.country.SD::before {
	width: 30px;
	height: 14px;
  	background-position: -248px -250px;
}
.country.SS::before {
	width: 30px;
	height: 14px;
  	background-position: -279px -250px;
}
.country.SR::before {
	width: 26px;
	height: 15px;
  	background-position: -310px -250px;
}
.country.SZ::before {
	width: 26px;
	height: 15px;
  	background-position: -341px -250px;
}
.country.SY::before {
	width: 26px;
	height: 15px;
  	background-position: -372px -250px;
}
.country.TJ::before {
	width: 30px;
	height: 14px;
  	background-position: -403px -250px;
}
.country.TZ::before {
	width: 26px;
	height: 15px;
  	background-position: -434px -250px;
}
.country.TH::before {
	width: 26px;
	height: 15px;
  	background-position: -465px -250px;
}
.country.TG::before {
	width: 27px;
	height: 15px;
  	background-position: -493px -250px;
}
.country.TO::before {
	width: 30px;
	height: 14px;
  	background-position: -1px -275px;
}
.country.TT::before {
	width: 28px;
	height: 15px;
  	background-position: -31px -275px;
}
.country.TD::before {
	width: 26px;
	height: 15px;
  	background-position: -62px -275px;
}
.country.CZ::before {
	width: 26px;
	height: 15px;
  	background-position: -93px -275px;
}
.country.TN::before {
	width: 25px;
	height: 15px;
  	background-position: -124px -275px;
}
.country.TR::before {
	width: 26px;
	height: 15px;
  	background-position: -155px -275px;
}
.country.TM::before {
	width: 26px;
	height: 15px;
  	background-position: -186px -275px;
}
.country.TV::before {
	width: 30px;
	height: 14px;
  	background-position: -219px -275px;
}
.country.UG::before {
	width: 26px;
	height: 15px;
  	background-position: -251px -275px;
}
.country.UA::before {
	width: 26px;
	height: 15px;
  	background-position: -279px -275px;
}
.country.HU::before {
	width: 30px;
	height: 14px;
  	background-position: -310px -275px;
}
.country.UY::before {
	width: 26px;
	height: 15px;
  	background-position: -341px -275px;
}
.country.UZ::before {
	width: 30px;
	height: 14px;
  	background-position: -372px -275px;
}
.country.VU::before {
	width: 28px;
	height: 15px;
  	background-position: -403px -275px;
}
.country.VE::before {
	width: 26px;
	height: 15px;
  	background-position: -434px -275px;
}
.country.AE::before {
	width: 30px;
	height: 14px;
  	background-position: -465px -275px;
}
.country.US::before {
	width: 28px;
	height: 15px;
  	background-position: -1px -300px;
}
.country.GB::before {
	width: 32px;
	height: 14px;
  	background-position: -31px -300px;
}
.country.VN::before {
	width: 26px;
	height: 15px;
  	background-position: -62px -300px;
}
.country.BY::before {
	width: 32px;
	height: 14px;
  	background-position: -93px -300px;
}
.country.EH::before {
	width: 32px;
	height: 14px;
  	background-position: -124px -300px;
}
.country.CF::before {
	width: 26px;
	height: 15px;
  	background-position: -155px -300px;
}
.country.CY::before {
	width: 26px;
	height: 15px;
  	background-position: -186px -300px;
}

/* Payment Methods */

.paymentRadio {
  flex: 1;
  border-style: none;
  outline: none;
  color: #313b3f;
}

#payment-methods {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #757575;
  height: 27px;
}

.paymentMethodList {
	padding-left: 0;
	margin-left: 0;
	margin-top: 5px;
	white-space: nowrap;
}

#payment-methods li {
  display: none;
  color: #757575;
}

#payment-methods li.visible {
  display: inline-block;
  margin: 0 15px 0 0;
  list-style: none;
}

#payment-methods input {
  display: none;
}

#payment-methods label {
  display: flex;
  flex: 1;
  cursor: pointer;
}

#payment-methods input + label {
  position: relative;
  padding: 0 5px;
  margin: 0 15px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

#payment-methods label::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 26px;
  left: 0;
  border-bottom: 1px solid #82f7a5;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.25s ease-in-out;
}

#payment-methods label:hover {
  color: #fff;
  cursor: pointer;
}

#payment-methods input:checked + label {
  color: #fff;
}

#payment-methods label:hover::before,
#payment-methods input:checked + label::before {
  visibility: visible;
  transform: scaleX(1);
}

.payment-info {
  display: none;
}

.payment-info:not(.creditCard) {
  margin-bottom: 15px;
}

#payment-methods.visible,
.payment-info.visible {
  display: block;
}

.payment-info.creditCard.visible {
  text-align: left;
}

.payment-info p.notice {
  font-size: 14px;
  color: #aaa;
}

#wechat-qrcode img {
  margin: 0 auto;
}

#paymentMethodTitle {
  clear: both;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 500;
}

#billingAddressTitle {
  margin: 15px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 500;
}

.fieldLabel {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 11px;
  font-weight: 500;
  text-align: left;
  margin-top: -8px;
  margin-left: -3px;
  height: 10px;
  margin-bottom: 10px;
}

#card-errors {
	display: none;
	color: #f002f7;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
	text-align: left;
	height: 20px;
	padding-left: 5px;
}

#processingError {
	color: #f002f7;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 10px;
	display: none;
}

#paymentPageProcessingError {
	color: #f002f7;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: left;
}

@media screen and (orientation: portrait) {
	.mobileMenu {
		display: inline-block;
	}
	
	.btn-trial {
    	height: 45px;    
    	font-size: 22px;    
	}
	
	.headerText {
	    font-size: 1em;
	    line-height: 1.2em;
	    font-family: "RobotoLight";
	    text-align: center;
	}
	
	.aboutWrapper {
		width: 90%;
	}
	
	.legalPanel {	
		max-width: 90%;
	}
	
	.privacyPanelHeading {    
    	font-size: 1.8em;   
	}
	
	.privacySectionHeading {    
    	font-size: 1.3em;  
	}
	
	.privacySectionSubHeading {
    	font-size: 1em;    
	}
	
	.privacyPanelContentWrapper {	
		padding: 15px;
	}
	
	#iubenda_policy.iubenda_vip_policy h1 {	
		font-size: 1.7em;
		line-height: 1.2em;	
	}
	
	#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h2 {	
		font-size: 1.5em;	
	}
	
	#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h3 {	
		font-size: 1.3em;	
	}
	
	#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h4 {	
		font-size: 1.1em;	
	}
	
	#iubenda_policy.iubenda_vip_policy ul li {	
		margin-left: 5px;	
	}
	
	.showcaseItemCaret {	
		color: #dbdbdb;
	}
	
	.myAccountEditView {
		padding: 5px;
	}
	
	.subMenubar {
		display: inline-block;
	}
	
	.subMobileMenuBack {
		display: inline-block;
	}
	
	.accountMenu {
		display: none;
	}
	
	.menu_dropdown {
		position: fixed;
		background-color: #0c0d10;
		top: 0;
		right: 0px;
		z-index: 49;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
		padding: 5px 0px 0px 0px;
		height: 100%;
		min-height: 100%;	
	}
	
	.dropdownMenuLinkActive {
		font-size: 16px;
	}
	
	.dropdownMenuLink {
		font-size: 16px;
	}

	.mobileContent {
		display: inline-block;
	}
	
	body {	
		font-size: 16px;
	}
	
	.featureSection {
		width: 100%;
	}
	
	.heading.subheading {			
		padding: 0px 30px 50px 30px;
	}
	
	.teaserSection {
		width: 100%;
	}
	
	.sectionHeading {
		text-align: left;
		padding-left: 20px;
		font-size: 3em;
	}
	
	.reasonsSection .sectionHeading {	
		margin-left: 0px;
		padding-left: 20px;
	}
	
	.reasonsSection {
		width: 100%;
		padding-right: 20px;
	}
	
	.faqContent {
	width: 90%;	
}
	
	.iconHeadline {	
	line-height: 1em;	
	margin-top: 5px;	
}

.faqSection {
	width: 100%;
}
	
	.navBack {	
		display: none;
	}
	
	#loungeEditDesignDesktopInfo,
	#configureLoungeDesignButton {
		display: none;
	}
	
	#loungeEditDesignMobileInfo {
		display: inline-block;
	}
	
	.loungeEditorPanelContent {
		display: none;
	}
	
	.loungeEditorInfoPanel {
		display: block;
	}
	
	.loungePreviewPanelCloseButton {
		top: -16px;
		right: -6px;	
		color: #ffffff;	
	}
	
	.loungeScenarioImage,
	.loungeScenarioImage img {
		height: 120px
	}
	
	.loungePreviewPanelContent {		
		font-size: calc(0.3rem + 1vw);
	}
}

@media screen and (orientation: landscape) and (max-width: 1023px) and (max-height: 760px) {
	#loungeEditDesignDesktopInfo,
	#configureLoungeDesignButton {
		display: none;
	}
	
	#loungeEditDesignMobileInfo {
		display: inline-block;
	}
	
	.loungeEditorPanelContent {
		display: none;
	}
	
	.loungeEditorInfoPanel {
		display: block;
	}
}

@media screen and (orientation: landscape) and (max-width: 1080px) {
	.mobileMenu {
		display: inline-block;
	}
	
	.subMobileMenuBack {
		display: inline-block;
	}
	
	.accountMenu {
		display: none;
	}
	
	.menu_dropdown {
		position: fixed;
		background-color: #0c0d10;
		top: 0;
		right: 0px;
		z-index: 49;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
		padding: 5px 0px 0px 0px;
		height: 100%;
		min-height: 100%;	
	}
	
	.dropdownMenuLinkActive {
		font-size: 16px;
	}
	
	.dropdownMenuLink {
		font-size: 16px;
	}

	.mobileContent {
		display: inline-block;
	}
	
	.myAccountData,
	.eventData {
		padding-top: 40px;
		min-width: 60%;
		max-width: 90%;
	}
	
	.accountContent {
		padding-top: 40px;
	}
	
	.loungeEditorPanel {	
	max-width: 100%;
}

}


@media screen and (orientation: portrait) and (max-width: 430px) {
	.titleSection .heading {
		font-size: 2.8em;
	}
	
	.heading {	
		font-size: 3em;	
	}
	
	.heading.subheading {	
		font-size: 1.5em;			
	}
	
	.dashboardHeaderShareCardImage {	
		height: 30px;
	}
	
	.dashboardHeaderShareCardIcon {	
		font-size: 1em;	
	}
	
	.wi_headerControls {
		display: flex;	
		margin-right: 15px;
		line-height: unset;	
		justify-content: center;
		align-items: center;
	}
	
	.privacyPanel,
	.termsPanel,
	.aboutPanel {
		max-width: 90%;
	}
	
	.subscriptionEntryCardTitle {
		font-size: 1em;
	}
	
	.inputGroup {
		display: block;
		width: 100%;
	}
	
	.listEntryLoungesTitle {
		overflow: hidden;
		white-space: nowrap;
		-moz-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		text-overflow: ellipsis;
		max-width: 170px;	
		line-height: 1.2em;	
	}
	
	.inputGroupElement {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
	.inputGroup > *:last-child {
  		margin-bottom: 0px;
	}
	
	.eventLoungeMusicIcon {		
		left: -38px;
		top: -11px;
	}
	
	.eventLoungeStarIcon1 {		
		left: 7px;
		top: -8px;
	}
	
	.eventLoungeStarIcon2 {		
		top: -1px;
	}
	
	.eventsTicketIcon {	
		top: 25px;
		left: 4px;
	}
	
	.eventListEntryCard {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);
		background-color: rgba(0, 0, 0, 0.6);
		margin: auto;		
		padding: 10px;
		position: relative;
		width: fit-content;
		max-width: fit-content;
		min-width: 0;
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	.eventListEntryImageDiv {
		display: inline-Block;
		padding-right: unset;
	}
	
	.eventListEntryDescription {
		display: none;
	}
	
	.eventListEntryCard .listEntryImage {
		border-radius: 4px;
		max-width: 280px;
		box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.4);	
	}
	
	.eventListEntryCard .listEntryData {
		font-size: 0.9em;
	}
	
	.eventListEntryDataSection {
		padding-bottom: 8px;
	}
	
	.eventListEntryCard .entryCardMainButton {
		bottom: 2px;
		right: 2px;
		top: unset;	
	}
	
	.overviewEventContainer {
		padding: 20px 0px 40px 0px;		
	}
	
	.overviewEventContainer .eventCarouselHeading {
		padding-left: 20px;
	}
	
	.overviewEventContainer .eventContainerButton {
		text-align: right;
		padding-right: 20px;
	}
	
	.myAccountOverview .sectionDivider {
		margin: auto;
		width: 90%;
	}
	
	.overviewEventContainer .scrollable.default-skin {
		padding-right: 0px;
	}
	
	.eventSetupDescriptionContainer {	
  		flex-direction: column;
	}	
	
	.accountContent .contentTabContainer {		
		grid-gap: 0px;
	}
	
	.eventSetupDescriptionContainer .center-aligned {
		align-self: flex-start;
	}
}

@media screen and (orientation: landscape) and (min-width: 1081px) {
	.titleSection,
	.contentSection,
	.sub_step_content,
	.sub_step_payment {
     	width: 70%;
   	}
   	
   	.desktopMenu {
		display: inline-block;
	}
	
	.myAccountData {
		padding-top: 40px;
		min-width: 60%;
		max-width: 90%;
		/*margin-left: 80px;*/
	}
	
	.eventData {
		min-width: 60%;
		max-width: 90%;
		margin-left: 80px;
	}
}


@media screen and (max-width: 850px) {
	
	.sub_step_payment,
	.sub_step_content {
		width: 100%;
	}
	
	.desktopWidth70 {
		width: 100%;
		margin-left: 0px;
	}
	
	.welcomeSection {
		text-align: center;
		padding-bottom: 20px;
	}
	
	/*.iconCard {
		margin: 20px;
	}
	
	.iconCardIcon {
		font-size: 2.5em;
	}
	
	.iconCardText {
		font-size: 0.8em;
	}*/
	
	.loginPanel {
		max-width: 320px;
	}
	
	.panelTitle {	
		font-size: 1.8em;
		padding-left: 10px;
	}
	
	.shadowedHeading {
		font-size: 1.2em;	
	}
	
	.overviewHeaderSection {
		max-width: 100%;
	}
	
	/*.pageHeaderContent {	
		position: fixed;
		background-color: #171717;
	}*/
	
	.sectionDivider {  
  		width: 100%;
	}
	
	.entryCard {
		margin-right: 0px;
	}
	
	.entryCardMainButton {
		bottom: 10px;
		right: 10px;
		top: unset;
	}
	
	/*.navBack {
		display: none;
	}*/

	.menubarLogo {
	    padding: 20px 5px 10px 20px;
	}
	
	.inlineBlockDesktopDisplay {
		display: block;
		padding-top: 5px;
	}
	
	/*.mainContent {	
		margin: 120px 0px 0px 0px;
	}*/
	
	.staticTextarea {
		padding: 10px 10px 10px 10px;
	}
	
	#storageThresholdUnitInfo {	
		width: 120px;
		white-space: normal;
		text-align: left;
		vertical-align: top;
	}
	
	.paddingTop20M {
		padding-top: 20px;
	}
}

@media screen and (orientation: portrait) and (max-width: 450px){

	.iconCard {
		margin: 30px;
	}

	.iconCardIcon {
		font-size: 5em;
	}

	.iconCardText {
		font-size: 0.8em;
	}
	
	.eventViewIconSection {
		/*text-align: left;
		margin-top: 10px;
		margin-left: 60px;*/
		display: none;
	}
	
	.eventDateSection {
		margin-right: 10px;
	}
	
	/*.eventNavIcon,
	.eventNavIconActive {
		width: 40px;
		height: 40px;
		line-height: 1.2em;	
		min-width: 40px;
	}
	
	.eventDatebar, 
	.eventSearchbar {
		font-size: 1em;
	}*/
	
	.eventSearchControls {	
		flex-direction: column;
	}
	
	.eventSearchFields {
		flex: 1;
		display: flex;	
		flex-wrap: wrap;
	}
	
	.searchInputField {
		display: inline-block;
		padding: 5px 0px;
		display: flex;
		flex: 0 0 300px;
		margin-right: 0px;
	}
	
	.searchInputLabel {
		display: inline-block;
		flex: 0 0 80px;
	}
	
	.searchInputControl {
		display: inline-block;
		flex: 0 0 210px;
	}
	
	.searchConnectField {
		color: #3a3a3a;
		font-size: 1.5em;		
		margin: 0px;
		display: inline-block;
		align-self: flex-end;
		bottom: -12px;
		position: relative;
	}
	
	.searchButtonSection {
		padding-top: 5px;
	}
	
	.menuLogo {	
		width: 37vw;
	}
	
	.showcaseLoungeUsersIcon {	
		left: -20px;
	}
	
	.showcaseLoungeChatIcon {	
		left: -12px;
	}
}

.slideInUp {
	-webkit-animation: slideInUp .2s ease-out;
    animation: slideInUp .2s ease-out;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation: fadeIn .2s ease-out;
  animation: fadeIn .2s ease-out;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
   -webkit-animation: fadeOut .2s ease-out;
  animation: fadeOut .2s ease-out;
}


.slideInRight {
	-webkit-animation: menuSlideIn .2s ease-out;
    animation: menuSlideIn .2s ease-out;
}

.menuSlideInRight {
	-webkit-animation: menuSlideIn .2s ease-out;
    animation: menuSlideIn .2s ease-out;
}

@-webkit-keyframes menuSlideIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuSlideIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideOutRight {
	-webkit-animation: menuSlideOut .2s ease-in;
    animation: menuSlideOut .2s ease-in;
}

@-webkit-keyframes menuSlideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes menuSlideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@media screen and (min-width: 768px) {
	
	.titleSection {
		padding: 60px 60px 40px 60px;
	}
	
	.contentSection {
		padding: 0px 60px 90px 60px;
	}
	
	.desktopNoWrap {
		white-space: nowrap;
	}
	
	.loungeImage {
		width: 400px;
	}
	
	.loungeOneImage {
		background-image: url("/images/LoungeOneMainRoom.jpg");
		width: 368px;
    	height: 225px;
    }
    
    .spnLoungeImage {
		background-image: url("/images/SPNLounge01.jpg");
		width: 368px;
    	height: 225px;
    }
    
    .personalLoungeImage {
		background-image: url("/images/PersonalLounge01.jpg");
		width: 368px;
    	height: 225px;
    }
    
    .businessMeetingLoungeImage {
		background-image: url("/images/BusinessMeetingLounge01.jpg");
		width: 368px;
    	height: 225px;
    }
    
    .leftTableCell {
		display: block;
	}
	
	.rightTableCell {
		display: inline;
	}
}

@media screen and (min-width: 810px) {
	.iconHeadline {
		font-size: 2.5em;
		line-height: 1em;
	}
	
}


@media screen and (min-width: 851px) and (orientation: landscape) {
	
	/*.mainContent {
		margin: 0px 60px 0px 0px;
	}*/
	
	.teaserSection {
		padding: 120px 20px;
	}
	
	.featureSection {
		width: 100%;
	}
	
	.featureContent {
		width: 80%;
	}
	
	.reasonsContent {
		width: 80%;
	}
	
	.reasonsSection {
		width: 100%;
	}
	
	.faqSection {
		width: 100%;
	}
	
	.faqContent {
		width: 80%;
	}
	
	.faqAsterisk {
		font-size: 1.4em;
		line-height: 1.2em;
	}
	
	.iconCell {
		font-size: 3.4em;
	}
	
	
	.headline_platforms {
		color: #637bff;
		line-height: 1em;
	}
	
	.sectionHeading {	
		margin-top: 120px;
	}

	.planSection {
		padding: 60px 60px 0px 60px;
	}
	

	.menuLogo {		
		margin-top: 8px;
		margin-left: 20px;
	}
	
	.desktopContent {
		display: inline-block;
	}

	.menu-backdrop {
	  top: 65px;
	}

	
	.sectionDividerHeader {
		width: 580px;
	}
	
	.inlineBlockDesktopDisplay {
		display: inline-block;
	}
	
	.myAccountData {
		padding-top: 60px;
		min-width: 60%;
		max-width: 60%;
		/*margin-left: 80px;*/
	}
	
	.eventData {
		min-width: 60%;
		max-width: 90%;
		margin-left: 80px;
	}
	
	.tableDiv {
		position: relative;
		display: inline-block;
		left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
		padding-right: 20px;
	}
	
	.tableDiv .businessChatPlanTable {
		width: 370px;
		height: 525px;
	}
	
	.tableDiv .showcaseCardsPlanTable {
		width: 320px;
		height: 460px;
	}
	
	.desktopWidth70 {
		width: 90%;
		margin-left: 100px;
	}
	
	.centeredContent {
		width: 65%;
	}
   	
   	.accountData {
   		margin-left: 80px;
   	}
   	
   	.eventSearchbar,   	
   	.eventSearchDiv {
		 width: 60%;
	}
   	
   	.eventFilterSection {
		margin-left: 20px;
	}
	
	.eventNavDate {
		font-size: 1.4em;
	}
}

@media screen and (max-width: 1400px) {
	
	.loungeEditorPanelPreviewContent {	
		font-size: 0.8em;
	}
	
	.loungeEditorRightContent {
		flex-direction: column;
		position: relative;
		vertical-align: top;
		margin-left: 10px;
		margin-right: 25px;
		display: flex;		
	}
	
	
	.loungeEditorConfigTopContainer {
		height: 512px;
		max-height: 88%;	
	}
}

@media screen and (max-width: 1200px) {
	
	.loungeEditorRightContent {
		flex-direction: column;
		position: relative;
		vertical-align: top;
		margin-left: 10px;
		margin-right: 25px;
		display: flex;		
		font-size: 0.65em;
		line-height: 1em;
	}
}

@media screen and (min-width: 1200px) {
	.desktopWidth70 {
		width: 80%;
		margin-left: 100px;
	}
}


@media screen and (min-width: 1600px) {
	.desktopWidth70 {
		width: 70%;
		margin-left: 100px;
	}
}

@media screen and (max-height: 450px) and (orientation: landscape) {
	.teaserSection {
		padding: 60px 20px;
	}
	
	.mainContent {
		margin: 0px 0px;
	}
	
	.reasonsSection .sectionHeading {
		margin-left: 60px;
	}
	
	.accountContent {  
  		margin-top: 35px;
  		padding-top: 0px;
  		margin-bottom: 60px;
	}
	
	.desktopWidth70 {	
		margin: auto;
	}
	
	.myAccountData {
		margin-left: 0px;
		padding-top: 0px;
	}
	
	.eventData {
		padding-top: 0px;
	}
	
	.navBack {	
		left: -30px;
	}
	
	#navBackText {
		display: none;
	}
	
	.variableHeightPanel {
    	overflow-y: scroll;
    	max-height: calc(100vh - 10px);
	}
	
}

@media screen and (max-height: 360px) and (orientation: landscape) {
	.teaserSection {
		padding: 20px 20px;
	}
	
	.reasonsSection .sectionHeading {
		margin-left: 30px;
	}
	
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: local('Caveat Regular'), local('Caveat-Regular'), url('/fonts/Caveat-Regular.ttf');
}

@font-face {
  font-family: 'Lane';
  font-style: normal;
  font-weight: 400;
  src: local('Lane Regular'), local('Lane-Regular'), url('/fonts/LANENAR_.ttf');
}

@font-face {
  font-family: 'RobotoThin';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url('/fonts/Roboto-Thin.ttf');
}

@font-face {
  font-family: 'RobotoLight';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/Roboto-Light.ttf');
}

