

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: #000;
}
.event-content {
    width: 100%;
    height: 390px;
    position: relative;
    background-image: url(../img/emoas.jpg);
}


/*  Events display */
.events-container {
    height: 100%;
    width: 50%;
    margin: 0 auto;
    display: inline-block;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 1%;
}

@media (max-width: 767.98px) {
    .event-content{
        height: auto;
    }
    .events-container {
        width: 100%;
        height: auto;
    }
}

.events-container:after {
    clear: both;
}

.event-card {
    background: #fff;
    margin-bottom: 5px;
    width: 48%;
    float: right;
    height: 37px;
    margin-right: 1%;
    margin-left: 1%;
    border-left: 5px solid;
    border-left-color: var(--secondary-color);
    overflow: hidden;
}
.event-name{
    display: block;
    color: #000000;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 3px;
}

.event-count {
    color: #7e0cf5;
    text-align: right;
}

.event-cancelled {
    color: var(--third-color);
    text-align: right;
}

/*  Calendar wrapper */
.calendar-container {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 50%;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    float: right;
}

@media (max-width: 991.98px) {
    .calendar-container {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .calendar-container {
        padding: 0;
        width: 100%;
    }
}

.calendar-container:after {
    clear: both;
}

.calendar {
    width: 100%;
    padding: 0;
}

/* Calendar Header */
.year-header {
    background: #fff;
    text-align: center;
    position: relative;
    color: #fff;
    margin-top: 10px;
}

.year-header span {
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}

.left-button,
.right-button {
    cursor: pointer;
    width: 28px;
    text-align: center;
    position: absolute;
    color: #cccccc !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px !important;
}

@media (prefers-reduced-motion: reduce) {

    .left-button,
    .right-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.left-button:hover,
.right-button:hover {
    color: #7e0cf5 !important;
}

.left-button {
    left: 0;
}

.right-button {
    right: 0;
    top: 0;
}

/* Buttons */
.button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 1rem;
    border-radius: 25px;
    padding: 0.65rem 1.9rem;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    color: white;
    border: none;
    background: #7e0cf5;
}

.button.button-white {
    background: #fff;
    color: #000;
}

.button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#cancel-button {
    background: #cd4dcc;
}

#add-button {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#add-button:hover,
#ok-button:hover,
#cancel-button:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

#add-button:active,
#ok-button:active,
#cancel-button:active {
    -webkit-transform: translateY(3px) scale(0.97);
    -ms-transform: translateY(3px) scale(0.97);
    transform: translateY(3px) scale(0.97);
}

/* Days/months tables */
.days-table,
.dates-table,
.months-table {
    border-collapse: separate;
    text-align: center;
}

.day {
    height: 26px;
    width: 26px;
    padding: 0 10px;
    line-height: 26px;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}

.month {
    cursor: pointer;
    height: 26px;
    width: 26px;
    padding: 0 2px;
    padding-top: 10px;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 11px;
    color: #717171;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

@media (max-width: 991.98px) {
    .month {
        font-size: 8px;
    }
}

@media (max-width: 767.98px) {
    .month {
        font-size: 10.5px;
    }
}

.active-month {
    font-weight: 700;
    color: #000;
}

.month:hover {
    color: var(--third-color);
}

/*  Dates table */
.table-date {
    cursor: default;
    color: #2b2b2b;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    position: relative;
    font-size: 16px;
}


.event-date {
    background: var(--secondary-color);
    color: #fff;
}

.event-date:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.event-counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: var(--third-color);
    font-size: 13px;
}

.active-date {
    background: var(--third-color);
    color: #fff;
}

.event-date.active-date {
    background: var(--third-color);
}
.last-added-info .links-card .card-body {
    padding: 40px;
    font-size: 20px;
}
