/**********************************************
 * Aion custom styling
 **********************************************/
.todo-list ul {
    list-style-type: none;
    width: 90%;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.todo-list ul li {
    padding: 5px;
    margin: 5px;
    width: auto;
    left: 0;
}

.todo-list a:hover {
    cursor: pointer;
}

.selected-date-title div {
    font-size: 125%;
    color: #F17221 !important;
}

.logo {
    margin-left: -15px;
}

.listConnectionLine:after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 10px;
    background-color: #878787;
    top: 55px;
}

.position_relative {
    position: relative;
}
.greenicon .webix_icon{
    color: green;
}
.toggle_caption {
    display: flex;
    gap: 1rem;
    align-items: center;
}