G.text-inactive{
    color: #ffa100;
}

.list-group-image {
    padding: 5px;
}

.caption {
    padding: 10px 40px 10px 85px !important;
}

hr {
    margin: 5px 0 0 0;
}

.top-padding20 {
    padding-top: 20px;
}

.top-padding10 {
    padding-top: 10px;
}

.bottom-padding20 {
    padding-bottom: 20px;
}

.heading {
    border-bottom: 1px solid #40a8ea;
    padding-bottom: 5px;
}

.spacer {
    margin-top: 10px;
}

.incremeter {
    display: none;
}

.list-group-item{
    border-right: none;
    border-left: none;
}

.event-title{
    font-size: 18px;
    font-weight: bold;
}

.createLink{
    margin: 7px auto;
    float: right
}

.v-center{
    margin: 5px 0px;
}

.fa-1x{
    font-size: 20px !important;
    margin-right: 2px;
}

.fa-users{
    color: darkorange;
}

.event-count{
    margin: 10px 5px;
    display: inline;
}

.tipso{
    cursor: pointer;
}

/* Modern Events Styles */
.events-container {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f9f9f9;
}

.events-header {
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-left: 5px solid #3c8dbc;
    position: relative;
}

.events-header .lead {
    color: var(--oe-muted-color);
    margin-bottom: 15px;
    font-size: var(--oe-lead-size);
    font-weight: 500;
}

.events-list-container {
    background: transparent;
}

.event-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin-bottom: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-left: 4px solid #d2d6de;
    overflow: hidden;
}

.event-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.event-card.event-active {
    border-left-color: #00a65a;
}

.event-card.event-upcoming {
    border-left-color: #3c8dbc;
}

.event-card-body {
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.event-date-box {
    min-width: 100px;
    text-align: center;
    padding-right: 20px;
    border-right: 1px solid #eee;
    margin-right: 20px;
}

.event-date-day {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.event-date-month {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
}

.event-info {
    flex-grow: 1;
}

.event-main-title {
    font-size: 18px;
    font-weight: 600;
    color: #3c8dbc;
    margin-bottom: 5px;
    display: block;
}

.event-main-title:hover {
    color: #23527c;
    text-decoration: none;
}

.event-meta {
    font-size: 13px;
    color: #777;
}

.event-meta span {
    margin-right: 15px;
}

.event-meta i {
    margin-right: 5px;
    color: #999;
}

.event-type-badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.month-divider {
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    color: #2c3e50;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.month-divider i {
    margin-right: 10px;
    color: #3c8dbc;
}

/* Modern Filter Styles */
.sidebar-filters .filter-group {
    margin-bottom: 20px;
}

.sidebar-filters .filter-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.sidebar-filters .filter-label i {
    margin-right: 5px;
    color: #3c8dbc;
}

.sidebar-filters .select2-container--default .select2-selection--single,
.sidebar-filters .select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 4px;
    min-height: 34px;
}

.sidebar-filters .select2-container--default.select2-container--focus .select2-selection--single,
.sidebar-filters .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #3c8dbc;
    box-shadow: none;
}

.sidebar-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border: 1px solid #367fa9;
    color: #fff;
    padding: 2px 8px;
    margin-top: 5px;
}

.sidebar-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255,255,255,0.7);
    margin-right: 5px;
}

.sidebar-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}
.select2-results__option i.fa {
    margin-right: 8px;
    width: 1.28571429em;
    text-align: center;
}

.select2-selection__choice i.fa {
    margin-right: 4px;
}

/* Collapsible section styles */
.transition-icon {
    transition: transform 0.3s ease;
}

.collapsed .transition-icon {
    transform: rotate(-90deg);
}

#longLivingEventsCollapse .list-group-item:hover {
    background-color: #fcfcfc;
}

.btn-add-event {
    background-color: #00a65a;
    color: white;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
}

.btn-add-event:hover {
    background-color: #008d4c;
    color: white;
    transform: scale(1.05);
}
