@font-face {
  font-family: 'clearfaceregular';
  src: url('../fonts/clearface-regular-webfont.woff2') format('woff2'),
       url('../fonts/clearface-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

 .tango-setup {
  display: flex;
  justify-content: flex-start;
  align-items: center;
 }

  .tango-setup img {
    width: 100%;
    height: auto;
  }
  .tango-logo {
    width: 200px;
    height: 200px;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 20px;
  }
  .tango-desc {
    width: calc(100% - 150px);
    padding: 0 0 0 30px;
  }
  .tango-desc input {
    margin-bottom: 0;
  }

.closed-badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 9px;
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 2;
  border-radius: 30px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.8);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}
.overlay.active {
  opacity: 1;
  z-index: 10;
}
.modal {
  width: 100%;
  height: 100%;
  background: #fefefe;
  border-radius: 8px;
  padding: 30px;
  position: relative;
  text-align: left;
  max-width: 1200px;
  max-height: 600px;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 35px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 35px;
  height: 35px;
  opacity: 0.3;
  z-index: 100;
}
.modal .close {
  position: absolute;
  top: 8px;
  right: 5px;
  left: auto;
}

.u-text-right {
  text-align: right !important;
}

.card .u-text-right .button {
  text-align: right !important;
}

.red {
  color: #c4250d;
}
.bg-red {
  background: #c4250d;
  color: #fff;
}
.bg-yellow {
  background: #f9d359;
  color: #000;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html,
body {
  color: #333;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #f9f9f9;
  font-family: 'Inter', sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'clearfaceregular';
}

.small-font-85 {
	font-size: 0.85em;
}
.u-text-center {
	text-align: center;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="time"],
textarea {
  width: 100%;
  color: #333;
  text-align: left;
}
textarea {	
	min-height: 150px;
}
.form-container input[type="text"],
.form-container input[type="date"],
.form-container input[type="time"],
.form-container select {
  border: solid 1px #ddd;
  background: #fefefe;
  border-radius: 2px;
  padding: 10px;
  font-size: 15px;
  width: 100%;
}

.button {
  border: none !important;
  display: block;
  font-size: 16px;
  text-transform: none;
  height: 65px;
  line-height: 65px;
  min-width: 160px;
  letter-spacing: -0.5px;
  border-radius: 50px;
  transition: all 0.2s;
  height: auto;
}
.button.inline {
  display: inline-block !important;
  width: auto !important;
  margin: 0 auto;
}
.button.medium {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  min-width: 0;
}
.button.small {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.button.xsmall {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
}

.button.blank{
  background: none;
  color: #62aedc;
}
.button.yellow {
  background: #f9d359;
  color: #000;
}
.button.blue {
  background: #17a2b8;
  color: #fff;
}
.button.purple {
  background: #522979;
  color: #fff;
}
.button:disabled,
.button.disabled {
  background: #f8f8f8 !important;
  color: #ddd !important;
  opacity: 0.8;
  cursor: default !important;
}
.button.red {
  background: #c4250d;
  color: #fff;
}
.button.white {
  background: #fff;
  color: #c4250d;
}
.button.grey {
  background: #222;
  color: #fff;
}
.button.green,
.green {
  background: #5da027;
  color: #fff;
  height: auto;
  transition: all 0.2s;
}
.button.blank:hover{
  color: #85bee0;
}
.button.green:hover,
.green:hover {
  background: #5a9a26;
  color: #fff;
}
.button.purple:hover {
  background: #7039a5;
}
.button.grey:hover {
  background: #777;
}

.button.invert {
  background: none;
  border: solid 5px #222 !important;
  color: #222 !important;
}
.button.invert.unfavourable {
  border: none !important;
}

.button.text {
  color: #222 !important;
  background: none;
  border: none;
}
.button.button-block {
  display: block;
  width: 100%;
}
.button.bold {
  font-weight: 700;
}
.button.button-l {
  padding: 0.3em 1.3em;
  font-size: 30px;
  line-height: 1em;
  height: auto;
}
.button.button-xl {
  padding: 0.3em 1.3em;
  font-size: 60px;
  line-height: 1em;
  height: auto;
}
.button.button-xxl {
  padding: 0.6em 1.4em;
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  margin: 1em 0;
}

.button.button-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0.4em 0.6em;
  display: block;
  font-size: 61px;
  border-radius: 0;
}

.button.profile {
  position: absolute;
  top: 20px;
  right: 15px;
  font-weight: 600 !important;
  margin: 0 20px 0 0;
  width: 200px;
  height: auto;
  border-radius: 10px;
  padding: 25px 25px 15px;
  text-align: left;
  z-index: 99;
}
  .button.profile:hover {
    background: #111;
    color: #fff;
  }
  .button.profile:hover > img {
    filter: brightness(0) invert(1);
  }
  .sublinks {
    width: 100%;
    position: relative;
    background: none;
    color: #fff;
    opacity: 0;
    display: none;
    margin-top: 20px;
  }
  .button.profile:hover .sublinks {
    display: block;
    opacity: 1;
  }
  .sublinks a {
    display: block;
    padding: 10px 8px 10px 0;
    text-align: left;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    transition: all 0.1s;
  }
  .sublinks a:hover {
    padding-left: 5px;
  }
.button.help.fixed {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
}
.button.help {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 20px 0;
}
.button img {
  margin: 0 8px 0 0;
  width: 15px;
}
.button.help img {
  width: 30px;
}

form input[disabled] {
  background: #f8f8f8 !important;
}

form .alert {
  line-height: 1.5em;
  margin-bottom: 35px;
}

.alert {
  display: block;
  margin: 0 0 10px;
  border: solid 1px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 0;
}

.alert.red {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.yellow {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.blue {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.input-error {
    display: block;
    margin: -15px 0 0;
    font-size: 12px;
    color: #c4250d;
    padding: 2px;
}

.stack {
	float: left;
	height: 100%;
}
.stack.thin {
	background: #333;
	width: 60px;
  justify-content: left;
  overflow: hidden;
  transition: all 0.2s;
}
  .stack.thin:hover {
    width: 180px;
    color: #333;
  }
  .nav {
    padding: 20px 0 20px 15px;
    height: calc(100% - 55px);
  }
  .nav span {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 20px 0 20px 10px;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    margin: 0 0 10px;
    cursor: pointer;
  }
  .nav span label {
    margin: 0;
    cursor: pointer;
  }
  .nav span:hover,
  .nav span.active {
    background: #f9f9f9;
    color: #333;
  }
  .nav img {
    width: 25px;
    display: block;
    margin: 0 10px 0 0;
  }
  .nav span:hover img,
  .nav span.active img {
    filter: invert(0.8);
  }
.stack.wide {
	width: calc(100% - 60px);
	overflow-y: auto;
}

.stack #logo {
	max-width: calc(100% - 30px);
  max-width: 30px;
	display: block;
	margin: 0 0 0 13px;
}
/*
.event-action {
	position: fixed;
	top: 0;
	left: 60px;
	width: calc(100% - 60px);
	background: #222;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	z-index: 999;
}*/
.event-action {
  position: relative;
  left: 0;
  width: 100%;
  background: #222;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.event-action .button {
	margin: 0;
	cursor: pointer;
}

#app,
.content,
.login,
.login > .columns {
	height: 100%;
	margin: 0;
}
.login > .columns {
	background-position: 50% 50%;
	background-size: cover;
	padding: 30px;
	position: relative;
}
.login > .five.columns {
  overflow: auto;
  width: 43.33333333%;
}

#login-logo {
	width: 75%;
	display: block;
	margin: 0 0 60px;
	max-width: 135px;
}

.event-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.quick-add-btn {
	width: 100%;
	height: 150px;
	border: dashed 1px #333;
	border-radius: 10px;
	margin: 0 0.5% 2% 0.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 0.6
}
.quick-add-btn img {
	width: 35px;
}
.quick-add-btn:hover {
	opacity: 1;
}

.event {
	width: 100%;
	margin: 0 0.5% 2% 0.5%;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.05); 
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.05);
	opacity: 0.6;
	filter: grayscale(100%);
	transition: all 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
  .event:hover {
  	opacity: 1;
  	filter: none;
    position: relative;
  }
.event-banner {
	width: 360px;
  height: 205px;
	overflow: hidden;
  position: relative;
}
  .event-banner img {
  	width: auto;
    height: 100%;
    display: block;
  }
.event-detail {
  width: calc(100% - 360px);
	padding: 15px;
	background: #fff;
}
.event-name {
	width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}
.event-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
  .event-option a {
  	font-size: 13px;
  	display: block;
  	border-top: solid 1px rgb(0,0,0,0.05);
  	padding: 10px 0;
  	cursor: pointer;
    text-decoration: none;
    opacity: 0.4;
    transition: all 0.2s;
    width: 33.33%;
  }
  .event-option a:hover {
    opacity: 1;
    color: #333;
  }

.event-setting-form select {
  font-size: 0.9em;
  height: 43px;
}

.featured-img {
  width: 100%;
  margin: 0 0 20px;
}

.default-terms-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;

}
  .default-terms-wrap > div { 
    font-size: 13px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 90%;
    max-width: 550px;
  }

.refund-policy-editor,
.description-editor,
.ticket-information-editor {
  background: #fff;
  height: 150px;
}
.description-editor {
  margin: 0 0 30px;
}

.address-wrap {
  position: relative;
  z-index: 998;
}
.address-wrap ul.auto-complete {
  background: #fafafa;
  border: solid 1px rgba(0,0,0,0.1);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  display: none;
}
.address-wrap.active ul.auto-complete {
  display: block;
  max-height: 200px;
  overflow: auto;
}
.address-wrap ul.auto-complete li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 12px;
  cursor: pointer;
}
.address-wrap ul.auto-complete li:hover{
  background: rgba(196, 37, 13, 0.05);
}

.session-list,
.ticket-list ,
.question-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.session-list .session,
.ticket-list .ticket ,
.question-list .question {
  width: 24%;
  padding: 15px 20px;
  background: #fff;
  border-radius: 10px;
  margin: 0 0.5% 1%;
}
.ticket-list .ticket,
.question-list .question {
  width: 32.33%;
}

.card.marked {
  position: relative;
  overflow: hidden;
}
.card.marked:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
  top: 0;
  left: 0;
  border-top: solid 10px #f53649;
}
.card.marked:after {
  content: "Marked for deletion";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon-bin.svg) no-repeat center 42%;
  z-index: 2;
  background-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 20px;
}
.card.marked .card-action {
  position: relative;
  z-index: 3;
}
.card.marked .button.white {
  background: #fff;
  color: #333;
  text-align: center !important;
  min-width: auto !important;
}

.question.card input[type=text],
.question.card label {
  width: calc(100% - 80px);
}
.question.card .button {
  min-width: 0;
}

.form-container {
  height: calc(100% - 110px);
}
.form-body {
  height: calc(100% - 110px);
  min-height: 400px;
}
.login-footer {
  width: 100%; 
  padding-bottom: 20px;
}

/** PRICING **/

.event-pricing {
  display: flex;
  position: fixed;
  top: -100vh;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  padding: 20px;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.event-pricing.active {
  top: 0;
  opacity: 1;
}
.event-pricing > div {
  width: 100%;
  max-width: 1300px;
}
.event-pricing h1 {
  text-align: center;
  color: #fff;
  margin: 0 0 40px;
}
.event-prices {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.event-pricing .event-price {
  border-radius: 20px;
  height: 550px;
  width: 30.33%;
  margin: 0 1.5%;
  overflow: hidden;
}
.event-pricing .price-heading {
  background: #111;
  color: #fff;
}
.event-pricing .price-body {
  background: #f9f9f9;
  height: calc(100% - 120px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.event-pricing .price-heading,
.event-pricing .price-body {
  padding: 25px;
}
.event-price h4 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 40px;
  line-height: 1em;
}
.event-price h6 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 600;
  margin: 10px auto 0;
}
.price-body p {
  margin: 0 0 20px;
}
.feature {
  margin: 0;
}
.feature li {
  margin: 0 0 3px 30px;
  padding: 0;
  list-style-position: outside;
  font-size: 0.85em;
}
.status-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.event-status label {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.ql-editor {
  height: 150px;
}

@media (max-width: 1024px) {
  .stack.wide {
    width: calc(100% - 64px);
  }
  .stach.thin {
    width: 64px;
  }
  .event-status .columns {
    width: 100%;
  }
  .event-action {
    width: 100%;
    left: 0;
  }
  .event-pricing h1 { 
    font-size: 40px;
  }
  .event-price h4 {
    font-size: 30px;
  }
  .event-price h6 {
    font-size: 14px;
  }
  .event-pricing .price-heading,
  .event-pricing .price-body {
    padding: 20px;
  }
  .event-pricing .price-body {
    font-size: 14px;
    height: calc(100% - 100px);
  }

  .event-list .event,
  .event-list .quick-add-btn {
    width: 100%;
  }
    .event-name {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .event-banner {
      width: 50%;
      height: 247px;
    }
      .event-banner img {
        width: auto;
        height: 100%;
      }
    .event-detail {
      width: 50%;
    }
    .event-option a {
      width: 50%;
    }

  .feature li {
    margin: 0 0 0 20px;
  }
  .event {
    filter: none;
    opacity: 1;
  }
  .create-event-cta {
    text-align: center;
  }
  .create-event-cta .button {
    display: block;
    margin: 0 auto 20px;
    float: none;
  }
  .login > .five.columns {
    width: calc(100% - 56.6666666667%);
  }
  .login-footer {
    left: 0;
  }
}

@media (max-width: 768px) {

  .stack.thin:hover {
    width: 60px;
  }

  .selected-plan {
    margin-top: 0 !important;
  }
  .event-prices {
    flex-wrap: wrap;
  }
  .event-pricing .event-price {
    height: auto;
    width: 100%;
    display: flex;
    margin: 0 0 20px;
  }
  .event-pricing .price-heading {
    width: 35%;
    align-content: flex-end;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  .event-pricing .price-heading h6 {
    margin: 0;
  }
  .event-pricing .price-body {
    width: 65%;
  }
  .feature {
    margin: 0 0 20px;
  }
  .login .seven.columns {
    display: none;
  }
  .login .five.columns {
    width: 100%;
    display: block;
  }
}
@media (max-width: 600px) {
  .stack.thin {
    display: none;
  }  
  h3 {
    clear: both;
    width: 100%;
  }
  .modal {
    width: 90%;
  }

  .stack.wide {
    padding: 20px !important;
  }

  .button.profile {
    margin: 0 0 30px;
    padding-right: 0;
    text-align: right;
  }
  .event-banner {
    width: 100%;
    max-height: 170px;
  }
  .event-detail {
    width: 100%;
  }
  .event-option a {
    width: 50%;
  }
  .event-pricing.active {
    display: block;
    overflow: auto;
  }
  .event-pricing .price-heading,
  .event-pricing .price-body {
    width: 100%;
  }
  .event-pricing .event-price {
    flex-wrap: wrap;
  }
  .event-list .event,
  .event-list .quick-add-btn {
    width: 100%;
    margin: 0 0 10%;
  }
}

.hidden {
  display: none;
}


@media (min-width: 1900px) {
  .event {
    width: 49%;
  }
}
