

.bulk-spinner
{
    margin: 0;
    padding: 0;
    background: #FFF;
    width: 100%;
    height: 204px;
    display: block;
    top: 0;
    position: relative;
}

.loader-bulk
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 220px;
    height: 220px;
    box-sizing:border-box;
    background: rgba(0,0,0,0);
}

.bulk-logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: cover;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url("../images/import/Bulk-SMS-icon.png");

}

.loader-bulk .face-bulk
{
    position: absolute;
    border: 2px solid rgba(0,0,0,0)
}

.loader-bulk .face-bulk.face-bulk1
{
    top: -1%;
    left: 5%;
    right: -2%;
    bottom: 4%;
    background: rgba(0,0,0,0);
    /*box-shadow: 0 0 10px rgba(0,0,0,0);*/
    box-shadow: 0 3px 1px rgba(196, 206, 211, 0.5), 3px 0 1px rgba(196, 206, 211, 0.5) inset;
    border-radius: 50%;
    border: 6px solid #C4CED3;
    animation: animate 14s linear reverse infinite;
}

.loader-bulk .face-bulk.face-bulk2
{
    top: 2%;
    left: -1%;
    right: 3%;
    bottom: 2%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: rgba(0,0,0,0);
    animation: animate 45s linear infinite;
}

.loader-bulk .face-bulk.face-bulk3
{
    top: 6%;
    left: 4%;
    right: -2%;
    bottom: -3%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: none;
    /*animation: animate 45s linear reverse infinite;*/
}


.loader-bulk .face-bulk .circle
{

    position:absolute;
    top: calc(50% - 1%);
    left: 50%;
    width: 50%;
    height: 2%;
    transform-origin: left;

}

.loader-bulk .face-bulk.face-bulk1 .circle
{
    transform: rotate(30deg);
}

.loader-bulk .face-bulk.face-bulk2 .circle
{

    transform: rotate(110deg);
}

.loader-bulk .face-bulk.face-bulk3 .circle
{

    transform: rotate(30deg);
}

.loader-bulk .face-bulk.face-bulk1 .circle:before
{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    top: -30px;
    right: -30px;
}

.loader-bulk .face-bulk.face-bulk2 .circle:before
{
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    top: -20px;
    right: -20px;
}

.loader-bulk .face-bulk.face-bulk3 .circle:before
{
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    top: 30px;
    right: -30px;
}

.loader-bulk .face-bulk.face-bulk3 .circle:after
{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    bottom: -180px;
    left: -100px;
}

.loader-bulk .face-bulk.face-bulk1 .circle:before, .loader-bulk .face-bulk.face-bulk3 .circle:before
{
    background: #C4CED3;
}

.loader-bulk .face-bulk.face-bulk2 .circle:before, .loader-bulk .face-bulk.face-bulk3 .circle:after {
    background: #E3EBC4;

}

/* end bulk SMS */

/*short codes */

.scodes-spinner
{
    margin: 0;
    padding: 0;
    background: #FFF;
    width: 100%;
    height: 204px;
    display: block;
    top: 0;
    position: relative;
}

.loader-scodes
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 220px;
    height: 220px;
    box-sizing:border-box;
    background: rgba(0,0,0,0);
}

.scodes-logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: cover;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url("../images/import/Short-codes-icon.png");
}

.brandedem-logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: cover;
    width: 92%;
    height: 92%;
    box-sizing: border-box;
    background-image: url("../images/import/branded-messages.png");
}

.loader-scodes .face-scodes
{
    position: absolute;
    border: 2px solid rgba(0,0,0,0)
}

.loader-scodes .face-scodes.face-scodes1
{
    top: -1%;
    left: 1%;
    right: 2%;
    bottom: 4%;
    background: rgba(0,0,0,0);
    /*box-shadow: 0 0 10px rgba(0,0,0,0);*/
    box-shadow: 3px 0  1px rgba(227, 235, 196, 0.5), 0 3px 1px rgba(227, 235, 196, 0.5) inset;
    border-radius: 50%;
    border: 6px solid #E3EBC4;
    animation: animate 12s linear infinite;
}

.loader-scodes .face-scodes.face-scodes2
{
    top: 4%;
    left: 6%;
    right: 2%;
    bottom: 4%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: rgba(0,0,0,0);
    animation: animate 22s linear infinite;
}

.loader-scodes .face-scodes.face-scodes3
{
    top: 6%;
    left: -5%;
    right: 2%;
    bottom: -5%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: none;
    /*animation: animate 45s linear reverse infinite;*/
}


.loader-scodes .face-scodes .circle
{
    position:absolute;
    top: calc(50% - 1%);
    left: 50%;
    width: 50%;
    height: 2%;
    transform-origin: left;

}

.loader-scodes .face-scodes.face-scodes1 .circle
{
    transform: rotate(30deg);
}

.loader-scodes .face-scodes.face-scodes2 .circle
{

    transform: rotate(210deg);
}

.loader-scodes .face-scodes.face-scodes3 .circle
{

    transform: rotate(220deg);
}

.loader-scodes .face-scodes.face-scodes1 .circle:before
{
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    top: -20px;
    right: -20px;
}

.loader-scodes .face-scodes.face-scodes2 .circle:before
{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    top: -10px;
    right: -10px;
}

.loader-scodes .face-scodes.face-scodes3 .circle:before
{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    top: -30px;
    right: -40px;
}

.loader-scodes .face-scodes.face-scodes3 .circle:after
{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    top: -10px;
    left: -200px;
}

.loader-scodes .face-scodes.face-scodes1 .circle:before, .loader-scodes .face-scodes.face-scodes3 .circle:after
{
    background: #E3EBC4;
}

.loader-scodes .face-scodes.face-scodes2 .circle:before, .loader-scodes .face-scodes.face-scodes3 .circle:before
{
    background: #C4CED3;

}

 /*end shortcodes*/

 /*start USSD*/

.ussd-spinner
{
    margin: 0;
    padding: 0;
    background: #FFF;
    width: 100%;
    height: 204px;
    display: block;
    top: 0;
    position: relative;
}

.loader-ussd
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 220px;
    height: 220px;
    box-sizing:border-box;
    background: rgba(0,0,0,0);
}

.ussd-logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: cover;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-image: url("../images/import/USSD-icon.png");
}

.loader-ussd .face-ussd
{
    position: absolute;
    border: 2px solid rgba(0,0,0,0)
}

.loader-ussd .face-ussd.face-ussd1
{
    top: 3%;
    left: 5%;
    right: -1%;
    bottom: 1%;
    background: rgba(0,0,0,0);
    /*box-shadow: 0 0 10px rgba(0,0,0,0);*/
    box-shadow: 3px 0 1px rgba(196, 206, 211, 0.5), 0 3px 1px rgba(196, 206, 211, 0.5) inset;
    border-radius: 50%;
    border: 6px solid #C4CED3;
    animation: animate 18s linear reverse infinite;
}

.loader-ussd .face-ussd.face-ussd2
{
    top: 4%;
    left: 2%;
    right: 6%;
    bottom: 4%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: rgba(0,0,0,0);
    /*animation: animate 22s linear infinite;*/
}

.loader-ussd .face-ussd.face-ussd3
{
    top: 3%;
    left: -3%;
    right: 5%;
    bottom: 0%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: none;
    animation: animate 45s linear infinite;
}


.loader-ussd .face-ussd .circle
{
    position:absolute;
    top: calc(50% - 1%);
    left: 50%;
    width: 50%;
    height: 2%;
    transform-origin: left;

}

.loader-ussd .face-ussd.face-ussd1 .circle
{
    transform: rotate(210deg);
}

.loader-ussd .face-ussd.face-ussd2 .circle
{

    transform: rotate(330deg);
}

.loader-ussd .face-ussd.face-ussd3 .circle
{

    transform: rotate(200deg);
}

.loader-ussd .face-ussd.face-ussd1 .circle:before
{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    top: -25px;
    right: -25px;
}

.loader-ussd .face-ussd.face-ussd2 .circle:before
{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    top: -10px;
    right: -70px;
}

.loader-ussd .face-ussd.face-ussd3 .circle:before
{
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    top: -10px;
    right: -20px;
}

.loader-ussd .face-ussd.face-ussd1 .circle:before
{
    background: #C4CED3;
}

.loader-ussd .face-ussd.face-ussd2 .circle:before {
    background: #C4CED3;

}

.loader-ussd .face-ussd.face-ussd3 .circle:before
{
    background: #E3EBC4;
}

/* end ussd */

/* start Branded */


.branded-spinner
{
    margin: 0;
    padding: 0;
    background: #FFF;
    width: 100%;
    height: 204px;
    display: block;
    top: 0;
    position: relative;
}

.loader-branded
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 220px;
    height: 220px;
    box-sizing:border-box;
    background: rgba(0,0,0,0);
}

.brandedem-logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: cover;
    width: 92%;
    height: 92%;
    box-sizing: border-box;
    background-image: url("../images/import/branded-messages.png");
}

.loader-branded .face-branded
{
    position: absolute;
    border: 2px solid rgba(0,0,0,0)
}

.loader-branded .face-branded.face-branded1
{
    top: -1%;
    left: 1%;
    right: 2%;
    bottom: 4%;
    background: rgba(0,0,0,0);
    /*box-shadow: 0 0 10px rgba(0,0,0,0);*/
    box-shadow: 3px 0  1px rgba(227, 235, 196, 0.5), 0 3px 1px rgba(227, 235, 196, 0.5) inset;
    border-radius: 50%;
    border: 6px solid #E3EBC4;
    animation: animate 12s linear infinite;
}

.loader-branded .face-branded.face-branded2
{
    top: 4%;
    left: 6%;
    right: 2%;
    bottom: 4%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: rgba(0,0,0,0);
    animation: animate 42s linear infinite;
}

.loader-branded .face-branded.face-branded3
{
    top: 6%;
    left: -5%;
    right: 2%;
    bottom: -5%;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border-radius: 50%;
    border: none;
    /*animation: animate 220s linear reverse infinite;*/
}


.loader-branded .face-branded .circle
{
    position:absolute;
    top: calc(50% - 1%);
    left: 50%;
    width: 50%;
    height: 2%;
    transform-origin: left;

}

.loader-branded .face-branded.face-branded1 .circle
{
    transform: rotate(200deg);
}

.loader-branded .face-branded.face-branded2 .circle
{

    transform: rotate(91deg);
}

.loader-branded .face-branded.face-branded3 .circle
{

    transform: rotate(20deg);
}

.loader-branded .face-branded.face-branded1 .circle:before
{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    top: -25px;
    right: -23px;
}

.loader-branded .face-branded.face-branded2 .circle:before
{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    top: -10px;
    right: -10px;
}

.loader-branded .face-branded.face-branded3 .circle:before
{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    top: -30px;
    right: -40px;
}

.loader-branded .face-branded.face-branded1 .circle:before
{
    background: #E3EBC4;
}

.loader-branded .face-branded.face-branded2 .circle:before, .loader-branded .face-branded.face-branded3 .circle:before
{
    background: #C4CED3;

}


/* end branded */

@keyframes animate
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}


@media all and (min-width: 993px) and (max-width: 1200px) {

    .bulk-spinner, .scodes-spinner, .ussd-spinner {
        height: 204px;
    }

    .loader-bulk, .loader-scodes, .loader-ussd {
        width: 220px;
        height: 220px;
    }

    .loader-bulk .face-bulk.face-bulk3 .circle:before
    {
        top: 30px;
        right: -30px;
    }

    .loader-bulk .face-bulk.face-bulk3 .circle:after
    {
        bottom: -100px;
        left: -115px;
    }

    .loader-scodes .face-scodes.face-scodes3 .circle:after
    {
        top: -10px;
        left: -150px;
    }

    .loader-scodes .face-scodes.face-scodes3 .circle:before
    {
        display: none;
    }

}

@media all and (min-width: 769px) and (max-width: 992px) {

    .bulk-spinner, .scodes-spinner, .ussd-spinner {
        height: 190px;
    }

    .loader-bulk, .loader-scodes, .loader-ussd {
        width: 190px;
        height: 190px;
    }

    .loader-bulk .face-bulk.face-bulk1 .circle:before
    {
        width: 40px;
        height: 40px;
        top: -25px;
        right: -25px;
    }

    .loader-scodes .face-scodes.face-scodes1 .circle:before
    {
        width: 35px;
        height: 35px;
        top: -19px;
        right: -19px;
    }

    .loader-ussd .face-ussd.face-ussd1 .circle:before
    {
        width: 35px;
        height: 35px;
        top: -18px;
        right: -18px;
    }

    .loader-bulk .face-bulk.face-bulk3 .circle:before
    {
        top: 30px;
        right: -30px;
    }

    .loader-bulk .face-bulk.face-bulk3 .circle:after
    {
        display: none;
    }

    .loader-scodes .face-scodes.face-scodes3 .circle:after
    {
        top: -10px;
        left: -130px;
    }

    .loader-scodes .face-scodes.face-scodes3 .circle:before
    {
        display: none;
    }

}

@media all and (min-width: 577px) and (max-width: 768px) {

    .bulk-spinner, .scodes-spinner, .ussd-spinner {
        height: 188px;
    }

    .loader-bulk, .loader-scodes, .loader-ussd {
        width: 200px;
        height: 200px;
    }

    .loader-bulk .face-bulk.face-bulk1 .circle:before
    {
        width: 40px;
        height: 40px;
        top: -25px;
        right: -25px;
    }

    .loader-scodes .face-scodes.face-scodes1 .circle:before
    {
        width: 35px;
        height: 35px;
        top: -19px;
        right: -19px;
    }

    .loader-ussd .face-ussd.face-ussd1 .circle:before
    {
        width: 35px;
        height: 35px;
        top: -18px;
        right: -18px;
    }


    .loader-bulk .face-bulk.face-bulk3 .circle:before
    {
        top: 30px;
        right: -30px;
    }

    .loader-bulk .face-bulk.face-bulk3 .circle:after
    {
        bottom: -100px;
        left: -90px;
    }

    .loader-scodes .face-scodes.face-scodes3 .circle:after
    {
        top: -10px;
        left: -130px;
    }

    .loader-scodes .face-scodes.face-scodes3 .circle:before
    {
        top: -10px;
        right: -40px;
    }
}

@media all and (max-width: 576px) {

    .bulk-spinner, .scodes-spinner, .ussd-spinner {
        height: 170px;
    }

    .loader-bulk, .loader-scodes, .loader-ussd {
        width: 180px;
        height: 180px;
    }


    .loader-bulk .face-bulk.face-bulk1 .circle:before
    {
        width: 30px;
        height: 30px;
        top: -20px;
        right: -20px;
    }

    .loader-scodes .face-scodes.face-scodes1 .circle:before
    {
        width: 30px;
        height: 30px;
        top: -19px;
        right: -19px;
    }

    .loader-ussd .face-ussd.face-ussd1 .circle:before
    {
        width: 30px;
        height: 30px;
        top: -18px;
        right: -18px;
    }

    .loader-bulk .face-bulk.face-bulk3 .circle:before
    {
        top: 30px;
        right: -30px;
    }

    .loader-bulk .face-bulk.face-bulk3 .circle:after
    {
        bottom: -100px;
        left: -90px;
    }

    .loader-scodes .face-scodes.face-scodes3 .circle:after
    {
        top: -10px;
        left: -130px;
    }

    .loader-scodes .face-scodes.face-scodes3 .circle:before
    {
        top: -10px;
        right: -40px;
    }

}