

%timelineTopLeftIconBox {
    .rct-header-root {
        position: relative;
        z-index: 90;
        text-align:center;
        &__topLeft {
            height: 100%;
            background-color: $primary-color;
            display:flex;
            align-items: center;
            justify-content: center;
            overflow: visible!important;
            transition: 0.3s;
            &:hover {
                background-color: $primary-color-light;
            }
            .DayPicker-box {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .DayPicker--input  {
                left: 50%;
            }
        }
        .dailyPrice__topLeftIcon {
            color:white;
        }
    }
}