.arbox-schedule-container {
    max-height:500px;
    overflow: hidden;
    border-bottom:3px solid #bc1818;
    position: relative;
    transition: max-height 1s ease-out;
}

.arbox-schedule-container.active{ max-height: 3000px;}

.arbox-schedule-wrapper { position:relative }
.ab-see-all {
    width:80px;
    background-color:#bc1818;
    color:white;
    font-weight: bold;
    z-index:1111111;
    display: flex;
    justify-content: center;
    align-self:center;
    padding:5px;
    margin:auto;
    color: white !important;
    cursor: pointer
}

.ab-see-all::after { 
    content: '\02C5';
    font-size:1.4em;
}

.ab-see-all.active::after {
    content: '\02C4' !important;
}

.arbox-box { padding-bottom:-20px;}