#APIDateLocation {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 0px;
    background-color: var(--colorLightGray);
    background-color: white;
    padding: 30px 15px;
    border-top: 4px solid var(--colorBlueRegular);
    border-bottom: 4px solid var(--colorBlueRegular);
}

#APIDateLocation div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

#APIDateLocation div span {
    font-family: "Cascadia Mono", monospace;
    font-weight: normal;
}

#APIDateLocation div span:first-of-type {
    font-size: 16px;
}

#APIDateLocation div span:last-of-type {
    font-size: 24px;
}

#AgendaCntr {
    display: flex;
    flex-direction: column;
}

.AgendaItem {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 25px 10px 30px 15px;
    transition: background-color 0.3s;
}

#AgendaCntr > :nth-child(1 of .AgendaItem) {
    padding-top: 35px !important;
}

.AgendaItem:hover {
    background-color: var(--colorLightGray);
}

.AgendaItem:not(:last-of-type) {
    border-bottom: 1px dotted var(--colorBranchColor);
}

.AgendaItem:last-of-type {
    border-bottom: 1px dotted var(--colorBranchColor);
    border-bottom: 4px solid var(--colorBlueRegular);
}

.DigitVremeProstorija {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.VremeProstorijaCntr {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 200px;
}

.SatCntr {
    width: 45px;
    height: 45px;
}

.AgendaItem .DigitVreme {
    font-family: "Cascadia Mono";
    color: var(--colorBranchColor);
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 500;
}

.AgendaItem .Prostorija {
    font-family: "Cascadia Mono";
    color: var(--colorBranchColor);
    width: 120px;
    font-weight: 300;
}

.Opis {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.SesijaNaslov {
    font-family: "Newsreader";
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
}

.ImePrezime {
    font-family: "Cascadia Mono";
    color: var(--colorBlueRegular);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ImePozicijaCntr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.ImePozicijaCntr .ImePrezime {
    margin-bottom: 3px !important;
}

.Pozicija {
    display: flex;
    gap: 3px;
    color: var(--colorBranchColor);
    font-size: 14px;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.Pozicija em {
    font-style: normal;
    font-weight: 600;
}

.ConferenceBreakImg {
    opacity: 0.5;
    transition: 0.3s;
}

.AgendaItem:hover .ConferenceBreakImg {
    opacity: 1;
}

#APILogoConferenceSession {
    background-color: var(--colorBlueRegular);
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AgendaItem a img {
    transition: transform 0.4s ease;
}

.AgendaItem a:hover img {
    transform: scale(1.05);
}

a.ToKeynote,
a.ToKeynote:hover,
a.ToKeynote:visited,
a.ToKeynote:active {
    text-decoration: none;
    margin-left: 10px;
    color: var(--colorRegularGray);
    border-bottom: 1px dotted black;
}

.EFSULink {
    /* margin-top: 30px; */
}

.LinkClusterAgenda {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.LogoWrapCntr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}

@media screen and (max-width: 750px) {
    #APIDateLocation {
        flex-direction: column;
    }

    .AgendaItem {
        flex-direction: column;
        /* gap: 20px; */
        padding: 20px 10px 25px 15px;
    }

    .SatCntr {
        width: 40px;
        height: 40px;
    }

    .Pozicija {
        flex-direction: column;
    }

    .SesijaNaslov {
        font-family: "Newsreader";
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        /* margin-bottom: 40px; */
    }

    #APIDateLocation div span:first-of-type {
        font-weight: 300;
    }

    #APIDateLocation div span:last-of-type {
        font-size: 22px;
    }

    .LogoWrapCntr {
        gap: 15px;
    }
}
