.rsis_single_evt_header {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-inline: 70px;
    padding-block: 48px;
    background: linear-gradient(360deg, #B0C1D7 0%, rgba(176, 193, 215, 0) 90.26%);
}

.rsis_single_evt_header .evt_title {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #2E5185;
}

.rsis_single_evt_header .evt_subtitle {
    margin-bottom: 16px;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #151313;
}

.rsis_single_evt_header .evt_details {
    display: flex;
    column-gap: 17px;
}

    .rsis_single_evt_header .evt_details > div {
        display: flex;
        align-items: center;
        column-gap: 8px;

        font-family: Lato;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #151313;
    }
    .rsis_single_evt_header .evt_details > div > a{
        color: #151313;
    }

.rsis_single_evt_header .evt_button{
    display: flex;
    column-gap: 16px;
    color: #151313;
    margin-top: 32px;
}

.evt_bottomsticky_button {
    display: block;
    opacity: 1;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.evt_bottomsticky_button .regist > a{
    width: 100%;
    display: none;
    cursor: pointer;
    border: unset;
    background: #BA2025;
    border-radius: 1px;

    padding-block: 14px;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.rsis_single_evt_header .evt_button .regist > a:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #BA2025;
}
.rsis_single_evt_header .evt_button .regist > a{
    display: block;
    cursor: pointer;
    width: 310px;
    border: 1px solid #BA2025;
    background: #BA2025;
    border-radius: 1px;

    padding-block: 14px;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.rsis_single_evt_header .evt_button .calend{
    cursor: pointer;
    width: 310px;
    border: 1px solid #151313;
    background: #FFFFFF;
    border-radius: 1px;

    padding-block: 14px;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #151313;
}
.rsis_single_evt_header .evt_button .calend:hover{
    background: #EBEFF5;
}

@media only screen and (max-width: 810px) {
    #breadcrumb-new {
        display: none;
    }
    .rsis_single_evt_header {
        padding-inline: 16px;
        padding-block: 32px 48px;
    }
    .rsis_single_evt_header .evt_title {
        font-size: 25px;
        line-height: 35px;
    }
    .rsis_single_evt_header .evt_subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    .rsis_single_evt_header .evt_details {
        flex-direction: column;
        row-gap: 16px;
    }
    .rsis_single_evt_header .evt_button{
        flex-direction: column;
        row-gap: 16px;
        margin-top: 16px;
    }
        .rsis_single_evt_header .evt_button .regist > a{
            display: none;
        }
        .rsis_single_evt_header .evt_button .calend{
            width: 100% !important;
        }

    .evt_bottomsticky_button {
        display: none;
        opacity: 0;
        position: fixed;
        bottom: 0px;
        width: 100%;
    }
    .evt_bottomsticky_button .regist > a{
        width: calc(100% - 38px - 38px);
        display: block;
        cursor: pointer;
        border: unset;
        background: #BA2025;
        border-radius: 1px;
    
        padding-block: 14px;
        text-align: center;
        font-family: Lato;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.5px;
        color: #FFFFFF;
    }
}

#evt_add_calendar_block {
    display: none;
    position: absolute;
    z-index: 1000;
}

#evt_add_calendar_block .popBlock{
    position: fixed;
    z-index: 9999;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 14px 14px 40px 14px;
    top: 0;
    margin-inline: calc((100% - 350px)/2);
    margin-block: calc((100vh - 195px)/2);
}
#evt_add_calendar_block .popBlock > svg{
    cursor: pointer;
    margin-bottom: 10px;
    margin-inline: auto 0px;
}
#evt_add_calendar_block .popBlock > a{
    background: #FFFFFF;
    border: 1px solid #151313;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;

    margin-inline: 18px;
    width: 310px;
    padding-block: 20px;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #151313;
}
#evt_add_calendar_block .popBlock > a:hover{
    background: #EBEFF5;
}
#evt_add_calendar_block .popBlock > a > img{
    width: auto;
    height: 15px;
}

#evt_add_calendar_block .popMask{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.6;
}

@media only screen and (max-width: 810px) {
    #evt_add_calendar_block .popBlock{
        width: calc(100% - 64px);
        margin-inline: 16px;
    }
    #evt_add_calendar_block .popBlock > a {
        width: calc(100% - 8px);
        margin-inline: 4px;   
    }
}

.rsis_single_evt_content {
    padding-block: 64px 112px;
    padding-inline: 70px;
    display: flex;
    column-gap: 24px;
}

.rsis_single_evt_content .content {
    width: 70vw;
    margin-block: -18px -14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.rsis_single_evt_content .content .album-gallery {
    padding-top: 50px;
}

.rsis_single_evt_content .content .album-gallery .article img{
    margin-inline: 0px !important;
}

.rsis_single_evt_content .share {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

@media only screen and (max-width: 810px) {
    .rsis_single_evt_content {
        padding-block: 48px 16px;
        padding-inline: 16px;
        flex-direction: column;
        row-gap: 80px;
    }
    
    .rsis_single_evt_content .content {
        width: 100%;
    }
    .rsis_single_evt_content .share {
        padding-bottom: 80px;
    }
    .rsis_single_evt_content .share .share_button{
        display: none !important;
    }
    .rsis_single_evt_content .share .share_button_bar {
        background: unset !important;
        column-gap: 16px !important;
    }
    .rsis_single_evt_content .share .share_button_items{
        display: block !important;
    }
    
}

.rsis_single_evt_content .share .to_social {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #151313;
}

.rsis_single_evt_content .share .share_button {
}

.rsis_single_evt_content .share .share_button_bar {
    cursor: pointer;
    display: flex;
    column-gap: 4px;
    width: fit-content;
    background: #F0F0F0;
    border-radius: 36px;
    animation: increaseWidthButton 0.3s ease-in-out;
    overflow: hidden;
}
.rsis_single_evt_content .share .share_button_bar:hover {
    width: fit-content;
}
@keyframes increaseWidthButton {
    0% {
        width: 36px;
    }
    50% {
        width: 54px;
    }
    100% {
        width: 72px;
    }
}


@media only screen and (max-width: 810px) {
    .article img {
        width: 50%;
        height: auto;
        margin-inline: 25% !important;
    }
}

.flex-display {
    display: flex !important;
}