.hidden {
    display: none;
}

.future-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid orangered;
}

.value_20 .marker-punkt {
    background-color: green;
}

.value_40 .marker-punkt {
    background-color: yellow;
    color: black !important;
}

.value_60 .marker-punkt {
    background-color: orange;
}

.value_80 .marker-punkt {
    background-color: red;
}

.value_100 .marker-punkt {
    background-color: blue;
}

.flight {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 3px;
    border: 1px solid #c1c1c1;
}

.ymaps3x0--map-copyrights {
    display: none !important;
}

.marker {
    padding: 10px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-13px, -12px);
}

.marker-punkt {
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background-color: blue;

    position: relative;
    z-index: 5;
    transition: ease all 0.3s;
}

.roads-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.id-flight {
    border: 1px solid black;
    border-radius: 3px;
    min-width: fit-content !important;
    color: white;
}

.marker:hover .marker-punkt {
    background-color: white;
}

.marker:hover .table-wrapper {
    display: block;
    background-color: white;
    border: 1px solid black;
}

.table-wrapper {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 8;
}

.row {
    font-size: 11px;
}

td {
    padding: 1px 5px;
}

table {
    border-collapse: collapse;
}

table td,
table th {
    border: 1px solid black;
}

table tr:first-child th {
    border-top: 0;
}

table tr:last-child td {
    border-bottom: 0;
}

table tr td:first-child,
table tr th:first-child {
    border-left: 0;
}

table tr td:last-child,
table tr th:last-child {
    border-right: 0;
}

img {
    width: 16px;
    height: 16px;
}

td {
    border-bottom: 1px solid #cccc;
}

.plane-wrapper {
    position: relative;
    transform: translate(-12px, -14px);
}

body, html {
    box-sizing: border-box;
    overflow-x: hidden;
    margin: 0;
}

.actions, .table-btns-panel {
    display: none;
}

.plane-element {
    width: 20px;
    height: 20px;
    background-image: url("https://www.svgrepo.com/show/137940/plane-silhouette.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 500px;
}

#map-wrapper {
    min-height: 500px;
}

.column {
    box-sizing: border-box;
    flex: 0 0 50vw;
}

span {
    padding: 3px;
}

div {
    padding: 2px;
}

.info {
    position: fixed;
    right: 10px;
    top: 5%;
}

.point {
    border-bottom: 1px #c1c1c1 solid;
}

.results {
    width: fit-content;
    max-height: 500px;
    overflow-y: auto;
}

canvas {
    max-height: 100% !important;
}
