@charset "UTF-8";
/* Hoja de estilos para iframe de Ticketcode (Registro y transmisión)*/
/*Import Google Fonts*/
@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700);
@import url(https://fonts.googleapis.com/css?family=Exo+2:200,400,700);
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700);
@import url(https://fonts.googleapis.com/css?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700);
@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700);
@import url(https://fonts.googleapis.com/css?family=Monda:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,600);
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,400;0,500;0,700;1,200;1,400;1,500;1,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700);
/*Iframe styles*/
/* line 23, app/assets/stylesheets/iframe.css.scss */
.entry-name-truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 30, app/assets/stylesheets/iframe.css.scss */
.badge-entry-sales-name {
  padding: 0px 5px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal !important;
}

/* line 40, app/assets/stylesheets/iframe.css.scss */
.badge-entry-sales-name-config {
  padding: 0px 5px;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal !important;
}

/* Form field Children section */
/* line 51, app/assets/stylesheets/iframe.css.scss */
.formfield-children-section {
  padding: 5%;
  border: 1px dashed lightgrey;
  margin: 10px 0 0 0;
  display: none;
  width: -webkit-fill-available;
}

/* Show/hide Password */
/* line 60, app/assets/stylesheets/iframe.css.scss */
.toggle-password {
  background: transparent;
  border: none;
  position: absolute;
  top: 4px;
  right: 13px;
  z-index: 2;
  cursor: pointer;
}

/* Tooltips */
/* line 71, app/assets/stylesheets/iframe.css.scss */
.tooltip-inner {
  white-space: normal;
}

/* Floating menu */
/* line 76, app/assets/stylesheets/iframe.css.scss */
.menu-floating {
  position: fixed;
  right: 32px;
  top: 180px;
  z-index: 10000;
}

/* line 82, app/assets/stylesheets/iframe.css.scss */
.menu-floating-checkbox {
  display: none;
}

/* line 85, app/assets/stylesheets/iframe.css.scss */
.menu-floating-style {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50% !important;
  box-shadow: 0px 0px 15px #81a4f1;
  transition: all 0.3s ease;
  z-index: 1;
  border-bottom-right-radius: 6px !important;
  border: 1px solid #0c50a7;
  transform: rotate(-45deg);
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/iframe.css.scss */
.menu-floating-style:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 112, app/assets/stylesheets/iframe.css.scss */
.menu-floating-checkbox:checked ~ .menu-floating-style:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 119, app/assets/stylesheets/iframe.css.scss */
.menu-floating-style:hover {
  background: #2c87e8;
  box-shadow: 0px 0px 2px 2px #81a4f1;
}

/* line 124, app/assets/stylesheets/iframe.css.scss */
.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50% !important;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

/* line 137, app/assets/stylesheets/iframe.css.scss */
.fab-dots-1 {
  left: 7px;
  animation-delay: 0s;
  top: 11px;
}

/* line 142, app/assets/stylesheets/iframe.css.scss */
.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}

/* line 147, app/assets/stylesheets/iframe.css.scss */
.fab-dots-3 {
  right: 7px;
  animation-delay: 0.8s;
  top: 27px;
}

/* line 153, app/assets/stylesheets/iframe.css.scss */
.menu-floating-checkbox:checked ~ .menu-floating-style .fab-dots {
  height: 6px;
}

/* line 157, app/assets/stylesheets/iframe.css.scss */
.menu-floating-style .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

/* line 161, app/assets/stylesheets/iframe.css.scss */
.menu-floating-checkbox:checked ~ .menu-floating-style .fab-dots-1 {
  width: 25px;
  border-radius: 10px !important;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(93deg);
}

/* line 168, app/assets/stylesheets/iframe.css.scss */
.menu-floating-checkbox:checked ~ .menu-floating-style .fab-dots-3 {
  width: 25px;
  border-radius: 10px !important;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-3deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

/* line 182, app/assets/stylesheets/iframe.css.scss */
.menu-floating-checkbox:checked ~ .menu-floating-style .fab-dots {
  animation: none;
}

/* line 186, app/assets/stylesheets/iframe.css.scss */
.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

/* line 197, app/assets/stylesheets/iframe.css.scss */
.menu-floating-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}

/* line 200, app/assets/stylesheets/iframe.css.scss */
.fab-action {
  position: absolute;
  background: #1c1c1cc2;
  width: 4rem;
  height: 4rem;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White !important;
  box-shadow: 0 0.1rem 1rem rgba(120, 120, 120, 0.25);
  transition: all 1s ease;
  opacity: 0;
}

/* line 215, app/assets/stylesheets/iframe.css.scss */
.menu-floating-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}

/* line 219, app/assets/stylesheets/iframe.css.scss */
.fab-action:hover {
  background-color: #f16100;
}

/* line 223, app/assets/stylesheets/iframe.css.scss */
.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 1rem;
  text-decoration: none;
}

/* line 229, app/assets/stylesheets/iframe.css.scss */
.fab-wheel .fab-action-2 {
  right: 4.5rem;
  top: 4rem;
  text-decoration: none;
}

/* line 234, app/assets/stylesheets/iframe.css.scss */
.fab-wheel .fab-action-3 {
  right: 4.5rem;
  bottom: -3rem;
  text-decoration: none;
}

/* line 239, app/assets/stylesheets/iframe.css.scss */
.fab-wheel .fab-action-4 {
  right: -1rem;
  bottom: -6rem;
  text-decoration: none;
}

/* Recaptcha*/
/* line 246, app/assets/stylesheets/iframe.css.scss */
#new_contact_organizer > .modal-footer > div {
  display: none;
}

/* Sponsors */
/* line 251, app/assets/stylesheets/iframe.css.scss */
.block-sponsor {
  background-color: transparent !important;
  margin: 5px !important;
  height: 150px;
  width: 150px;
  align-items: center;
  display: flex;
}

/* line 260, app/assets/stylesheets/iframe.css.scss */
.block-sponsor img {
  margin: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 268, app/assets/stylesheets/iframe.css.scss */
.block-sponsor:hover img {
  transform: scale(1.2);
}

/* Fontawesome */
/* line 273, app/assets/stylesheets/iframe.css.scss */
.fa-circle-question, .fa-circle-info {
  position: relative;
}

/* Cities selector loading */
/* line 278, app/assets/stylesheets/iframe.css.scss */
.preload-cities {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
  height: 50px;
}

/* line 288, app/assets/stylesheets/iframe.css.scss */
.refresh-city-states {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 304, app/assets/stylesheets/iframe.css.scss */
.refresh-city-states:active {
  transform: scale(0.9);
}

/* Phone country selector*/
/* line 309, app/assets/stylesheets/iframe.css.scss */
.iti__country-list {
  z-index: 3;
}

/* line 313, app/assets/stylesheets/iframe.css.scss */
.iti.iti--separate-dial-code {
  width: 100%;
}

/* line 317, app/assets/stylesheets/iframe.css.scss */
.phone-input {
  background-image: url("/assets/icons/credit-cards/Check-grey-10eafcf4101afca0aa6aead0b8866899604a3334b48193d902f0aadb60be698e.png");
  background-position: right, center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

/* Estilos select2 */
/* line 325, app/assets/stylesheets/iframe.css.scss */
.select2-search__field {
  font-family: inherit !important;
}

/* Subevents */
/* line 330, app/assets/stylesheets/iframe.css.scss */
.notice-subevents-confirmation {
  display: inline-flex;
}

/* line 334, app/assets/stylesheets/iframe.css.scss */
.notice-subevents-confirmation > i {
  align-self: center;
  padding: 0 15px;
}

/* line 339, app/assets/stylesheets/iframe.css.scss */
.notice-subevents-confirmation > h4 {
  text-align: justify;
}

/* News Feed */
/* line 344, app/assets/stylesheets/iframe.css.scss */
#news-feed-container {
  height: 500px;
  overflow: auto;
}

/* line 349, app/assets/stylesheets/iframe.css.scss */
#news-feed-container > .media > .pull-left {
  align-self: center;
}

/* line 353, app/assets/stylesheets/iframe.css.scss */
#news-feed-container > .media > .pull-left > img {
  max-width: 100px;
}

/* line 357, app/assets/stylesheets/iframe.css.scss */
#news-feed-container > .media > .media-body {
  padding: 7px 10px;
  position: relative;
  width: 100%;
  align-self: center;
}

/* line 364, app/assets/stylesheets/iframe.css.scss */
#news-feed-container > .media > .media-body > h4 {
  font-weight: bold !important;
}

/* line 368, app/assets/stylesheets/iframe.css.scss */
#news-feed-container > .media > p {
  color: #a2a2a2 !important;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 5px;
}

/* line 376, app/assets/stylesheets/iframe.css.scss */
#news-feed-container > .media {
  display: none;
  background: #0000000d;
  box-shadow: 0 25px 10px -15px rgba(0, 0, 0, 0.05);
  min-height: 100px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 388, app/assets/stylesheets/iframe.css.scss */
.delete-news {
  z-index: 1;
  color: black !important;
  margin: 0;
  position: absolute;
  top: 0;
  right: 5px;
}

/* Chatbot*/
/* line 398, app/assets/stylesheets/iframe.css.scss */
.chatbot {
  position: relative;
}

/* line 402, app/assets/stylesheets/iframe.css.scss */
.chatbot-message {
  display: flex;
  align-items: center;
}

/* line 407, app/assets/stylesheets/iframe.css.scss */
.chatbot-message > p {
  margin: 0 0 0 10px;
}

/* line 411, app/assets/stylesheets/iframe.css.scss */
.chatbot-badge {
  border-radius: 5px 5px 0px 0px;
  position: absolute;
  left: -15px;
  top: -34px;
}

/* Funcionalidades Pla Pro deshabilitadas*/
/* line 419, app/assets/stylesheets/iframe.css.scss */
#panel_plan_pro_disabled {
  padding: 20px;
  position: relative;
}

/* line 423, app/assets/stylesheets/iframe.css.scss */
#panel_plan_pro_disabled:hover > .plan-pro-disabled-hover {
  opacity: 1;
}

/* line 427, app/assets/stylesheets/iframe.css.scss */
.plan-pro-disabled {
  margin: 0;
  opacity: 0.5;
  position: relative;
}

/* line 433, app/assets/stylesheets/iframe.css.scss */
.plan-pro-disabled label {
  color: white !important;
}

/* line 437, app/assets/stylesheets/iframe.css.scss */
.plan-pro-disabled-hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  background: #f1f1f1e0;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/* line 452, app/assets/stylesheets/iframe.css.scss */
.plan-pro-disabled-hover > div > span > i {
  color: #21CF3C !important;
}

/* line 456, app/assets/stylesheets/iframe.css.scss */
.plan-pro-disabled-hover > div > span {
  float: right;
  padding-top: 5px;
  font-family: 'Poppins' !important;
}

/*.plan-pro-disabled-hover > div{*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/* Ticketcode LIVE */
/* line 471, app/assets/stylesheets/iframe.css.scss */
.button-show-hide-menu-live {
  display: flex;
  align-items: center;
  top: 50%;
  bottom: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: -5px;
  z-index: 1;
  background: #222321;
  opacity: 0.5;
  padding: 15px 5px;
  border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  color: white !important;
  text-decoration: none !important;
  -webkit-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -moz-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -o-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
}

/* line 494, app/assets/stylesheets/iframe.css.scss */
.button-show-hide-menu-live:hover {
  right: 0;
  opacity: 1;
}

/* line 499, app/assets/stylesheets/iframe.css.scss */
.live-full-screen {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/* line 508, app/assets/stylesheets/iframe.css.scss */
.button-live-full-screen {
  top: 0px;
  position: absolute;
  right: 0px;
  z-index: 1001;
  background: #222321;
  opacity: 0.5;
  padding: 4px 8px;
  color: white !important;
  text-decoration: none !important;
  border-radius: 0px 0px 0px 10px;
}

/* line 521, app/assets/stylesheets/iframe.css.scss */
.button-live-full-screen:hover, .button-live-refresh-screen:hover {
  opacity: 1;
}

/* line 525, app/assets/stylesheets/iframe.css.scss */
.button-live-refresh-screen {
  top: 0px;
  position: absolute;
  right: 32px;
  z-index: 1001;
  background: #222321;
  opacity: 0.5;
  padding: 4px 8px;
  color: white !important;
  text-decoration: none !important;
  border-radius: 0px 0px 10px 10px;
}

/* line 538, app/assets/stylesheets/iframe.css.scss */
.live-room-badge {
  top: 0px;
  position: absolute;
  left: 0px;
  z-index: 10000;
  background: #232323e6;
  padding: 4px 8px;
  border-radius: 0px 0px 10px 0px;
  color: white !important;
}

/* line 549, app/assets/stylesheets/iframe.css.scss */
.notification-panel {
  border-top: 0px;
  background-color: #000000bf !important;
}

/* line 554, app/assets/stylesheets/iframe.css.scss */
.notification-panel label {
  color: white !important;
}

/* line 558, app/assets/stylesheets/iframe.css.scss */
.notification-panel {
  border-top: 0px;
  background-color: #000000bf !important;
}

/* line 563, app/assets/stylesheets/iframe.css.scss */
.notification-panel label {
  color: white !important;
}

/* line 567, app/assets/stylesheets/iframe.css.scss */
.super-live-container {
  -webkit-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -moz-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -o-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  margin-bottom: 20px;
}

/* Chat */
/* line 576, app/assets/stylesheets/iframe.css.scss */
#iframe_ticketcodelivechat {
  -webkit-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -moz-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -o-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
}

/* Menu Live */
/* line 584, app/assets/stylesheets/iframe.css.scss */
.live_menu_container {
  padding: 0 !important;
  height: inherit;
  background: #232323 !important;
  color: white !important;
  box-shadow: inset 0 0 100px #000, 0px 2px 8px 0px #000000d9 !important;
  overflow: hidden;
  border-radius: 0px 10px 10px 0px;
}

/* line 594, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .tab-content {
  height: inherit !important;
  border: 0 !important;
  padding: 0 !important;
}

/* line 600, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .tab-content .tab-pane h4, .live_menu_container .tab-v2 .tab-content .tab-pane form label {
  color: white !important;
}

/* line 604, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs {
  border-bottom: none;
  overflow: overlay;
}

/* line 609, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs li {
  display: table-cell !important;
  width: 1% !important;
}

/* line 614, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs li a {
  color: #c1c1c1 !important;
  font-size: 13px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 8px 15px !important;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

/* line 624, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .nav-tabs li.active a {
  border-bottom: solid 2px #DC3545 !important;
  background: transparent !important;
  font-weight: bold !important;
}

/* line 630, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs li a:hover {
  color: #DC3545 !important;
  background: transparent !important;
}

/* line 635, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .tab-content #live_rooms .nav.nav-stacked {
  height: 470px;
  overflow-y: overlay;
}

/* line 640, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .tab-content #live_rooms .nav.nav-stacked li a {
  background: #ffffff08 !important;
  border-radius: 6px;
}

/* line 645, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .tab-content #live_rooms .nav.nav-stacked li a label {
  color: white !important;
}

/* line 649, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .tab-content #live_rooms .nav.nav-stacked li.active a {
  background: #3a3a3a !important;
  border-left: 4px solid #dc3545 !important;
}

/* line 654, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .tab-content #live_rooms .nav.nav-stacked li.active a label {
  color: #DC3545 !important;
}

/* line 658, app/assets/stylesheets/iframe.css.scss */
.live_menu_container .tab-v2 .tab-content #live_rooms .nav.nav-stacked li a:hover label {
  color: #DC3545 !important;
}

/* line 662, app/assets/stylesheets/iframe.css.scss */
.text-area-live-notification {
  background: #333333 !important;
  resize: none !important;
  width: 100% !important;
  border: 2px solid #1d1d1d !important;
  color: white !important;
}

/* line 670, app/assets/stylesheets/iframe.css.scss */
.text-area-live-notification:focus {
  border: 2px solid white !important;
  -webkit-box-shadow: #ffffff14 0px 1px 1px inset, #ffffff99 0px 0px 8px;
  box-shadow: #ffffff14 0px 1px 1px inset, #ffffff99 0px 0px 8px;
}

/* Notification */
/* line 677, app/assets/stylesheets/iframe.css.scss */
.alert-live {
  background-color: #161616db;
  border-color: transparent;
  border-radius: 3px;
  padding: 10px;
  position: absolute !important;
}

/* line 685, app/assets/stylesheets/iframe.css.scss */
.alert-live-full-screen {
  background-color: #161616db;
  border-color: transparent;
  border-radius: 3px;
  padding: 10px;
  position: fixed !important;
}

/* line 693, app/assets/stylesheets/iframe.css.scss */
.alert-live > [data-notify="icon"], .alert-live-full-screen > [data-notify="icon"] {
  font-size: 40px;
  margin-right: 12px;
  padding: 5px;
  color: white;
}

/* line 700, app/assets/stylesheets/iframe.css.scss */
.alert-live > [data-notify="title"], .alert-live-full-screen > [data-notify="title"] {
  text-align: left;
  color: white;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 708, app/assets/stylesheets/iframe.css.scss */
.alert-live > [data-notify="message"], .alert-live-full-screen > [data-notify="message"] {
  text-align: left;
  font-size: 90%;
  color: white !important;
  display: flow-root;
  overflow-wrap: break-word;
  margin: 5px;
}

/* line 717, app/assets/stylesheets/iframe.css.scss */
.alert-live > [data-notify="message"] > a, .alert-live-full-screen > [data-notify="message"] > a {
  color: #ff3232 !important;
}

/* line 721, app/assets/stylesheets/iframe.css.scss */
.alert-live > [data-notify="dismiss"], .alert-live-full-screen > [data-notify="dismiss"] {
  color: #fff;
  opacity: 1;
}

/* line 726, app/assets/stylesheets/iframe.css.scss */
.alert-live > [data-notify="dismiss"]:hover, .alert-live-full-screen > [data-notify="dismiss"]:hover {
  opacity: 0.6;
}

/* User profile */
/* line 731, app/assets/stylesheets/iframe.css.scss */
.profile-container {
  display: flex;
  align-items: flex-end;
}

/* line 735, app/assets/stylesheets/iframe.css.scss */
.avatar-initials {
  position: relative;
  top: 0 !important;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-family: Poppins;
  border-radius: 50% !important;
}

/* line 746, app/assets/stylesheets/iframe.css.scss */
.avatar-circle {
  width: 40px;
  height: 40px;
  float: right;
  padding: 2px;
  margin-left: 15px;
  border: dashed 1px #9c9c9c;
  border-radius: 50% !important;
  text-align: center;
}

/* line 757, app/assets/stylesheets/iframe.css.scss */
.profile-info {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: right;
}

/* line 763, app/assets/stylesheets/iframe.css.scss */
.profile-info img {
  width: 40px;
  height: 40px;
  float: right;
  padding: 2px;
  margin-left: 15px;
  border: dashed 1px #9c9c9c;
  border-radius: 50% !important;
}

/* line 773, app/assets/stylesheets/iframe.css.scss */
.profile-info em {
  display: block;
  font-size: 13px;
}

/* line 778, app/assets/stylesheets/iframe.css.scss */
.profile-user-info {
  overflow: hidden;
  font-size: 14px;
  display: grid;
}

/* Live Event Page */
/* line 785, app/assets/stylesheets/iframe.css.scss */
#btn_player_live_view, #btn_go_to_live_provider_page {
  margin: 5px;
  background: #222321;
  border: 0;
  color: white;
}

/* line 792, app/assets/stylesheets/iframe.css.scss */
#btn_player_live_view:hover, #btn_go_to_live_provider_page:hover {
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.7);
}

/* Ticketcode LIVE */
/* line 797, app/assets/stylesheets/iframe.css.scss */
#live_event_container {
  position: relative;
  padding: 0;
  height: inherit;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px #000000d9;
  -webkit-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -moz-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -o-transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  transition: all 0.1s cubic-bezier(0.07, 0.84, 0.93, 1.02);
}

/* line 809, app/assets/stylesheets/iframe.css.scss */
#live_code_player {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  border: 3px solid transparent;
  background: linear-gradient(to top, #FF0000, #222321) border-box;
}

/* line 821, app/assets/stylesheets/iframe.css.scss */
#live_code_player iframe, #live_code_player video {
  width: 100% !important;
  vertical-align: middle;
  height: inherit;
  background: black;
}

/* line 828, app/assets/stylesheets/iframe.css.scss */
.live-event-badge {
  color: white;
  background: #ff0000e6;
  display: block;
  font-size: 10px;
  font-weight: 200;
  float: left;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  padding: 0px 9px;
  border-radius: 10px 0px 0px 0px;
}

/* line 841, app/assets/stylesheets/iframe.css.scss */
.live-event-badge i {
  font-size: 6px;
  -webkit-animation: livefadeInOut 4s infinite alternate;
  animation: livefadeInOut 4s infinite alternate;
}

/* line 847, app/assets/stylesheets/iframe.css.scss */
.container-live-event-badge {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

@keyframes livefadeInOut {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes colorpreview {
  0% {
    color: black;
  }
  25% {
    color: grey;
  }
  50% {
    color: white;
  }
  75% {
    color: grey;
  }
  100% {
    color: black;
  }
}

/* line 870, app/assets/stylesheets/iframe.css.scss */
.cover-player-live-event {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(#ffffff00, #000000);
  border-radius: 10px 0px 0px 10px;
}

/* line 880, app/assets/stylesheets/iframe.css.scss */
#cover_banner_live_event, .error_live_event_container {
  border-radius: 10px 0px 0px 10px;
}

/* line 884, app/assets/stylesheets/iframe.css.scss */
#live_event_countdown_ellipse {
  /*background-image: radial-gradient(ellipse farthest-corner at center 175px, rgba(50, 50, 50, 0.90) 20%, rgba(80, 80, 80, 0) 70% );*/
  position: absolute;
  bottom: 0;
}

/* line 890, app/assets/stylesheets/iframe.css.scss */
#live_event_countdown_ellipse h2, #live_event_countdown_ellipse h4, #live_event_countdown_ellipse h6 {
  color: white !important;
  margin-top: 5px;
}

/* line 895, app/assets/stylesheets/iframe.css.scss */
#live_event_iframe_banner {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  text-align: center;
  background: black;
  border-radius: 10px 0px 0px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: inherit;
  display: flex;
  align-items: center;
}

/* line 911, app/assets/stylesheets/iframe.css.scss */
#live_event_iframe_banner img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* line 917, app/assets/stylesheets/iframe.css.scss */
.error_live_event_container {
  padding: 20%;
  border: solid 2px #151515;
  background-color: #232323;
  width: 100%;
  height: 100%;
  color: white !important;
  box-shadow: #222321 0px 0px 5px;
}

/* line 927, app/assets/stylesheets/iframe.css.scss */
.error_live_event_container h3, .error_live_event_container h5 {
  color: white !important;
}

/* line 931, app/assets/stylesheets/iframe.css.scss */
.error_live_event_container i {
  font-size: 100px;
}

/* line 935, app/assets/stylesheets/iframe.css.scss */
.error_live_event_container .info-organizer-live {
  background: #0000001a;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

/* line 942, app/assets/stylesheets/iframe.css.scss */
.error_live_event_container .info-organizer-live i {
  font-size: small;
  color: white;
}

/* line 947, app/assets/stylesheets/iframe.css.scss */
.error_live_event_container .info-organizer-live a {
  text-decoration: underline;
  color: white;
  word-break: break-all;
}

/* line 953, app/assets/stylesheets/iframe.css.scss */
.live-event-countdown div {
  display: inline-block;
  padding: 10px;
}

/* line 957, app/assets/stylesheets/iframe.css.scss */
.live-event-countdown h6 {
  padding: 0px 10px;
}

/* line 961, app/assets/stylesheets/iframe.css.scss */
.live_event_content {
  border: solid 1px #eee;
  background: white;
  box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 9.5px -0.5px rgba(0, 0, 0, 0.15);
}

/* line 971, app/assets/stylesheets/iframe.css.scss */
.link-device-countdown > span {
  font-size: 60px;
}

/* line 975, app/assets/stylesheets/iframe.css.scss */
.link-device-countdown > label {
  font-size: 20px;
  font-weight: 100;
}

/* line 980, app/assets/stylesheets/iframe.css.scss */
.external_live_provider_notice {
  width: 100%;
  height: 100%;
  padding: 20%;
  background: #0a0a0a;
}

/* line 987, app/assets/stylesheets/iframe.css.scss */
.external_live_provider_notice img {
  margin: auto;
}

/* line 991, app/assets/stylesheets/iframe.css.scss */
.info-block {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  background: #00000014;
}

/* line 998, app/assets/stylesheets/iframe.css.scss */
.info-block i {
  float: left;
  font-size: 40px;
  margin-top: 5px;
  min-width: 50px;
  text-align: center;
}

/* line 1006, app/assets/stylesheets/iframe.css.scss */
.info-blocks-in {
  padding: 0 10px;
  overflow: hidden;
}

/* line 1011, app/assets/stylesheets/iframe.css.scss */
.live-rooms-not-available {
  text-align: center;
  color: white;
  padding: 30px;
  background: #272727;
}

/*File Uploader*/
/* line 1019, app/assets/stylesheets/iframe.css.scss */
.file-uploader-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 15px;
}

/* line 1026, app/assets/stylesheets/iframe.css.scss */
.file-uploader-name small {
  font-weight: normal;
}

/* line 1030, app/assets/stylesheets/iframe.css.scss */
.icon-uploader {
  padding: 10px;
}

/* line 1034, app/assets/stylesheets/iframe.css.scss */
.icon-uploader-float {
  z-index: 1;
  transform: scale(0.7, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  padding: 15px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 35px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.06, 0.5, 0.95);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.06, 0.5, 0.95);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.06, 0.5, 0.95);
  transition: all 0.2s cubic-bezier(0.55, 0.06, 0.5, 0.95);
}

/* line 1051, app/assets/stylesheets/iframe.css.scss */
.icon-uploader-float-pulse-fade {
  transform: scale(1, 1);
  top: 12px;
  right: 12px;
  animation: pulse-fade 500ms infinite ease-in-out alternate;
}

/* line 1058, app/assets/stylesheets/iframe.css.scss */
.icon-uploader-float i {
  font-size: x-large;
}

/* line 1062, app/assets/stylesheets/iframe.css.scss */
.icon-uploader i {
  font-size: xxx-large;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1070, app/assets/stylesheets/iframe.css.scss */
.label-uploader {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 0;
}

/* line 1077, app/assets/stylesheets/iframe.css.scss */
.label-uploader.disabled {
  cursor: not-allowed;
}

/* line 1081, app/assets/stylesheets/iframe.css.scss */
.label-uploader.disabled .icon-uploader i, .label-uploader.disabled:hover .icon-uploader i {
  scale: 1 !important;
  color: grey !important;
}

/* line 1086, app/assets/stylesheets/iframe.css.scss */
.container-drag-drop {
  padding: 20px;
}

/* line 1090, app/assets/stylesheets/iframe.css.scss */
.label-uploader:hover .icon-uploader i {
  scale: 1.2;
}

/* line 1094, app/assets/stylesheets/iframe.css.scss */
.label-uploader:hover .icon-uploader-float, .label-uploader:focus .icon-uploader-float {
  transform: scale(1, 1);
  top: 12px;
  right: 12px;
  animation: pulse-fade 500ms infinite ease-in-out alternate;
}

/* line 1101, app/assets/stylesheets/iframe.css.scss */
.label-uploader.disabled .icon-uploader-float {
  display: none !important;
}

@keyframes pulse-fade {
  from {
    transform: scale(0.8);
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* line 1110, app/assets/stylesheets/iframe.css.scss */
.file-input {
  height: 0.1px;
  width: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* Clase para scroll en iOS Safari */
/* line 1115, app/assets/stylesheets/iframe.css.scss */
.table-responsive {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: auto;
}

/* line 1121, app/assets/stylesheets/iframe.css.scss */
.iframe_scroll_container {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* Imagen CVV instructions PayU*/
/* line 1129, app/assets/stylesheets/iframe.css.scss */
.width-cvv {
  max-width: 300px;
  width: 300px;
}

/* ELP box message */
/* line 1135, app/assets/stylesheets/iframe.css.scss */
.elp-box-message {
  border: dotted 2px #e78f08;
  padding: 20px;
  margin-bottom: 30px;
  background: rgba(233, 112, 19, 0.66);
}

/* Credit card images PayU*/
/* line 1143, app/assets/stylesheets/iframe.css.scss */
.credit-card {
  background-image: url("/assets/icons/credit-cards/No-credit-card-f8d50eb8b7a9224d6ce68a6ac29d35fba48eac5ff072646f5fdaf65df09aa607.png"), url("/assets/icons/credit-cards/Check-grey-10eafcf4101afca0aa6aead0b8866899604a3334b48193d902f0aadb60be698e.png");
  background-position: 3px -4px,99% 4px;
  background-size: 40px 40px,26px 26px;
  background-repeat: no-repeat;
  padding-left: 50px;
}

/* Acordion Title PayU */
/* line 1152, app/assets/stylesheets/iframe.css.scss */
.accordion-title {
  font-size: 18px !important;
  text-decoration: none !important;
  opacity: 0.9;
}

/* line 1158, app/assets/stylesheets/iframe.css.scss */
.accordion-title:hover {
  opacity: 1;
}

/* Label for PayU form */
/* line 1163, app/assets/stylesheets/iframe.css.scss */
.purchase-label {
  padding-top: 0px;
  text-align: right;
}

/* Label for PayU form - Month field*/
/* line 1169, app/assets/stylesheets/iframe.css.scss */
.margin-two-fields {
  margin-right: 23px;
}

/*Event Image - Download tickets*/
/* line 1174, app/assets/stylesheets/iframe.css.scss */
.carousel-caption > p {
  color: white !important;
}

/* line 1178, app/assets/stylesheets/iframe.css.scss */
.carousel {
  position: relative;
}

/* line 1182, app/assets/stylesheets/iframe.css.scss */
.carousel-v1 .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 15px;
  background: rgba(0, 0, 0, 0.7);
}

/* line 1190, app/assets/stylesheets/iframe.css.scss */
.carousel-v1:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Buttons - Download tickets*/
/* line 1195, app/assets/stylesheets/iframe.css.scss */
.icon-button {
  font-size: xx-large;
}

/* line 1199, app/assets/stylesheets/iframe.css.scss */
.btn-wallet, .btn-pdf {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  text-decoration: none;
}

/* line 1207, app/assets/stylesheets/iframe.css.scss */
.btn-wallet:hover {
  color: #04D24D;
  transform: translate(0, -3px);
}

/* line 1212, app/assets/stylesheets/iframe.css.scss */
.btn-pdf:hover {
  color: #e74c3c;
  transform: translate(0, -3px);
}

/*Image border*/
/* line 1218, app/assets/stylesheets/iframe.css.scss */
.iframe-image {
  border-radius: 8px !important;
}

/* line 1222, app/assets/stylesheets/iframe.css.scss */
.border-carousel-image-iframe {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/*Button border*/
/* line 1228, app/assets/stylesheets/iframe.css.scss */
.border-button-iframe {
  border-radius: 4px !important;
}

/*Content box - Download tickets*/
/* line 1233, app/assets/stylesheets/iframe.css.scss */
.servive-block .servive-block-in {
  padding: 20px 25px;
  text-align: center;
  margin-bottom: 20px;
  background: #fafafa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1244, app/assets/stylesheets/iframe.css.scss */
.servive-block .servive-block-colored:hover {
  opacity: 0.8;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Color del borde hover en inputs*/
/* line 1250, app/assets/stylesheets/iframe.css.scss */
input:hover {
  border-color: white;
  opacity: 0.9;
}

/* line 1251, app/assets/stylesheets/iframe.css.scss */
select:hover {
  border-color: white;
  opacity: 0.9;
}

/*Campos obligatorios*/
/* line 1254, app/assets/stylesheets/iframe.css.scss */
.required_fields {
  color: red;
}

/*Preview*/
/* line 1259, app/assets/stylesheets/iframe.css.scss */
.content-iframe-margin {
  margin: 20px !important;
}

/* line 1263, app/assets/stylesheets/iframe.css.scss */
.margin-form-group {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 1268, app/assets/stylesheets/iframe.css.scss */
.preview-steps {
  border-bottom: solid 2px !important;
  border-bottom-color: #21CF3C !important;
  background: #21CF3C30;
}

/* line 1274, app/assets/stylesheets/iframe.css.scss */
.preview-steps.nav-tabs > .active > a, .preview-steps.nav-tabs > li > a:hover, .preview-steps.nav-tabs > li > a:focus {
  background: #21CF3C !important;
  color: white !important;
  border-radius: 0px !important;
  border-bottom-color: #21CF3C !important;
}

/* line 1281, app/assets/stylesheets/iframe.css.scss */
.preview-steps.nav-tabs > li > a {
  color: black !important;
  border-radius: 0px !important;
  font-family: 'Poppins', sans-serif;
}

/* line 1287, app/assets/stylesheets/iframe.css.scss */
.step-fixed-preview {
  position: relative;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.54);
  border-radius: 5px;
  margin: 10px !important;
  padding-left: 1%;
  padding-right: 1%;
}

/* line 1298, app/assets/stylesheets/iframe.css.scss */
.button_paycode_width {
  width: 28%;
}

/* Loading */
/* line 1303, app/assets/stylesheets/iframe.css.scss */
.loading-bar {
  height: 5px !important;
  border-radius: 1px !important;
}

/* line 1308, app/assets/stylesheets/iframe.css.scss */
.loading-bar .peg {
  height: 129% !important;
}

/* line 1312, app/assets/stylesheets/iframe.css.scss */
.loading-spinner {
  left: 0 !important;
  right: 0 !important;
  justify-content: center !important;
  display: flex !important;
}

/* line 1319, app/assets/stylesheets/iframe.css.scss */
.loading-spinner .spinner-icon {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  border-style: solid !important;
  border-width: 3px !important;
}

/* line 1327, app/assets/stylesheets/iframe.css.scss */
.loading_background, .loading_background_ticketcodelive {
  width: 100%;
  height: 100%;
  z-index: 10001;
  top: 0px;
  left: 0px;
  position: fixed;
}

/* line 1331, app/assets/stylesheets/iframe.css.scss */
.loading-ticketcode-logo {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  animation: logofadeIn 1s infinite alternate;
  -webkit-animation: logofadeIn 1s infinite alternate;
  -moz-animation: logofadeIn 1s infinite alternate;
}

@keyframes logofadeIn {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

/* line 1343, app/assets/stylesheets/iframe.css.scss */
.loading-ticketcodelive-logo {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  animation: blur 4s linear infinite;
  -webkit-animation: blur 4s linear infinite;
  -moz-animation: blur 4s linear infinite;
}

@keyframes blur {
  7% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
  40% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  41% {
    transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
  }
  42% {
    transform: translateX(10%);
    -webkit-transform: translateX(10%);
  }
  43% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
}

/* line 1385, app/assets/stylesheets/iframe.css.scss */
.loading-ticketcode-bar {
  position: fixed;
  margin: auto;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  width: 150px;
}

/* line 1389, app/assets/stylesheets/iframe.css.scss */
.loading-ticketcode-bottom {
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1403, app/assets/stylesheets/iframe.css.scss */
.loading-ticketcode-bottom:before, .loading-ticketcode-bottom:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  left: -20px;
  background: radial-gradient(50% 100% at top left, #fff0 98%, #ffffff12) bottom, radial-gradient(50% 100% at bottom right, #ffffff12 98%, #fff0) top;
  background-size: 100% 50%;
  background-repeat: no-repeat;
}

/* line 1414, app/assets/stylesheets/iframe.css.scss */
.loading-ticketcode-bottom:after {
  transform-origin: right;
  transform: scaleX(-1);
}

/* line 1419, app/assets/stylesheets/iframe.css.scss */
.iframe-spinner-icon-bottom-container {
  position: fixed;
  bottom: 10px;
  z-index: 999999;
}

/* line 1425, app/assets/stylesheets/iframe.css.scss */
.iframe-spinner-icon-bottom {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #21CF3C;
  border-left-color: #21CF3C;
  border-radius: 50% !important;
  -webkit-animation: iframe-spinner 400ms linear infinite;
  animation: iframe-spinner 400ms linear infinite;
}

@keyframes iframe-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Alerts Error Iframe*/
/* line 1444, app/assets/stylesheets/iframe.css.scss */
.title-error {
  font-size: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  font-family: Poppins;
}

/* line 1454, app/assets/stylesheets/iframe.css.scss */
.message-error {
  font-family: Open sans, sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
}

/* line 1460, app/assets/stylesheets/iframe.css.scss */
p {
  color: #333;
}

/* line 1464, app/assets/stylesheets/iframe.css.scss */
.alert-disabled {
  background-color: #fbfbfb42 !important;
}

/* line 1468, app/assets/stylesheets/iframe.css.scss */
.alert-disabled label, .alert-disabled h3, .alert-disabled li {
  color: #222321 !important;
}

/* line 1472, app/assets/stylesheets/iframe.css.scss */
.alert-error, .alert-build, .alert-close, .alert-error-live-event {
  padding: 20px;
  background-color: rgba(158, 158, 158, 0.42);
  opacity: 0.83;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  margin: 15px;
  text-align: center;
}

/* line 1484, app/assets/stylesheets/iframe.css.scss */
.alert-error:hover .title-error, .alert-build:hover .title-error, .alert-close:hover .title-error, .alert-error-live-event:hover .title-error {
  font-size: 27px;
  color: white;
}

/* line 1485, app/assets/stylesheets/iframe.css.scss */
.alert-error:hover p, .alert-build:hover p, .alert-close:hover p, .alert-error-live-event:hover p {
  color: white;
}

/* line 1487, app/assets/stylesheets/iframe.css.scss */
.alert-error:hover {
  background-color: #21CF3C;
}

/* line 1489, app/assets/stylesheets/iframe.css.scss */
.alert-build:hover {
  background-color: rgba(204, 185, 19, 0.89);
}

/* line 1491, app/assets/stylesheets/iframe.css.scss */
.alert-error-live-event:hover {
  background-color: #ff2525;
}

/* line 1493, app/assets/stylesheets/iframe.css.scss */
.alert-build-bar {
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(-45deg, #646464, #3a3a3a 11px, #ccb91300 10px, #ccb91300 20px);
  background-size: 28px 28px;
  animation: alert-build-anim 0.7s linear infinite;
}

@keyframes alert-build-anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}

/* line 1513, app/assets/stylesheets/iframe.css.scss */
.alert-close:hover {
  background-color: rgba(96, 125, 139, 0.79);
}

/* line 1516, app/assets/stylesheets/iframe.css.scss */
.container-cover-image {
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  margin: -20px -20px 0px -20px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 1524, app/assets/stylesheets/iframe.css.scss */
.container-cover-image img {
  width: 100%;
}

/* line 1526, app/assets/stylesheets/iframe.css.scss */
.image_name_event_containers {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 1531, app/assets/stylesheets/iframe.css.scss */
.event-title-style {
  display: grid;
  letter-spacing: 1px;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
  margin-top: -10px;
  margin-bottom: 50px;
  position: relative;
}

/* line 1542, app/assets/stylesheets/iframe.css.scss */
.event-title-style:after, .event-title-style:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #0000000a;
}

/* line 1548, app/assets/stylesheets/iframe.css.scss */
.event-title-style.event-title {
  margin-bottom: 130px !important;
}

/*Transición para el contenido del iframe */
/* line 1553, app/assets/stylesheets/iframe.css.scss */
.transition-effect {
  -webkit-transition: width 0.5s cubic-bezier(0.58, -0.21, 0.28, 1.34);
  -moz-transition: width 0.5s cubic-bezier(0.58, -0.21, 0.28, 1.34);
  -o-transition: width 0.5s cubic-bezier(0.58, -0.21, 0.28, 1.34);
  transition: width 0.5s cubic-bezier(0.58, -0.21, 0.28, 1.34);
}

/*Transición para las opacidades de los formularios */
/* line 1561, app/assets/stylesheets/iframe.css.scss */
.form_ticket {
  -webkit-transition: all 0.5s cubic-bezier(0.58, -0.21, 0.28, 1.34);
  -moz-transition: all 0.5s cubic-bezier(0.58, -0.21, 0.28, 1.34);
  -o-transition: all 0.5s cubic-bezier(0.58, -0.21, 0.28, 1.34);
  transition: all 0.5s cubic-bezier(0.58, -0.21, 0.28, 1.34);
}

/*Powered by*/
/* line 1569, app/assets/stylesheets/iframe.css.scss */
.powered-by {
  position: absolute;
  bottom: 2px;
  z-index: 10000;
  right: 0%;
  left: 0%;
  text-align: center;
  -webkit-transition: right 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: right 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: right 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: right 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

/* line 1582, app/assets/stylesheets/iframe.css.scss */
#powered-by {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1589, app/assets/stylesheets/iframe.css.scss */
.powered-by-ticketcode {
  /*font-size: 17px;*/
  transform: scale(1);
  box-shadow: 0 10px 10px -10px rgba(255, 255, 255, 0);
  -webkit-transition: height 0.3s cubic-bezier(0.37, -1.32, 0.41, 1.93), transform 0.3s ease-out;
  -moz-transition: height 0.3s cubic-bezier(0.37, -1.32, 0.41, 1.93), transform 0.3s ease-out;
  -o-transition: height 0.3s cubic-bezier(0.37, -1.32, 0.41, 1.93), transform 0.3s ease-out;
  transition: height 0.1s cubic-bezier(0.37, -1.47, 0.53, 2.31), transform 0.3s ease-out;
}

/* line 1599, app/assets/stylesheets/iframe.css.scss */
.powered-by-link > span > a {
  transition: text-shadow 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* line 1603, app/assets/stylesheets/iframe.css.scss */
.powered-by-link > span > a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 11px white;
}

/* line 1608, app/assets/stylesheets/iframe.css.scss */
.powered-by-ticketcode:hover {
  box-shadow: 0 10px 10px -10px rgba(255, 255, 255, 0);
  transform: scale(1.05);
}

/* line 1613, app/assets/stylesheets/iframe.css.scss */
.powered-by-link > span > a:focus {
  text-decoration: none;
}

/*Botones*/
/* line 1618, app/assets/stylesheets/iframe.css.scss */
.button-iframe, .button-iframe:focus {
  background-color: #38b312;
  color: #FFFFFF;
  border-right: transparent;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 1629, app/assets/stylesheets/iframe.css.scss */
.button-iframe:hover, .button-iframe:active {
  background-color: #298210;
  color: #FFFFFF;
  border-right: deepskyblue;
  border-style: solid;
}

/* line 1636, app/assets/stylesheets/iframe.css.scss */
.button-iframe-default, .button-iframe-default:focus {
  color: #272727;
  background-color: #fff;
  border-color: #ccc;
  border-left: #ccc;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 1648, app/assets/stylesheets/iframe.css.scss */
.button-iframe-default:hover, .button-iframe-default:active {
  color: #333;
  background-color: #F7F7F7;
  border-color: #adadad;
  border-left: #3a3a3a;
  border-style: solid;
}

/*Title registro*/
/* line 1657, app/assets/stylesheets/iframe.css.scss */
.title-registro {
  text-align: center;
  font-size: 44px;
  margin-bottom: 44px;
}

/*For paneles info*/
/* line 1664, app/assets/stylesheets/iframe.css.scss */
.panel-iframe {
  border: 1px solid transparent !important;
  margin-top: 20px;
}

/* line 1669, app/assets/stylesheets/iframe.css.scss */
.table-border-iframe, .panel-body-iframe {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1674, app/assets/stylesheets/iframe.css.scss */
.panel {
  background-color: transparent;
}

/* line 1678, app/assets/stylesheets/iframe.css.scss */
.panel-form {
  background-color: #fbfbfb42 !important;
}

/*For paneles result*/
/* line 1683, app/assets/stylesheets/iframe.css.scss */
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 5px solid #eee;
  border-radius: 8px;
}

/* line 1690, app/assets/stylesheets/iframe.css.scss */
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}

/* line 1695, app/assets/stylesheets/iframe.css.scss */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}

/* line 1700, app/assets/stylesheets/iframe.css.scss */
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}

/* line 1705, app/assets/stylesheets/iframe.css.scss */
.bs-callout-success {
  background-color: #fcf8f2;
  border-color: #32f081;
}

/* line 1709, app/assets/stylesheets/iframe.css.scss */
.bs-callout-inner {
  margin: 10px 10px 0 10px;
}

/* For tables */
/* line 1714, app/assets/stylesheets/iframe.css.scss */
.table tbody > tr > td {
  vertical-align: middle;
  position: relative;
}

/* line 1719, app/assets/stylesheets/iframe.css.scss */
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}

/* line 1728, app/assets/stylesheets/iframe.css.scss */
.table-foot-iframe {
  border-top: 2px dashed #eaeaea;
}

/*Contenido del iframe*/
/* line 1731, app/assets/stylesheets/iframe.css.scss */
#body_iframe {
  display: none;
}

/*Progress bar*/
/* line 1736, app/assets/stylesheets/iframe.css.scss */
#progress_bar {
  display: none;
  position: fixed;
  width: 34px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.34);
  right: 25px;
  top: 302px;
  border-radius: 6px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

/* line 1752, app/assets/stylesheets/iframe.css.scss */
#progress {
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #21CF3C;
  border-radius: 6px !important;
}

/* line 1760, app/assets/stylesheets/iframe.css.scss */
#percent {
  text-align: center;
  line-height: 100px;
  color: black;
  font-size: smaller;
  text-shadow: 0px 0px 6px #fff;
}

/*Floating buttons*/
/* line 1769, app/assets/stylesheets/iframe.css.scss */
.floating-up-button:hover {
  background: rgba(66, 64, 64, 0.86) url("/assets/arrow-up-032969ddedeab0169c5f27e9bf757b29fbb55de76e93c7f86de8ebe3b0415299.png");
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1778, app/assets/stylesheets/iframe.css.scss */
.floating-up-button:active {
  top: 195px;
}

/* line 1782, app/assets/stylesheets/iframe.css.scss */
.floating-down-button:active {
  top: 255px;
}

/* line 1786, app/assets/stylesheets/iframe.css.scss */
.floating-down-button:hover {
  background: rgba(66, 64, 64, 0.86) url("/assets/arrow-down-a64efcd9628afb9dc9714cfa00a7f818a0af9a3076a4e382466199876298882e.png");
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1795, app/assets/stylesheets/iframe.css.scss */
.floating-up-button {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 999;
  right: 23px;
  top: 200px;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  border-radius: 16px !important;
  background: rgba(150, 150, 150, 0.34) url("/assets/arrow-up-032969ddedeab0169c5f27e9bf757b29fbb55de76e93c7f86de8ebe3b0415299.png");
  background-size: contain;
  background-position-y: 1px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

/* line 1816, app/assets/stylesheets/iframe.css.scss */
.floating-down-button {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 999;
  right: 23px;
  top: 250px;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  border-radius: 16px !important;
  background: rgba(150, 150, 150, 0.34) url("/assets/arrow-down-a64efcd9628afb9dc9714cfa00a7f818a0af9a3076a4e382466199876298882e.png");
  background-size: contain;
  background-position-y: -1px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

/*Steps*/
/*Steps fixed*/
/* line 1840, app/assets/stylesheets/iframe.css.scss */
.step-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 5px;
  margin-top: 15px;
  padding-left: 1%;
  padding-right: 1%;
  -webkit-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* line 1857, app/assets/stylesheets/iframe.css.scss */
.content-iframe {
  margin-top: 145px;
  margin-bottom: 20px;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 1865, app/assets/stylesheets/iframe.css.scss */
#iframe_steps {
  text-align: center;
  position: relative;
  z-index: 1;
  height: 145px;
  margin-top: -22px;
  padding-left: 1%;
  padding-right: 1%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/*Iframe steps*/
/* line 1880, app/assets/stylesheets/iframe.css.scss */
#steps {
  margin-bottom: 50px;
  margin-top: 50px;
  /*CSS counters to number the steps*/
  counter-reset: step;
  padding: 0px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* line 1892, app/assets/stylesheets/iframe.css.scss */
#steps li {
  list-style-type: none;
  color: #707070 !important;
  text-transform: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: normal;
  -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* line 1908, app/assets/stylesheets/iframe.css.scss */
#steps li.active {
  font-weight: bold;
  font-size: 13px;
}

/* line 1913, app/assets/stylesheets/iframe.css.scss */
#steps li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 15px;
  color: #929292ab;
  background: rgba(255, 255, 255, 0.92);
  border-top-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  margin: 0 auto 5px auto;
  font-weight: normal;
  visibility: hidden;
}

/* line 1931, app/assets/stylesheets/iframe.css.scss */
#steps li i {
  color: rgba(255, 255, 255, 0.92);
}

/* line 1935, app/assets/stylesheets/iframe.css.scss */
#steps li .fa-layers.fa-fw {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  left: 0;
  bottom: 0;
}

/* line 1944, app/assets/stylesheets/iframe.css.scss */
#steps li .fa-layers.fa-fw .fa-layers-text {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #929292ab;
}

/*steps connectors*/
/* line 1954, app/assets/stylesheets/iframe.css.scss */
#steps li:after {
  content: '';
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: -50%;
  top: 12px;
  z-index: -1;
  /*put it behind the numbers*/
  font-weight: bold;
}

/* line 1965, app/assets/stylesheets/iframe.css.scss */
#steps li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
/* line 1971, app/assets/stylesheets/iframe.css.scss */
#steps li.active:before, #steps li.active:after {
  background: #21CF3C;
  color: white;
  font-weight: bold;
}

/* line 1977, app/assets/stylesheets/iframe.css.scss */
.error-message {
  color: #fff;
  background-color: #ff4646;
  padding: 5px 10px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: smaller;
  border-radius: 4px;
}

/* line 1988, app/assets/stylesheets/iframe.css.scss */
input.error {
  border: 1px solid #FF7C7C !important;
}

/* line 1992, app/assets/stylesheets/iframe.css.scss */
.badge-red-light {
  color: #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.4);
  background: rgba(231, 76, 60, 0.1);
}

/*For code input tag on eventos/show.html.erb*/
/* line 1995, app/assets/stylesheets/iframe.css.scss */
.title-code-input {
  font-size: inherit;
  background-color: #00000008;
  word-break: break-all;
  white-space: normal;
  margin: 0 -15px 15px -15px;
  display: block;
  padding: 5px;
}

/* line 2005, app/assets/stylesheets/iframe.css.scss */
.title-code-div {
  padding-top: 0;
  box-shadow: inset 0 0 0 100px #e7e7e761;
}

/* Campo terminos y condiciones */
/* line 2011, app/assets/stylesheets/iframe.css.scss */
.waiver-text {
  resize: vertical;
  overflow: auto;
  height: auto;
  max-height: 300px;
  word-break: break-word;
  text-align: justify;
}

/* line 2020, app/assets/stylesheets/iframe.css.scss */
.waiver-text a {
  font-style: italic;
}

/* Scroll Bar*/
/* line 2025, app/assets/stylesheets/iframe.css.scss */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 2030, app/assets/stylesheets/iframe.css.scss */
::-webkit-scrollbar-track {
  background-color: #84848414;
}

/* line 2034, app/assets/stylesheets/iframe.css.scss */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #0000001f;
}

/* line 2039, app/assets/stylesheets/iframe.css.scss */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(105, 105, 105, 0.65);
}

/* Extra Small and Small devices (Tablets/Large Phones in PORTRAIT, 480px and less) */
@media (max-width: 990px) {
  /* line 2045, app/assets/stylesheets/iframe.css.scss */
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 2050, app/assets/stylesheets/iframe.css.scss */
  .button_paycode_width {
    width: 42%;
  }
  /* line 2054, app/assets/stylesheets/iframe.css.scss */
  .button-show-hide-menu-live {
    display: none;
  }
  /* line 2058, app/assets/stylesheets/iframe.css.scss */
  #live_code_player, .cover-player-live-event, #live_event_iframe_banner, #cover_banner_live_event, .error_live_event_container {
    border-radius: 10px 10px 0px 0px;
  }
  /* line 2062, app/assets/stylesheets/iframe.css.scss */
  .live_menu_container {
    border-radius: 0px 0px 10px 10px;
  }
}

/* For medium and large devices */
@media (min-width: 991px) {
  /* line 2068, app/assets/stylesheets/iframe.css.scss */
  .button_paycode_width {
    width: 28%;
  }
}

@media (min-width: 1200px) {
  /*For PayU form*/
  /* line 2075, app/assets/stylesheets/iframe.css.scss */
  .margin-two-fields {
    margin-right: 31px;
  }
  /* line 2078, app/assets/stylesheets/iframe.css.scss */
  .formfield-children-section {
    margin: 20px -25px;
  }
}

/*For long labels, align to the left. eventos/details.html.erb*/
@media (min-width: 992px) and (max-width: 1199px) {
  /*For PayU form*/
  /* line 2086, app/assets/stylesheets/iframe.css.scss */
  .margin-two-fields {
    margin-right: 30px;
  }
}

/* For Extra Small devices only (767px and less)*/
@media (max-width: 767px) {
  /* Label for PayU form */
  /* line 2094, app/assets/stylesheets/iframe.css.scss */
  .purchase-label {
    padding-top: 0px;
    text-align: left;
  }
  /* line 2098, app/assets/stylesheets/iframe.css.scss */
  .powered-by {
    text-align: center;
  }
  /* line 2102, app/assets/stylesheets/iframe.css.scss */
  .content-iframe {
    padding: 15px 5px;
    margin-left: -11px;
    margin-right: -11px;
  }
  /* line 2107, app/assets/stylesheets/iframe.css.scss */
  .powered-by {
    right: 2%;
    left: 0%;
    text-align: right;
  }
  /* line 2112, app/assets/stylesheets/iframe.css.scss */
  #steps {
    margin-top: 40px;
  }
  /* line 2115, app/assets/stylesheets/iframe.css.scss */
  .iframe-prices-table, .iframe-prices-table-no-margin {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 2119, app/assets/stylesheets/iframe.css.scss */
  .bs-callout {
    padding: 5px;
    margin-left: -15px;
    margin-right: -15px;
  }
  /*For PayU form*/
  /* line 2125, app/assets/stylesheets/iframe.css.scss */
  .margin-two-fields {
    margin-right: 0px;
  }
  /* line 2129, app/assets/stylesheets/iframe.css.scss */
  .width-cvv {
    max-width: 250px;
    width: 250px;
  }
  /* line 2133, app/assets/stylesheets/iframe.css.scss */
  #live_event_countdown_container {
    margin-bottom: -15px;
  }
  /* line 2134, app/assets/stylesheets/iframe.css.scss */
  #live_event_countdown_container h4 {
    margin-bottom: -5px !important;
  }
  /* line 2135, app/assets/stylesheets/iframe.css.scss */
  #live_event_countdown_container h2 {
    font-size: 20px;
  }
  /* line 2136, app/assets/stylesheets/iframe.css.scss */
  #live_event_countdown_container div {
    padding: 3px;
  }
  /* line 2138, app/assets/stylesheets/iframe.css.scss */
  .profile-container {
    display: block;
  }
  /* line 2141, app/assets/stylesheets/iframe.css.scss */
  .container-cover-image {
    margin: -15px -5px 0px -5px;
  }
  /* line 2142, app/assets/stylesheets/iframe.css.scss */
  .event-title-style {
    margin-bottom: 100px;
  }
  /* line 2143, app/assets/stylesheets/iframe.css.scss */
  .event-title-style.event-title {
    margin-bottom: 160px !important;
  }
}

/* Extra Small devices (Tablets/Large Phones in PORTRAIT, 360px and less) */
@media (min-width: 0px) and (max-width: 360px) {
  /*For página de descarga de tickets*/
  /* line 2149, app/assets/stylesheets/iframe.css.scss */
  .tc-download-ticket-buttons {
    width: 100%;
  }
  /* line 2150, app/assets/stylesheets/iframe.css.scss */
  #live_event_countdown_container div {
    padding: 3px;
  }
  /* line 2151, app/assets/stylesheets/iframe.css.scss */
  .event-title-style {
    margin-bottom: 150px;
  }
  /* line 2152, app/assets/stylesheets/iframe.css.scss */
  .event-title-style.event-title {
    margin-bottom: 190px !important;
  }
}
