.slide-img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
}


.header-row img {
  height: 2.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding-right: 0.5em;
  border-radius: 0px;
}

body {
  background-color: #0F0F0F;
  color: #ffffff;
}

.table td {
  vertical-align: middle;
}
.table {
  color: #232323
}


.bg-secondary {
  background-color: #232323 !important;
}

.header-row {
  display: flex;
  align-items: center;
}

.curr-time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 96px;
  line-height: 117.02px;
  letter-spacing: 0%;
  color: #D11340;
}
.curr-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48.76px;
  letter-spacing: 0%;
  color:  #A3A3A3;
}
.main-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58.51px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 39.01px;
  letter-spacing: 0%;
  color: #A3A3A3;
}
.table-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58.51px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.flight-city {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29.26px;
  letter-spacing: 0%;
  color: #E9E9E9;
}
.flight-company {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.95px;
  letter-spacing: 0%;
  color: #A3A3A3;
}
.flight-time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29.26px;
  letter-spacing: 0%;
  color: #A3A3A3;     
}
.flight-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.95px;
  letter-spacing: 0%;
  color: #D11340;
}
.flight-status {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29.26px;
  letter-spacing: 0%;
  text-align: right;
  color: #A3A3A3;
}

.сustom-table td:last-child {
  text-align: right;
}

.custom-table tr {
  border-bottom: 1px solid #A3A3A3;
}

.custom-table {
  width: 100%;
}

.custom-table td {
  padding: 8px;
}

.custom-table tr {
  display: flex;
}

.custom-table tr td:first-child {
  min-width: 120px;
}
.custom-table tr td:nth-child(2) {
  flex: 0 0 auto;
}

.custom-table tr td:last-child {
  flex: 1;
  text-align: right;
  align-self: center;
}

.fade {
    opacity: 0;
    transition: opacity 1s linear;
}
.fade.show-01 {
    opacity: 0.1;
}
.fade.show-02 {
    opacity: 0.2;
}
.fade.show-03 {
    opacity: 0.3;
}
.fade.show-04 {
    opacity: 0.4;
}
.fade.show-05 {
    opacity: 0.5;
}
.fade.show-06 {
    opacity: 0.6;
}
.fade.show-07 {
    opacity: 0.7;
}
.fade.show-08 {
    opacity: 0.8;
}
.fade.show-09 {
    opacity: 0.9;
}
.fade.show-10 {
    opacity: 1;
}
.fade.show {
    opacity: 1;
}
.site-label {
    position: fixed;
    bottom: 24px;
    right: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #D11340;
    pointer-events: none;
    user-select: none;
    z-index: 9999;
}
