<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.column-dashoard {
  background-color: transparent;
  margin: 30px 0;
}

.dashoard {
  color: #00276a;
  background-color: #f5f6fd;
}

.dashoard .box {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

.dashoard .box h3 {
  font-size: 16px;
  color: #00276a;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #eeeeee;
  line-height: 25px;
  font-weight: 700;
}

.dashoard .box h3 .fa {
  margin-right: 15px;
  font-size: 25px;
  vertical-align: top;
}

.dashoard .box.newsletter-box h3, .dashoard .box.tickets-box h3 {
  line-height: 30px;
}

.dashoard .box.newsletter-box h3 img, .dashoard .box.tickets-box h3 img {
  height: 30px;
  margin-right: 15px;
}

.dashoard .box .event-info-total {
  margin: 15px;
  background-color: #eeeeee;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 25px;
}

.dashoard .box .event-info-total .fa {
  margin-right: 15px;
  font-size: 25px;
  vertical-align: top;
}

.dashoard .box .event-info-last {
  background-color: #00276a;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  margin: 0 15px 15px 15px;
}

.dashoard .box .event-info-last h4 {
  margin: 15px 0 25px 0;
}

.dashoard .box .event-info-last h4 a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.dashoard .box .event-info-last &gt; div {
  padding: 0;
}

.dashoard .box .event-info-last .fa {
  margin-right: 5px;
  font-size: 20px;
}

.dashoard .box .event-info-last .fa-clock-o {
  margin-left: 50px;
}

.dashoard .box .newsletter-info {
  margin: 40px 15px;
}

.dashoard .box .newsletter-info p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  display: table;
  width: 100%;
}

.dashoard .box .newsletter-info p span {
  display: table-cell;
  vertical-align: middle;
}

.dashoard .box .newsletter-info p span:last-child {
  font-size: 30px;
  text-align: right;
}

.dashoard .box .newsletter-info p:nth-child(2) span {
  padding: 25px 0;
}

.dashoard .box .green span:last-child {
  color: #4bc076;
}

.dashoard .box .red span:last-child {
  color: #f33d1d;
}

.dashoard .box .orange span:last-child {
  color: #fcb95b;
}

.dashoard .box .newsletter-buttons {
  margin: 15px;
}

.dashoard .box .newsletter-buttons a {
  background-color: #eeeeee;
  padding: 10px 0;
  text-align: center;
  max-width: 180px;
  width: 30%;
  color: #3d80a4;
  font-size: 14px;
  font-weight: 700;
}

.dashoard .box .newsletter-buttons a:hover {
  background-color: #00276a;
  color: #fff;
}

.dashoard hr {
  border-top: 1px solid #eeeeee;
  margin: 0;
}

.dashoard .tickets-box .filter-text {
  font-size: 12px;
  padding: 15px;
  margin: 0;
}

.dashoard .tickets-box .input-group {
  margin: 15px;
  background-color: #eeeeee;
  padding: 5px 10px;
  font-size: 12px;
  display: block;
  border-radius: 5px;
  position: relative;
}

.dashoard .tickets-box .input-group label {
  padding: 7px 0 0 0;
  border-right: 1px solid #8f8f8f;
  color: #8f8f8f;
  width: 160px;
  position: absolute;
  top: 5px;
  left: 15px;
  font-weight: normal;
  height: 30px;
  line-height: 1.42857143;
  font-size: 12px;
}

.dashoard .tickets-box .input-group select {
  font-size: 12px;
  color: #00276a;
  background-color: #eeeeee;
  border: 0;
  box-shadow: none;
  padding-left: 15px;
  position: relative;
  height: 30px;
  width: calc(100% - 165px);
  margin: 0 0 0 165px;
  cursor: pointer;
}

.dashoard .tickets-box .input-group .fa {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 2;
}

.dashoard .tickets-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 15px 30px 15px;
  text-transform: uppercase;
}

.dashoard .tickets-box h4:after {
  border-top: 1px solid #eeeeee;
  content: " ";
  display: block;
  width: 100%;
}

.dashoard .tickets-box h4 span {
  background-color: #fff;
  padding-right: 15px;
  bottom: -2px;
  position: relative;
}

.dashoard .tickets-box .tickets-info {
  margin: 0 15px 25px 15px;
}

.dashoard .tickets-box .tickets-info &gt; div:first-child {
  padding-left: 0;
}

.dashoard .tickets-box .tickets-info &gt; div:first-child p span:last-child {
  padding-right: 20px;
}

.dashoard .tickets-box .tickets-info &gt; div:nth-child(3) {
  padding-left: 0;
}

.dashoard .tickets-box .tickets-info &gt; div:nth-child(2), .dashoard .tickets-box .tickets-info &gt; div:nth-child(4) {
  padding-right: 0;
}

.dashoard .tickets-box .tickets-info p {
  font-size: 16px;
  font-weight: 700;
  display: table;
  width: 100%;
  margin: 0;
}

.dashoard .tickets-box .tickets-info p &gt; span {
  display: table-cell;
  padding-bottom: 25px;
  vertical-align: middle;
  font-weight: 700;
}

.dashoard .tickets-box .tickets-info p &gt; span:last-child {
  font-size: 30px;
  text-align: right;
}

.dashoard .tickets-box .info {
  background-color: #eeeeee;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-top: 20px;
  display: table;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

.dashoard .tickets-box .info span {
  display: table-cell;
  padding: 10px 0 5px 10px;
  vertical-align: top;
}

.dashoard .tickets-box .info span:last-child {
  text-align: right;
  padding-right: 20px;
}

.dashoard .tickets-box .info span &gt; span {
  font-size: 30px;
  display: block;
  padding: 5px 0 0 0 !important;
}

.dashoard .tickets-box .info.info-full {
  margin: 25px 15px 35px 15px;
  text-align: left;
  width: calc(100% - 30px);
}

.dashoard .tickets-box .info.info-full span {
  padding: 15px 10px;
}

.dashoard .tickets-box .info.info-full span &gt; span {
  padding: 0;
}

.dashoard .tickets-box .info.info-full img {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .dashoard .box .newsletter-buttons {
    text-align: center;
  }
  .dashoard .btn {
    float: none;
    width: 100% !important;
    margin: 10px;
  }
  .dashoard .tickets-box .tickets-info &gt; div {
    padding: 0;
  }
  .dashoard .tickets-box .tickets-info &gt; div:first-child p span:last-child {
    padding-right: 0;
  }
}




.step4 #adjustment-event-tickets {
  margin: 15px 0 15px 0;
  background-color: #fff;
}

.step4 #adjustment-event-tickets #event-tickets {
  background-color: #fdf2e9;
  padding: 30px 0 30px 0;
}

#event-tickets .tickets {
  display: table;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 30px;
}

#event-tickets .tickets .ticket {
  display: table-cell;
  width: 33.33333333%;
  margin-bottom: 30px;
  transition: all 0.1s;
}

#event-tickets .tickets .ticket:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#event-tickets .tickets .ticket:hover .btn-orange {
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
}

#event-tickets .tickets .ticket .ticket-inside-box {
  background-color: #fff;
  margin: 0 10px;
  box-shadow: 0 0 10px #636363;
}

#event-tickets .tickets .ticket hr {
  height: 5px;
  border: 0;
  width: calc(100% + 2px);
  margin-left: -1px;
  opacity: 0.5;
}

#event-tickets .tickets .ticket h3 {
  padding: 30px 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}

#event-tickets .tickets .ticket .price {
  padding: 30px 0;
  font-size: 2.8em;
  background-image: url(/img/page/ticket_bg_1.webp);
  background-repeat: repeat-x;
  position: relative;
  color: #fff;
  background-color: #000;
}

#event-tickets .tickets .ticket .price:after {
  content: " ";
  background-image: url(/img/page/ticket_bg_2.webp);
  background-position: center bottom;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 12px;
  background-repeat: no-repeat;
}

#event-tickets .tickets .ticket .about {
  padding: 20px;
  text-align: left;
  position: relative;
}

#event-tickets .tickets .ticket .about .text {
  z-index: 1;
}

#event-tickets .tickets .ticket .about ul {
  list-style: none;
  padding-left: 0;
}

#event-tickets .tickets .ticket .about ul li {
  position: relative;
  padding: 0 0 10px 20px;
}

#event-tickets .tickets .ticket .about ul li:before {
  content: "• ";
  font-size: 200%;
  position: absolute;
  left: 0;
  bottom: calc(50% - 15px);
}

#event-tickets .tickets .ticket .about small {
  background: linear-gradient(to top, #eaeaea, #fff);
  width: 100%;
  left: 0;
  height: 25px;
  bottom: -3px;
  display: block;
  position: absolute;
}

#event-tickets .tickets .ticket .btn-group-orange {
  position: relative;
  overflow: hidden;
}

#event-tickets .tickets .ticket .btn-group-orange:before, #event-tickets .tickets .ticket .btn-group-orange:after {
  content: "..............................................................................................................................................................................................................................................................";
  position: absolute;
  width: 100%;
  left: 0;
  line-height: 1;
}

#event-tickets .tickets .ticket .btn-group-orange:before {
  top: -5px;
}

#event-tickets .tickets .ticket .btn-group-orange:after {
  bottom: 0;
}

#event-tickets .tickets .ticket .btn-orange {
  margin: 30px 0;
  transition: all 0.1s;
  color: #fff;
  background-color: #000;
  font-size: 22px;
  user-select: auto;
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}

#event-tickets .tickets.tickets-1 {
  width: 33.33333333%;
}

#event-tickets .tickets.tickets-1 .ticket {
  width: 100%;
}

#event-tickets .tickets.tickets-2 {
  width: 66.66666666%;
}

#event-tickets .tickets.tickets-2 .ticket {
  width: 50%;
}

.ticket_link-add {
  position: absolute;
  top: 50%;
  margin-top: -17px !important;
}

#jumps-event-tickets {
  padding: 90px 0 0 0 !important;
}

#newsletter_link-add {
  position: absolute;
  top: 10px;
  display: none;
}

@media screen and (max-width: 767px) {
  #event-tickets .tickets .ticket {
    width: 100% !important;
    display: block;
  }
}

.ticket-label-old {
  position: relative;
}

/*.ticket-label-old span {*/
  /*position: relative;*/
  /*top: -10px;*/
/*}*/

/*.ticket-label-old del {*/
  /*display: block;*/
  /*line-height: 1;*/
  /*position: absolute;*/
  /*bottom: 15px;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*text-align: center;*/
/*}*/

.register_price .price-block {
  width: 100% !important;
}

.radio-input {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 5px solid #ddd;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.radio-input_checked:after {
  width: 14px;
  height: 14px;
  background-color: #1480a4;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  content: " ";
}

.radio-input-label {
  position: relative;
  top: -8px;
  font-size: 16px;
  cursor: pointer;
}
.invoices-search-input {
  width: 300px;
  display: inline-block;
  height: 34px;
}
.invoices-search-btn {
  position: relative;
  top: -2px;
}
.evenets-list-status span, .evenets-list-status p {
  cursor: pointer;
}
.evenets-list-status span:hover, .evenets-list-status p:hover {
  text-decoration: underline;
}
.btn-recomended-photos {
  line-height: 1;
  font-size: 14px;
  padding: 8px 30px;
}
.random-images-modal img {
  width: 100%;
  border: 5px solid #e5e5e5;
  margin: 15px 0;
  cursor: pointer;
}
.random-images-modal img:hover {
  border-color: #1480a4;
}
.timer-area.disabled .title-area-about {
  display: none !important;
}
.timer-area.disabled .time {
  display: none !important;
}
.timer-area .toggler-time {
  display: inline;
}
.timer-area input[type="checkbox"] {
  display: none;
}
.timer-area .btn-toggle-timer {
  margin: 0 0 0 10px !important;
}
.timer-area.disabled .btn-toggle-timer {
  margin: 0 !important;
}
.mce-branding-powered-by {
  display: none !important;
}
.cursor-pointer {
  cursor: pointer;
}
.agreements-list .caret {
  border-top: 7px dashed;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  right: 60px;
  top: 12px;
}
.agreements-list .heading-wrap {
  display: block;
  vertical-align: middle;
  margin-right: 35px;
}
.agreements-list .heading-wrap .event {
  font-size: 16px;
}
.agreements-list .heading-wrap .title {
  font-size: 12px;
}

.agreements-list h2 .btn {
  position: absolute;
  right: 15px;
  top: 0;
}</pre></body></html>