.main-layout {
    margin-top:0;
}
.events-layout {
    padding-top:3rem;
}

.events-container {
    margin-top: 16px;
    margin-bottom: 16px;
}


.font-weight-semibold {
    font-weight: 500 !important;
}


a.unstyled {
    color:inherit;
}
a.unstyled:hover {
    color:inherit;
}


.event-left-nav {
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 0 12px 0;
    position: sticky;
    top: 144px;
}
.event-left-nav .event-nav-item {
    display: block;
    padding: 16px 16px 16px 16px;
    color: #2F3237;
}
.event-left-nav .event-nav-item.active {
    color: #ED692C;
    position: relative;
}
.event-left-nav .event-nav-item.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 4px solid #ED692C;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.card.card-section {
    border-radius: 10px;
    border: none;
}

.card.card-section .card-header {
    background-color: #fff;
    border:0;
    border-bottom: 1px solid #ededed;
    padding: 16px 34px 16px 34px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.card.card-section .card-header.with-elements {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card.card-section .card-header.card-header-elements, .card.card-section .card-header.card-title-elements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card.card-section .card-header .card-header-title {
    color: #2F3237;
    font-weight: 700;

}

.label-share {
    cursor: pointer;
}

.btn-share {
    display: flex;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: none;
    color: #2F3237;
    margin: 0 32px 0 8px;
    background-color: #EEF0F8;
    margin-right: 0px;
    font-size: 12px;
}

.btn-share .icon-share {
    background-image: url(../../img/commerce/icon/ic_share.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 36% 44%;
    background-position-x: 45%;
    background-position-y: 60%;

}


.card.card-section .card-body {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border:0;
    padding: 20px 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.event-item {

}

.event-item .event-item-image {
    margin-bottom:10px;
}
.event-item .event-item-image img {
    width:100%;
    height:176px;
    object-fit: cover;
    border-radius:4px;
}

.event-item .event-item-title {
    color:#ED692C;
    font-size:16px;
    font-weight: 500;
    margin-bottom:5px;
}

.event-item .event-item-info {
    color:#707070;
    font-size:14px;
    margin-bottom:10px;
}

.event-item .event-item-info .tb-shop-icon {
    height: 16px;
    width: 16px;
}

.event-item .event-item-description {
    font-size:14px;
    margin-bottom:10px;
    word-break: break-word;
}

.event-col{
    padding: 4px;
}

.event-detail-table{
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.event-image{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.event-title{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #2F3237;
    margin-top: 26px;
}

.card-body .participant{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #BDBDBD;
}

.event-description{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 12px;
    margin-top: 20px;
}

.event-detail-table .event-date, 
.event-detail-table .event-time,
.event-detail-table .event-type,
.event-detail-table .event-address{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #2F3237;
}

.event-detail-table .event-type{
    text-transform: capitalize;
}

.event-detail-table .event-type-label{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #BDBDBD;
    word-break: break-word;
}

.event-detail-table .event-address-map-label{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #ED692C;
}

.event-detail-table .icon-clock{
    height: 20px;
    width: 20px;
}

.event-detail-table .icon-video-recorder{
    width: 20px;
    height: 15px;
}

.event-detail-table .icon-pin-location{
    height: 20px;
}

.map-container{
    width: 100%;
    height: 300px;
    margin-top: 24px;
}

.map-container iframe{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.other-event-container{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    padding: 0;
    margin: 20px 0 86px 0;
}

.other-event-container .header{
    padding: 16px;
    border-bottom: 1px solid #EDEDED;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #2F3237;
}

.other-event-container .content{
    padding: 20px 16px;
}

.attend-event-panel{
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 64px;
    border-top: 1px solid #F1F3F9;
    background-color: #fff;
}

.attend-event-panel .container{
    height: 100%;
    align-items: center;
}

.attend-event-panel .date-time{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #2F3237;
}

.attend-event-panel .title{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2F3237;
}

.attend-event-panel .price{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #2F3237;
    text-transform: uppercase;
    margin-right: 32px;
}

.attend-event-panel .btn-attend{
    padding: 12px 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.attend-event-panel .btn-joined-event{
    padding: 12px 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2F3237;
    text-transform: uppercase;
    cursor: default !important;
}

.event-not-found{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #707070;
}

#events-calendar{

}

#events-calendar .fc-toolbar{
    width: 256px;
    margin: 0 auto 1rem auto;
}

#events-calendar .fc-toolbar button{
    background: #F2F3F5;
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 100%;
    border: none;
    box-shadow: none;
    outline: none;
}

#events-calendar .fc-toolbar .fc-center h2{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: flex-end;
    color: #2F3237;
}

#events-calendar a.fc-event{
    cursor: pointer;
}

#events-calendar .fc-unthemed td.fc-today{
    /*background-color: #fff;*/
}

.attend-event-panel .sk-wave{
    margin: auto;
}

.attend-event-panel .blockElement{
    display: flex;
    align-items: center;
}

.joined-member-img{

}

.joined-member-img img{
    height: 32px;
    width: 32px;
    border-radius: 100%;
}

.joined-member-img div{
    height: 32px;
    width: 24px;
}

/*.joined-member-img img:not(:first-child){
    position: absolute;
    left: 40px;
}*/

.fc-bg td.fc-today{
    border: 1px solid #ED692C !important;
    background: unset !important;
}

.fc-day.fc-widget-content.fc-today:after{
    content:'';
    height: 1px;
    background: #ED692C;
    width: 14.1%;
    position: absolute;
    bottom: 0;

}

.fc-unthemed .fc-content{

}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #2F3237 !important;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end:before{
    content: '';
    background: #DC3545;
    color: #DC3545;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    margin: 0 4px;
    align-self: flex-start;
}

.fc-day{
    border: none !important;
    border-top: 1px solid #B1B1B1 !important;
    border-left: none !important;
    border-right: none !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float: left !important;
    margin: 4px 0 0 8px;
}

.fc-day-header{
    border: none !important;
    border-top: 1px solid #B1B1B1 !important;
    border-left: none !important;
    border-right: none !important;
    padding: 12px 0 !important;
}

/*Small devices (landscape phones, bellow 576px)*/
@media (min-width: 576px) {}
@media (max-width: 576px) {
    .map-container{
        height: 512px;
    }

    .events-layout {
        padding-top: 0;
    }

    .events-container{
        margin-top: 0;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}
@media (max-width: 768px) {}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}
@media (max-width: 992px) {
    .map-container{
        height: 128px;
    }
}

/*Extra large devices (large desktops, 1200px and up);*/
@media (min-width: 1200px) {}
@media (max-width: 1200px) {
    .map-container{
        height: 256px;
    }
}