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

.leaflet-sidebar .leaflet-sidebar-content input[type=text]::placeholder {
    color: #d1d1d1;
}

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

.btn, .btn-small, .btn-large {
    color: #fff !important;
    background-color: #0074d9;
}

.btn:hover, .btn-small:hover, .btn-large:hover {
    background-color: #fff;
    color: #0074d9 !important;
}

.iti__search-icon {
    display: none;
}
#phone {
    width: auto !important;
}

#phoneR {
    width: auto !important;
}

.col-time {
  width: 20%;
}

.col-origin {
  width: 20%;
}

.col-content {
  width: 60%;
}

.internal-overlay .popup-header,
.sommet-popup .popup-header,
.popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.internal-overlay .popup-header h6,
.sommet-popup .popup-header h6,
.popup-header h6 {
    margin: 0;
}

.internal-overlay .settings-button,
.sommet-popup .settings-button,
.popup-header .settings-button {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    background: #2f6fed;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    flex: 0 0 auto;
    margin-left: auto;
    transition: background 0.2s ease, transform 0.15s ease;
}

.internal-overlay .settings-button:hover,
.sommet-popup .settings-button:hover,
.popup-header .settings-button:hover {
    background: #2458bb;
    transform: rotate(20deg);
}