
#webpack-dev-server-client-overlay{
    display: none !important;
}

.ant-calendar-input-wrap{
    display: none;
}

.events {
    list-style: none;
    margin: 0;
    padding: 0;
}
.events .ant-badge-status {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 12px;
}
.notes-month {
    text-align: center;
    font-size: 28px;
}
.notes-month section {
    font-size: 28px;
}


.MuiPaper-root{
    z-index: auto !important;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color:#FFF;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}


/*MAP*/
.leaflet-popup-content {
    margin:0px 0px !important;
}

.leaflet-container a.leaflet-popup-close-button{
    display: none !important;
}

.leaflet-routing-container{
    display:none;
}

