.aside{
    min-width: 12em !important;
}
.container-md {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
.today-time{
    background-color: #3eb058;
}
td div{
    display: inline-block;
    word-break: break-word;
}

@media (max-width: 768px) {
    .action-link{
        font-size: 0px;
    }
    .action-link svg{
        font-size: 1rem;
    }
}


.ts-wrapper.single.dropdown-active .ts-control:after {
    border-color: transparent transparent #343a40;
    border-width: 0 5px 5px;
    margin-top: -4px;
}

.ts-wrapper.single .ts-control:after {
    border-color: #343a40 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: " ";
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: calc(.75rem + 5px);
    top: 50%;
    width: 0;
}

.mb-6{
    margin-bottom: 6em;
}

.container-md{
    max-width: 5051px !important;
}



.plus_button{
    min-width: 80px;
}
