.event-details tr {
    border-bottom: none;
}

.event-details td {
    padding: 0;
}

.event-details .description {
    vertical-align: top;
}

textarea {
    resize: none;
    overflow: hidden;
    font-size: 11pt;
    width: 100%;
}

/* input {
    font-size: 11pt !important;
    width: 100%;
} */

#local-id-input {
    width: 20% !important;
    -moz-appearance:textfield;
}

#local-id-input::-webkit-outer-spin-button,
#local-id-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.event-details-header {
    display: flex;
    gap: 1em;
    align-items: center;
}

.success {
    background-color: green;
}

#toast-container {
    top: 1%;
    right: 3%
}

.fa-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 13pt;
    color: #5b5b5b !important;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked,
[type="radio"]:not(:checked), [type="radio"]:checked {
    opacity: 1;
    position: relative !important;
    margin: auto 10px;
}

.leaflet-control-layers-overlays article {
    max-width: none !important;
}
.ac-container input.menu:checked ~ article.ac-large {
    max-height: none !important;
}

.leaflet-sidebar-header .event-identification {
    display: flex;
    align-items: center;
    height: 40px;
}

.leaflet-sidebar-header .event-identification input {
    color: #fff;
    border: none;
    box-shadow: none;
    margin: unset;
}
.leaflet-sidebar-header .event-identification input[type=text]:not(.browser-default):focus:not([readonly]) {
    box-shadow: none;
    border: none;
}

.type-selector {
    margin-left: 15px;
    background-color: rgba(255,255,255,.95);
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
}

.type-selector > ul > li {
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ccc;
}

.type-selector > ul > li:hover {
    background-color: #b5b5b5;
}

.type-selector > ul > li:first-of-type {
    border-radius: 2px 2px 0 0;
}

.type-selector > ul > li:last-of-type {
    border-radius: 0 0 2px 2px;
}

.type-selector img {
    width: 25px;
}

.traccar-popup tr {
    border: none;
}

.traccar-popup td {
    padding: 2px 0;
}