@import url("./base.css");

        .note {
            margin-bottom: 20px;
            padding: 10px;
            border-left: 3px solid;
        }

        .note-success {
            border-color: #4a8564;
            background: #b0ebca;
            color: #3c763d;
        }
                body {
            width: auto;
        }

        .select2-selection__choice {
            margin: 0 2px 0 2px;
        }

        .select2-results__options li {
            margin: 0px !important;
        }

        .fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
            width: 1% !important;
            font-size: 12px;
        }

        .fc-header td {
            width: 45%;
        }

        .fc-agenda-slots td {
            width: 100vw;
        }

        .main td {
            min-width: 8rem;
        }

        .table > tbody {
            height: 4rem;
            vertical-align: middle;
        }

        .mm-listitem a {
            text-wrap: wrap;
        }