.dashboard-color{
    background: #098d8f;
}

.dashboard-color a{
    color: #ffffff;
}

.dashboard-color a:hover, .dashboard-color a:focus, .dashboard-color a.show, .dashboard-color a.dropdown-item{
    color: #ffffff !important;
}

.act-btn{
    margin-left: 10px;
}

.background-masker {
    background-color: #fff;
    position: absolute;
}

.btn-divide-left {
    top: 0;
    left: 25%;
    height: 100%;
    width: 5%;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -800px 0
    }
    100% {
        background-position: 800px 0
    }
}

.animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 70px;
    position: relative;
}

.static-background {
    background-color: #f6f7f8;
    background-size: 800px 104px;
    height: 70px;
    position: relative;
    margin-bottom: 20px;
}

.shared-dom {
    width: 800px;
    height: 110px;
}
.sub-rect {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    float: left;
    margin: 20px 20px 20px 0;
}
.pure-background {
    background-color: #eee;
}

.css-dom:empty {
    width: 280px;
    height: 220px;
    border-radius: 6px;
    box-shadow: 0 10px 45px rgba(0, 0, 0, .2);
    background-repeat: no-repeat;

    background-image:
            radial-gradient(circle 16px, lightgray 99%, transparent 0),
            linear-gradient(lightgray, lightgray),
            linear-gradient(lightgray, lightgray),
            linear-gradient(lightgray, lightgray),
            linear-gradient(lightgray, lightgray),
            linear-gradient(#fff, #fff);

    background-size:
            32px 32px,
            200px 32px,
            180px 32px,
            230px 16px,
            100% 40px,
            280px 100%;

    background-position:
            24px 30px,
            66px 30px,
            24px 90px,
            24px 142px,
            0 180px,
            0 0;
}

.nav-tabs .nav-link{
    padding: 10px 30px;
}



.flight-cards .card .selected{
    position: absolute;right: 0;top: 0;background: #ff8100;padding: 20px;border-bottom-left-radius: 100%;color: white;width: 100px;height: 60px;
}
.flight-cards .card .selected span{
    position: absolute;
    top: 15px;
    right: 10px;
}
.flight-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
}

.flight-cards .card {
    transition-duration: 0.5s;
    overflow:hidden;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}
.flight-cards .card.selected, .flight-cards .card:hover{
    transition-duration: 0.5s;
    border: 1px solid orange;
}
.airline-info .airline-name {
    font-size: 15px;
    color: #1d1a42;
}

.airport-code {
    color: #1d1a42;
}

.airport-name {
    color: #7a7a7a;
}

.flight-time {
    font-size: 17px;
    color: #1d1a42;
}

.flight-date {
    color: #7a7a7a;
}

.text-divider {
    color: #7a7a7a;
    font-size: 18px;
}

.price h1 {
    color: #1d1a42;
    margin-bottom: 0;
}

.flight-badge {
    margin-right: 15px;
    background-color: rgba(255, 102, 0, 0.2) !important;
    color: rgba(255, 102, 0, 1) !important;
    padding: 15px;
    border-radius: 50px;
}
.text-divider {
    display: flex;
    align-items: center;
    --text-divider-gap: 1rem;
}
.text-divider i{
    color: #1d1a42;
    font-size: 23px;
    padding: 0px 5px;
}
.text-divider::before,
.text-divider::after {
    content: '';
    height: 1px;
    background-color: #c3c3c3;
    flex-grow: 1;
    width: 30px;
}
