#userCrewFile>div:not(:first-child) {
    margin-bottom: 20px;
    text-align: justify;
}

#goLiveIcon {
    margin-left: 10px;
    color: red;
    font-size: 15px;
    line-height: 2;
    position: absolute;
    top: 0;
    right: -20px;
}

.passwordFunny {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: var(--opt-color-dark-blue);
    text-transform: uppercase;
    padding: 20px;
    border: 1px solid var(--opt-color-dark-blue);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.passwordFunny strong {
    font-weight: 700;
}

.toast-header img {
    width: 30px;
    height: 30px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 150px;
    bottom: 150px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline:after {
    top: 150px;
    bottom: 150px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: indianred;
    left: 50%;
    margin-left: -1.5px;
    height: calc(75% - 300px);
}

.timeline>li {
    min-height: 140px;
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:not(:first-child) {
    margin-top: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: calc(50% - 80px);
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    position: relative;
    /*overflow: hidden;*/
    margin-top: 20px;
}

.timeline>li>.timeline-panel>.timeline-heading {
    z-index: 2;
}

.timeline>li .completed_1,
.timeline>li .completed_2,
.timeline>li .completed_3,
.timeline>li .completed_4 {
    background: url(../images/users/completed.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotate(20deg);
    height: 110px;
    width: 250px;
    z-index: 1;
    position: absolute;
}

.timeline>li .completed_2 {
    top: 45%;
    transform: translateY(-50%) rotate(15deg);
    right: -10px;
}

.timeline>li .completed_3 {
    top: 55%;
    transform: translateY(-50%) rotate(-20deg);
    right: -15px;
}

.timeline>li .completed_4 {
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
    right: -20px;
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 35px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
    /*z-index: -4;*/
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 36px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
    /*z-index: -3;*/
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 140px;
    height: 140px;
    line-height: 140px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    /*top: 16px;*/
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;

    background-size: contain !important;
    background-color: #263d4d;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: var(--opt-color-dark-blue);
    font-size: 30px;
}

.timeline-heading>span {
    font-size: 20px;
    color: var(--efb-color) !important;
    font-style: italic;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

@media (max-width: 1000px) {

    ul.timeline:before,
    ul.timeline:after {
        left: 50px;
    }

    ul.timeline>li>.timeline-panel {
        width: calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: -webkit-calc(100% - 130px);
    }

    ul.timeline>li>.timeline-badge {
        left: 50px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline>li>.timeline-panel {
        float: right;
        margin-top: 30px;
    }

    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

/*
    *  AWARDS BOARD
    */

.plane-svg {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: all 1.25s ease-in-out;
    /*  animation: plane-progress 4s 1;*/
    z-index: 1;
}

.plane-svg svg {
    width: 100%;
}

.dot-container {
    margin: 0;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

.dot-container li {
    opacity: 0.35;
    display:inline;
}

.dot-container li i {
    color: white;
}

.dot-container li.completed {
    opacity: .7;
    transition: all 1.25s ease-in-out;
}
.dot-container li.completed i {
    color: yellow;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    padding: 30px 0;
    background-color: transparent!important;
    overflow: visible !important;
}

.departure-board-container{
    width: 100%;
    background-color: #1d1e1e;
    padding: 1px;
    margin-bottom: 30px;
}

.departure-board-container-inner-border{
    border: 1px solid yellow;
    margin: 10px;
    padding: 20px;
}

.departure-board-container h2 {
    color: yellow;
}

.departure-board {
    display: inline-flex;
    width: 100%;
    background-color: #1d1e1e;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.letter {
    background-color: #000;
    border-right: 1px solid #1d1e1e;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 60px;
    text-align: center;
    width: 60px;
}

.letter::before {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 60px;
    height: 30px;
    line-height: 60px;
    overflow: hidden;
    width: 100%;
    z-index: 20;
}

.letter::after {
    background-color: #000;
    flex-grow: 0;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -50%;
    overflow: hidden;
    width: 100%;
    z-index: 10;
}

/* Blank letter */
.letter-blank::before {
    content: " ";
}

.letter-blank::after {
    content: " ";
}

/* dynamic function for character classes */
.letter-A::before {
    content: "A";
}

.letter-A::after {
    content: "A";
}

.letter-B::before {
    content: "B";
}

.letter-B::after {
    content: "B";
}

.letter-C::before {
    content: "C";
}

.letter-C::after {
    content: "C";
}

.letter-D::before {
    content: "D";
}

.letter-D::after {
    content: "D";
}

.letter-E::before {
    content: "E";
}

.letter-E::after {
    content: "E";
}

.letter-F::before {
    content: "F";
}

.letter-F::after {
    content: "F";
}

.letter-G::before {
    content: "G";
}

.letter-G::after {
    content: "G";
}

.letter-H::before {
    content: "H";
}

.letter-H::after {
    content: "H";
}

.letter-I::before {
    content: "I";
}

.letter-I::after {
    content: "I";
}

.letter-J::before {
    content: "J";
}

.letter-J::after {
    content: "J";
}

.letter-K::before {
    content: "K";
}

.letter-K::after {
    content: "K";
}

.letter-L::before {
    content: "L";
}

.letter-L::after {
    content: "L";
}

.letter-M::before {
    content: "M";
}

.letter-M::after {
    content: "M";
}

.letter-N::before {
    content: "N";
}

.letter-N::after {
    content: "N";
}

.letter-O::before {
    content: "O";
}

.letter-O::after {
    content: "O";
}

.letter-P::before {
    content: "P";
}

.letter-P::after {
    content: "P";
}

.letter-Q::before {
    content: "Q";
}

.letter-Q::after {
    content: "Q";
}

.letter-R::before {
    content: "R";
}

.letter-R::after {
    content: "R";
}

.letter-S::before {
    content: "S";
}

.letter-S::after {
    content: "S";
}

.letter-T::before {
    content: "T";
}

.letter-T::after {
    content: "T";
}

.letter-U::before {
    content: "U";
}

.letter-U::after {
    content: "U";
}

.letter-V::before {
    content: "V";
}

.letter-V::after {
    content: "V";
}

.letter-W::before {
    content: "W";
}

.letter-W::after {
    content: "W";
}

.letter-X::before {
    content: "X";
}

.letter-X::after {
    content: "X";
}

.letter-Y::before {
    content: "Y";
}

.letter-Y::after {
    content: "Y";
}

.letter-Z::before {
    content: "Z";
}

.letter-Z::after {
    content: "Z";
}

.letter-0::before {
    content: "0";
}

.letter-0::after {
    content: "0";
}

.letter-1::before {
    content: "1";
}

.letter-1::after {
    content: "1";
}

.letter-2::before {
    content: "2";
}

.letter-2::after {
    content: "2";
}

.letter-3::before {
    content: "3";
}

.letter-3::after {
    content: "3";
}

.letter-4::before {
    content: "4";
}

.letter-4::after {
    content: "4";
}

.letter-5::before {
    content: "5";
}

.letter-5::after {
    content: "5";
}

.letter-6::before {
    content: "6";
}

.letter-6::after {
    content: "6";
}

.letter-7::before {
    content: "7";
}

.letter-7::after {
    content: "7";
}

.letter-8::before {
    content: "8";
}

.letter-8::after {
    content: "8";
}

.letter-9::before {
    content: "9";
}

.letter-9::after {
    content: "9";
}

/* Letter animations */
.departure-board span:nth-child(1):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 0.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 0.25s;
}

.departure-board span:nth-child(1):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 0.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 0.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(2):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 0.5s;
}

.departure-board span:nth-child(2):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 0.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(3):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 0.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 0.75s;
}

.departure-board span:nth-child(3):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 0.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 0.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(4):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 1s;
}

.departure-board span:nth-child(4):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 1s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(5):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 1.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 1.25s;
}

.departure-board span:nth-child(5):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 1.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 1.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(6):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 1.5s;
}

.departure-board span:nth-child(6):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 1.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(7):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 1.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 1.75s;
}

.departure-board span:nth-child(7):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 1.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 1.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(8):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 2s;
}

.departure-board span:nth-child(8):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 2s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(9):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 2.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 2.25s;
}

.departure-board span:nth-child(9):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 2.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 2.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(10):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 2.5s;
}

.departure-board span:nth-child(10):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 2.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(11):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 2.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 2.75s;
}

.departure-board span:nth-child(11):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 2.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 2.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(12):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 3s;
}

.departure-board span:nth-child(12):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 3s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(13):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 3.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 3.25s;
}

.departure-board span:nth-child(13):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 3.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 3.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(14):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 3.5s;
}

.departure-board span:nth-child(14):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 3.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(15):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 3.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 3.75s;
}

.departure-board span:nth-child(15):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 3.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 3.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(16):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 4s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 4s;
}

.departure-board span:nth-child(16):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 4s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 4s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(17):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 4.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 4.25s;
}

.departure-board span:nth-child(17):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 4.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 4.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(18):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 4.5s;
}

.departure-board span:nth-child(18):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 4.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(19):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 4.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 4.75s;
}

.departure-board span:nth-child(19):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 4.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 4.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(20):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 5s;
}

.departure-board span:nth-child(20):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(21):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 5.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 5.25s;
}

.departure-board span:nth-child(21):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 5.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 5.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(22):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 5.5s;
}

.departure-board span:nth-child(22):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 5.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(23):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 5.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 5.75s;
}

.departure-board span:nth-child(23):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 5.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 5.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(24):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 6s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 6s;
}

.departure-board span:nth-child(24):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 6s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 6s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(25):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 6.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 6.25s;
}

.departure-board span:nth-child(25):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 6.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 6.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(26):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 6.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 6.5s;
}

.departure-board span:nth-child(26):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 6.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 6.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(27):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 6.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 6.75s;
}

.departure-board span:nth-child(27):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 6.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 6.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(28):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 7s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 7s;
}

.departure-board span:nth-child(28):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 7s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 7s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(29):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 7.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 7.25s;
}

.departure-board span:nth-child(29):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 7.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 7.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(30):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 7.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 7.5s;
}

.departure-board span:nth-child(30):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 7.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 7.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(31):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 7.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 7.75s;
}

.departure-board span:nth-child(31):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 7.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 7.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(32):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 8s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 8s;
}

.departure-board span:nth-child(32):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 8s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 8s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(33):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 8.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 8.25s;
}

.departure-board span:nth-child(33):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 8.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 8.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(34):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 8.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 8.5s;
}

.departure-board span:nth-child(34):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 8.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 8.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(35):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 8.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 8.75s;
}

.departure-board span:nth-child(35):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 8.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 8.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(36):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 9s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 9s;
}

.departure-board span:nth-child(36):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 9s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 9s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(37):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 9.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 9.25s;
}

.departure-board span:nth-child(37):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 9.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 9.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(38):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 9.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 9.5s;
}

.departure-board span:nth-child(38):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 9.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 9.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(39):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 9.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 9.75s;
}

.departure-board span:nth-child(39):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 9.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 9.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(40):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 10s;
}

.departure-board span:nth-child(40):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 10s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 10s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(41):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 10.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 10.25s;
}

.departure-board span:nth-child(41):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 10.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 10.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(42):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 10.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 10.5s;
}

.departure-board span:nth-child(42):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 10.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 10.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(43):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 10.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 10.75s;
}

.departure-board span:nth-child(43):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 10.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 10.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(44):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 11s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 11s;
}

.departure-board span:nth-child(44):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 11s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 11s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(45):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 11.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 11.25s;
}

.departure-board span:nth-child(45):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 11.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 11.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(46):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 11.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 11.5s;
}

.departure-board span:nth-child(46):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 11.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 11.5s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(47):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 11.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 11.75s;
}

.departure-board span:nth-child(47):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 11.75s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 11.75s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(48):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 12s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 12s;
}

.departure-board span:nth-child(48):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 12s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 12s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(49):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 12.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 12.25s;
}

.departure-board span:nth-child(49):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 12.25s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 12.25s;
    transform-style: preserve-3d;
}

.departure-board span:nth-child(50):before {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 12.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition-delay: 12.5s;
}

.departure-board span:nth-child(50):after {
    animation: flip 1s 1 ease-in-out;
    animation-delay: 12.5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    transition-delay: 12.5s;
    transform-style: preserve-3d;
}

@keyframes flip {
    0% {
        color: #000;
        transform: rotateX(0deg);
    }

    20% {
        content: "2";
        transform: rotateX(360deg);
    }

    40% {
        color: #fff;
        content: "U";
        transform: rotateX(0deg);
    }

    60% {
        color: #fff;
        content: "W";
        transform: rotateX(360deg);
    }

    80% {
        color: #fff;
        content: "N";
        transform: rotateX(0deg);
    }

    100% {
        color: #fff;
        transform: rotateX(360deg);
    }
}

/*
* WALLPAPER
*/
.wallpaper .wallpaper-item {
    margin-bottom: 30px;
  }
  .wallpaper #wallpaper-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
  }
  .wallpaper #wallpaper-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #272829;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }
  .wallpaper #wallpaper-flters li:hover, .wallpaper #wallpaper-flters li.filter-active {
    color: var(--efb-color);
  }
  .wallpaper #wallpaper-flters li:last-child {
    margin-right: 0;
  }
  .wallpaper .wallpaper-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .wallpaper .wallpaper-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
  }
  .wallpaper .wallpaper-wrap .wallpaper-links {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: -60px;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
    display: flex;
    justify-content: center;
  }
  .wallpaper .wallpaper-wrap .wallpaper-links a, .wallpaper .wallpaper-wrap .wallpaper-links span {
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: var(--efb-color);/*rgba(20, 157, 221, 0.75);*/
    transition: 0.3s;
    width: 50%;
  }
  .wallpaper .wallpaper-wrap .wallpaper-links span {
    font-size: 18px;
    line-height: 2.2;
  }
  .wallpaper .wallpaper-wrap .wallpaper-links a:hover {
    background: rgba(4, 11, 20, 0.9);
  }
  .wallpaper .wallpaper-wrap .wallpaper-links a + a {
    border-left: 1px solid #040b14;
  }
  .wallpaper .wallpaper-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  .wallpaper .wallpaper-wrap:hover .wallpaper-links {
    opacity: 1;
    bottom: 0;
  }
  
  .wallpaper .border-selected{
    border:2px dashed #0d6efd;
  }
  
  /*--------------------------------------------------------------
  # wallpaper Details
  --------------------------------------------------------------*/
  .wallpaper-details {
    padding-top: 40px;
  }
  .wallpaper-details .wallpaper-details-slider img {
    width: 100%;
  }
  .wallpaper-details .wallpaper-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  .wallpaper-details .wallpaper-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--efb-color);
  }
  .wallpaper-details .wallpaper-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--efb-color);
  }
  .wallpaper-details .wallpaper-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(5, 13, 24, 0.08);
  }
  .wallpaper-details .wallpaper-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .wallpaper-details .wallpaper-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  .wallpaper-details .wallpaper-info ul li + li {
    margin-top: 10px;
  }
  .wallpaper-details .wallpaper-description {
    padding-top: 30px;
  }
  .wallpaper-details .wallpaper-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .wallpaper-details .wallpaper-description p {
    padding: 0;
  }