@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&display=swap');

html {
    height: 100%;
    font-family: 'Inter', sans-serif;
}

#loader-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

#loading-overlay {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    border-color: #060606;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: #8f8f8f;
    font-size: 1.6rem;
    display: inline-block;
}

#info-overlay {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 60px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-size: 1.2rem;
    color: #fdfdfd;
    display: inline-block
}

#data-overlay {
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    margin-top: 10px;
    border-color: #060606;
    border-radius: 5px;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    color: #8f8f8f;
    max-width: 380px;
}


#data-overlay table td {
    border-style: none;
    color: #ffeb87;
}

#data-overlay table th {
    border-style: none;
    font-weight: bold;
    color: #FFFFFF;
}

#data-overlay table {
    margin-bottom: 0px;
}

#data-overlay a {
    color: #ffeb87;
}

.quiet {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px;
    padding-top: 30px;
    margin-left: 37px;
    color: #666666;
}

.flight-quiet {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 30px;
    padding-top: 30px;
    margin-left: 5px;
    color: #666666;
}

h1 {
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: 37px;
    color: #fdfdfe;
    font-weight: 200;
    font-size: 20px;
}

.profile-photo {
    margin-top: 7px;
    border-radius: 5px;
}

.flight-status {
    font-weight: 500;
    color: #cccccc;
    margin-top: 6px;
    margin-left: 37px;
    word-spacing: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

#airline-logo {
    z-index: 9999;
    width: 380px;
    background-color: rgba(42, 41, 41, 0.7);
    position: relative;
    font-size: 1.2rem;
    color: #fdfdfd;
}

.airline-logo-img {
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

#version-number {
    z-index: 9999;
    bottom: 5px;
    margin-left: 75px;
    background-color: rgba(42, 41, 41, 0.7);
    position: absolute;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.2rem;
    color: #fdfdfd;
}

.airline-drop {
    margin-top: 11px;
}


.btn-fligt-black {
    border: none;
    background: #000000;
    /*border-radius:0;*/
    color: #fff;
}

.btn-fligt-black:hover {
    border: none;
    background: #131313;
    /*border-radius:0;*/
    color: #fff;
}

.flight-number {
    margin-top: 2px;
    margin-bottom: 2px;
    color: #fdfdfe;
    font-weight: 200;
    font-size: 30px;
    text-transform: uppercase;
    margin-left: 3px;
}

.flight-number > h1 {
    margin-left: 0;
}

.arr-info {
    font-size: 12px;
    text-align: right;
}

.dep-info {
    font-size: 12px;
    text-align: left;
}

.pad15 {
    padding-left: 20px;
    padding-right: 20px;
}

.flight-progress h2 {
    font-weight: 400;
    font-size: 17px;
    color: #fdfdfe;

    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.iata {
    color: #888888;
    font-weight: 100;
    font-size: 14px;
}

.airport-locale {
    text-transform: uppercase;
    font-size: 10px;
    color: #b3adad;
}

.progress-stats {
    font-size: 10px;
    color: #666666;
}

.progress-timeline {
    z-index: 9998;
    margin-left: 28px;
    height: 40px;
    width: 300px;
    align-self: center;
}

.progress-line {
    margin-top: 18px;
    height: 3px;
    width: 300px;
    vertical-align: center;
    position: absolute;
    background-color: rgba(81, 79, 85, 0.84);
}

.dotbox-left {
    position: absolute;
    margin-top: 10px;
    margin-left: -20px;
    height: 12px;
    width: 15px;
}

.dotbox-right {
    position: absolute;
    text-align: right;
    margin-right: -20px;
    margin-left: 280px;
    margin-top: 10px;
    height: 12px;
    width: 15px;
}

.dot {
    z-index: 9999;
    height: 15px;
    width: 15px;
    background-color: rgb(81, 79, 85);
    border-radius: 50%;
    display: inline-block;
}

#aircraft-marker {
    background-image: url('/plane.png');
    background-repeat: no-repeat;
    z-index: 9999;
    position: absolute;
    margin-top: -10px;
    margin-left: -20px;
    margin-left: 260px;
    width: 70px;
    height: 70px;
}

.flight-progress p {
    font-size: 12px;
}

#airline-badge {
    z-index: 9999;
    display: inline-block;
    bottom: 20px;
    left: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
    position: absolute;
    color: #0b0b0b;
    height: 80px;
    width: 80px;
}

#pilots-online-dropdown {
    z-index: 9999;
    display: inline-block;
    top: 10px;
    right: 50px;
    margin-right: 10px;
    margin-bottom: 23px;
    position: absolute;
    color: #d5d1d1;
    font-size: 1.2rem;
    background-color: #0b0b0b;
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#pilots-online-menu {
    z-index: 9999;
    display: inline-block;
    top: 40px;
    right: 50px;
    margin-right: 10px;
    margin-bottom: 23px;
    position: absolute;
    color: #d5d1d1;
    font-size: 1.2rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    min-width: 180px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: end;
}

#pilots-online-menu a {
    color: #F8E585;
    line-height: 20px;
}

#pilots-online-menu a:hover {
    color: #f4f6f5;
    font-weight: bolder;
    text-decoration: none;
}

#airline-radar-stats {
    z-index: 9999;
    display: inline-block;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 23px;
    position: absolute;
    color: #d5d1d1;
    font-size: 1.2rem;
    background-color: #0b0b0b;
    border-radius: 4px;
    padding-right: 22px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#airline-radar-stats td {
    padding-left: 10px;
    color: #FFFFFF;
    font-weight: bolder;
}

#flight-plan-wrapper {
    z-index: 9999;
    display: inline-block;
    bottom: -40px;
    left: 50%;
    position: fixed;
    font-size: 1.2rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    padding-right: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

#route-overlay {
    width: 360px;
    margin-left: 15px;
    margin-right: 25px;
}

.airline-drop {
    margin-top: 11px;
}

.btn-fligt-black {
    border: none;
    background: #000000;
    /*border-radius:0;*/
    color: #fff;
}

.btn-fligt-black:hover {
    border: none;
    background: #131313;
    /*border-radius:0;*/
    color: #fff;
}

.flight-number {
    margin-top: 2px;
    margin-bottom: 2px;
    color: #fdfdfe;
    font-weight: 200;
    font-size: 30px;
    text-transform: uppercase;
    margin-left: 3px;
}

.flight-number > h1 {
    margin-left: 0;
}

.arr-info {
    font-size: 12px;
    text-align: right;
}

.dep-info {
    font-size: 12px;
    text-align: left;
}

.pad15 {
    padding-left: 20px;
    padding-right: 20px;
}

.flight-progress h2 {
    font-weight: 400;
    font-size: 17px;
    color: #fdfdfe;

    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.iata {
    color: #888888;
    font-weight: 100;
    font-size: 14px;
}

.airport-locale {
    text-transform: uppercase;
    font-size: 10px;
    color: #b3adad;
}

.progress-stats {
    font-size: 10px;
    color: #666666;
}

.progress-timeline {
    z-index: 9998;
    margin-left: 28px;
    height: 40px;
    width: 300px;
    align-self: center;
}

.progress-line {
    margin-top: 18px;
    height: 3px;
    width: 300px;
    vertical-align: center;
    position: absolute;
    background-color: rgba(81, 79, 85, 0.84);
}

.dotbox-left {
    position: absolute;
    margin-top: 10px;
    margin-left: -20px;
    height: 12px;
    width: 15px;
}

.dotbox-right {
    position: absolute;
    text-align: right;
    margin-left: 280px;
    margin-top: 10px;
    height: 12px;
    width: 15px;
}

.dot {
    z-index: 9999;
    height: 15px;
    width: 15px;
    background-color: rgb(81, 79, 85);
    border-radius: 50%;
    display: inline-block;
}

#aircraft-marker {
    background-image: url('/plane.png');
    background-repeat: no-repeat;
    z-index: 9999;
    position: absolute;
    margin-top: -10px;
    margin-left: -20px;
    margin-left: 260px;
    width: 70px;
    height: 70px;
}

.flight-progress p {
    font-size: 12px;
}
