.event-detail-right {
    min-height: 345px;
}
.event-description {
    padding: 5px;
}
.event-city-address {
    margin-left: 15px;
}
.event-join-live {
    padding: 10px;
}
.event-not-found {
    margin: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.alert-success p {
    color: #3c763d !important;
    text-align: center;
}
.alert-success hr {
    margin: 10px 0;
}
td {
    border: 1px solid;
    line-height: 1.5;
    padding: 5px;
}
.event-full {
    border: 1px solid #0C50A1;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.event-full p {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: #0C50A1;
}
.event-thank-you {
    margin: 0 auto;
    width: 98%;
}
blockquote {
    border-left: 5px solid #0C50A1;
}
blockquote p {
    color: #0C50A1;
    text-align: left;
}

.count-down-timer {
    padding: 30px 5px;
    text-align: center;
    border: 1px solid #F1F1F1;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.count-down-item {
    margin: 2px;
    padding: 5px;
    border: 1px solid #f1f1f1;
    width: 68px;
}
.count-down-item span {
    text-align: center;
    font-size: 2em;
    color: #0C50A1;
    font-weight: 700;
}
.count-down-item div {
    color: #0C50A1;
}
.btn-flex-box {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.btn-flex-box .btn-half {
    width: 50%;
    margin: 5px;
}
@media (max-width: 399px) {
    .count-down-timer {
        flex-wrap: wrap;
    }
}