
.div-event {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    min-height: 280px;
    margin-bottom: 30px;
    font-family: 'Quicksand', sans-serif;
}

.div-webinar, .div-inperson {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 110px;
    padding: 15px;
    background-color: #efefef;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.div-boosted {
    background-color: #f95561;
}

.div-date {
    text-align: center;
    color: #000;
}

.div-date-boosted {
    color: #fff;
}

.div-month {
    font-size: 26px;
    line-height: 24px;
    text-transform: uppercase;
}

.div-day {
    font-size: 48px;
    line-height: 42px;
}

.div-time {
    font-size: 30px;
    line-height: 28px;
}

.div-zone {
    font-size: 14px;
    text-transform: uppercase;
}

.div-line {
    height: 2px;
    background-color: #000;
    margin: 6px 0px;
}

.div-line-boosted {
    background-color: #fff;
}

.div-info {
    position: absolute;
    top: 0;
    left: 110px;
    right: 0;
    bottom: 0;
    padding: 15px;
}

.label-webinar, .label-inperson  {
    font-size: 14px;
    color: #000;
    background-color: #73ecdd;
}

.label-inperson {
    background-color: #ffe141;
}

.glyphicon-facetime-video {
    top: 2px;
}

.div-place, .div-course-title {
    font-size: 18px;
    line-height: 19px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.div-abbr {
    --lh: 2rem;
    height: calc(var(--lh) * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.div-txt {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 3px;
}

.div-view { 
    position: absolute;
    bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.div-no-events {
    border-radius: 10px;
    background-color: #efefef;
    text-align: center;
    padding: 20px 5px;
}

.glyphicon-chevron-right {
    top: 2px;
}

.input-group-addon {
    background-color: #fff;
}

.input-group-addon-e {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.checkbox {
    margin: 10px; 
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    color: #666;
}
