/* ***************************************** */

.card {
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
    box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card {
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.05), 0 -2px 1px -2px rgba(0,0,0,0.04), 0 0 0 -1px rgba(0,0,0,0.05);
    box-shadow: 0 0 1px 2px rgba(0,0,0,0.05), 0 -2px 1px -2px rgba(0,0,0,0.04), 0 0 0 -1px rgba(0,0,0,0.05);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card .card-header {
        background-color: transparent;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
        padding: 20px;
        position: relative;
    }

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: 20px;
    background-color: transparent;
    color: #757575;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.widget-statstic-card {
    position: relative;
    overflow: hidden;
}

    .widget-statstic-card .st-icon {
        color: #fff;
        font-size: 23px;
        padding: 40px 40px 20px 20px;
        border-radius: 50%;
        position: absolute;
        top: -30px;
        right: -30px;
        transition: all 0.3s ease-in-out;
    }

.moment-select .widget-statstic-card .st-icon {
    font-size: 33px;
}

.bg-c-blue {
    background: #448aff;
}

.card .card-block {
    padding: 1.25rem;
}

.boxShadow17 {
    width: 80%;
    max-width: 550px;
    margin: 1em auto;
    padding: 1em;
    border-radius: 10px;
    background: rgb(100,100,100) radial-gradient(circle at 0 0, rgba(255,255,255,.65), rgba(255,255,255,.35));
    box-shadow: inset rgba(0,0,0,.5) -3px -3px 8px, inset rgba(255,255,255,.9) 3px 3px 8px, rgba(0,0,0,.8) 3px 3px 8px -3px;
}

.moment-select-box {
    border-radius: 10px;
    background: rgb(255,255,255) radial-gradient(circle at 0 0, rgba(255,255,255,.65), rgba(255,255,255,.35));
    box-shadow: inset rgba(0,0,0,.5) -3px -3px 8px, inset rgba(255,255,255,.9) 3px 3px 8px, rgba(0,0,0,.8) 3px 3px 8px -3px;
}

.moment-check {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
/* ***************************************** */

/* ************ Loading bar **************** */

.loader-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999
}

.loader, .loader-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader5 {
    margin: 55px 0
}

.preloader-center {
    position: fixed;
    width: 500px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
}

.circle-5 {
    display: inline-block;
    padding: 11px;
    margin: 0 0.6em;
    background: #1b8bf9;
    border-radius: 50%
}

.l {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear
}

.m {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.r {
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

@-webkit-keyframes pulse {
    10%,20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30%,70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    80%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    10%,20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30%,70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    80%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.preloader6 {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: inherit;
    margin: 18px 0
}

    .preloader6 hr {
        border: 0;
        background: inherit;
        width: 80%;
        height: 80%;
        margin: 10%;
        border-radius: 100%
    }

        .preloader6 hr::before {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-animation-delay: 250ms;
            animation-delay: 250ms
        }

        .preloader6 hr::after {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-animation-delay: 375ms;
            animation-delay: 375ms
        }

        .preloader6 hr::after, .preloader6 hr::before, .preloader6::after, .preloader6::before {
            content: '';
            position: absolute;
            top: 0;
            z-index: -1;
            left: 33px;
            border: 17px solid transparent;
            border-bottom: 50px solid #1b8bf9;
            border-top: 50px solid #1b8bf9;
            -webkit-animation: rotateColor 1000ms infinite;
            animation: rotateColor 1000ms infinite
        }

    .preloader6::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-animation-delay: 125ms;
        animation-delay: 125ms
    }
/* ***************************************** */
