.alert.alert-danger a{
    color: #3490dc;
}

.about__event {
    display: flex;
    justify-content: center;
    padding: 2em 5em;
    z-index: 0;
    background: url("../../img/event_background.png") no-repeat top center;
    background-size: cover;
    position: relative;
}

#event-view-form label {
    color: #fff;
}

.about__event .shadow__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    -webkit-box-shadow: inset 0px -20px 40px 10px #262626;
    box-shadow: inset 0px -20px 40px 10px #262626;
}

.about__event .image__side {
    margin-right: 2em;
    max-width: 40%;
}

.about__event .image__side img {
    margin: 0 auto;
    max-width: 330px;
}

.about__event .information__side {
    max-width: 50%;
}

.about__event .information__side h1 {
    font-weight: bold;
    font-size: 24px;
    color: #F2F2F2;
    margin-bottom: 15px;
}

.about__event .information__side > span {
    background: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    color: #1E1E1E;
    padding: 5px;
    border-radius: 3px;
}

.about__event .information__side > p {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 20px;
}

.about__event .information__side .organizer__subscribe .organizer {
    margin-bottom: 10px;
}

.about__event .information__side .organizer__subscribe .organizer p {
    font-weight: normal;
    font-size: 14px;
    color: #F2F2F2;
    margin-bottom: 5px;
}

.about__event .information__side .organizer__subscribe .organizer img {
    max-width: 100px;
    height: auto;
}

.about__event .information__side .organizer__subscribe .radio-container {
    margin-bottom: 10px;
}

.about__event .information__side .organizer__subscribe .lote__price {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #00FF00;
}

.about__event .information__side .organizer__subscribe .lote__label, .about__event .information__side .organizer__subscribe .select__modalities {
    font-weight: normal;
    font-size: 14px;
    color: #F2F2F2;
    margin-bottom: 5px;
}

.about__event .information__side .organizer__subscribe .btn__collapse--custom {
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.5rem;
    background: #262626;
    color: #00ff00;
    border: 0;
    font-weight: bold;
    font-size: 14px;
}

.about__event .information__side .organizer__subscribe .accordion__card {
    border-bottom: 1px solid #f2f2f2;
}

.about__event .information__side .organizer__subscribe .accordion__card .card__body {
    background: #fff;
    padding: 10px;
}

.about__event .information__side .organizer__subscribe .accordion__card .card__body div {
    padding: 5px 0;
}

.about__event .information__side .organizer__subscribe .accordion__card .card__body label {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.about__event .information__side .small__description {
    padding: 10px 0;
    font-weight: normal;
    font-size: 14px;
    color: #F2F2F2;
}

.more__information {
    background: #262626;
    padding: 20px;
    z-index: 2;
    position: relative;
}

.more__information .more__information--tab {
    margin-top: -45px;
    margin-bottom: 30px;
}

.more__information .more__information--tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.more__information .more__information--tab ul li {
    margin: 0 10px;
}

.more__information .more__information--tab ul li button {
    background: #FFFFFF;
    border-radius: 5px;
    height: 40px;
    min-width: 160px;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    color: #1E1E1E;
    cursor: pointer;
    transition: all ease 0.3s;
}

.more__information .more__information--tab ul li button.selected {
    background: #00FF00;
}

.more__information .more__information--tab ul li button:focus {
    outline: none;
}

.more__information .more__information--tab ul li .product__catalog--link {
    font-family: 'Bai Jamjuree';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #1E1E1E;
    background: #00FF00;
    border: 4px solid #00FF00;
    border-radius: 5px;
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.zero__products {
    color: #fff;
    font-family: 'Bai Jamjuree';
    font-size: 14px;
    line-height: 18px;
}

.more__information .event__banner {
    text-align: center;
}

.more__information .event__banner img {
    max-width: 90%;
    height: auto;
}

.more__information .more__information--content {
    padding: 20px 0;
    max-width: 90%;
    margin: 0 auto;
}

.more__information .more__information--content .about__the__event h3{
    font-weight: bold;
    font-size: 24px;
    color: #00FF00;
}
.products_catalog h2{
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    color: #00FF00;
    font-size: 34px;
}

.more__information .more__information--content .about__the__event p {
    font-weight: normal;
    font-size: 14px;
    color: #F2F2F2;
}

.more__information .more__information--content .about__the__event .desc__section {
    padding: 2em 0 3em 0;
    border-bottom: 1px solid #f2f2f2;
}

.event__modalities h4 {
    font-weight: bold;
    font-size: 24px;
    color: #00FF00;
    text-align: center;
}

.event__modalities ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    padding: 15px 0;
}

.event__modalities ul li {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    color: #F2F2F2;
    width: 290px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}


.more__information .more__information--content .event__subscribers p {
    font-weight: 500;
    font-size: 24px;
    color: #00FF00;
}
.event__videos .event__videos--container {
    display: block;
}

.event__videos .event__videos--container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.event__videos .event__videos--container .video__item {
    margin: 10px;
    text-align: center;
    min-width: 320px;
}

.event__videos .event__videos--container .video__item .event__videos-title {
    font-weight: 600;
    font-size: 18px;
    color: #00FF00;
    margin: 15px 0 5px 0;
}

.event__videos .event__videos--container .video__item .event__videos-subtitle {
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0;
}

.about__the__event,
.event__modalities,
.event__subscribers,
.event__videos,
.event__local {
    display: none;
}

.about__the__event.selected,
.event__modalities.selected,
.event__subscribers.selected,
.event__videos.selected,
.event__local.selected {
    display: block;
}

.event__subscribers .event__subscribers--list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.event__subscribers .event__subscribers--list .event__subscribers--item {
    padding: .5em 0;
}

.event__subscribers .event__subscribers--list .event__subscribers--item p {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.more__events {
    padding: 2em;
    background: url("../../img/more_events_background.png") no-repeat top center;
    background-size: cover;
    position: relative;
}

.more__events .shadow__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.more__events > h3 {
    font-weight: bold;
    font-size: 24px;
    color: #00FF00;
    text-align: center;
}

.more__events--thumbnail {
    max-height: 180px;
    overflow: hidden;
}

.more__events--thumbnail img {
    max-width: 100%;
}

.more__events--info {
    padding: 10px;
    background: #fff;
}

.more__events--info span {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    background: #000;
}

.more__events--info p {
    font-weight: 600;
    font-size: 13px;
    color: #1E1E1E;
}

.more__events--info p:last-child {
    font-weight: normal;
    font-size: 12px;
}

#timer {
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 10px 3em;
}

#timer .timer__text {
    margin-right: 20px;
}

#timer .timer__text p {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
}

.timer__cronometer {
    display: flex;
    align-items: center;
}

.timer__cronometer .time-content {
    margin: 0 10px;
}

.timer__cronometer .timer-time-content,
.timer__cronometer .timer-text-content {
    text-align: center;
}

.event__status {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 55px;
}

.event__status .event__status--text {
    font-weight: bold;
    font-size: 24px;
    color: #1E1E1E;
}

.more__events--item {
    padding: 20px;
}

.event-accordion {
    color: #fff;
    max-width: 700px;
    margin: 1rem auto;
    font-family: sans-serif;
  }

  .event-accordion details {
    border: 1px solid #444;
    border-radius: 6px;
    margin: 10px 0;
    background: #222;
  }
  
  .event-accordion summary {
    cursor: pointer;
    padding: 12px 16px;
    list-style: none;
    font-weight: 600;
    font-size: 1rem;
  }
  .event-accordion summary::-webkit-details-marker {
    display: none;
  }
  .event-accordion details[open] summary {
    background: #333;
  }
  
  .event-accordion ul {
    list-style: none;
    margin: 0;
    padding: 10px 16px 14px 16px;
    background: #222;
  }
  
  .event-accordion li {
    padding: 10px 0;
    border-top: 1px solid #444;
  }
  .event-accordion li:first-child {
    border-top: none;
  }

@media (max-width: 1025px) {
    .event__local iframe {
        height: 300px;
    }

    #timer {
        flex-direction: column;
        padding: 10px;
    }
}

@media (max-width: 769px) {
    .about__event {
        flex-direction: column;
        padding: 2em;
    }

    .about__event .information__side {
        max-width: 100%;
    }

    .about__event .information__side h1,
    .about__event .information__side .organizer__subscribe .lote__price {
        font-size: 22px;
    }

    .more__information .more__information--content .about__the__event h3,
    .more__information .more__information--content .event__subscribers p {
        font-size: 18px;
    }

    .about__event .image__side {
        text-align: center;
        margin-right: 0;
        margin-bottom: 1em;
        max-width: 100%;
    }

    .more__information .more__information--tab ul li {
        margin: 10px;
    }


}

@media (max-width: 480px) {
    .more__information {
        padding: 10px;
    }

    #timer {
        margin-bottom: 20px;
    }

    #timer .timer__text p {
        font-size: 16px;
    }

    .timer-time {
        font-size: 1.75em;
    }

    .timer-text {
        font-size: 0.75em;
    }

    .about__event .image__side img {
        max-width: 100%;
    }
}

@media (max-width: 380px) {
    .about__event {
        padding: 1em;
    }

    .about__event .information__side > span {
        font-size: 12px;
    }

    .about__event .image__side img {
        max-width: 100%;
    }

    .more__information .more__information--tab ul,
    .more__information .more__information--tab ul li,
    .more__information .more__information--tab ul li button {
        width: 100%;
    }

    .event__videos .event__videos--container .video__item {
        min-width: 300px;
    }

    .event__videos .event__videos--container .video__item img {
        max-width: 100%;
    }

    .more__information .more__information--tab {
        margin-top: 0;
    }
}
