/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 #dale-live-event .dale-body-timeline-date {
    color: #000 !important;
    margin-bottom: 10px;
    font-weight: bold !important;
}
#dale-live-event .dale-body-timeline-title {
    font-size: 24px !important;
}
.dale-body-timeline-item-right {
    background-color: #ebebeb;
    padding: 10px;
    -webkit-box-shadow: 1px 6px 8px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 1px 6px 8px 0px rgba(0,0,0,0.47);
    box-shadow: 1px 6px 8px 0px rgba(0,0,0,0.47);
    border-radius: 5px;
    margin: 23px 15px 13px 25px;
        margin-bottom: 13px;
    position: relative;
}
.dale-body-timeline-content p {
    font-weight: bold;
}
#dale-live-event .dale-body-timeline-item::after {
    content: '';
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #4e5ed3;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 100px;
} &:last-child{
    border: 0px;
    padding-bottom: 0;
  }
.dale-body-timeline-item {
    padding-bottom: 1.5rem !important;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px !important;
    margin-left: 10px;
    border-bottom: 0 !important;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
html { scroll-behavior: smooth; } 


.live-container {
    margin: 0px;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 8px;
    border: 1px solid #b3b3b3;
    max-height: 400px;
    overflow-x: auto;
}
.live-list {
    text-decoration: none;
    color: #848282;
    font-size: 17px;
    list-style-type: none;
    display: block;
    position: relative;
    background-color: #fff;
    padding: 1px 1px 1px 35px;
    border-radius: 5px;
    border: 1px solid #bfbebe;
    cursor: pointer;
	margin-bottom:8px;
}
.live-time{
	font-size: 20px;
}
.live-title{
	font-size: 18px;
}
.live-list::before {
    content: "\f0a9";
    display: block;
    position: absolute;
    left: 12px;
    top: 18px;
    font-family: fontawesome;
    color: #b21e22;
	font-size:20px;
	animation: blink 1s linear infinite;
}
#dale-tabs {
    display: none;
}