.agenda-day {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    border: 2px solid #2D2D2D;
    border-radius: 22.5px;
    padding: 5px 70px;
    color: #2D2D2D;
    background-color: transparent;
}


.AgendaLogo {
    width: 12px;
    height: 12px;
    color: #ac9465;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

.tab-content {
    overflow: hidden;
}

.last-kolko::after {
    position: absolute;
    content: '';
    background-color: #FFFFFF;
    width: 6px;
    top: 11px;
    left: 2px;
    display: block;
    height: 1000px;
}

#VerticalLine {
    position: absolute;
    content: '';
    top: 0;
    left: 55px;
    display: block;
    width: 1px;
    background-color: #ac9465;
    height: 9999px;
    z-index: 0;
}

.kolko {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ac9465;
    background-color: white;
    z-index: 1;
    position: relative;
}

.AgendaDescription {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(172, 148, 101, 0.09);
    border-radius: 20px;
    padding: 10px;
}


.agenda-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}


@media only screen and (max-width: 1024px) {
    .AgendaLogo {
        padding-left: 30px;
    }

    .agenda-center {
        padding: 0;
    }

    #VerticalLine {
        left: 36px;
    }
}

@media only screen and (max-width: 768px) {
    .agenda-center {
        padding: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .AgendaLogo {
        padding-left: 20px;
    }

    #VerticalLine {
        left: 26px;
    }
}

.agenda-left {
    padding: 0;
    width: 8%;
}

.agenda-right {
    padding: 0;
    width: 74%;
    margin: 10px;
}

