﻿div[id*='zabuto_calendar_'] {
    cursor: pointer;
}

.anniversary-event.event:not(:last-child) {
    padding-bottom: 20px !important;
}

.anniversary-event.event p {
    margin-bottom: 0 !important;
}

.anniversary-event.event .event-details {
    margin-top: 0;
}

.fifty-years-anniversary {
    padding-top: 20px;
}

    .anniversary-calendar h4 {
        text-align: center;
    }

.fifty-years-anniversary .first-item-container {
    width: 95%;
}

.fifty-years-anniversary-secondrow {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 10px;
}

.fifty-years-first-item .content .item-info {
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
}

.fifty-years-anniversary .media-body {
    font-weight: 500;
    background: #F6F6F6;
    height: 140px;
}

.fifty-years-anniversary .media-image {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .fifty-years-anniversary-secondrow {
        flex-wrap: wrap;
    }

    .fifty-years-anniversary .first-item-container {
        width: 100%;
    }

    .fifty-years-anniversary h2 {
        font-size: 34px !important;
    }
}

/*Calendar Popup*/
.alert-message {
    top: -8px;
    padding-bottom: 40px;
    font-size: 28px;
    color: #ffffff;
    background: #272149;
    padding: 10px 22px;
    border-radius: 2px;
    text-transform: uppercase;
}

    .alert-message:after {
        content: '';
        width: calc(100% - 6px) !important;
        height: calc(100% - 6px) !important;
        position: absolute;
        top: 2px;
        left: 2px;
        border: 1px solid #44416c;
        border-radius: 2px;
        z-index: 0;
    }

/*----- mesage -----*/
.alert-user-message {
    position: absolute;
    margin: 0 auto;
    max-width: 400px !important;
    width: 350px;
    align-content: center !important;
    font-size: 11px !important;
    font-family: 'Roboto Slab', sans-serif !important;
    color: #292929 !important;
    padding: 6px 14px;
    border-radius: 6px;
    z-index: 999 !important;
    background: linear-gradient(147deg, #f2f2f2, #f2f2f2);
}

    .alert-user-message:after {
        z-index: 999 !important;
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #f2f2f2;
        top: -6px;
        left: 48%;
        justify-content: center !important;
        align-content: center !important;
        margin: 0 auto 0 -1;
    }

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 1;
    }
}
