﻿.loader-wrapper {
    z-index: 999999;
    height: 100%;
    width: 100%;
    position: absolute;
    backdrop-filter: blur(2px);
}

.truck-wrapper {
    height: 200px;
    width: 200px;
    border: 1px solid #f6b75a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    animation: bg 0.5s linear infinite;
    -webkit-animation: bg 0.5s linear infinite;
    border-radius: 100%;
    overflow: hidden;
    background: #ffffff90;
}

.truck-wrapper-home {
}

    .truck-wrapper-home:after {
        content: 'Cekicim24' !important;
    }

.truck-wrapper:after {
    content: 'Lütfen Bekleyiniz..';
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #000;
    background: linear-gradient(to right top, #2d2f30, #33393c, #394449, #3e4f56, #445a64);
    color: white;
    padding-top: 8px;
    padding-bottom: 18px;
    animation: bg 3s linear infinite;
    -webkit-animation: bg 3s linear infinite;
}

.truck {
    height: 110px;
    width: 150px;
    position: absolute;
    bottom: 48px;
    left: calc(50% + 10px);
    transform: translateX(-50%);
}


    .truck > .truck-container {
        height: 100px;
        width: 100px;
        position: absolute;
        top: 10px;
        animation: container 0.4s linear infinite;
        -webkit-animation: container 0.4s linear infinite;
    }

    .truck > .glases {
        background: #f6b75a;
        position: absolute;
        height: 30px;
        width: 30px;
        border: 1px solid #f6b75a;
        border-bottom: none;
        top: 38px;
        left: 95px;
        border-top-right-radius: 6px;
        animation: updown-half 0.4s linear infinite;
        -webkit-animation: updown-half 0.4s linear infinite;
    }

        .truck > .glases:after {
            content: '';
            display: block;
            background-color: #f6b75a;
            height: 13px;
            width: 10px;
            position: absolute;
            right: -10px;
            bottom: 0px;
            border-radius: 10px / 15px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
        }

        .truck > .glases:before {
            content: '';
            display: block;
            background-color: #fff;
            height: 12px;
            width: 16px;
            position: absolute;
            left: 12px;
            bottom: 12px;
            border-top-right-radius: 4px;
        }

    .truck > .bonet {
        background-color: #f6b75a;
        position: absolute;
        width: 124px;
        height: 15px;
        top: 64px;
        left: 10px;
        z-index: -1;
        animation: updown 0.4s linear infinite;
        -webkit-animation: updown 0.4s linear infinite;
    }

        .truck > .bonet:after {
            content: '';
            display: block;
            background: rgb(255,255,255);
            height: 10px;
            width: 6px;
            position: absolute;
            right: 0px;
            bottom: 2px;
            border-top-left-radius: 4px;
        }

    .truck > .base {
        position: absolute;
        background-color: #445A64;
        width: 106px;
        height: 15px;
        border-top-right-radius: 10px;
        top: 70px;
        left: 14px;
        animation: updown 0.4s linear infinite;
        -webkit-animation: updown 0.4s linear infinite;
    }

        .truck > .base:before {
            content: '';
            display: block;
            background-color: #f6b75a;
            height: 12px;
            width: 5px;
            position: absolute;
            left: -4px;
            bottom: 0px;
            border-bottom-left-radius: 4px;
        }

        .truck > .base:after {
            content: '';
            display: block;
            background-color: RGB(84,110,122);
            height: 10px;
            width: 20px;
            position: absolute;
            right: -16px;
            bottom: 0px;
            border-bottom-right-radius: 4px;
            z-index: -1;
        }

    .truck > .base-aux {
        width: 82px;
        height: 8px;
        background-color: #f6b75a;
        position: absolute;
        top: 65px;
        left: 14px;
        border-bottom-right-radius: 4px;
        animation: updown 0.4s linear infinite;
        -webkit-animation: updown 0.4s linear infinite;
    }

    .truck > .wheel-back {
        left: 20px
    }

    .truck > .wheel-front {
        left: 95px;
    }

    .truck > .wheel-back, .truck > .wheel-front {
        border-radius: 100%;
        position: absolute;
        background: rgb(84,110,122);
        top: 80px;
        height: 22px;
        width: 22px;
        animation: spin 0.6s linear infinite;
        -webkit-animation: spin 0.6s linear infinite;
    }

        .truck > .wheel-back:before, .truck > .wheel-front:before {
            content: '';
            border-radius: 100%;
            left: 5px;
            top: 5px;
            position: absolute;
            background: rgb(175,189,195);
            height: 12px;
            width: 12px;
        }

.loadingC24 {
    margin-top: 10px;
    margin-left: -10px;
    width: 160px !important;
}

@keyframes spin {
    50% {
        top: 81px;
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container {

    30% {
        transform: rotate(1deg);
        -webkit-transform: rotate(1deg);
    }

    50% {
        top: 11px;
    }

    70% {
        top: 10px;
        transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
    }
}



@keyframes fade {

    30% {
        opacity: 0.3;
        left: 7px;
    }

    50% {
        opacity: 0.5;
        left: 6px;
    }

    70% {
        opacity: 0.1;
        left: 4px;
    }

    90% {
        opacity: 0.4;
        left: 2px;
    }
}

@keyframes bg {
    from {
        background-position-x: 0px;
    }

    to {
        background-position-x: -400px;
    }
}

@keyframes updown {
    50% {
        transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
    }

    70% {
        transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
    }
}

@keyframes updown-half {
    50% {
        transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
    }

    70% {
        transform: translateY(-5%);
        -webkit-transform: translateY(-5%);
    }
}
