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

.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;
}



/* EDITOR */

label.MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementStart.css-1f2kvjf-MuiFormControlLabel-root {
    display: none;
}

.css-1oukqxz-MuiGrid-root:nth-of-type(2){
    display: none !important;
}

hr.css-ft4jij-MuiDivider-root:nth-of-type(2){
    display: none !important;
}


/* CUSTOM CARD */
.ant-card{
    box-shadow:  0px -1px 18px 1px rgba(0,0,0,0.10)

}



/* MOBILE */

[data-rsbs-overlay="true"] {
    z-index: 100 !important;
    background-color: #F3F2F7 !important;
}

.mobile-button{
    cursor: pointer;
    transition: opacity 0.1s ease, transform 0.1s ease;
    user-select: none;
}

.mobile-button:active{
    opacity: 0.4;
    transform: scale(0.90);
}


/* NEW UI */

@font-face {
    font-family: BubbleboddyNeue;
    src: url('/fonts/BubbleboddyNeue-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: BubbleboddyNeue;
    src: url('/fonts/BubbleboddyNeue-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'BubbleboddyNeue';
    src: url('/fonts/BubbleboddyNeue-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'BubbleboddyNeue';
    src: url('/fonts/BubbleboddyNeue-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'BubbleboddyNeue';
    src: url('/fonts/BubbleboddyNeue-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

.font-bubbleboddyNeue {
    font-family: 'BubbleboddyNeue' !important;
}


.adm-plain-anchor {
    text-decoration: none !important;
}