.modal-header button {
    background: transparent;
}

#newfield-button {
    background: #f12424;
    border: 1px solid #252830;
    border-radius: 5px;
}

#newfield-button:hover,
#first-level-controllers button:hover {
    background: #ef990f;
    color: #000;
}

.mapper {
    height: 100%;
    margin: 0;
    padding: 0;
}

.checklist {
    list-style: none;
    padding-inline-start: 10px;
}

.checklist li i {
    font-size: 20px;
    padding-right: 10px;
    color: #33822b;
    font-weight: 400;
}

#map {
    min-height: 800px;
    width: 100%;
}

.map-controller {
    display: flex;
}

#field-creation-controllers {
    display: none;
}

#deletefield-button,
#editfield-button,
#savefield-button,
#repel-planner-controllers {
    display: none;
}

#first-level-controllers {
    display: flex;
}

#mapControllers {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 60px);
    scrollbar-width: none;
    left: 0px !important;
    padding: 7px;
}

#fieldname {
    -webkit-text-security: none;
    width: 200px;
}

#password-hack {
    display: none !important;
}

.map-controller {
    overflow-x: auto;
    overflow-y: unset;
    white-space: nowrap;
    scrollbar-width: none;
}

.map-controller button,
.map-controller input,
.map-controller select {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #efd50f;
    margin: 4px;
    border: 1px solid #212529;
    border-radius: 5px;
    padding: 8px;
    height: 40px;
    color: #212259;
}

.fullscreen {
    position: fixed !important;
    z-index: 1000 !important;
    height: 100vh !important;
    width: 100vw !important;
    left: 0px !important;
    top: 0px !important;
    overflow: hidden !important;
}

.gm-fullscreen-control {
    display: none !important;
}

.gm-fullscreen-control,
.gm-control-active {
    background: none rgb(239 213 15) !important;
}

.message p {
    font-size: 18px;
    color: #f12424;
    background-color: #fff;
    word-wrap: break-word;
    white-space: normal;
    position: relative;
    display: block;
    margin: 5px;
    border-radius: 5px;
    padding: 3px;
}

#field-creation-controllers {
    align-content: flex-start;
    flex-direction: column;
    height: 140px !important;
}

#fieldslist {
    display: none !important;
}

#top-right-controllers {
    padding: 7px;
}

#fullscreen {
    padding: 5px;
    width: 40px;
    height: 40px;
}

.underline-yellow {
    text-decoration: underline;
    text-decoration-color: #eed40e;
    text-decoration-thickness: 0.2rem;
    text-decoration-style: solid;
}

@media (max-width: 1000px) {
    #first-level-controllers,
    #repel-planner-controllers {
        flex-direction: column;
    }
    #map {
        min-height: 500px !important;
    }
}