﻿.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-div-1 {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-div-2 {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    filter: alpha(opacity=60);
    /*opacity: 0.9;*/
    -moz-opacity: 0.8;
}
.spinner-1 {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    filter: alpha(opacity=60);
    /*opacity: 0.9;*/
    -moz-opacity: 0.8;
}
.spinner-2 {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    filter: alpha(opacity=40);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.loader {
    width: 250px !important;
    height: 89px !important;
    line-height: 90px !important;
    text-align: center !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    font-family: helvetica, arial, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    color: #243c7c !important;
    letter-spacing: 0.2em !important;
}
    .loader ::before {
        top: 0 !important;
        content: "";
        display: block !important;
        width: 15px !important;
        height: 15px !important;
        background: #243c7c !important;
        position: absolute !important;
        animation: load .7s infinite alternate ease-in-out !important;
    }
    .loader ::after {
        bottom: 0 !important;
        content: "";
        display: block !important;
        width: 15px !important;
        height: 15px !important;
        background: #243c7c !important;
        position: absolute !important;
        animation: load .7s infinite alternate ease-in-out !important;
    }
.loader-1 {
    width: 250px !important;
    height: 89px !important;
    line-height: 90px !important;
    text-align: center !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    font-family: helvetica, arial, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    color: #243c7c !important;
    letter-spacing: 0.2em !important;
}
    .loader-1 ::before {
        top: 0 !important;
        content: "";
        display: block !important;
        width: 15px !important;
        height: 15px !important;
        background: #243c7c !important;
        position: absolute !important;
        animation: load1 .7s infinite alternate ease-in-out !important;
    }

    .loader-1 ::after {
        bottom: 0 !important;
        content: "";
        display: block !important;
        width: 15px !important;
        height: 15px !important;
        background: #243c7c !important;
        position: absolute !important;
        animation: load1 .7s infinite alternate ease-in-out !important;
    }


.loader-2 {
    width: 250px !important;
    height: 89px !important;
    line-height: 90px !important;
    text-align: center !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    font-family: helvetica, arial, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    color: #243c7c !important;
    letter-spacing: 0.2em !important;
}

    .loader-2 ::before {
        top: 0 !important;
        content: "";
        display: block !important;
        width: 15px !important;
        height: 15px !important;
        background: #243c7c !important;
        position: absolute !important;
        animation: load1 .7s infinite alternate ease-in-out !important;
    }

    .loader-2 ::after {
        bottom: 0 !important;
        content: "";
        display: block !important;
        width: 15px !important;
        height: 15px !important;
        background: #243c7c !important;
        position: absolute !important;
        animation: load1 .7s infinite alternate ease-in-out !important;
    }

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px
    }

    50% {
        height: 8px;
        width: 40px
    }

    100% {
        left: 235px;
        height: 30px;
        width: 15px
    }
}


@keyframes load1 {
    0% {
        left: 0;
        height: 30px;
        width: 15px
    }

    50% {
        height: 8px;
        width: 40px
    }

    100% {
        left: 235px;
        height: 30px;
        width: 15px
    }
}


@keyframes load2 {
    0% {
        left: 0;
        height: 30px;
        width: 15px
    }

    50% {
        height: 8px;
        width: 40px
    }

    100% {
        left: 235px;
        height: 30px;
        width: 15px
    }
}

.loader-circle-75 {
    position: relative;
    width: 125px;
    height: 125px;
    display: inline-block;
}
    .loader-circle-75:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-width: 3px 3px;
        border-style: solid;
        border-color: #243c7c rgba(203,208,216, 0.7);
        border-radius: 50%;
        box-sizing: border-box;
        animation: loader-circle-75-spin 3s infinite;
    }

    .loader-circle-75:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 50%;
        background-color: #243c7c;
        border-radius: 50%;
        box-sizing: border-box;
        animation: loader-circle-75-pulse 6s infinite, loader-circle-75-borderPulse 6s infinite;
        transform: translate(-50%, -50%);
    }


.loader-circle-1 {
    position: relative;
    width: 125px;
    height: 125px;
    display: inline-block;
}

    .loader-circle-1:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-width: 3px 3px;
        display:flex;
        border-style: solid;
        border-color: #243c7c rgba(203,208,216, 0.7);
        border-radius: 50%;
        box-sizing: border-box;
        animation: loader-circle-75-spin 3s infinite;
    }

    .loader-circle-1:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 50%;
        background-color: #243c7c;
        border-radius: 50%;
        box-sizing: border-box;
        animation: loader-circle-75-pulse 6s infinite, loader-circle-75-borderPulse 6s infinite;
        transform: translate(-50%, -50%);
    }

@keyframes loader-circle-75-spin {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}

@keyframes loader-circle-75-pulse {
    0% {
        background-color: rgba(36,60,124, 0.2);
    }

    13% {
        background-color: rgba(203,208,216, 0.2);
    }

    15% {
        background-color: rgba(36,60,124, 0.9);
    }

    28% {
        background-color: rgba(203,208,216, 0.9);
    }

    30% {
        background-color: rgba(36,60,124, 0.2);
    }

    43% {
        background-color: rgba(203,208,216, 0.2);
    }

    45% {
        background-color: rgba(36,60,124, 0.9);
    }

    70% {
        background-color: rgba(203,208,216, 0.9);
    }

    74% {
        background-color: rgba(203,208,216, 0.2);
    }

    100% {
        background-color: rgba(36,60,124, 0.9);
    }
}

@keyframes loader-circle-75-borderPulse {
    0% {
        box-shadow: 0 0 0 0 #CBD0D8, 0 0 0 1px rgba(36,60,124, 0.8);
    }

    40% {
        box-shadow: 0 0 0 1px #CBD0D8, 0 0 0 2px rgba(36,60,124, 0.8);
    }

    80% {
        box-shadow: 0 0 0 3px #CBD0D8, 0 0 1px 3px rgba(36,60,124, 0.8);
    }
}