@charset "UTF-8";
/* Hoja de estilos para Ticketcode */
/* line 7, app/assets/stylesheets/custom.css.scss */
.form-field-mandatory-check {
  position: absolute;
  left: 25px;
  align-self: center;
  display: inline-flex;
  top: 8px;
  bottom: 0;
}

/* line 16, app/assets/stylesheets/custom.css.scss */
.form-field-additional-check {
  position: absolute;
  left: -5px;
  top: 3px;
}

/* line 22, app/assets/stylesheets/custom.css.scss */
.drag-drop-item {
  border: 1px solid #f1f1f1;
  margin: 1px -5px !important;
  padding: 10px 5px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  position: relative;
}

/* line 35, app/assets/stylesheets/custom.css.scss */
.drag-drop-item-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  color: darkgray;
  align-self: center;
  cursor: move;
  z-index: 1;
}

/* line 45, app/assets/stylesheets/custom.css.scss */
.drag-drop-item-right {
  right: 6px;
}

/* line 49, app/assets/stylesheets/custom.css.scss */
.drag-drop-item-left {
  left: 6px;
}

/* line 53, app/assets/stylesheets/custom.css.scss */
.drag-drop-select-item {
  background: #21cf3c1a;
  border: 1px dashed #21CF3C;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

/* line 63, app/assets/stylesheets/custom.css.scss */
.drag-drop-select-item > .drag-drop-item-icon, .drag-drop-select-item > td > .drag-drop-item-icon {
  color: #21CF3C;
}

/* line 68, app/assets/stylesheets/custom.css.scss */
.social-divider-text {
  position: relative !important;
  text-align: center !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 75, app/assets/stylesheets/custom.css.scss */
.social-divider-text span {
  padding: 7px;
  font-size: 12px;
  position: relative;
  z-index: 2;
  border: none;
  color: darkgrey;
  pointer-events: none;
}

/* line 84, app/assets/stylesheets/custom.css.scss */
.social-divider-text:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #eee;
  top: 55%;
  left: 0;
  z-index: 1;
}

/* line 95, app/assets/stylesheets/custom.css.scss */
.my-entry-ticket {
  border: 3px solid #21CF3C;
  border-radius: 20px !important;
  padding: 20px;
  margin: 20px;
  position: relative;
  overflow: hidden;
}

/* line 104, app/assets/stylesheets/custom.css.scss */
.my-entry-ticket-event-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;
}

/* line 110, app/assets/stylesheets/custom.css.scss */
.my-entry-ticket-event-image img {
  width: 100%;
}

/* line 114, app/assets/stylesheets/custom.css.scss */
.my-entry-ticket > .col-xs-12 > .event-circle-border {
  cursor: auto;
  width: 100px;
  height: 100px;
  margin: 30px auto 10px !important;
}

/* line 121, app/assets/stylesheets/custom.css.scss */
.my-entry-ticket > .col-xs-12 > .event-circle-border > .event-circle-image {
  width: 92px;
  height: 92px;
}

/* line 126, app/assets/stylesheets/custom.css.scss */
.my-entry-ticket > .col-xs-12 > .event-circle-border > .event-circle-image img {
  margin-left: -40px;
}

/* line 130, app/assets/stylesheets/custom.css.scss */
.my-entry-ticket-background-info {
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 144, app/assets/stylesheets/custom.css.scss */
.event-circle-image {
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  background-color: white;
  border: 2px solid white;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* line 159, app/assets/stylesheets/custom.css.scss */
.event-circle-image img {
  display: block;
  width: auto;
  height: 100%;
  max-width: fit-content;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* line 176, app/assets/stylesheets/custom.css.scss */
.event-circle-border {
  margin-right: 15px;
  padding: 4px;
  width: 48px;
  height: 48px;
  border-radius: 100% !important;
  background: linear-gradient(90deg, #21CF3C 0%, lightgray 0%);
  cursor: pointer;
  -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 190, app/assets/stylesheets/custom.css.scss */
.event-circle-border.event-complete:hover {
  box-shadow: #21cf3cb8 0px 0px 15px;
}

/* line 194, app/assets/stylesheets/custom.css.scss */
.event-circle-border.event-warning:hover {
  box-shadow: #fabb29 0px 0px 15px;
}

/* line 198, app/assets/stylesheets/custom.css.scss */
.event-circle-border.event-danger:hover {
  box-shadow: #e74c3c 0px 0px 15px;
}

/* line 202, app/assets/stylesheets/custom.css.scss */
.event-circle-border.event-closed:hover {
  box-shadow: #999999 0px 0px 15px;
}

/* line 206, app/assets/stylesheets/custom.css.scss */
#dropdownEventProgress.open > .event-circle-border.event-complete {
  box-shadow: #21cf3cb8 0px 0px 15px;
}

/* line 210, app/assets/stylesheets/custom.css.scss */
#dropdownEventProgress.open > .event-circle-border.event-warning {
  box-shadow: #fabb29 0px 0px 15px;
}

/* line 214, app/assets/stylesheets/custom.css.scss */
#dropdownEventProgress.open > .event-circle-border.event-danger {
  box-shadow: #e74c3c 0px 0px 15px;
}

/* line 218, app/assets/stylesheets/custom.css.scss */
#dropdownEventProgress ul {
  width: max-content;
}

/* line 222, app/assets/stylesheets/custom.css.scss */
#dropdownEventProgress ul li a i {
  float: left;
  margin: 10px;
}

/* line 226, app/assets/stylesheets/custom.css.scss */
#dropdownEventProgress ul li a i.event-item-check {
  color: #21CF3C;
}

/* line 230, app/assets/stylesheets/custom.css.scss */
#dropdownEventProgress ul li a i.event-item-uncheck {
  color: lightgrey;
}

/* line 234, app/assets/stylesheets/custom.css.scss */
.badge-event-progress {
  font-size: 90%;
  padding: 2px 4px;
  border-radius: 3px !important;
  position: relative;
  left: -32px;
  top: -36px;
}

/* line 243, app/assets/stylesheets/custom.css.scss */
.alert-success {
  background-color: #21cf3c17;
  border-color: #21cf3c36;
  color: #009954 !important;
}

/* line 250, app/assets/stylesheets/custom.css.scss */
.events-metrics-chart {
  display: none;
  padding: 20px 0px;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 257, app/assets/stylesheets/custom.css.scss */
.events-metrics-chart div {
  margin: auto;
}

/* line 262, app/assets/stylesheets/custom.css.scss */
.btn-whatsapp {
  display: block !important;
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  border-radius: 100px !important;
  color: white;
  font-size: 30px;
  border: 4px solid #ffffff33;
  background-color: #25D366;
  -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 280, app/assets/stylesheets/custom.css.scss */
.btn-whatsapp:hover {
  -webkit-box-shadow: 0px 0px 15px 0px #25D366;
  -moz-box-shadow: 0px 0px 15px 0px #25D366;
  box-shadow: 0px 0px 15px 0px #25D366;
  border-color: #ffffff6b;
}

/* line 287, app/assets/stylesheets/custom.css.scss */
.btn-whatsapp:hover i {
  font-size: 1.5em;
}

/* line 291, app/assets/stylesheets/custom.css.scss */
.btn-whatsapp .fa-stack {
  display: flex;
  width: 2em;
  align-items: center;
}

/* line 297, app/assets/stylesheets/custom.css.scss */
.btn-whatsapp i {
  color: white;
  font-size: 1.3em;
  -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 307, app/assets/stylesheets/custom.css.scss */
.user-account-email-header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f1f1f1;
  padding: 0px 15px 2px;
}

/* line 314, app/assets/stylesheets/custom.css.scss */
.user-account-email-header span {
  text-transform: lowercase;
  font-size: x-small;
  font-weight: bold;
}

/* line 321, app/assets/stylesheets/custom.css.scss */
.badge-bypass {
  background-color: #608DFF;
  padding: 10px;
  border-radius: 2px !important;
  line-height: normal !important;
}

/* line 328, app/assets/stylesheets/custom.css.scss */
.badge-traditional {
  background-color: #21CF3C;
  padding: 10px;
  border-radius: 2px !important;
  line-height: normal !important;
}

/* line 335, app/assets/stylesheets/custom.css.scss */
.badge-sales-model-disabled {
  padding: 10px !important;
  border-radius: 2px !important;
  border: none !important;
}

/* line 342, app/assets/stylesheets/custom.css.scss */
.email-container {
  background-color: #f5f5f5;
}

/* line 346, app/assets/stylesheets/custom.css.scss */
.email-main-table {
  width: 100%;
}

/* line 350, app/assets/stylesheets/custom.css.scss */
.email-back-content-ticket {
  background-color: #fafafa;
  border-radius: 5px !important;
  width: 322px !important;
  margin: 20px 0px !important;
}

/* line 357, app/assets/stylesheets/custom.css.scss */
.email-content-preheader {
  margin-top: 20px !important;
}

/* line 361, app/assets/stylesheets/custom.css.scss */
.email-preheader {
  padding: 15px 30px !important;
  background-color: #FAFAFA !important;
  border-radius: 5px 5px 0 0 !important;
}

/* line 367, app/assets/stylesheets/custom.css.scss */
.email-preheader-text {
  color: #a1a1a1;
  font-family: 'Open sans', 'Roboto', 'Arial', sans serif;
  font-size: 10px;
  line-height: 100%;
  text-align: right;
}

/* line 375, app/assets/stylesheets/custom.css.scss */
.email-logo-ticketcode {
  max-width: 320px;
  margin: 50px 0px !important;
}

/* line 379, app/assets/stylesheets/custom.css.scss */
.email-logo-ticketcode-live {
  max-width: 270px;
  margin: 50px 0px !important;
}

/* line 383, app/assets/stylesheets/custom.css.scss */
.email-logo-event {
  margin: 20px auto !important;
}

/* line 387, app/assets/stylesheets/custom.css.scss */
.email-logo-ticketcode-regards {
  max-width: 110px !important;
}

/* line 391, app/assets/stylesheets/custom.css.scss */
.email-content-ticket {
  width: 322px;
}

/* line 395, app/assets/stylesheets/custom.css.scss */
.email-content-ticket-logo {
  background-color: #FFFFFF;
  border-bottom: 0px !important;
  border-radius: 5px 5px 0px 0px !important;
  width: 322px;
  text-align: center;
}

/* line 404, app/assets/stylesheets/custom.css.scss */
.email-content-ticket-info {
  background-color: #FFFFFF;
  border-top: 0px !important;
  border-bottom: 0px !important;
  /* border: 1px solid #DDDDDD; */
  border-radius: 0px 0px 5px 5px !important;
  border-collapse: separate;
}

/* line 413, app/assets/stylesheets/custom.css.scss */
.email-content-ticket-info-copies {
  padding: 0px;
  font-size: 12px;
  color: #505050;
}

/* line 419, app/assets/stylesheets/custom.css.scss */
.email-content-ticket-info-copies-width {
  padding: 20px;
  width: 322px;
}

/* line 424, app/assets/stylesheets/custom.css.scss */
.ticket-info-copies {
  text-align: justify !important;
}

/* line 428, app/assets/stylesheets/custom.css.scss */
.email-content-ticket-divisor {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 20px 0px;
}

/* line 435, app/assets/stylesheets/custom.css.scss */
.email-content-ticket-divisor-right {
  height: 28px;
  width: 16px;
  border-radius: 50px 0 0 50px !important;
  background: #f5f5f5;
  float: right;
}

/* line 443, app/assets/stylesheets/custom.css.scss */
.email-content-ticket-divisor-left {
  height: 28px;
  width: 16px;
  border-radius: 0px 50px 50px 0 !important;
  background: #f5f5f5;
  float: left;
}

/* line 451, app/assets/stylesheets/custom.css.scss */
.email-content-ticket-divisor-dashed-line {
  border: 2px dashed #f5f5f5 !important;
  box-sizing: content-box !important;
  margin-top: 12px !important;
}

/* line 457, app/assets/stylesheets/custom.css.scss */
.email-content-ticket-info-user-name {
  font-size: 14px;
}

/* line 461, app/assets/stylesheets/custom.css.scss */
.email-content-ticket-info-user-name span {
  line-height: 22px;
}

/* line 465, app/assets/stylesheets/custom.css.scss */
.email-content-footer {
  width: 322px;
  background-color: #FAFAFA;
  border-top: 0px !important;
  /* border: 1px solid #DDDDDD; */
  border-radius: 0px 0px 5px 5px !important;
}

/* line 473, app/assets/stylesheets/custom.css.scss */
.email-content-footer tr td {
  padding: 0px 20px;
}

/* line 477, app/assets/stylesheets/custom.css.scss */
.email-content-footer tr td table tr td {
  padding: 10px;
}

/* line 481, app/assets/stylesheets/custom.css.scss */
.email-content-footer-social-networks {
  display: inline-flex;
  width: 100%;
  align-items: center;
  background-color: #FAFAFA;
}

/* line 485, app/assets/stylesheets/custom.css.scss */
.email-content-footer-social-networks td {
  width: 100%;
  text-align: center;
}

/* line 489, app/assets/stylesheets/custom.css.scss */
.email-content-footer-social-networks td a img {
  max-height: 35px !important;
  margin: auto !important;
}

/* line 493, app/assets/stylesheets/custom.css.scss */
.email-content-footer-copy-right {
  font-size: 11px;
  color: #707070;
  text-align: justify;
}

/* line 499, app/assets/stylesheets/custom.css.scss */
.tag-corporate {
  background-color: #608DFF;
  padding: 10px;
  float: right;
  border-radius: 2px !important;
}

/* line 506, app/assets/stylesheets/custom.css.scss */
.tag-professional {
  background-color: #090909;
  padding: 10px;
  float: right;
  border-radius: 2px !important;
}

/* line 513, app/assets/stylesheets/custom.css.scss */
.tag-basic {
  background-color: #21CF3C;
  padding: 10px;
  float: right;
  border-radius: 2px !important;
}

/* line 520, app/assets/stylesheets/custom.css.scss */
.text-corporate {
  color: #608DFF;
}

/* line 521, app/assets/stylesheets/custom.css.scss */
.text-professional {
  color: #090909;
}

/* line 522, app/assets/stylesheets/custom.css.scss */
.text-basic {
  color: #21CF3C;
}

/* line 524, app/assets/stylesheets/custom.css.scss */
.text-payed {
  color: #21CF3C;
}

/* line 525, app/assets/stylesheets/custom.css.scss */
.text-pending {
  color: #5bc0de;
}

/* line 526, app/assets/stylesheets/custom.css.scss */
.text-rejected {
  color: #d9534f;
}

/* line 527, app/assets/stylesheets/custom.css.scss */
.text-refunded {
  color: #3498db;
}

/* line 529, app/assets/stylesheets/custom.css.scss */
.panel-active-service {
  padding: 20px;
  position: relative;
  -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 538, app/assets/stylesheets/custom.css.scss */
.panel-active-service-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
  transition: all 0.3s;
}

/* line 550, app/assets/stylesheets/custom.css.scss */
.panel-active-service-effect::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  background-color: #21CF3C17;
  transform: scale(1.2, 1.2);
}

/* line 564, app/assets/stylesheets/custom.css.scss */
.panel-active-service-corner-top-left {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  border-top: 2px solid #e9e9e9;
  border-left: 2px solid #e9e9e9;
  transition: all 0.3s;
}

/* line 575, app/assets/stylesheets/custom.css.scss */
.panel-active-service-corner-bottom-right {
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #e9e9e9;
  border-right: 2px solid #e9e9e9;
  transition: all 0.3s;
}

/* line 586, app/assets/stylesheets/custom.css.scss */
.panel-active-service-effect::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

/* line 591, app/assets/stylesheets/custom.css.scss */
.panel-active-service h4 {
  color: #555;
  -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 599, app/assets/stylesheets/custom.css.scss */
.panel-active-service p {
  text-align: justify;
  font-weight: 300;
}

/* line 605, app/assets/stylesheets/custom.css.scss */
.panel-active-service:hover h4 {
  color: #21CF3C;
}

/* line 606, app/assets/stylesheets/custom.css.scss */
.panel-active-service:hover img {
  scale: 1.05;
  border-image: linear-gradient(var(--angle), #21CF3C 10%, #21CF3C1f 50%) 10;
}

/* line 611, app/assets/stylesheets/custom.css.scss */
.panel-active-service:hover .panel-active-service-corner-top-left {
  height: 30px;
  width: 60px;
  border-top: 4px solid #21CF3C;
  border-left: 4px solid #21CF3C;
}

/* line 618, app/assets/stylesheets/custom.css.scss */
.panel-active-service:hover .panel-active-service-corner-bottom-right {
  height: 30px;
  width: 60px;
  border-bottom: 4px solid #21CF3C;
  border-right: 4px solid #21CF3C;
}

/* line 625, app/assets/stylesheets/custom.css.scss */
.panel-active-service:hover .panel-active-service-effect::after {
  opacity: 1;
  transform: scale(1, 1);
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: true;
}

/* line 637, app/assets/stylesheets/custom.css.scss */
.image-service-container {
  z-index: 1;
}

/* line 641, app/assets/stylesheets/custom.css.scss */
.panel-active-service img {
  margin: auto;
  border: 4px solid #21CF3C;
  max-height: 150px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  -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;
  --angle: 0deg;
  animation: spin-angle 1.6s linear infinite;
}

@keyframes spin-angle {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}

/* line 660, app/assets/stylesheets/custom.css.scss */
.container-service-image-description {
  display: inline-flex;
  align-items: center;
}

/* Metrics */
/* line 666, app/assets/stylesheets/custom.css.scss */
.empty-metrics-message {
  display: inline-block;
  align-items: center;
  margin: 0;
  color: #7f7f7f;
  width: 100%;
}

/* line 674, app/assets/stylesheets/custom.css.scss */
.empty-metrics-message i {
  margin: 0px 10px;
}

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

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

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

/* Certificates */
/* line 705, app/assets/stylesheets/custom.css.scss */
.font-preview-certificate {
  font-size: xx-large;
  padding-top: 30px;
  display: block;
  overflow-wrap: break-word;
}

/* line 712, app/assets/stylesheets/custom.css.scss */
#div_prev_background_certificate {
  background-color: #f9f9f9;
  position: relative;
  text-align: center;
}

/* line 718, app/assets/stylesheets/custom.css.scss */
#div_prev_background_certificate img, #certificate_image, #certificate_image_send, .certificate_image {
  box-shadow: rgba(0, 0, 0, 0.33) 0px 0px 5px;
}

/* line 722, app/assets/stylesheets/custom.css.scss */
#data_certificate_section {
  position: absolute;
  top: 49%;
  height: 71px;
  background: #3c3c3c14;
  left: 0;
  right: 0;
  margin: 0px 20px;
}

/* line 732, app/assets/stylesheets/custom.css.scss */
#data_certificate_section .badge {
  position: absolute;
  top: -31%;
  left: 0;
  background: #3c3c3c14;
  color: #21CF3C;
  padding: 6px 10px;
  font-size: 75%;
  border-top-right-radius: 8px !important;
}

/* line 743, app/assets/stylesheets/custom.css.scss */
#certificate_user_name {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins" !important;
  font-size: 30px;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
}

/* line 757, app/assets/stylesheets/custom.css.scss */
#certificate_data_container {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 769, app/assets/stylesheets/custom.css.scss */
#certificate_data_container label {
  display: none;
  font-family: "Poppins" !important;
  font-size: 16px;
  color: black;
  font-weight: lighter;
}

/* line 777, app/assets/stylesheets/custom.css.scss */
#certificate_data_1 {
  text-align: left;
}

/* line 779, app/assets/stylesheets/custom.css.scss */
#certificate_data_2 {
  text-align: right;
  margin: 0px 5px;
}

/* Sponsors */
/* line 782, app/assets/stylesheets/custom.css.scss */
#google_ads_pixel_iframe_code > span {
  display: none;
}

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

/* line 796, app/assets/stylesheets/custom.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 804, app/assets/stylesheets/custom.css.scss */
.block-sponsor:hover img {
  transform: scale(1.2);
}

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

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

/* Gráfios Google */
/* Gráfico centrado */
/* line 820, app/assets/stylesheets/custom.css.scss */
[dir="ltr"] {
  margin: auto !important;
}

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

/* line 835, app/assets/stylesheets/custom.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 851, app/assets/stylesheets/custom.css.scss */
.refresh-city-states:active {
  transform: scale(0.9);
}

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

/* line 860, app/assets/stylesheets/custom.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;
}

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

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

/* Mis eventos */
/* line 877, app/assets/stylesheets/custom.css.scss */
#filter_form_my_events > div > label, #filter_form_my_events > div > label > span {
  font-size: 13px;
}

/* line 881, app/assets/stylesheets/custom.css.scss */
.my-events-table tbody tr td {
  padding-top: 20px;
}

/* line 885, app/assets/stylesheets/custom.css.scss */
.my-events-table tbody tr td span.term_search {
  padding: 5px;
}

/* Sharethis */
/* line 890, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn {
  border-radius: 6px !important;
  display: inline-block !important;
}

/* line 894, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn img {
  margin-top: 0px !important;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 7px;
  vertical-align: top;
}

/* line 904, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: center;
  z-index: 94034;
}

/* line 913, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

/* line 921, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 34px;
  line-height: 40px;
  margin: 3px;
  padding: 0 7px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

/* line 948, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn:hover {
  opacity: .8;
  top: -4px;
}

/* line 953, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='facebook'] {
  background-color: #4267B2;
}

/* line 957, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='twitter'] {
  background-color: #55acee;
}

/* line 961, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='messenger'] {
  background-color: #448AFF;
}

/* line 965, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='whatsapp'] {
  background-color: #25d366;
}

/* line 969, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='linkedin'] {
  background-color: #0077b5;
}

/* line 973, app/assets/stylesheets/custom.css.scss */
#sharethis-share-buttons .st-btn[data-network='email'] {
  background-color: #7d7d7d;
}

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

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

/* line 987, app/assets/stylesheets/custom.css.scss */
.notice-subevents-confirmation > h4 {
  text-align: left;
}

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

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

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

/* line 1005, app/assets/stylesheets/custom.css.scss */
.chatbot-badge {
  background: #212322 !important;
  color: white !important;
  position: absolute;
  left: -15px;
  top: -34px;
}

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

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

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

/* line 1029, app/assets/stylesheets/custom.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;
  padding: 50px;
  width: 100%;
  height: 100%;
}

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

/* line 1049, app/assets/stylesheets/custom.css.scss */
.plan-pro-disabled-hover > div > span {
  float: right;
  font-family: 'Poppins' !important;
}

/* Image Zoom In Out */
/* line 1055, app/assets/stylesheets/custom.css.scss */
.img-zoom:hover {
  transform: scale(1.3);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  box-shadow: #222321 0px 0px 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -moz-transition: all 0.3s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  -o-transition: all 0.3s cubic-bezier(0.07, 0.84, 0.93, 1.02);
  transition: all 0.3s cubic-bezier(0.07, 0.84, 0.93, 1.02);
}

/* line 1065, app/assets/stylesheets/custom.css.scss */
.theme-palette {
  display: flex;
  position: relative;
  align-items: center;
}

/* line 1072, app/assets/stylesheets/custom.css.scss */
.theme-palette-square-container {
  display: flex;
  margin: 0 10px;
  right: 0;
  position: absolute;
}

/* line 1079, app/assets/stylesheets/custom.css.scss */
.theme-palette-square-container span {
  height: 15px;
  width: 15px;
  border: 1px solid #00000024;
}

/* Switch TicketcodeLIVE events */
/* line 1086, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-on-live.active {
  background-color: #21CF3C;
  color: white;
  font-weight: bold;
}

/* line 1087, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off-live.active {
  background-color: #9e9e9e;
  color: white;
  font-weight: bold;
}

/* line 1088, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off-live.disabled {
  background-color: #eee;
  color: black;
}

/* Switch Mercado pago modelos de sistema de pagos */
/* line 1091, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-on-gateway-model.active {
  background-color: #21CF3C;
  color: white;
  font-weight: bold;
}

/* line 1092, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off-gateway-model.active {
  background-color: #3498db;
  color: white;
  font-weight: bold;
}

/* line 1093, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off-gateway-model.disabled {
  background-color: #eee;
  color: black;
}

/* Switch iframe */
/* line 1096, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-on.active {
  background-color: #21CF3C;
  color: white;
  font-weight: bold;
}

/* line 1097, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off.active {
  background-color: #d4d4d4;
  color: #757575;
  font-weight: bold;
}

/* line 1098, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-off.disabled {
  background-color: #eee;
  color: black;
}

/* Switch live provider mode */
/* line 1101, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-live-link.active {
  background-color: #21CF3C;
  color: white;
  font-weight: bold;
}

/* line 1102, app/assets/stylesheets/custom.css.scss */
.btn-default.btn-live-code.active {
  background-color: #3498db;
  color: white;
  font-weight: bold;
}

/* TicketcodeLIVE Badge */
/* line 1105, app/assets/stylesheets/custom.css.scss */
.ticketcodelive-badge {
  padding: 4px 9px 10px 12px;
  position: relative;
  float: right;
  background: #ececec;
  border-bottom-left-radius: 10px !important;
}

/* Ticketcode LIVE */
/* line 1114, app/assets/stylesheets/custom.css.scss */
.container-live {
  width: 98%;
  margin: auto;
}

/* line 1119, app/assets/stylesheets/custom.css.scss */
.header-live {
  border: 0;
  margin: 0;
  padding: 10px 0 10px 0;
  background: #232323;
  color: white;
  box-shadow: inset 0 0 100px #000, 0px 2px 8px 0px #6c6c6c9e;
  border-bottom: 1px solid #232323;
}

/* line 1129, app/assets/stylesheets/custom.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: auto;
}

/* line 1137, app/assets/stylesheets/custom.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-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  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 1162, app/assets/stylesheets/custom.css.scss */
.button-show-hide-menu-live:hover {
  right: 0;
  opacity: 1;
}

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

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

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

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

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

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

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

/* line 1235, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs {
  overflow: overlay;
}

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

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

/* line 1252, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs li a {
  color: #c1c1c1;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

/* line 1258, app/assets/stylesheets/custom.css.scss */
.live_menu_container .tab-v2 .nav.nav-tabs li a:hover {
  color: #DC3545;
}

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

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

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

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

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

/* line 1290, app/assets/stylesheets/custom.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);
}

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

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

/* line 1314, app/assets/stylesheets/custom.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 1321, app/assets/stylesheets/custom.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 1329, app/assets/stylesheets/custom.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 1338, app/assets/stylesheets/custom.css.scss */
.alert-live > [data-notify="message"] > a, .alert-live-full-screen > [data-notify="message"] > a {
  color: #DC3545 !important;
}

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

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

/* line 1351, app/assets/stylesheets/custom.css.scss */
.icon-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
  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 1365, app/assets/stylesheets/custom.css.scss */
.icon-button > span, .icon-button > a {
  text-decoration: none;
}

/* line 1369, app/assets/stylesheets/custom.css.scss */
.icon-button:hover {
  transform: scale(1.03);
  color: #21CF3C;
}

/* line 1374, app/assets/stylesheets/custom.css.scss */
.icon-button:active {
  transform: scale(0.9);
  text-shadow: 0 0 10px #21CF3C;
}

/* line 1379, app/assets/stylesheets/custom.css.scss */
.icon-button-emphasis {
  color: #21CF3C;
  text-shadow: 0 0 10px #21CF3C;
  -webkit-animation: button-emphasis 0.5s infinite alternate;
  animation: button-emphasis 0.5s infinite alternate;
  position: absolute;
  top: 43px;
  left: 7%;
  font-size: 20px;
}

@keyframes button-emphasis {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}

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

/* line 1404, app/assets/stylesheets/custom.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 1415, app/assets/stylesheets/custom.css.scss */
.profile-info-log-in img {
  width: 25px;
  height: 25px;
  padding: 2px;
  border: dashed 1px #9c9c9c;
  border-radius: 50% !important;
  margin-right: 5px;
  float: left;
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
}

/* line 1429, app/assets/stylesheets/custom.css.scss */
.avatar-circle-log-in {
  width: 25px;
  height: 25px;
  padding: 1px;
  border: dashed 1px #9c9c9c;
  border-radius: 50% !important;
  margin-right: 5px;
  float: left;
}

/* line 1439, app/assets/stylesheets/custom.css.scss */
.avatar-initials-log-in {
  font-size: small;
  font-weight: bold;
  border-radius: 50% !important;
  text-align: center;
  background: #e1e1e182;
  width: 21px;
  height: 21px;
}

/* line 1449, app/assets/stylesheets/custom.css.scss */
.profile-info {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
  font-family: Poppins;
}

/* line 1456, app/assets/stylesheets/custom.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 1466, app/assets/stylesheets/custom.css.scss */
.profile-info em {
  display: block;
  font-size: 13px;
}

/* line 1471, app/assets/stylesheets/custom.css.scss */
.profile-user-info {
  overflow: hidden;
}

/* line 1475, app/assets/stylesheets/custom.css.scss */
.access-admin-info {
  text-align: left;
}

/* line 1479, app/assets/stylesheets/custom.css.scss */
.access-admin-info img {
  width: 30px;
  height: 30px;
  float: left;
  padding: 1px;
  margin: 5px 10px !important;
  border: dashed 1px #9c9c9c;
  border-radius: 50% !important;
}

/* line 1491, app/assets/stylesheets/custom.css.scss */
.container-organizer-info {
  display: inline-flex;
  align-items: center;
}

/* line 1496, app/assets/stylesheets/custom.css.scss */
.organizers-logo img {
  width: 40px;
  height: 40px;
  padding: 2px;
  border: dashed 1px #d1d1d1;
  border-radius: 50% !important;
  background: white;
  margin: 0px 10px !important;
}

/* line 1506, app/assets/stylesheets/custom.css.scss */
.organizers-logo {
  float: left;
  margin-right: 10px;
}

/* line 1511, app/assets/stylesheets/custom.css.scss */
.organizer-logo img {
  width: 20px;
  height: 20px;
  padding: 1px;
  border: solid 1px #d1d1d1;
  border-radius: 50% !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-right: 5px;
  float: left;
  background: white;
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
}

/* line 1528, app/assets/stylesheets/custom.css.scss */
.index-organizer-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1533, app/assets/stylesheets/custom.css.scss */
.current-access-admin {
  width: 31px !important;
  height: 31px !important;
  padding: 0 !important;
  border: solid 3px #21CF3C !important;
}

/* line 1540, app/assets/stylesheets/custom.css.scss */
.access-admin-user-info {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1545, app/assets/stylesheets/custom.css.scss */
.access-admin-avatar-initials {
  position: relative;
  font-size: 12px;
  color: #222321;
  font-weight: bold;
  font-family: Poppins;
  background-color: #fff;
  border-radius: 50% !important;
  height: 25px;
  width: 25px;
  align-items: center;
  display: inline-grid;
}

/* line 1559, app/assets/stylesheets/custom.css.scss */
.access-admin-avatar-circle {
  width: 30px;
  height: 30px;
  float: left;
  padding: 1px;
  margin: 5px 10px;
  border: dashed 1px #9c9c9c;
  border-radius: 50% !important;
  text-align: center;
}

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

/* line 1578, app/assets/stylesheets/custom.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);
}

/* line 1582, app/assets/stylesheets/custom.css.scss */
#btn_leave_live:hover {
  text-shadow: 0px 0px 6px #dc3545;
}

/* Live Event Page */
/* line 1587, app/assets/stylesheets/custom.css.scss */
#live_event_container {
  padding: 0;
  height: inherit;
  box-shadow: 0px 2px 8px 0px #000000d9;
  overflow: hidden;
  background: #0a0a0a;
  -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 1599, app/assets/stylesheets/custom.css.scss */
#live_event_container img {
  margin: auto;
}

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

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

/* line 1621, app/assets/stylesheets/custom.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-top-left-radius: 10px !important;
}

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

/* line 1640, app/assets/stylesheets/custom.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 1663, app/assets/stylesheets/custom.css.scss */
.cover-player-live-event {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(#ffffff00, #000000);
}

/* line 1672, app/assets/stylesheets/custom.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;
  color: white;
}

/* line 1679, app/assets/stylesheets/custom.css.scss */
#live_event_iframe_banner {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  text-align: center;
  -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;
  background: black;
  display: flex;
  align-items: center;
}

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

/* line 1700, app/assets/stylesheets/custom.css.scss */
.error_live_event_container {
  padding: 20%;
  border: solid 2px #151515;
  background-color: #232323;
  line-height: 90px;
  width: 100%;
  height: 100%;
  color: white;
}

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

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

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

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

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

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

/* line 1739, app/assets/stylesheets/custom.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 1749, app/assets/stylesheets/custom.css.scss */
.link-device-countdown > span {
  font-size: 60px;
}

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

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

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

/* line 1769, app/assets/stylesheets/custom.css.scss */
.info-block {
  padding: 20px;
  font-size: 14px;
  background: #fafafa;
  color: #969696;
}

/*Botones Sistemas de pago*/
/* line 1774, app/assets/stylesheets/custom.css.scss */
.image-checkbox:hover {
  border: 2px solid #21CF3C;
}

/* line 1778, app/assets/stylesheets/custom.css.scss */
.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #e3e3e3;
  outline: 0;
}

/* line 1786, app/assets/stylesheets/custom.css.scss */
.image-checkbox input[type="checkbox"] {
  display: none;
}

/* line 1790, app/assets/stylesheets/custom.css.scss */
.image-checkbox-checked {
  border: 2px solid #21CF3C;
}

/* line 1793, app/assets/stylesheets/custom.css.scss */
.image-checkbox i {
  display: none;
  position: absolute;
  color: #fff;
  background-color: #21CF3C;
  padding: 5px;
  border-bottom-right-radius: 5px !important;
}

/* line 1801, app/assets/stylesheets/custom.css.scss */
.image-checkbox-checked i {
  display: block !important;
}

/*Botones disabled*/
/* line 1806, app/assets/stylesheets/custom.css.scss */
.btn-u.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* For term search in participantes y buscar */
/* line 1815, app/assets/stylesheets/custom.css.scss */
.td_term_search {
  position: relative;
}

/* line 1819, app/assets/stylesheets/custom.css.scss */
.term_search {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  background-color: #21CF3C;
  z-index: 1;
}

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

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

/* line 1840, app/assets/stylesheets/custom.css.scss */
.label_uploader > i {
  right: 10px;
  position: absolute;
  top: 9px;
}

/* line 1844, app/assets/stylesheets/custom.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 1861, app/assets/stylesheets/custom.css.scss */
.icon-uploader-float-pulse-fade {
  transform: scale(1, 1);
  top: 12px;
  right: 12px;
  animation: pulse-fade 500ms infinite ease-in-out alternate;
  color: #21CF3C;
}

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

/* line 1873, app/assets/stylesheets/custom.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 1881, app/assets/stylesheets/custom.css.scss */
.label-uploader {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: 0;
}

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

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

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

/* line 1901, app/assets/stylesheets/custom.css.scss */
.label-uploader:hover .icon-uploader i {
  scale: 1.2;
  color: #21CF3C;
}

/* line 1906, app/assets/stylesheets/custom.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;
  color: #21CF3C;
}

/* line 1914, app/assets/stylesheets/custom.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 1923, app/assets/stylesheets/custom.css.scss */
.file-input {
  height: 0.1px;
  opacity: 0 !important;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 1927, app/assets/stylesheets/custom.css.scss */
.cropper-container {
  z-index: auto !important;
}

/* line 1931, app/assets/stylesheets/custom.css.scss */
.crop-tool-controls {
  display: none;
  padding: 0 !important;
  margin: 0;
  border-bottom: 0;
  position: relative;
}

/* line 1939, app/assets/stylesheets/custom.css.scss */
.crop-tool-controls button {
  display: inline-flex;
  padding: 8px 10px;
  text-decoration: none !important;
}

/* line 1945, app/assets/stylesheets/custom.css.scss */
.save-crop-image-button {
  z-index: 1;
  position: absolute;
  bottom: -46px;
  left: 9px;
  color: white;
  border-color: #ffffff33 !important;
  padding: 7px 11px;
  background: rgba(8, 8, 8, 0.78) !important;
  border-radius: 35px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  -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 1962, app/assets/stylesheets/custom.css.scss */
.save-crop-image-button:hover {
  background: white !important;
}

/* QR CODE Browser Reader */
/* line 1967, app/assets/stylesheets/custom.css.scss */
#qr-code-button, #qr-code-search-user-button {
  background-color: #21CF3C;
  color: white;
}

/* line 1972, app/assets/stylesheets/custom.css.scss */
#qr-code-button > input[type=file] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* line 1980, app/assets/stylesheets/custom.css.scss */
#result_qr {
  background-color: #21CF3C;
  padding: 8px;
  position: absolute;
  width: 100%;
  text-align: center;
  display: none;
}

/* line 1989, app/assets/stylesheets/custom.css.scss */
#error_device {
  padding: 15%;
  text-align: center;
  display: none;
}

/* line 1995, app/assets/stylesheets/custom.css.scss */
.user-info-camscan {
  padding: 1px;
  background: black;
}

/* line 2000, app/assets/stylesheets/custom.css.scss */
.user-info-camscan h5 {
  margin: 5px;
  color: white;
}

/*More features*/
/* line 2006, app/assets/stylesheets/custom.css.scss */
.starred-phrase-promo {
  color: #444;
  box-shadow: 0 0 4px #21CF3C;
  padding: 15px;
  font-size: 15px;
  background-color: #fbfdf9;
}

/* line 2014, app/assets/stylesheets/custom.css.scss */
.panel-image-promo {
  padding: 5px 15px;
}

/* Styles in Onsite Request page */
/* line 2020, app/assets/stylesheets/custom.css.scss */
.events-quoter {
  top: -90px;
}

/* line 2024, app/assets/stylesheets/custom.css.scss */
.block-professional {
  border-left: 3px solid #21CF3C;
  padding: 10px 20px;
}

/* line 2028, app/assets/stylesheets/custom.css.scss */
.highlight-professional {
  border-top: 1px dashed #21CF3C;
  border-left: 1px dashed #21CF3C;
  border-right: 1px dashed #21CF3C;
}

/* line 2034, app/assets/stylesheets/custom.css.scss */
.highlight-icon-professional {
  position: absolute;
  z-index: 1;
  right: -13px;
  bottom: 23px;
  color: #555;
  font-size: 20px;
}

/* line 2043, app/assets/stylesheets/custom.css.scss */
.paragraph-professional {
  font-size: 15px;
}

/* line 2046, app/assets/stylesheets/custom.css.scss */
.label-professional {
  font-size: 15px;
  font-weight: normal;
}

/* line 2050, app/assets/stylesheets/custom.css.scss */
.checkbox-professional {
  position: relative;
  bottom: -3px;
  visibility: hidden;
}

/* line 2055, app/assets/stylesheets/custom.css.scss */
.checkbox-group-professional {
  margin: 5px 0;
}

/* line 2059, app/assets/stylesheets/custom.css.scss */
.checkbox-group-professional i.icon-round {
  border: solid 3px #b9b9b9;
  min-width: 60px;
  color: #d3d3d3;
}

/* line 2065, app/assets/stylesheets/custom.css.scss */
.checkbox-group-professional:hover i {
  -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;
  color: #666;
}

/* line 2072, app/assets/stylesheets/custom.css.scss */
.checkbox-group-professional .small-ticketcode {
  font-size: 12px;
  cursor: pointer;
}

/* line 2077, app/assets/stylesheets/custom.css.scss */
.checkbox-professional-more-info {
  bottom: -18px;
  position: absolute;
  font-size: 20px;
  color: #cacaca;
  left: 10px;
}

/* line 2085, app/assets/stylesheets/custom.css.scss */
.simple-checkbox-professional {
  position: relative;
  bottom: -3px;
  visibility: hidden;
}

/* line 2091, app/assets/stylesheets/custom.css.scss */
.simple-checkbox-professional-group {
  padding-left: 0;
  margin: 20px 0;
}

/* line 2093, app/assets/stylesheets/custom.css.scss */
.simple-checkbox-professional-group i {
  font-size: x-large;
  color: #757575;
}

/* line 2095, app/assets/stylesheets/custom.css.scss */
.simple-checkbox-professional-group p {
  vertical-align: middle;
  font-size: 13px;
  display: inline;
  padding-left: 5px;
}

/* line 2102, app/assets/stylesheets/custom.css.scss */
.form-professional {
  padding: 30px 0;
}

/* line 2106, app/assets/stylesheets/custom.css.scss */
.steps-professional ul {
  border-bottom: 0 !important;
}

/* line 2110, app/assets/stylesheets/custom.css.scss */
.steps-professional ul li {
  width: 100%;
}

/* line 2112, app/assets/stylesheets/custom.css.scss */
.steps-professional ul li a {
  text-decoration: none;
  display: block;
  background: #f8f8f8;
  text-align: center;
  padding: 8px 0;
  padding: 20px;
  color: #999999 !important;
  height: 100%;
  border-bottom: 0 !important;
  cursor: pointer !important;
}

/* line 2125, app/assets/stylesheets/custom.css.scss */
.steps-professional ul .current a {
  background: #21CF3C;
}

/* line 2126, app/assets/stylesheets/custom.css.scss */
.steps-professional ul li a:hover {
  background: #21CF3C !important;
  color: white !important;
  border-color: transparent;
}

/* line 2128, app/assets/stylesheets/custom.css.scss */
.steps-professional ul .current h4, .steps-professional ul .done h4 {
  color: white;
}

/* line 2129, app/assets/stylesheets/custom.css.scss */
.steps-professional ul h4 {
  line-height: inherit;
  margin: auto;
}

/* line 2134, app/assets/stylesheets/custom.css.scss */
.steps-professional ul .done a {
  background: #1db134;
}

/* line 2136, app/assets/stylesheets/custom.css.scss */
.panel-professional {
  position: relative;
  margin: 0 auto;
  background: #fff;
  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);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

/* line 2151, app/assets/stylesheets/custom.css.scss */
.error_message_onsite_request {
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 15px !important;
}

/* line 2157, app/assets/stylesheets/custom.css.scss */
.error_message_onsite_request span {
  color: #d9534f;
  padding-right: 5px;
}

/* line 2162, app/assets/stylesheets/custom.css.scss */
.error_message_onsite_request strong {
  font-size: 13px;
}

/* line 2164, app/assets/stylesheets/custom.css.scss */
.container-promo_professional {
  display: -webkit-inline-box;
  scroll-behavior: smooth;
  width: -webkit-fill-available;
  overflow: hidden;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.15);
}

/* line 2176, app/assets/stylesheets/custom.css.scss */
.promo_professional-arrow-left {
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  align-items: center;
  display: flex;
  text-decoration: none !important;
  background: radial-gradient(ellipse at 100% 50%, rgba(0, 0, 0, 0.09) 0px, rgba(255, 255, 255, 0) 65%);
  -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 2193, app/assets/stylesheets/custom.css.scss */
.promo_professional-arrow-left:hover {
  background: radial-gradient(ellipse at 100% 50%, rgba(33, 207, 60, 0.3) 0px, rgba(255, 255, 255, 0) 80%);
}

/* line 2197, app/assets/stylesheets/custom.css.scss */
.promo_professional-arrow-right {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  align-items: center;
  display: flex;
  text-decoration: none !important;
  background: radial-gradient(ellipse at 0% 50%, rgba(0, 0, 0, 0.09) 0px, rgba(255, 255, 255, 0) 65%);
  -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 2214, app/assets/stylesheets/custom.css.scss */
.promo_professional-arrow-right:hover {
  background: radial-gradient(ellipse at 0% 50%, rgba(33, 207, 60, 0.3) 0px, rgba(255, 255, 255, 0) 80%);
}

/* line 2218, app/assets/stylesheets/custom.css.scss */
.arrow-onsite-request.disabled {
  pointer-events: none;
  color: lightgray;
}

/* line 2223, app/assets/stylesheets/custom.css.scss */
.promo_professional {
  margin: 3px !important;
  height: 155px !important;
  width: 200px !important;
  padding-top: 35px !important;
  cursor: pointer;
}

/* line 2230, app/assets/stylesheets/custom.css.scss */
.promo_professional:hover {
  box-shadow: 0 0 8px #c5c5c5 !important;
  padding: 10px 10px !important;
  background: #f1f1f1;
}

/* line 2235, app/assets/stylesheets/custom.css.scss */
.promo_professional:hover > .p_descripton_professional {
  color: #555;
  font-size: 13px;
}

/* line 2239, app/assets/stylesheets/custom.css.scss */
.promo_professional > i {
  -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 2245, app/assets/stylesheets/custom.css.scss */
.promo_professional:hover > .title_professional {
  color: #21CF3C;
  font-size: 13px;
  -webkit-margin-before: 0em;
}

/* line 2250, app/assets/stylesheets/custom.css.scss */
.promo_professional:hover > i {
  font-size: 20px !important;
}

/* line 2254, app/assets/stylesheets/custom.css.scss */
.free-feature {
  font-size: 11px;
  white-space: normal;
  background-color: #21CF3C;
  margin-left: 10px;
}

/* line 2261, app/assets/stylesheets/custom.css.scss */
.title_professional {
  font-family: 'Poppins', sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 1.1;
  color: inherit;
  display: block;
  -webkit-margin-before: 0.67em;
  -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 2275, app/assets/stylesheets/custom.css.scss */
.p_descripton_professional {
  font-weight: lighter;
  padding-top: 6px;
  color: #fafafa;
  font-size: 0px;
  -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-height: initial;
}

/* line 2287, app/assets/stylesheets/custom.css.scss */
.feature-image-professional {
  text-align: center;
  display: inline-block;
}

/* line 2292, app/assets/stylesheets/custom.css.scss */
.feature-image-professional i {
  transition: all 0.2s ease-in-out;
  color: #b9b9b9;
  float: right;
  margin: 5px;
}

/* line 2299, app/assets/stylesheets/custom.css.scss */
.feature-image-professional img {
  float: right;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin: auto;
  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);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 5px;
  border: solid 0.01mm #e8e8e885;
}

/* line 2318, app/assets/stylesheets/custom.css.scss */
.feature-image-professional:hover img {
  transform: scale(3.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index: 1;
}

/* line 2323, app/assets/stylesheets/custom.css.scss */
.feature-image-professional:hover i {
  transform: scale(0);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* UpViral */
/* Iframe UpViral */
/* line 2330, app/assets/stylesheets/custom.css.scss */
.spinner-upviral {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.83);
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
}

/* line 2331, app/assets/stylesheets/custom.css.scss */
.upviral-success {
  padding: 20px 0px;
  border: solid 1px;
}

/* line 2332, app/assets/stylesheets/custom.css.scss */
.upviral-captcha {
  padding: 40px 50px;
  border: solid 1px;
  display: none;
}

/* Estilo credencial de referido */
/* line 2335, app/assets/stylesheets/custom.css.scss */
.referred_upviral {
  float: right;
  background-color: #f7f7f7;
}

/* line 2337, app/assets/stylesheets/custom.css.scss */
.referred_upviral h5 {
  margin: 7px 10px 5px;
  font-size: small;
}

/* line 2339, app/assets/stylesheets/custom.css.scss */
.referred_upviral h5 i {
  vertical-align: middle;
}

/* Loading */
/* line 2342, app/assets/stylesheets/custom.css.scss */
.spinner-ticketcode {
  margin: auto;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  background: radial-gradient(farthest-side, #21CF3C 94%, #0000) top/9px 9px no-repeat, conic-gradient(#0000 30%, #21CF3C);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
  animation: spinner-ticketcode-anim 0.5s infinite linear;
}

@keyframes spinner-ticketcode-anim {
  100% {
    transform: rotate(1turn);
  }
}

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

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

/* line 2367, app/assets/stylesheets/custom.css.scss */
.loading-spinner {
  top: 17px !important;
  left: 49% !important;
}

/* line 2372, app/assets/stylesheets/custom.css.scss */
.loading-spinner .spinner-icon {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  border-width: 4px !important;
}

/* Credit card images PayU*/
/* line 2380, app/assets/stylesheets/custom.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 2389, app/assets/stylesheets/custom.css.scss */
.accordion-title {
  font-size: 16px !important;
  color: white !important;
  text-decoration: none !important;
  font-family: 'Poppins', sans-serif !important;
}

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

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

/* Ancho de la imagen explicativa del CVV*/
/* line 2408, app/assets/stylesheets/custom.css.scss */
.width-cvv {
  max-width: 300px;
  width: 300px;
}

/*Se deshabilitan temporalmente las fuentes*/
/* line 2414, app/assets/stylesheets/custom.css.scss */
h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif !important;
}

/* line 2418, app/assets/stylesheets/custom.css.scss */
body, a, label, p, text {
  font-family: 'Open Sans', sans-serif !important;
}

/* line 2421, app/assets/stylesheets/custom.css.scss */
li.tc-dd-disabled {
  background: #ddd !important;
  opacity: 0.65;
}

/*For Load images s3 in summernote*/
/* line 2428, app/assets/stylesheets/custom.css.scss */
.spinner-summernote {
  position: absolute;
  margin: auto !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 2437, app/assets/stylesheets/custom.css.scss */
.spinner-background {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.83);
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
}

/* line 2447, app/assets/stylesheets/custom.css.scss */
li.tc-dd-disabled {
  background: #ddd !important;
  opacity: 0.65;
}

/*Panel to show organizer info in eventos/show.html.erb*/
/* line 2452, app/assets/stylesheets/custom.css.scss */
.tc-organizer-info {
  border-top-style: dotted;
  border-bottom-style: dotted;
  margin-top: 50px;
  background: #fafafa;
}

/* line 2459, app/assets/stylesheets/custom.css.scss */
.tc-organizer-info h4 {
  font-style: italic;
  padding-top: 10px;
  text-align: center;
}

/* line 2465, app/assets/stylesheets/custom.css.scss */
.organizer-info {
  padding: 20px;
  border-left: 45px solid transparent;
  border-style: groove;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right-style: dotted;
  margin-bottom: 30px;
}

/*Panel to show code*/
/* line 2475, app/assets/stylesheets/custom.css.scss */
.panel-code {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}

/* line 2490, app/assets/stylesheets/custom.css.scss */
.copy-code {
  right: 0;
  position: absolute;
  bottom: 0;
  border-color: #e5e5e5;
}

/*Error messagse in forms*/
/* line 2498, app/assets/stylesheets/custom.css.scss */
.curved-style {
  height: 34px;
  border-radius: 3px;
  width: 34px;
  background-color: #21CF3C;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin: auto;
}

/*Error messagse in forms*/
/* line 2510, app/assets/stylesheets/custom.css.scss */
.error-message {
  color: #ff4646;
  background-color: #ffe6e6;
  padding: 5px 10px;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: smaller;
}

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

/*For page notifications/index.html.erb*/
/* line 2525, app/assets/stylesheets/custom.css.scss */
.truncate-text {
  width: 74px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
}

/*For page contactos/new.html.erb*/
/* line 2534, app/assets/stylesheets/custom.css.scss */
dl.dl-horizontal.who.list-unstyled dd {
  margin: 0 0 9px 30px;
}

/* line 2537, app/assets/stylesheets/custom.css.scss */
dl.dl-horizontal.who.list-unstyled dt {
  width: 25px;
}

/*For Table headers*/
/* line 2541, app/assets/stylesheets/custom.css.scss */
table.table.table-striped th {
  vertical-align: middle;
}

/*For links that are too long to fit inside a section*/
/* line 2546, app/assets/stylesheets/custom.css.scss */
a.tc-break {
  word-break: break-all;
  word-wrap: break-word;
}

/*For code input tag on eventos/show.html.erb*/
/* line 2552, app/assets/stylesheets/custom.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 2562, app/assets/stylesheets/custom.css.scss */
.title-code-div {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 0;
  box-shadow: inset 0 0 0 100px #e7e7e761;
}

/*For entries Select tag on eventos/show.html.erb*/
/* line 2569, app/assets/stylesheets/custom.css.scss */
select.tc-select {
  min-width: 55px;
  padding: 6px 6px;
}

/*For Color Chooser on diseno.html.erb and perfiles/edit.html.erb*/
/* line 2575, app/assets/stylesheets/custom.css.scss */
.example-color {
  height: 34px;
  border-radius: 3px !important;
}

/*For Event Header Block*/
/* line 2581, app/assets/stylesheets/custom.css.scss */
.ticketcode.header h1 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
}

/*For Twitter Widget in /organizador/slug */
/* line 2587, app/assets/stylesheets/custom.css.scss */
#twitter-widget-0 {
  width: 100% !important;
}

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

/* line 2601, app/assets/stylesheets/custom.css.scss */
.waiver-text-preview {
  resize: vertical;
  overflow: auto;
  height: auto;
  max-height: 140px;
  cursor: not-allowed;
  background-color: #eee;
  word-break: break-word;
  text-align: justify;
}

/* line 2612, app/assets/stylesheets/custom.css.scss */
.waiver-text a, .waiver-text-preview a {
  font-style: italic;
  text-decoration: underline;
}

/*For clickable rows on table*/
/* line 2618, app/assets/stylesheets/custom.css.scss */
tr.clickable-row {
  cursor: pointer;
}

/*For markdown on eventos/show */
/* line 2623, app/assets/stylesheets/custom.css.scss */
.markdown-tc img {
  max-width: 100%;
}

/* line 2626, app/assets/stylesheets/custom.css.scss */
.markdown-tc h1 {
  font-size: 22px;
}

/* line 2629, app/assets/stylesheets/custom.css.scss */
.markdown-tc h2 {
  font-size: 18px;
}

/* line 2632, app/assets/stylesheets/custom.css.scss */
.markdown-tc h3 {
  font-size: 16px;
}

/* line 2635, app/assets/stylesheets/custom.css.scss */
.markdown-tc h4 {
  font-size: 15px;
}

/* line 2638, app/assets/stylesheets/custom.css.scss */
.markdown-tc p {
  font-size: 15px;
}

/*For página de registro*/
/* line 2643, app/assets/stylesheets/custom.css.scss */
.blog-medium .blog-info li {
  font-size: 14px;
}

/* line 2646, app/assets/stylesheets/custom.css.scss */
h2.blog-tc {
  color: inherit;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: inherit;
}

/* line 2653, app/assets/stylesheets/custom.css.scss */
.tc-visible-inline-sm {
  display: none !important;
}

/*For página de registro*/
/* line 2658, app/assets/stylesheets/custom.css.scss */
.tc-tag-box {
  padding: 15px;
  margin-bottom: 20px;
}

/* line 2662, app/assets/stylesheets/custom.css.scss */
.tc-tag-box-v6 {
  padding: 5px;
  margin: 0;
  background: #fafafa;
  border: solid 1px #eee;
}

/*For general purpose*/
/* line 2670, app/assets/stylesheets/custom.css.scss */
.small-ticketcode {
  font-size: 11px;
  color: #777;
}

/* line 2674, app/assets/stylesheets/custom.css.scss */
label.small-ticketcode {
  font-size: 11px;
  color: inherit;
}

/* line 2678, app/assets/stylesheets/custom.css.scss */
ul.list-no-margin {
  margin-bottom: 0;
}

/* line 2682, app/assets/stylesheets/custom.css.scss */
li a.disabled {
  pointer-events: none;
  opacity: 0.4;
}

/* Cuadro de comisiones */
/* line 2688, app/assets/stylesheets/custom.css.scss */
.accordion-toggle.collapsed > .fa-chevron-down {
  float: right;
  margin: 3px;
  transform: rotate(0deg);
  -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 2698, app/assets/stylesheets/custom.css.scss */
.accordion-toggle > .fa-chevron-down {
  float: right;
  margin: 3px;
  transform: rotate(180deg);
  -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 2709, app/assets/stylesheets/custom.css.scss */
.float-right {
  float: right;
}

/* line 2713, app/assets/stylesheets/custom.css.scss */
.float-left {
  float: left;
}

/* line 2718, app/assets/stylesheets/custom.css.scss */
.table-responsive.tc-table-scroll-x {
  overflow-x: auto;
}

/*For prices table hover*/
/* line 2723, app/assets/stylesheets/custom.css.scss */
table.table-precios {
  line-height: 1.1;
  font-size: 12px;
  text-align: left;
  width: 100%;
}

/* line 2729, app/assets/stylesheets/custom.css.scss */
table.table-precios td {
  padding-bottom: 4px;
}

/* line 2732, app/assets/stylesheets/custom.css.scss */
table.table-precios td:last-child {
  text-align: right;
}

/* line 2735, app/assets/stylesheets/custom.css.scss */
table.table-precios tfoot td {
  border-top: 1px solid gray;
  padding-top: 5px;
}

/* line 2739, app/assets/stylesheets/custom.css.scss */
table.table-precios tbody tr:first-child td {
  padding-top: 4px;
}

/* line 2742, app/assets/stylesheets/custom.css.scss */
table.table-precios td:nth-child(2) {
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 4px;
}

/*For small buttons*/
/* line 2749, app/assets/stylesheets/custom.css.scss */
.btn-u-xs,
a.btn-u-xs {
  font-size: 12px;
  padding: 2px 12px;
  line-height: 18px;
}

/*For social icons on organizador.html.erb*/
/* line 2757, app/assets/stylesheets/custom.css.scss */
.social-network a.social-icon {
  display: inline-block;
  background-position: 0 -38px !important;
  vertical-align: middle;
}

/*For Alerts inside forms*/
/* line 2764, app/assets/stylesheets/custom.css.scss */
.alert-danger-tc {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 2770, app/assets/stylesheets/custom.css.scss */
.alert-danger-tc p,
.alert-danger-tc li {
  color: #a94442;
}

/* line 2775, app/assets/stylesheets/custom.css.scss */
.alert-danger-tc hr {
  border-top-color: #e4b9c0;
}

/* line 2779, app/assets/stylesheets/custom.css.scss */
.alert-danger-tc .alert-link {
  color: #843534;
}

/*For help hovers on Phones, Tablets*/
/* line 2784, app/assets/stylesheets/custom.css.scss */
.visible-inline-xs, .visible-inline-sm {
  display: none !important;
}

/*For Entries table on eventos/show or participantes/agregar */
/* line 2789, app/assets/stylesheets/custom.css.scss */
.table-ticketcode label {
  margin-bottom: 0;
}

/*For Home Title Box below layer slider*/
/* line 2794, app/assets/stylesheets/custom.css.scss */
div.tc-title-box {
  padding: 20px 0 20px 0;
  box-shadow: inset 0 0 4px #eee;
  background: url("/assets/breadcrumbs-160fc9bc8d0c5602ea2f411fe7317ac070760caa37c9159f02b18e1b7d7b708c.png") repeat;
}

/* line 2801, app/assets/stylesheets/custom.css.scss */
.event-breadcrumb-actions {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2807, app/assets/stylesheets/custom.css.scss */
.event-breadcrumb-actions small {
  display: block;
}

/*For Home Layer Slider*/
/* line 2812, app/assets/stylesheets/custom.css.scss */
#layerslider span.ls-s-1.tc-slider {
  font-family: 'Open Sans', sans;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 800;
  text-transform: uppercase;
}

/*For Home Info Blocks*/
/* line 2820, app/assets/stylesheets/custom.css.scss */
.info-blocks i.icon-info-blocks-tc {
  float: left;
  color: #21CF3C;
  font-size: 40px;
  margin-top: 5px;
  min-width: 50px;
  text-align: center;
}

/*For all paragraphs*/
/* line 2830, app/assets/stylesheets/custom.css.scss */
p.tc-lead {
  font-size: 15px;
}

/* line 2833, app/assets/stylesheets/custom.css.scss */
p.tc-lead-2 {
  font-size: 16px;
}

/* line 2836, app/assets/stylesheets/custom.css.scss */
p.tc-after-label {
  font-size: 14px;
  padding-top: 6px;
}

/*For Footer on Event Pages*/
/* line 2842, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc {
  margin-top: 40px;
}

/* line 2845, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc p {
  margin-bottom: 0;
}

/* line 2848, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc span {
  color: #dadada;
  font-size: 11px;
}

/* line 2852, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc ul {
  display: inline-block;
  font-size: 11px;
}

/* line 2856, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc li {
  padding: 0 2px 0 2px;
}

/* line 2859, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc .divider-tc {
  padding: 0 0 0 0;
}

/* line 2862, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc .divider-tc span {
  border-left: solid 1px #dadada;
  font-size: 9px;
}

/* line 2866, app/assets/stylesheets/custom.css.scss */
.copyright.footer-tc .logo-footer {
  padding-top: 3px;
}

/*For Event Header Block*/
/* line 2871, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.aqua {
  background: #27d7e7;
  padding: 2px 0;
}

/* line 2875, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.aqua h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #26bac8;
}

/* line 2880, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.blue {
  background: #3498db;
  padding: 2px 0;
}

/* line 2884, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.blue h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #2980b9;
}

/* line 2889, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.brown {
  background: #9c8061;
  padding: 2px 0;
}

/* line 2893, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.brown h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #81674b;
}

/* line 2898, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.dark-blue {
  background: #4765a0;
  padding: 2px 0;
}

/* line 2902, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.dark-blue h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #324c80;
}

/* line 2907, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.dark-red {
  background: #a10f2b;
  padding: 2px 0;
}

/* line 2911, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.dark-red h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #b61332;
}

/* line 2916, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.default {
  background: #21CF3C;
  padding: 2px 0;
}

/* line 2920, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.default h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #32a20f;
}

/* line 2925, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.light {
  background: #95a5a6;
  padding: 2px 0;
}

/* line 2929, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.light h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #787d80;
}

/* line 2934, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.light-green {
  background: #79d5b3;
  padding: 2px 0;
}

/* line 2938, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.light-green h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #59b795;
}

/* line 2943, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.orange {
  background: #e67e22;
  padding: 2px 0;
}

/* line 2947, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.orange h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #d35400;
}

/* line 2952, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.purple {
  background: #9b6bcc;
  padding: 2px 0;
}

/* line 2956, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.purple h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #814fb5;
}

/* line 2961, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.red {
  background: #e74c3c;
  padding: 2px 0;
}

/* line 2965, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.red h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #c0392b;
}

/* line 2970, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.teal {
  background: #18ba9b;
  padding: 2px 0;
}

/* line 2974, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.teal h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #2cd5b6;
}

/* line 2979, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.ocher-yellow {
  background: #fabb29;
  padding: 2px 0;
}

/* line 2983, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.ocher-yellow h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #fac74e;
}

/* line 2988, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.black {
  background: #212322;
  padding: 2px 0;
}

/* line 2992, app/assets/stylesheets/custom.css.scss */
.ticketcode.header.black h1 {
  color: #fff;
  text-shadow: 1px 2px 0 #424242;
}

/*For Google maps*/
/* line 2998, app/assets/stylesheets/custom.css.scss */
#map_canvas_contacto, #map_canvas_event, #map_canvas_edit_preview {
  height: 100%;
}

/*For tag box how it works*/
/* line 3003, app/assets/stylesheets/custom.css.scss */
.tag-box-v2.one-ticketcode span {
  color: #FAFAFA;
  text-shadow: 1px 2px 0 #32a20f;
}

/* line 3007, app/assets/stylesheets/custom.css.scss */
.tag-box-v2.one-ticketcode {
  padding-top: 21px;
  border: 0;
}

/* line 3011, app/assets/stylesheets/custom.css.scss */
.one-page .one-ticketcode .btn-u {
  margin-bottom: 0;
  text-shadow: 0 1px 0 #d35400;
}

/*For Input Fields Participante*/
/* line 3018, app/assets/stylesheets/custom.css.scss */
form.form-horizontal input[readonly="readonly"] {
  background-color: #fff;
}

/*For footer links*/
/* line 3023, app/assets/stylesheets/custom.css.scss */
.footer a {
  color: #dadada;
}

/* line 3026, app/assets/stylesheets/custom.css.scss */
.footer .headline {
  margin: 10px 0 10px 0;
}

/*For Prices Purchase Block*/
/* line 3031, app/assets/stylesheets/custom.css.scss */
.purchase.prices {
  background: #21CF3C;
  padding: 16px 0;
  margin-top: -30px;
}

/* line 3037, app/assets/stylesheets/custom.css.scss */
.purchase.prices h2 {
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 2px 0 #32a20f;
}

/*For Promo-Box Dashboard*/
/* line 3044, app/assets/stylesheets/custom.css.scss */
.promo-box:hover strong, .promo-box:hover strong a {
  color: #585f69;
}

/* line 3047, app/assets/stylesheets/custom.css.scss */
.promo-box i: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;
}

/* line 3053, app/assets/stylesheets/custom.css.scss */
.promo-box i.icon-color-blue:hover {
  background: #3498db;
  color: #fff;
}

/* line 3057, app/assets/stylesheets/custom.css.scss */
.promo-box i.icon-color-red:hover {
  background: #e74c3c;
  color: #fff;
}

/* line 3061, app/assets/stylesheets/custom.css.scss */
.promo-box i.icon-color-green:hover {
  background: #2ecc71;
  color: #fff;
}

/* line 3065, app/assets/stylesheets/custom.css.scss */
.promo-box i.icon-color-grey:hover {
  background: #95a5a6;
  color: #fff;
}

/* line 3069, app/assets/stylesheets/custom.css.scss */
.promo-box i {
  font-size: 40px;
}

/* line 3072, app/assets/stylesheets/custom.css.scss */
.promo-box span {
  font-size: 30px;
}

/* line 3075, app/assets/stylesheets/custom.css.scss */
.promo-box > .col-md-2 {
  padding: 0;
}

/*For kaminari pagination*/
/* line 3080, app/assets/stylesheets/custom.css.scss */
.pagination li a.disabled:hover {
  color: #777;
  background: #ffffff;
  border-color: #dddddd;
}

/*For Filter Button Group*/
/* line 3088, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode-green {
  color: #ffffff;
  background-color: #21CF3C;
  border-color: #15bb2f;
}

/* line 3092, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode-green:hover, .btn-ticketcode-green:focus, .btn-ticketcode-green:active,
.btn-ticketcode-green.active, .open .dropdown-toggle.btn-ticketcode-green {
  color: #ffffff;
  background-color: #13c32e;
  border-color: #15bb2f;
}

/* line 3098, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode-green:active, .btn-ticketcode-green.active,
.open .dropdown-toggle.btn-ticketcode-green {
  background-image: none;
}

/* line 3102, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode-green.disabled, .btn-ticketcode-green[disabled],
fieldset[disabled] .btn-ticketcode-green, .btn-ticketcode-green.disabled:hover,
.btn-ticketcode-green[disabled]:hover, fieldset[disabled] .btn-ticketcode-green:hover,
.btn-ticketcode-green.disabled:focus, .btn-ticketcode-green[disabled]:focus,
fieldset[disabled] .btn-ticketcode-green:focus, .btn-ticketcode-green.disabled:active,
.btn-ticketcode-green[disabled]:active, fieldset[disabled] .btn-ticketcode-green:active,
.btn-ticketcode-green.disabled.active, .btn-ticketcode-green.active[disabled],
fieldset[disabled] .btn-ticketcode-green.active {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

/* line 3113, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode-green .badge {
  color: #21CF3C;
  background-color: #fff;
  border-radius: 3px !important;
}

/*For modal-sm*/
/* line 3120, app/assets/stylesheets/custom.css.scss */
.modal-footer-sm {
  border-top: 0;
}

/*For Buttons -xs*/
/* line 3126, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode {
  color: #ffffff;
  background-color: #95a5a6;
  border-color: #95a5a6;
}

/* line 3130, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode:hover, .btn-ticketcode:focus, .btn-ticketcode:active,
.btn-ticketcode.active, .open .dropdown-toggle.btn-ticketcode {
  color: #ffffff;
  background-color: #7f8c8d;
  border-color: #7f8c8d;
}

/* line 3136, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode:active, .btn-ticketcode.active,
.open .dropdown-toggle.btn-ticketcode {
  background-image: none;
}

/* line 3140, app/assets/stylesheets/custom.css.scss */
.btn-ticketcode.disabled, .btn-ticketcode[disabled],
fieldset[disabled] .btn-ticketcode, .btn-ticketcode.disabled:hover,
.btn-ticketcode[disabled]:hover, fieldset[disabled] .btn-ticketcode:hover,
.btn-ticketcode.disabled:focus, .btn-ticketcode[disabled]:focus,
fieldset[disabled] .btn-ticketcode:focus, .btn-ticketcode.disabled:active,
.btn-ticketcode[disabled]:active, fieldset[disabled] .btn-ticketcode:active,
.btn-ticketcode.disabled.active, .btn-ticketcode.active[disabled],
fieldset[disabled] .btn-ticketcode.active {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

/*For social networks icons*/
/* line 3153, app/assets/stylesheets/custom.css.scss */
.info-blocks:hover i.icon-facebook.icon-info-blocks {
  color: #3b598c;
}

/* line 3156, app/assets/stylesheets/custom.css.scss */
.info-blocks:hover i.icon-twitter.icon-info-blocks {
  color: #3cb4e8;
}

/* line 3159, app/assets/stylesheets/custom.css.scss */
.info-blocks:hover i.icon-linkedin.icon-info-blocks {
  color: #1c66a5;
}

/* line 3162, app/assets/stylesheets/custom.css.scss */
.info-blocks:hover i.icon-google-plus.icon-info-blocks {
  color: #bd2a1a;
}

/* line 3165, app/assets/stylesheets/custom.css.scss */
.info-blocks:hover a {
  text-decoration: none;
}

/* For New Entry Page */
/* line 3170, app/assets/stylesheets/custom.css.scss */
#entry-availability {
  position: relative;
  top: 12px;
}

/* line 3174, app/assets/stylesheets/custom.css.scss */
#entries-quantity {
  position: relative;
  top: 3px;
}

/* line 3178, app/assets/stylesheets/custom.css.scss */
#entries-available {
  position: relative;
  top: -11px;
}

/* line 3183, app/assets/stylesheets/custom.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 3193, app/assets/stylesheets/custom.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;
}

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

/* To complement existing styles */
/* line 3210, app/assets/stylesheets/custom.css.scss */
.tag-box-v2 span {
  color: #555;
  font-size: 28px;
  margin-bottom: 0;
  text-align: center;
}

/* line 3217, app/assets/stylesheets/custom.css.scss */
.title-box-v2 {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: none;
}

/* line 3223, app/assets/stylesheets/custom.css.scss */
i.icon-bg-green2 {
  background: #21CF3C;
}

/* line 3227, app/assets/stylesheets/custom.css.scss */
.tc-show-center {
  text-align: center;
}

/* For spaces*/
/* line 3232, app/assets/stylesheets/custom.css.scss */
.tc-padding-top5 {
  padding-top: 5px;
}

/* line 3235, app/assets/stylesheets/custom.css.scss */
.tc-padding-top10 {
  padding-top: 10px;
}

/* line 3238, app/assets/stylesheets/custom.css.scss */
.tc-padding-top15 {
  padding-top: 15px;
}

/* line 3241, app/assets/stylesheets/custom.css.scss */
.tc-padding-top20 {
  padding-top: 20px;
}

/* line 3244, app/assets/stylesheets/custom.css.scss */
.tc-padding-top25 {
  padding-top: 25px;
}

/* line 3247, app/assets/stylesheets/custom.css.scss */
.tc-padding-top30 {
  padding-top: 30px;
}

/* line 3250, app/assets/stylesheets/custom.css.scss */
.tc-padding-top40 {
  padding-top: 40px;
}

/* line 3253, app/assets/stylesheets/custom.css.scss */
.tc-padding-top50 {
  padding-top: 50px;
}

/* line 3256, app/assets/stylesheets/custom.css.scss */
.tc-padding-top60 {
  padding-top: 60px;
}

/* line 3259, app/assets/stylesheets/custom.css.scss */
.tc-padding-top80 {
  padding-top: 80px;
}

/* line 3262, app/assets/stylesheets/custom.css.scss */
.tc-padding-top90 {
  padding-top: 90px;
}

/* line 3265, app/assets/stylesheets/custom.css.scss */
.tc-padding-top100 {
  padding-top: 100px;
}

/* line 3268, app/assets/stylesheets/custom.css.scss */
.tc-margin-bottom30 {
  margin-bottom: 30px;
}

/* line 3271, app/assets/stylesheets/custom.css.scss */
.tc-margin-bottom40 {
  margin-bottom: 40px;
}

/* line 3274, app/assets/stylesheets/custom.css.scss */
.tc-margin-bottom10 {
  margin-bottom: 10px;
}

/* line 3277, app/assets/stylesheets/custom.css.scss */
.tc-margin-bottom20 {
  margin-bottom: 20px;
}

/* line 3281, app/assets/stylesheets/custom.css.scss */
.badge-notification {
  padding: 5px;
  display: grid;
  border-radius: 5px !important;
}

/* line 3282, app/assets/stylesheets/custom.css.scss */
.badge-notification-title {
  padding-bottom: 3px;
}

/* line 3283, app/assets/stylesheets/custom.css.scss */
.badge-notification-date {
  border-top: solid 2px #0000001a;
  padding-top: 5px;
  white-space: nowrap;
}

/* line 3284, app/assets/stylesheets/custom.css.scss */
.badge-blue {
  background: #3498db;
}

/* line 3285, app/assets/stylesheets/custom.css.scss */
.badge-green {
  background: #2ecc71;
}

/* line 3286, app/assets/stylesheets/custom.css.scss */
.badge-red {
  background: #e74c3c;
}

/* line 3287, app/assets/stylesheets/custom.css.scss */
.badge-yellow {
  background: #fabb29;
}

/* line 3288, app/assets/stylesheets/custom.css.scss */
.badge-sea {
  background: #1abc9c;
}

/* line 3289, app/assets/stylesheets/custom.css.scss */
.badge-ticketcode {
  background: #21CF3C;
}

/* line 3290, app/assets/stylesheets/custom.css.scss */
.badge-light {
  color: grey;
  background: #ececec;
  border: 1px solid #dadada;
}

/* line 3291, app/assets/stylesheets/custom.css.scss */
.badge-light-disable {
  color: #bbbbbb;
  background: #ececec;
  border: 1px solid #dadada;
}

/* line 3292, app/assets/stylesheets/custom.css.scss */
.badge-dark {
  background: #232323;
}

/* line 3293, app/assets/stylesheets/custom.css.scss */
.badge-default {
  background: grey;
}

/* line 3295, app/assets/stylesheets/custom.css.scss */
.badge-blue-light {
  color: #3498db;
  border: 1px solid rgba(52, 152, 219, 0.4);
  background: rgba(52, 152, 219, 0.1);
}

/* line 3296, app/assets/stylesheets/custom.css.scss */
.badge-green-light {
  color: #2ecc71;
  border: 1px solid rgba(46, 204, 113, 0.4);
  background: rgba(46, 204, 113, 0.1);
}

/* line 3297, app/assets/stylesheets/custom.css.scss */
.badge-orange-light {
  color: #e67e22;
  border: 1px solid rgba(230, 126, 34, 0.4);
  background: rgba(230, 126, 34, 0.1);
}

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

/* line 3299, app/assets/stylesheets/custom.css.scss */
.badge-yellow-light {
  color: #fabb29;
  border: 1px solid rgba(250, 187, 41, 0.4);
  background: rgba(250, 187, 41, 0.1);
}

/* line 3300, app/assets/stylesheets/custom.css.scss */
.badge-sea-light {
  color: #1abc9c;
  border: 1px solid rgba(26, 188, 156, 0.4);
  background: rgba(26, 188, 156, 0.1);
}

/* line 3301, app/assets/stylesheets/custom.css.scss */
.badge-aqua-light {
  color: #27d7e7;
  border: 1px solid rgba(39, 215, 231, 0.4);
  background: rgba(39, 215, 231, 0.1);
}

/* line 3302, app/assets/stylesheets/custom.css.scss */
.badge-purple-light {
  color: #9b6bcc;
  border: 1px solid rgba(155, 107, 204, 0.4);
  background: rgba(155, 107, 204, 0.1);
}

/* line 3303, app/assets/stylesheets/custom.css.scss */
.badge-ticketcode-light {
  color: #21CF3C;
  border: 1px solid rgba(33, 207, 60, 0.4);
  background: rgba(33, 207, 60, 0.1);
}

/* line 3304, app/assets/stylesheets/custom.css.scss */
.badge-dark-light {
  color: #232323;
  border: 1px solid rgba(35, 35, 35, 0.4);
  background: rgba(35, 35, 35, 0.1);
}

/* Estilos para checkbox*/
/* line 3307, app/assets/stylesheets/custom.css.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 20px;
  padding-left: 42px;
}

/* line 3315, app/assets/stylesheets/custom.css.scss */
.switch.disabled {
  cursor: not-allowed;
}

/* Hide default HTML checkbox */
/* line 3320, app/assets/stylesheets/custom.css.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
/* line 3327, app/assets/stylesheets/custom.css.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  width: inherit;
  height: inherit;
}

/* line 3341, app/assets/stylesheets/custom.css.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 3353, app/assets/stylesheets/custom.css.scss */
input:checked + .slider {
  background-color: #21CF3C;
}

/* line 3357, app/assets/stylesheets/custom.css.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #21CF3C;
}

/* line 3361, app/assets/stylesheets/custom.css.scss */
input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
/* line 3368, app/assets/stylesheets/custom.css.scss */
.slider.round {
  border-radius: 34px !important;
}

/* line 3372, app/assets/stylesheets/custom.css.scss */
.slider.round:before {
  border-radius: 50% !important;
}

/* Disabled sliders */
/* line 3377, app/assets/stylesheets/custom.css.scss */
.slider.disabled {
  background-color: #e4e4e4 !important;
  cursor: not-allowed;
}

/* line 3382, app/assets/stylesheets/custom.css.scss */
.slider.disabled.active {
  background-color: #21cf3c6b !important;
  cursor: not-allowed;
}

/*Scrollbar with Hover Transition Effect*/
/* line 3388, app/assets/stylesheets/custom.css.scss */
.hover-scroll::-webkit-scrollbar {
  width: 14px;
  height: 13px;
  -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 3396, app/assets/stylesheets/custom.css.scss */
.hover-scroll::-webkit-scrollbar-thumb {
  background-clip: content-box;
  border: 4px solid transparent;
  border-radius: 10px;
  box-shadow: inset 0 0 0 10px;
}

/* line 3403, app/assets/stylesheets/custom.css.scss */
.hover-scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

/* line 3408, app/assets/stylesheets/custom.css.scss */
.hover-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* line 3411, app/assets/stylesheets/custom.css.scss */
.hover-scroll {
  overflow: auto;
  color: #00000000;
  -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 3419, app/assets/stylesheets/custom.css.scss */
.hover-scroll:hover {
  color: #21CF3C;
}

/* line 3423, app/assets/stylesheets/custom.css.scss */
.hover-scroll:hover::-webkit-scrollbar {
  height: 15px;
}

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

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

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

/* line 3442, app/assets/stylesheets/custom.css.scss */
::-webkit-scrollbar-thumb:hover {
  background-color: #21CF3C;
}

/*For responsive sections*/
/*For long labels, align to the left. eventos/details.html.erb*/
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 3450, app/assets/stylesheets/custom.css.scss */
  label.tc-label-left {
    text-align: left !important;
  }
  /*For PayU form*/
  /* line 3454, app/assets/stylesheets/custom.css.scss */
  .margin-two-fields {
    margin-right: 22px;
  }
  /* line 3458, app/assets/stylesheets/custom.css.scss */
  .form-field-mandatory-check {
    position: initial;
  }
}

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

/*For small, medium and large devices*/
@media (min-width: 768px) {
  /* line 3475, app/assets/stylesheets/custom.css.scss */
  .dl-horizontal.dl-horizontal-tc dt {
    width: 100px;
  }
  /* line 3479, app/assets/stylesheets/custom.css.scss */
  .dl-horizontal.dl-horizontal-tc dd {
    margin-left: 120px;
  }
  /*For configuracion/info_del_organizador button 'administrar perfiles' */
  /* line 3483, app/assets/stylesheets/custom.css.scss */
  .tc-pull-right {
    float: right;
  }
}

/* Small devices (Tablets/Large Phones in PORTRAIT, 480px and less) */
@media (min-width: 768px) and (max-width: 992px) {
  /*For página perfil organizador perfiles/new.html.erb*/
  /* line 3491, app/assets/stylesheets/custom.css.scss */
  .tc-col-sm-5 {
    width: 41.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  }
  /* line 3499, app/assets/stylesheets/custom.css.scss */
  .tc-col-sm-7 {
    width: 58.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  }
  /*For configuracion/info_del_organizador dropdown*/
  /* line 3509, app/assets/stylesheets/custom.css.scss */
  ul.dropdown-menu.tc-dropdown-menu {
    overflow-x: scroll;
    max-width: 495px;
  }
  /* line 3513, app/assets/stylesheets/custom.css.scss */
  .tc-visible-inline-sm {
    display: inline !important;
  }
  /*For entradas/index.html.erb */
  /* line 3518, app/assets/stylesheets/custom.css.scss */
  .tc-sm-margin-bottom-4 {
    margin-bottom: 4px;
  }
  /*For PayU form*/
  /* line 3522, app/assets/stylesheets/custom.css.scss */
  .margin-two-fields {
    margin-right: 31px;
  }
  /* line 3525, app/assets/stylesheets/custom.css.scss */
  .button-show-hide-menu-live {
    display: none;
  }
}

/* Extra Small devices (Tablets/Large Phones in PORTRAIT, 480px and less) */
@media (min-width: 280px) and (max-width: 767px) {
  /*For página de registro*/
  /* line 3533, app/assets/stylesheets/custom.css.scss */
  .tc-col-xs-8 {
    width: 66.6666666667%;
  }
  /* line 3536, app/assets/stylesheets/custom.css.scss */
  .tc-col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  /*For entradas/index.html.erb */
  /* line 3540, app/assets/stylesheets/custom.css.scss */
  .tc-xs-margin-bottom-4 {
    margin-bottom: 4px;
  }
  /*For PayU form*/
  /* line 3544, app/assets/stylesheets/custom.css.scss */
  .margin-two-fields {
    margin-right: 0px;
  }
  /* Label for PayU form */
  /* line 3548, app/assets/stylesheets/custom.css.scss */
  .purchase-label {
    padding-top: 0px;
    text-align: left;
  }
  /* line 3552, app/assets/stylesheets/custom.css.scss */
  .width-cvv {
    max-width: 250px;
    width: 250px;
  }
  /* line 3557, app/assets/stylesheets/custom.css.scss */
  .promo_professional-arrow-left {
    left: 10px;
  }
  /* line 3561, app/assets/stylesheets/custom.css.scss */
  .promo_professional-arrow-right {
    right: 10px;
  }
  /* line 3565, app/assets/stylesheets/custom.css.scss */
  #live_event_countdown_container {
    margin-bottom: -15px;
  }
  /* line 3566, app/assets/stylesheets/custom.css.scss */
  #live_event_countdown_container h4 {
    margin-bottom: -15px !important;
  }
  /* line 3567, app/assets/stylesheets/custom.css.scss */
  #live_event_countdown_container h2 {
    font-size: 20px;
  }
  /* line 3569, app/assets/stylesheets/custom.css.scss */
  .button-show-hide-menu-live {
    display: none;
  }
}

/* Extra Small devices (Phones, 768px and less) */
@media (max-width: 767px) {
  /*For Event Header Block*/
  /* line 3577, app/assets/stylesheets/custom.css.scss */
  .ticketcode.header h1 {
    font-size: 24px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  /*For home Title Box*/
  /* line 3582, app/assets/stylesheets/custom.css.scss */
  .title-box-v2.title-box .title-box-text {
    font-size: 28px;
  }
  /* line 3585, app/assets/stylesheets/custom.css.scss */
  .title-box-v2.title-box p {
    font-size: 14px;
  }
  /* line 3588, app/assets/stylesheets/custom.css.scss */
  div.tc-title-box {
    padding: 10px 0 0 0 !important;
  }
  /*For help hovers on Phones*/
  /* line 3592, app/assets/stylesheets/custom.css.scss */
  .visible-inline-xs {
    display: inline !important;
  }
  /*For Métricas*/
  /* line 3596, app/assets/stylesheets/custom.css.scss */
  .col-centered-xs {
    display: inline-block;
    float: none;
  }
  /*For página de registro*/
  /* line 3601, app/assets/stylesheets/custom.css.scss */
  .blog-medium .blog-info li {
    font-size: 13px;
  }
  /*For configuracion/info_del_organizador dropdown*/
  /* line 3605, app/assets/stylesheets/custom.css.scss */
  ul.dropdown-menu.tc-dropdown-menu {
    overflow-x: scroll;
    max-width: 295px;
  }
  /* line 3609, app/assets/stylesheets/custom.css.scss */
  .mb-padding-top-10 {
    padding-top: 10px;
  }
  /* line 3613, app/assets/stylesheets/custom.css.scss */
  .table-responsive.tc-table-scroll-y {
    overflow-y: scroll;
  }
  /* line 3617, app/assets/stylesheets/custom.css.scss */
  .loading-spinner {
    top: 17px !important;
    left: 47% !important;
  }
  /* line 3621, app/assets/stylesheets/custom.css.scss */
  .panel-professional {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 3624, app/assets/stylesheets/custom.css.scss */
  .tag-box {
    padding: 10px;
  }
  /* line 3627, app/assets/stylesheets/custom.css.scss */
  .checkbox-group-professional {
    padding: 5px;
  }
  /* line 3630, app/assets/stylesheets/custom.css.scss */
  #data_certificate_section {
    margin: 0px 10px;
  }
  /* line 3633, app/assets/stylesheets/custom.css.scss */
  .container-service-image-description {
    display: block;
  }
  /* line 3636, app/assets/stylesheets/custom.css.scss */
  .badge-event-progress {
    left: 4px;
    top: -7px;
  }
  /* line 3640, app/assets/stylesheets/custom.css.scss */
  .form-field-mandatory-check {
    position: initial;
  }
}

/* Small devices (Tablets, 992px and less) */
@media (max-width: 992px) {
  /*For Event Header Block*/
  /* line 3648, app/assets/stylesheets/custom.css.scss */
  .ticketcode.header h1 {
    font-size: 27px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  /* line 3653, app/assets/stylesheets/custom.css.scss */
  .purchase label {
    font-size: 17px;
    line-height: inherit;
    margin-bottom: 5px;
  }
  /*For help hovers on Tablets*/
  /* line 3659, app/assets/stylesheets/custom.css.scss */
  .visible-inline-sm {
    display: inline !important;
  }
  /* line 3662, app/assets/stylesheets/custom.css.scss */
  .highlight-icon-professional {
    bottom: -1px;
  }
  /* line 3665, app/assets/stylesheets/custom.css.scss */
  .p_descripton_professional {
    margin-top: 10px;
  }
  /* line 3668, app/assets/stylesheets/custom.css.scss */
  .live_menu_container {
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 3672, app/assets/stylesheets/custom.css.scss */
  .events-quoter {
    top: auto !important;
  }
}

/* Medium or larger devices (larger than 992px)*/
@media (min-width: 992px) {
  /*For control-labels on forms with help hovers*/
  /* line 3680, app/assets/stylesheets/custom.css.scss */
  .text-right-md {
    text-align: right;
  }
}

/* Extra Small devices (Tablets/Large Phones in PORTRAIT, 360px and less) */
@media (max-width: 480px) {
  /* line 3687, app/assets/stylesheets/custom.css.scss */
  #certificate_user_name {
    font-size: 15px;
  }
  /* line 3688, app/assets/stylesheets/custom.css.scss */
  #certificate_data_container label {
    font-size: 11px;
  }
}

@media (min-width: 0px) and (max-width: 392px) {
  /*For página de descarga de tickets*/
  /* line 3693, app/assets/stylesheets/custom.css.scss */
  .tc-download-ticket-buttons {
    width: 100%;
    margin-top: 5px;
  }
  /* line 3694, app/assets/stylesheets/custom.css.scss */
  .free-feature {
    margin-left: -9px;
  }
  /* line 3695, app/assets/stylesheets/custom.css.scss */
  #organizer_info > h4 {
    font-size: 15px !important;
  }
  /* line 3697, app/assets/stylesheets/custom.css.scss */
  #certificate_user_name {
    font-size: 11px;
  }
  /* line 3698, app/assets/stylesheets/custom.css.scss */
  #certificate_data_container label {
    font-size: 7px;
  }
  /* line 3700, app/assets/stylesheets/custom.css.scss */
  .block-sponsor {
    height: 180px;
    width: 180px;
  }
}
