html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body,
a,
li,
p,
span,
input,
select,
textarea,
select option,
* {
    font-family: "Crossten light";
}

@media all and (orientation: portrait) {
    .fc-view-harness {
        height: 600px !important;
    }
    .fc-header-toolbar {
        flex-direction: row !important;
    }
    .fc-toolbar-chunk {
        width: 50% !important;
        display: inline-flex !important;
        margin-top: 0 !important;
    }
    .fc-toolbar-chunk:nth-child(2) {
        width: 0 !important;
    }
    .fc-toolbar-chunk:last-child {
        justify-content: end;
    }
    .fc-toolbar-title {
        display: none;
    }
}

.icon-leyenda {
    width: 24px;
    height: 24px;
    display: inline-flex;
}

#leyendas .toast {
    display: inline-flex !important;
    width: auto !important;
}

#leyendas .toast-header {
    background-color: inherit !important;
}