.show-line-col {
    background: #FAFAFA;
    border: 1px solid #E3E3E3;
    padding: 16px;
    margin-bottom: 16px
}

.show-line-image {
    width: 100%!important;
    height: auto!important;
    object-fit: cover;
    border-radius: 8px
}

.show-line-image-block {
    display: inline-block;
}

.show-line-details-block {
    display: inline-block;
    margin-top: 0px!important;
    margin-left: 20px;
}

.show-line-main-block p {
    margin: 0px!important;
}

.show-line-main-block .show-line-title {
    color: red;
    margin: 0px!important;
}

.show-line-details-btn {
    border: none;
    background: #CC2F80;
    color: #fff;
}


/*   Single Event CSS    */

.single_event {
    background: #FAFAFA;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.single_event:hover {
    box-shadow: 0px 4px 12px rgba(97, 97, 97, 0.08);
}

.event_img a {
    display: block;
}

.event_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.event_detail {
    margin-top: 16px;
}

.event_detail h2 {
    letter-spacing: 0.02em;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #2D2D2D;
    font-size: 18px;
}

.event_detail p {
    color: #2D2D2D;
    font-size: 16px;
    margin-bottom: 8px;
}

.event_detail .read {
    color: #DA3D8E;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.bootstrap-timepicker-widget table td input {
    width: 45px;
}

/* Dashboard Css for 5 same size column in one row */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
