﻿@keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-double-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes lds-double-ring_reverse {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.lds-double-ring {
  position: relative;
}
.lds-double-ring div {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #fbbb00 transparent #fbbb00 transparent;
  -webkit-animation: lds-double-ring 3.1s linear infinite;
  animation: lds-double-ring 3.1s linear infinite;
}
.lds-double-ring div:nth-child(2) {
  width: 140px;
  height: 140px;
  top: 30px;
  left: 30px;
  border-color: transparent #108000 transparent #108000;
  -webkit-animation: lds-double-ring_reverse 3.1s linear infinite;
  animation: lds-double-ring_reverse 3.1s linear infinite;
}
.lds-double-ring {
  width: 128px !important;
  height: 128px !important;
  -webkit-transform: translate(-64px, -64px) scale(0.64) translate(64px, 64px);
  transform: translate(-64px, -64px) scale(0.64) translate(64px, 64px);
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    margin: auto;
}






@-webkit-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-webkit-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-moz-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-ms-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-moz-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-webkit-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@-o-keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
@keyframes uilsquare {
  0% {
    background-color: #a640bf;
  }
  1% {
    background-color: #ec17ff;
  }
  11% {
    background-color: #ec17ff;
  }
  21% {
    background-color: #a640bf;
  }
  100% {
    background-color: #a640bf;
  }
}
.uil-squares-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-squares-css div {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #a640bf;
}
.uil-squares-css div > div {
  position: absolute;
  top: 0;
  left: 0;
  -ms-animation: uilsquare 1s linear infinite;
  -moz-animation: uilsquare 1s linear infinite;
  -webkit-animation: uilsquare 1s linear infinite;
  -o-animation: uilsquare 1s linear infinite;
  animation: uilsquare 1s linear infinite;
  width: 40px;
  height: 40px;
}
.uil-squares-css > div:nth-of-type(1) {
  top: 30px;
  left: 30px;
}
.uil-squares-css > div:nth-of-type(1) > div {
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.uil-squares-css > div:nth-of-type(2) {
  top: 30px;
  left: 80px;
}
.uil-squares-css > div:nth-of-type(2) > div {
  -ms-animation-delay: 0.125s;
  -moz-animation-delay: 0.125s;
  -webkit-animation-delay: 0.125s;
  -o-animation-delay: 0.125s;
  animation-delay: 0.125s;
}
.uil-squares-css > div:nth-of-type(3) {
  top: 30px;
  left: 130px;
}
.uil-squares-css > div:nth-of-type(3) > div {
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.uil-squares-css > div:nth-of-type(4) {
  top: 80px;
  left: 130px;
}
.uil-squares-css > div:nth-of-type(4) > div {
  -ms-animation-delay: 0.375s;
  -moz-animation-delay: 0.375s;
  -webkit-animation-delay: 0.375s;
  -o-animation-delay: 0.375s;
  animation-delay: 0.375s;
}
.uil-squares-css > div:nth-of-type(5) {
  top: 130px;
  left: 130px;
}
.uil-squares-css > div:nth-of-type(5) > div {
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.uil-squares-css > div:nth-of-type(6) {
  top: 130px;
  left: 80px;
}
.uil-squares-css > div:nth-of-type(6) > div {
  -ms-animation-delay: 0.625s;
  -moz-animation-delay: 0.625s;
  -webkit-animation-delay: 0.625s;
  -o-animation-delay: 0.625s;
  animation-delay: 0.625s;
}
.uil-squares-css > div:nth-of-type(7) {
  top: 130px;
  left: 30px;
}
.uil-squares-css > div:nth-of-type(7) > div {
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.uil-squares-css > div:nth-of-type(8) {
  top: 80px;
  left: 30px;
}
.uil-squares-css > div:nth-of-type(8) > div {
  -ms-animation-delay: 0.875s;
  -moz-animation-delay: 0.875s;
  -webkit-animation-delay: 0.875s;
  -o-animation-delay: 0.875s;
  animation-delay: 0.875s;
}


/*Loader for notification bar*/
.notification_loader_container{
    width: 100%;
    margin-left: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.notification_loader {
    border: 6px solid #ffe6bb;
    border-radius: 50%;
    border-top: 6px solid #c77f09;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}













.cs-preloader_in {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    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;
    padding: 20px;
    border-width: 5px;
    border-style: solid;
    border-radius: 50%;
    border-color: #faa822;
}
    .cs-preloader_in:after {
        content: '';
        border-width: 5px;
        border-style: solid;
        border-color: transparent;
        border-top-color: #1f1515;
        border-radius: 50%;
        position: absolute;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        left: 50%;
        top: 50%;
        -webkit-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        margin-left: -60px;
        margin-top: -60px;
    }
.bee_container {
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.bee_container_for_login {
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    bottom: -50px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.bee {
    position: relative;
    margin: auto;
    align-self: center;
    width: 50px;
    height: 50px;
    animation: to-fly 0.4s infinite;
    margin-top: 15px;
    margin-left: 5px;
}

.bee_body {
    position: relative;
    width: 45px;
    height: 25px;
    border: 4px solid #1f1515;
    background: #ffeb3b;
    border-radius: 20px;
    perspective: 2500px;
    z-index: 99;
}

    .bee_body:before,
    .bee_body:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
    }

    .bee_body:before {
        right: 100%;
        top: 3px;
        border-top: 6px solid transparent;
        border-right: 13px solid #1f1515;
        border-bottom: 6px solid transparent;
    }

    .bee_body:after {
        right: 97%;
        top: 6px;
        border-top: 3px solid transparent;
        border-right: 6px solid #ffeb3b;
        border-bottom: 3px solid transparent;
    }

    .bee_body .line {
        position: relative;
        left: 10px;
        height: 18px;
        width: 18px;
        background: #1f1515;
    }

    .bee_body .wing-right,
    .bee_body .wing-left {
        position: absolute;
        top: -18px;
        left: 12px;
        width: 15px;
        height: 15px;
        background: #ffeb3b;
        border: 4px solid #1f1515;
        border-radius: 100%;
    }

    .bee_body .wing-right {
        left: 15px;
        transform: skew(-20deg);
        animation: wing-beat-right 0.25s infinite;
        transform-origin: bottom;
        z-index: 9;
    }

    .bee_body .wing-left {
        transform: skew(20deg);
        animation: wing-beat-left 0.25s infinite;
        transform-origin: bottom;
        z-index: 999;
    }

.path {
    display: inline-block;
    position: relative;
    top: -24px;
    left: -90px;
    width: 140px;
    animation: pollen 0.14s infinite;
}

.pollen {
    display: inline-block;
    margin: 0;
    width: 3px;
    height: 3px;
    background: #1f1515;
    border-radius: 100%;
}

.path .pollen:nth-child(odd) {
    background: #faa822;
}

@-moz-keyframes to-fly {
    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes to-fly {
    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-o-keyframes to-fly {
    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes to-fly {
    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-moz-keyframes wing-beat-right {
    50% {
        transform: rotateX(60deg) skew(-20deg) rotateZ(25deg);
    }

    100% {
        transform: rotateX(0) skew(-20deg);
    }
}

@-webkit-keyframes wing-beat-right {
    50% {
        transform: rotateX(60deg) skew(-20deg) rotateZ(25deg);
    }

    100% {
        transform: rotateX(0) skew(-20deg);
    }
}

@-o-keyframes wing-beat-right {
    50% {
        transform: rotateX(60deg) skew(-20deg) rotateZ(25deg);
    }

    100% {
        transform: rotateX(0) skew(-20deg);
    }
}

@keyframes wing-beat-right {
    50% {
        transform: rotateX(60deg) skew(-20deg) rotateZ(25deg);
    }

    100% {
        transform: rotateX(0) skew(-20deg);
    }
}

@-moz-keyframes wing-beat-left {
    50% {
        transform: rotateX(-65deg) skew(20deg) rotateZ(-10deg);
    }

    100% {
        transform: rotateX(0) skew(20deg);
    }
}

@-webkit-keyframes wing-beat-left {
    50% {
        transform: rotateX(-65deg) skew(20deg) rotateZ(-10deg);
    }

    100% {
        transform: rotateX(0) skew(20deg);
    }
}

@-o-keyframes wing-beat-left {
    50% {
        transform: rotateX(-65deg) skew(20deg) rotateZ(-10deg);
    }

    100% {
        transform: rotateX(0) skew(20deg);
    }
}

@keyframes wing-beat-left {
    50% {
        transform: rotateX(-65deg) skew(20deg) rotateZ(-10deg);
    }

    100% {
        transform: rotateX(0) skew(20deg);
    }
}

@-moz-keyframes pollen {
    0% {
        left: -90px;
    }

    100% {
        left: -95px;
    }
}

@-webkit-keyframes pollen {
    0% {
        left: -90px;
    }

    100% {
        left: -95px;
    }
}

@-o-keyframes pollen {
    0% {
        left: -90px;
    }

    100% {
        left: -95px;
    }
}

@keyframes pollen {
    0% {
        left: -90px;
    }

    100% {
        left: -95px;
    }
}

.wing-right, .wing-left {
    position: absolute;
    top: -14px;
    left: 12px;
    width: 15px;
    height: 15px;
    background: #ffeb3b;
    border: 4px solid #1f1515;
    border-radius: 100%;
}

.wing-right {
    left: 15px;
    transform: skew(-20deg);
    -webkit-animation: wing-beat-right 0.25s infinite;
    animation: wing-beat-right 0.25s infinite;
    transform-origin: bottom;
    z-index: 9;
}

.wing-left {
    transform: skew(20deg);
    -webkit-animation: wing-beat-left 0.25s infinite;
    animation: wing-beat-left 0.25s infinite;
    transform-origin: bottom;
    z-index: 999;
}