@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
header {
    /*
  border-bottom: 1px solid #dee2e6 !important;
  background-color: #0a366d;
  margin-bottom: 3rem !important;
  padding-top: 1rem !important;
  */
    padding-bottom: 1rem !important;
}

.toast-center {
    top: 40%;
    left: 50%;
    margin-left: -150px;
}

@media all and (max-width: 240px) {
    .toast-center {
        margin-left: -54px;
    }
}

@media all and (min-width: 241px) and (max-width: 320px) {
    .toast-center {
        margin-left: -64px;
    }
}

@media all and (min-width: 321px) and (max-width: 480px) {
    .toast-center {
        margin-left: -96px;
    }
}

.required>label:after {
    color: #d00;
    content: "*";
    margin-left: 8px;
    top: 7px;
}

.btn.filter-toggle {
    transition: all 200ms ease-in-out;
}

.btn.filter-toggle:not(.active):focus {
    box-shadow: none !important;
}

.btn.filter-toggle.active {
    filter: brightness(90%);
    transform: scale(0.95);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}

.fc-toolbar-chunk>h2#fc-dom-1 {
    font-size: max(min(5vw, 2.5em), 1rem);
}

.recurrence {
    display: none;
}

#add-recurrence-modal .recurrence-end-2 {
    display: none;
}

#add-recurrence-modal .recurrence-end-3 {
    display: none;
}

#add-recurrence-modal .recurrence-bysetpos {
    display: none;
}

#add-recurrence-modal .recurrence-base {
    display: none;
}

.hide {
    display: none !important;
}

.alert.rule>div {
    max-height: 200px;
}

.rule .form-check {
    padding-left: 2em;
}

.recurrent::before {
    font-family: "Font Awesome 5 Free";
    content: "\f021";
    color: #d00;
    padding-right: 1vw;
    right: 0;
    font-weight: 900;
    font-size: 1em;
    text-rendering: auto;
    float: right;
}

.toast-center-center {
    top: 50%;
    margin: 0 auto;
    margin-top: -22px;
    margin-left: -116px;
    left: 50%;
}

@media (max-width: 767.98px) {
    .fc .fc-toolbar.fc-header-toolbar {
        display: block;
        text-align: center;
    }

    .fc-header-toolbar .fc-toolbar-chunk {
        display: block;
    }
}


.list_element{
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background-color: #8b8b8b;
}
