@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

#map {
    height: 100vh;
    width: 100%;
}

.search_box {
    position: fixed;
    top: 24px;
    left: 24px;
    width: 336px;
    gap: 4px;
    border-radius: 12px;
    z-index: 999;
    box-shadow: 3px 3px rgba(75, 0, 9, 0.2);
    background: #f8f9fa;
}

.search_box_search_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search_box_time{
    display: flex;
    gap:8px;
}

.search {
    padding: 10px;
    margin: 2px;
    width: 280px;
    outline: none;
    background: none !important;
    border: none !important;
    border-bottom: 2px solid rgba(75, 0, 9, 0.4) !important;
    color: rgba(75, 0, 9, 0.9);
}

.info_box {
    border: 1px outset rgba(255, 149, 0, 1);
    display: flex;
    gap: 10px;
    border-radius: 8px;
    margin: 0px 16px 10px 16px;
    font-size: 14px;
    color: rgba(255, 149, 0, 1);
    align-items: center;
    padding: 12px 8px;
}

.info_text {
    font-size: 12px;
    line-height: 16px;
    color: rgba(14, 15, 15, 1);
}

.info_img {
    background: url('./../image/sign_notification_problem.svg') no-repeat;
    background-size: 18px 18px;
    width: 24px;
    height: 24px;
}


.search_button {
    text-align: center;
    text-indent: 18px;
    border: 1px solid #1b74cc;
    outline: none;
    border-radius: 12px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 16px;
    font-size: 14px;
    color: #f8f9fa;
    background-color: #1b74cc;
}

.search_button.disable {
    background-color: #ccc;
    color: #888;
    border-color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

.search_box_input {
    position: relative;
    margin: 10px 16px;
    width: 304px !important;
}

.departure_date{
    width: 172px !important;
    margin: 10px 0px 10px 16px;
}



.search_box_label {
    position: absolute;
    top: -8px;
    left: 12px;
    background-color: #f8f9fa;
    padding: 0 5px;
    color: rgba(60, 60, 67, 0.6);
    z-index: 1;
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
}

.search_box_text {
    width: 100% !important;
    padding: 12px 40px;
    font-size: 14px;
    border: 1px solid rgba(60, 60, 67, 0.36) !important;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    position: relative;
}

.flight::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 14px;
    left: 12px;
    background: url('./../image/notification.svg') no-repeat !important;
    background-size: 16px 16px !important;
}

.departure_date::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 11px;
    left: 12px;
    background: url('./../image/notification.svg') no-repeat !important;
    background-size: 16px 16px !important;
}

.time{
    width: 124px !important;
    margin: 10px 16px 10px 0px;
}


.time::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 11px;
    left: 12px;
    background: url('./../image/notification.svg') no-repeat !important;
    background-size: 16px 16px !important;
}


.settings {
    height: 30px;
    margin-top: 16px;
    display: flex;
    gap:15px;
    align-items: center;
}

.datechooser_wrapper {
    padding-left: 12px;
}

.date_chooser {
    font-size: 14px;
    color: gray;
}

#airport_chooser {
    display: inline-block;
}

.class_selector {
    display: inline-block;
}

.modal {
    z-index: 1111;
    display: block;
    position: fixed;
    top: 35%;
    right: 35%;
    background: white;
    overflow: auto;
}

.main_contant_div{
    display: flex;
    gap:4px;
    padding: 10px;
    height: 400px;
    width: 550px;
    flex-direction: column;
}

.your_flight{
    display: flex;
    flex-direction: column;
    gap:4px;
}

.your_flight .flight_row {
    border-left: 4px solid green;
}

.your_flight_title{
    font-size: 14px;
    padding: 6px;
    font-weight: 500;
}

.flight_row{
    display: flex;
    gap:4px;
    border-bottom: rgba(75, 0, 9, 0.2);
    padding: 4px;
    cursor: pointer;
}

.history_airport_code {
    border: 1px solid gray;
    border-radius: 3px;
    font-size: 12px !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    min-width: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.future {
    color: orange;
}

.delay_minus {
    position: absolute;
    right: 20px;
    color: green;
    border: 1px solid rgba(0, 256, 0, 0.45);
    border-radius: 5px;
    padding: 4px;
    width: 77px;
    text-align: center;
}

.content_data{
    display: flex;
    flex-direction: column;
    gap:4px;
}

.flight_row {
    border-bottom: rgba(75, 0, 9, 0.2);
    padding: 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flight_div{
    padding: 4px;
    cursor: pointer;
    display: flex;
    gap:4px;
    align-items: center;
}

.view_button {
    cursor: pointer;
    border: 1px solid green;
    border-radius: 4px;
    padding: 4px;
    outline: 1px solid green;
    color: green;
    text-indent: 20px;
    display: inline-block;
    background: url('./../image/play.png') no-repeat;
    background-size: 16px 16px;
    background-position: 5px;
    filter: invert(0.25);
}

.delay_plus {
    position: absolute;
    right: 20px;
    color: red;
    border: 1px solid rgba(234, 0, 0, 0.25);
    border-radius: 5px;
    padding: 4px;
    width: 77px;
    text-align: center;
}

.plane-container {
    position: relative;
    width: 40px !important;
    height: 36px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.05s linear;
    will-change: transform;
    backface-visibility: hidden;
}

.rotated-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    z-index: 1;
    filter: blur(2px);
    transform: translateX(-15px) translateY(5px);
}

.rotated-plane {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    z-index: 2;
}

.main {
    background: rgba(252, 251, 252, 1);
    height: 820px;
    border-radius: 24px;
    padding: 40px;
    gap: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    opacity: 0.9;
    box-shadow: 3px 3px rgba(75, 0, 9, 0.1);
    z-index: 1000;
    width: 1520px;
    max-width: 90%;
}



.flight_info_extended{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 304px;
    border-radius: 12px;
    border: 1px solid rgba(207, 207, 207, 1);
    gap: 4px;
    margin-top: 24px;
    padding: 16px;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    left:24px;
    bottom: 20px;
}

.information_turbo_box_content{
    display: flex;
    gap: 10px;
}

.left-side,
.right-side {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.turbo_item {
    position: relative;
    padding-left: 16px;
}

.smooth {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #34C759;
}

.lightShaking {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #efe955;
}

.light {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f4b630;
}

.moderate {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f47530;
}

.severe {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f44730;
}


.information_turbo_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 210px;
    padding: 10px;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);

    border-radius: 8px;
    z-index: 1000;
    background: white;
    opacity: 90%;
    box-shadow: 3px 3px rgba(75, 0, 9, 0.1);
}

.information_turbo_box_title{
    font-weight: bold;
}


.flight_header_img_nope {
    background-image: url("./../image/airplane-png-1.png");
    background-repeat: no-repeat;
    background-size: 270px;
    height: 150px;
    width: 100%;
    border-radius: 12px;
}

.flight_header_img{
    background-repeat: no-repeat;
    background-size: 270px;
    height: 150px;
    width: 100%;
    border-radius: 12px;
}

.header_information{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.flight_general{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}

.airline {
    vertical-align: middle;
    color: #0E0F0F;
}

#icao {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: rgba(138, 138, 142, 1);
}

#iata {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: rgba(0, 136, 204, 1);
}


#status_holder {
    height: 20px;
    border-radius: 2px;
    gap: 4px;
    padding-right: 4px;
    padding-left: 4px;
    background: rgba(52, 199, 89, 0.1);
}

#status {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: rgba(52, 199, 89, 1);
}

.hidden {
    display: none;
}

.resent_title {
    background: rgba(75, 0, 9, 0.4);
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.expand {
    right: 5px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url('./../image/expand.png') no-repeat;
    margin-left: 159px;
    background-size: cover;
    cursor: pointer;
}

.collapse {
    right: 5px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url('./../image/expand.png') no-repeat;
    margin-left: 159px;
    rotate: 180deg;
    background-size: cover;
    cursor: pointer;
}

.history{
    display: flex;
    gap:4px;
    flex-direction: column;

}

.flight_history {
    font-size: 14px;
    border-bottom: 2px solid whitesmoke;
    display: flex;
    gap:4px;
    padding: 5px 0px;
}

.flight_history_item{
    display: flex;
    gap:5px;
    align-items: center;
}

.history_airport_code {
    border: 1px solid gray;
    border-radius: 3px;
    font-size: 12px !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    min-width: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.play {
    background: url('./../image/play.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    /* filter: invert(1); */
    background-size: 16px;
    /*background-position: 0 6px;*/
    /* background-position-y: -2px; */
}

.airport_id {
    display: block;
    font-weight: 600;
    font-size: 22px;
    color: rgba(75, 0, 9, 0.4);
    text-indent: 22px;
    background: url('./../image/take_off.png');
    background-size: 20px;
    background-position: 0 10px;
    background-repeat: no-repeat;
}

#airport_city_to, #airport_city_from {
    font-size: 12px;
    line-height: 16px;
    color:rgba(157, 164, 179, 1);
}

.temperature {
    display: block;
    padding: 0px;
}

.degree {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: rgba(75, 0, 9, 0.4);
    line-height: 16px;
}

.icon{
    width: 32px;
    height: 32px;
    background-size: 31px 22px !important;
    background-repeat: no-repeat !important;
}

.weather-sun,
.weather-clear{
    background: url('./../image/sun.png');
}

.weather-rain{
    background: url('./../image/rain.svg');
}

.weather-rain-overcast{
    background: url('./../image/rain_overcast.svg');
}

.weather-rain-partially-cloudy{
    background: url('./../image/rain_partially_cloudy.svg');
}

.weather-snow-overcast{
    background: url('./../image/snow-overcast.svg');
}

.weather-snow-partially-cloudy{
    background: url('./../image/snow_partially_cloudy.svg');
}

.weather-overcast{
    background: url('./../image/overcast.svg');
}

.weather-partially-cloudy{
    background: url('./../image/partially_cloudy.png');
}

.weather-snow{
    background: url('./../image/snow.svg');
}

.wind {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navigate_img {
    width: 16px;
    height: 16px;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: url('./../image/navigation.svg');
}

.timetable{
    display: flex;
    gap:5px;
}

.departure,
.arrival{
    display: flex;
    flex-direction: column;
    gap:5px;
    width: 100%;
}

.resent_title {
    background: rgba(75, 0, 9, 0.4);
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    border-radius: 4px;
    display: flex;
}

.resent_title {
    background: rgba(75, 0, 9, 0.4);
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    border-radius: 4px;
    display: flex;
}

.value {
    color: rgba(75, 0, 9, 0.4);
    display: inline-block;
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}

.chartjs-size-monitor-expand > div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0;
}

.resent_title {
    background: rgba(75, 0, 9, 0.4);
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    border-radius: 4px;
    display: flex;
}

.turbulence_index_value {
    text-align: center;
    font-size: 19px;
    color: olive;
    letter-spacing: 12px;
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 0.001s;
    padding-top: 20px;
}

canvas #turbulence_graph{
    display: block;
    width: 229px !important;
    height: 181px !important;
}

.flight-details{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.row {
    font-size: 11px;
}

td {
    padding: 1px 5px;
}

table.info-point{
    background-color: white;
    border: 1px solid black;
}

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;
}

.class_selector {
    display: flex;
}

.class_selector .__DIV_IMAGE__ {
    display: inline-block !important;
    background-repeat: no-repeat !important;
    background-size: 12px 12px !important;
    background-position: 0 5px !important;
    width: 20px !important;
    height: 20px !important;
}

.choose-calendar-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    position: fixed;
    z-index: 99999999;
    background: rgba(3, 19, 50, 0.3);
    align-items: center;
}

.choose-calendar {
    position: relative;
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 400px;
    border-radius: 24px;
    border: 1px solid  #C7C7C7;
    background:  #FFF;
    box-shadow: 0px 0px 4px 0px rgba(3, 19, 50, 0.15);
}

.date-select {
    display: flex;
    color: #34415a;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 32px;
}

.close-date-chooser {
    height: 24px !important;
    width: 24px !important;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-image: url('./../image/close.svg') !important;
    position: absolute;
    top: 32px;
    right: 32px;
}

.date-chooser__bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.date-select__column {
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    border-right: 1px solid #C7C7C7;
    width: 30%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.date-select-years, .date-select-months, .date-select__column {
    height: 100%;
    width: fit-content;
    overflow-y: scroll;
}

.calendar-item {
    cursor: pointer;
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: flex-start;
    height: 38px;
    align-items: center;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 8px;
    color: #1F1F1F;
}

.date-chooser__selected {
    color: rgba(75, 0, 9, 0.9) !important;
}

.date-chooser__bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.date-chooser__date-div {
    padding: 12px;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #E8E9EE;
    background: #FFF;
}

.date-chooser__apply {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(75, 0, 9, 0.9);
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgba(75, 0, 9, 0.9);
    color: white;
}

.flight-airports{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flight-airports_header{
    display: flex;
    flex-direction: column;
}

.from{
    align-items: flex-start;
}

.center{
    align-items: center;
}

.to{
    align-items: flex-end;
}

.flight_time{
    color: gray;
    font-size: 12px;
    position: relative;
    padding-bottom: 20px;
}

.flight_time::after{
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    height: 2px;
    width: 100%;
    background: radial-gradient(4134.34% 90557769.74% at 49.64% -254.99%, #9DA4B3 0%, rgba(255, 255, 255, 0.0001) 100%);
}

.flight-airport-from,
.flight-airport-to{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.airport_code {
    font-size: 28px;
    line-height: 36px;
    color: rgba(14, 15, 15, 1);
}

.airport_city {
    padding: 3px;
    color: gray;
    font-size: 12px;
}

.flight-departure,
.flight-arrival{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.departure-scheduled,
.arrival-scheduled{
    background: orange;
    border: 1px solid orange;
    border-radius: 5px;
    text-indent: 16px;
    width: 100%;
    display: inline-block;
    background-image: url('./../image/actual.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 2px 2px;
}

.settings_box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0px 16px 16px 16px;
    border-radius: 8px;
    width: 100%;
    max-width: 320px;
}

.settingsDropdowns {
    display: flex;
    gap: 12px;
}

.settingsDropdown_intensive,
.settingsDropdown_time {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.settingsDropdown_label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.drop_down {
    position: relative;
    width: 150px;
}

.drop_down_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.drop_down_header:hover {
    background: #f1f1f1;
}

.value {
    display: flex;
    align-items: center;
}

.dd_item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.item {
    font-size: 14px;
    color: #333;
}

.settingsDropdown_intensive .dropdown-popup {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 100;
}

.settingsDropdown_time .dropdown-popup {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    z-index: 100;
}

.drop_down.active .dropdown-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.drop_down_values {
    display: flex;
    flex-direction: column;
    padding: 8px;
    gap: 6px;
}

.drop_down_values .dd_item {
    padding: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.drop_down_values .dd_item:hover {
    background: #f1f1f1;
}

.drop_down_values .dd_item.selected {
    font-weight: bold;
    background: #d1e7ff;
    border-radius: 4px;
}

.selected_tags {
    display: flex;
    gap: 6px;
    margin-top: 6px;
}

.selected_tags .empty {
    color: #999;
    font-size: 12px;
}

.settingsCheckbox{
    display: flex;
    gap:10px;
}

.timeline{
    display: flex;
    gap:20px;
    padding: 0px 16px 16px 16px;
}

.timeline__controls{
    display: flex;
    padding-top: 50px;
}

.timeline__button--pause,
.timeline__button--refresh,
.timeline__button--continue{
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.timeline__button--pause {
    background-image: url('./../image/pause.svg');
    border-right: 1px solid #1F1F1F;
}

.timeline__button--continue {
    background-image: url('./../image/play.svg');
    border-right: 1px solid #1F1F1F;
}

.timeline__button--refresh {
    background-image: url('./../image/refresh.svg');
}

#turbulence_height_div {
    position: relative;
    width: 273px;
    height: 216px;
}

.point {
    width: 1px;
    height: var(--point-height);
    background-color: black;
    transform: translateX(-50%);
    cursor: pointer;
    position: absolute;
    top: 5px;
}

.point::before {
    content: '';
    position: absolute;
    background: #33c810;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
}

.pointer_text{
    display: flex;
    text-align: center;
    width: 400px;
    padding-left: 10px;
}

.rolled_up_window_div{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    box-shadow: 3px 3px rgba(75, 0, 9, 0.2);
    padding: 8px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap:10px;
}

.modal_closed{
    width: 14px;
    height: 14px;
    background: url('./../image/cancel.svg') no-repeat;
    background-size: 14px 14px;
    background-position: center;
}


.slider_container {
    position: relative;
    width: 100%;
    height: 100%;
}

.fullImg_main .slider_container {
    width: fit-content;
}

.flight_info_extended_main{
    height: 482px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide.active {
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.hover-left, .hover-right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}

.hover-left { left: 0; }
.hover-right { right: 0; }

.dots {
    position: absolute;
    top: 222px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.dot.left {
    background: url('./../image/slide_button.svg') no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.dot.right {
    background: url('./../image/slider_button_right.svg') no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.airport-weather{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.airport-weather_from,
.airport-weather_to{
    display: flex;
    gap:5px;
    align-items: center;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.degree{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color:rgba(14, 15, 15, 1);
}

.weather{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color:rgba(157, 164, 179, 1);
}

.flight-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flight-departure{
    display: flex;
    gap:5px;
    flex-direction: column;
    align-items: center;
    width: 80px;
    height: 44px;
}

.flight-departure-text{
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color:rgba(138, 138, 142, 1);
}

.departure-actual{
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.plane{
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.button_plane{
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.plan_render{
    text-align: center;
    width: 210px;
    padding: 10px;
    border-radius: 8px;
    z-index: 1000;
    text-indent: 18px;
    border: 1px solid #1b74cc;
    outline: none;
    cursor: pointer;
    margin: 2px;
    font-size: 14px;
    color: #f8f9fa;
    background-color: #1b74cc;
}

.left_container{
    display: flex;
    gap: 32px;
    flex-direction: column;
    margin-top: 24px;
}

#graph-bar{
    width: 304px;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    padding: 16px;
    flex-direction: column;
    border: 1px solid rgba(207, 207, 207, 1);
    background: rgba(255, 255, 255, 1);
}

.graph_two_div{
    width: 704px;
    height: 336px;
    border-radius: 12px;
    border: 1px solid rgba(207, 207, 207, 1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px;
}

.graph_two_div_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: rgba(14, 15, 15, 1);
}

.header_graph{
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 22px;
    top: 24px;
    bottom: 24px;
    gap: 16px;
}

.chooser_plane_container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 400px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    z-index: 1000;
    background: white;
    opacity: 90%;
    box-shadow: 3px 3px rgba(75, 0, 9, 0.1);
}

.chooser_buttons{
    display: flex;
    gap: 5px;
}

.chooser_button{
    display: flex;
    text-align: center;
    padding: 5px 10px;
    border-radius: 8px;
    z-index: 1000;
    border: 1px solid #1b74cc;
    outline: none;
    cursor: pointer;
    margin: 2px;
    font-size: 14px;
    color: #f8f9fa;
    background: #1b74cc;
}

.chooser_text_title{
    font-weight: bold;
}

.selected{
    color: #f8f9fa;
    background-color: #c01bcc;
    border: 1px solid #c01bcc;
    pointer-events: none;
}

.timetable_block{
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 10px;
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 8px;
    z-index: 1000;
    background: white;
    opacity: 90%;
    box-shadow: 3px 3px rgba(75, 0, 9, 0.1);
}

#turbulence_bar_graph_div canvas {
    width: 304px !important;
    height: 12px !important;
}

.graph_div{
    display: flex;
    flex-direction: column;
}

.graph_bar_div{
    display: flex;
    flex-direction: column;
}

#graph {
    width: 304px;
    border-radius: 16px;
    display: flex;
    gap: 24px;
    padding: 16px;
    flex-direction: column;
    border: 1px solid rgba(207, 207, 207, 1);
    background: rgba(255, 255, 255, 1);
}

#turbulence_bar_graph_div{
    height: 230px;
}

.turbulence_info_table{
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 400;
    text-align: center;
}

.turbo-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.turbo-block .Smooth,
.turbo-block .Light,
.turbo-block .LightToModerate,
.turbo-block .Moderate {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.turbo-block .Smooth {
    background-color: #3b82f6;
}

.turbo-block .Light {
    background-color: #22c55e;
}

.turbo-block .LightToModerate {
    background-color: #facc15;
}

.turbo-block .Moderate {
    background-color: #f97316;
}

.turbo-block .label {
    font-size: 14px;
    width: 145px !important;
    text-align: left;
}

.turbo-block .percent {
    width: 31px;
    text-align: left;
}

.turbo-block .time_turbo {
    text-align: left;
    width: 58px;
}

.crosswind-info{
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 400px;
    margin-right: 10px;
}

.crosswind-block-header{
    display: flex;
    gap: 5px;
}

.crosswind{
    display: flex;
    gap: 10px;
}

.crosswind-block{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icon_crosswind_up{
    background: url('./../image/airplane-take-off.png') no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.icon_crosswind_off{
    background: url('./../image/airplane-landing.png') no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.disclaimer{
    border-top: 1px solid black;
    margin-top: 10px;
    padding-top: 10px;
}

.crosswind-block{
    width: 50%;
}

.loading_to_show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading_to_show .wrap_preview_div {
    opacity: 0;
}

.loading_to_show .loading-files__gif {
    position: relative;
    width: 80px;
    height: 80px;
}

.loading_to_show .loading-files__gif::after {
    content: "";
    background-image: url('./../image/flight-loading.png');
    border-radius: 50%;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    display: block;
}

.hidden {
    display: none !important;
}

@keyframes spin {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

.search_box_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px 20px 24px;
}

.search_box_header--description{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.search_box_header_button{
    width: 12px;
    height: 6px;
    cursor: pointer;
}

.search_box_title{
    color: rgba(14, 15, 15, 1);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.search_box_header_button.close{
    background-size: 15px 7.5px;
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    background-image: url('./../image/close_button.svg');
}

.search_box_header_button.open{
    background-size: 15px 7.5px;
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    background-image: url('./../image/close_button.svg');
    transform: rotate(180deg);
}

.date-chooser,.time-chooser{
    color:rgba(60, 60, 67, 0.6);
}

.search_box_clear_button{
    position: absolute;
    content: '';
    top: 12px;
    right: 10px;
    text-align: right;
    color: rgba(0, 136, 204, 1);
    cursor: pointer;
}

.overlay {
    position: absolute;
    z-index: 400;
}

.flight_details_header{
    display: flex;
    justify-content: space-between;
    border-bottom:0.75px solid rgba(203, 203, 203, 1);
    padding-bottom: 24px;
}

.header_title{
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color:rgba(14, 15, 15, 1);
}

.header_button_cloce{
    width: 24px;
    height: 24px;
    background-size: 15px 15px;
    background: url('./../image/buttonClose.svg') no-repeat;
    cursor: pointer;
}

.main_container{
    display: flex;
    gap: 32px;
}

.flight_details{
    display: flex;
    gap: 8px;
    align-items: center;
}

.flight_details .label{
    font-weight: 600;
    vertical-align: middle;
    color:rgba(14, 15, 15, 1);
}

.flight_details #aircraft_info{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color:rgba(138, 138, 142, 1);
}

.description_block {
    width: 304px;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(207, 207, 207, 1);
    background: rgba(255, 255, 255, 1);
}

.description_block_main{
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    max-height: 339px;
}

.description_block_main::-webkit-scrollbar {
    width: 8px;
    height: 100px;
}

.description_block_main::-webkit-scrollbar-track {
    background: transparent;
}

.description_block_main::-webkit-scrollbar-thumb {
    background: rgba(223, 222, 222, 1);
    border-radius: 2px;
    cursor: pointer;
}

.about_flight_title{
    font-weight: 600;
    color:rgba(14, 15, 15, 1);
}

.about_flight_text {
    color: rgba(38, 39, 39, 1);
    display: block;
}

.about_flight_block{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container_calendar,.container_time {
    position: absolute;
    z-index: 450;
}

.calendar-table > tr:first-child td {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-bottom: 12px;
    text-transform: capitalize;

}

.days-row .day-name {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 10px;
    text-align: center;
    text-transform: lowercase;
}

.calendar-table td {
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s;
}

.current {
    color: #333;
}

.not-current {
    color: #999 !important;
    cursor: not-allowed;
}

.current:not(.selected):hover {
    background: #f0f0f0;
}

.calendar-wrapper {
    width: 280px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 12px;
    position: relative;
    background: white;
}

.btnPrev, .btnNext {
    position: absolute;
    top: 10px;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    background-color: #eee;
    border-radius: 4px;
}

.btnPrev {
    left: 10px;
}

.btnNext {
    right: 10px;
}

.calendar-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.days-row td {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.weekend {
    color: #D6700A !important;
}

.disabled_calendar{
    color: #B7B7B7!important;
    pointer-events: none;
}

.not-current {
    color: #aaa;
}

.current {
    color: #000;
}

.selected_calendar {
    background-color: #007bff;
    color: #fff!important;
    border-radius: 50% !important;
}

.selected_calendar:hover {
    background-color: rgba(231, 231, 231, 1);
    color: rgba(63, 66, 68, 1)!important;
    border-radius: 50% !important;
}

.chose{
    color:rgba(14, 15, 15, 1);
}

.flight-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    border: 0.5px solid rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    color: rgba(0, 133, 255, 1);
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    gap: 0;
}


.time-wrapper{
    width: 160px;
    height: 130px;
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 16px;
    border-radius: 8px;
    position: relative;
    background: rgba(255, 255, 255, 1);

}

.time-display{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wrapper_time{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5px;
}

.wrapper_time .value{
    font-weight: 600;
    vertical-align: middle;
    color:rgba(14, 15, 15, 1);
}

.cancel,.apply{
    text-align: right;
    color: rgba(0, 136, 204, 1);
}

.separator{
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-image: url('./../image/separator.svg')
}

.arrow_up{
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-image: url('./../image/arrow_up.svg')
}

.arrow_down{
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-image: url('./../image/arrow_down.svg')
}

.minutes_div,.hourse_div{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.time-picker {
    display: flex;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.picker-column {
    flex: 1;
    height: 100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.picker-column::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.picker-item {
    height: 40px;
    line-height: 40px;
    text-align: center;
    scroll-snap-align: center;
    font-size: 18px;
}

.picker-item.empty {
    height: 80px;
}

.highlight-overlay {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    pointer-events: none;
}


table td, table th {
    border: 1px solid #FFFFFF!important;
}

.date-chooser, .time-chooser {
    border-radius: 8px;
    border: 1px solid var(--Colors-Grey-Grey-3, #C1C2C3);
    background: var(--base-color-white, #FFF);
    display: flex;
    height: 38px;
    padding: 12px 40px;
    align-items: center;
    gap: 8px;
}

.time-picker-table {
    width: 200px;
    margin: 0 auto;
    border-collapse: collapse;
}

.time-header {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.scroll-container {
    max-height: 150px;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
}

.time-cell {
    padding: 8px;
    text-align: center;
    scroll-snap-align: center;
    cursor: pointer;
}

.time-cell.selected {
    background: #007AFF;
    color: white;
    border-radius: 4px;
}

.separator {
    text-align: center;
    font-weight: bold;
}

.button-cell {
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.button-cell.cancel {
    color: #FF3B30;
}

.button-cell.apply {
    color: #007AFF;
}

.not_found_div{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.not_found_item--main{
    display: flex;
    gap:4px;
    justify-content: center;
}

.not_found_item--main .not_found_img{
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-image: url('./../image/search_not.svg')
}

.not_found_item--main .not_found_text{
    text-align: center;
    color:rgba(14, 15, 15, 1);
}

.not_found_item{
    display: flex;
    gap:8px;
}

.not_found_item--flight{
    display: flex;
    gap:15px;
}

.not_found_item .not_found_img{
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 39px;
    height: 24px;
}

.not_found_item .not_found_text{
    font-size: 12px;
    line-height: 16px;
    color:rgba(14, 15, 15, 1);
}

.not_found_item--non-core{
    display: flex;
    flex-direction: column;
    gap:16px;
    margin: 0px 16px 10px 16px;
}

.not_found_item .not_found_img.flight{
    background-image: url('./../image/airplane_not.svg')
}

.not_found_item .not_found_img.clock{
    background-image: url('./../image/clock_not.svg')
}

.not_found_item .not_found_img.refresh{
    background-image: url('./../image/refresh_not.svg')
}

.toast__text {
    z-index: 999;
    position: fixed;
    width: 328px;
    top: 914px;
    left: 24px;
    background: #FF3B30;
    padding: 8px;
    display: flex;
    gap:8px;
    align-items: center;
}

.toast__description-content{
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding-right: 8px;
}

.toast__description-img{
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 39px;
    height: 20px;
    background-image: url('./../image/error_info_icon.svg');
    align-self: flex-start;
    margin-top: 3px;
}

.toast__description-img.cansel{
    background-size: 14px 14px;
    background-repeat: no-repeat;
    width: 30px;
    height: 15px;
    background-image: url('./../image/error_cansel.svg');
    align-self: center;
    margin-top: 0px;
}

.leaflet-container{
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (width: 1920px) and (height: 940px) {

    .description_block_main{
        max-height:300px;
    }

    .header_graph{
        gap:0px;
        justify-content: space-between;
    }

    #graph{
        padding: 16px 16px 7px 16px;
    }

    .flight_info_extended{
        gap:0px;
        margin-bottom: 0px;
    }
}

@media (max-height: 1000px) and (min-height: 940px) {

    .description_block_main{
        max-height:300px;
    }

    .header_graph{
        gap:0px;
        justify-content: space-between;
    }

    #graph{
        padding: 16px 16px 7px 16px;
    }

    .flight_info_extended{
        gap:0px;
        margin-bottom: 0px;
    }
}