@import url("normalize.css");

@font-face {
    font-family: 'web';
    src: url("../fonts/web.ttf");
}

@font-face {
    font-family: "Brandon_bld";
    src: url('../fonts/Brandon_bld.otf');
}

.loading {
    opacity: 1;
    transition: visibility .8s linear 0s,opacity .8s cubic-bezier(.47,0,.745,.715) 0s;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 9999999999;
    position: absolute;
    top: 0;
    left: 0;
}

.loading_name {
    position: absolute;
    bottom: calc(50% + 25px);
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    font-family: "Brandon_bld";
    color: #00b6e1;
    font-size: 20px;
}

.loading_bar {
    position: absolute;
    top: 49%;
    left: calc(50% - 100px);
    width: 200px;
    height: 1px;
    overflow: hidden;
}

    .loading_bar:before {
        content: "";
        position: absolute;
        width: 2400px;
        height: 1px;
        background: linear-gradient(to right,transparent 0,transparent 5.5555555556%,#00b6e6 11.1111111111%,#00b6e1 16.6666666667%,transparent 22.2222222222%,transparent 27.7777777778%,#00b6e1 33.3333333333%,#00b6e6 38.8888888889%,transparent 44.4444444444%,transparent 50%,transparent 55.5555555556%,#31b6e1 61.1111111111%,#00b6e1 66.6666666667%,transparent 72.2222222222%,transparent 77.7777777778%,#00b6e6 83.3333333333%,#00b6e1 88.8888888889%,transparent 94.4444444444%,transparent 100%);
        animation: loading_bar 2s linear 0s infinite;
    }

.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #00b6e1;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform 1s cubic-bezier(.645,.045,.175,1) 0s;
}

@keyframes loading_bar {
    0% {
        transform: translateX(-1200px)
    }

    100% {
        transform: none
    }
}

.ul-widget-backCall, .ul-widget-backCall.show-mobile .ul-call-wrapper:after, .ul-widget-backCall.show-mobile .ul-call-wrapper:before {
    pointer-events: none;
    opacity: 0
}

.ul-widget-liveTex {
    min-height: 36px;
    width: 100%;
    height: 100%
}

.ul-widget-backCall {
    z-index: 999999 !important;
    width: 90px !important;
    height: 90px !important;
    min-height: 70px;
    min-width: 70px;
    max-height: 95px;
    max-width: 95px
}

    .ul-widget-backCall.show-mobile.special-position-bottom {
        bottom: 70px !important
    }

    .ul-widget-backCall .ul-call-wrapper, .ul-widget-backCall .ul-call-wrapper .ul-chart.ul-drag-animate {
        pointer-events: all
    }

@media (max-width:768px) {
    .ul-widget-backCall:not(.show-mobile) {
        opacity: 0;
        display: none
    }

    .ul-widget-backCall.show-mobile {
        max-height: 64px;
        max-width: 64px;
        bottom: 16px !important
    }

        .ul-widget-backCall.show-mobile[data-party=right] {
            right: 16px !important
        }

        .ul-widget-backCall.show-mobile[data-party=left] {
            left: 16px !important
        }

        .ul-widget-backCall.show-mobile .ul-call-wrapper .ul-chart.ul-drag-animate.animation2:not(.no- animate):after, .ul-widget-backCall.show-mobile .ul-call-wrapper .ul-chart.ul-drag-animate.animation2:not(.no- animate):before {
            left: -3px !important;
            top: -3px !important
        }

        .ul-widget-backCall.show-mobile .ul-call-wrapper {
            pointer-events: all
        }

            .ul-widget-backCall.show-mobile .ul-call-wrapper .ul-chart {
                text-align: center;
                width: 64px;
                height: 64px;
                border-radius: 50%;
                margin: 0
            }

            .ul-widget-backCall.show-mobile .ul-call-wrapper:after, .ul-widget-backCall.show-mobile .ul-call-wrapper:before {
                content: none;
                opacity: 0 !important
            }
}

.ul-w-weather .ul-w-weather-container, .ul-w-weather .ul-w-weather-wrap-error {
    max-width: 293px;
    min-width: 188px;
    width: 100%
}

.ul-widget-backCall .fa.fa-phone {
    background: url(../img/telico.svg) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
}

    .ul-widget-backCall .fa.fa-phone:after, .ul-widget-backCall .fa.fa-phone:before {
        content: ""
    }

.ul-widget-backCall.green .ul-call-wrapper:before {
    border-color: transparent transparent rgba(73,199,0,.9) rgba(73,199,0,.9) !important
}

.ul-widget-backCall.green .ul-call-wrapper:after {
    background-color: rgba(73,199,0,.9)
}

.ul-widget-backCall.green .ul-call-wrapper .ul-chart {
    color: rgba(73,199,0,.9);
    background-color: rgba(73,199,0,.9);
    -webkit-box-shadow: 0 0 0 6px rgba(73,199,0,.33);
    -moz-box-shadow: 0 0 0 6px rgba(73,199,0,.33);
    box-shadow: 0 0 0 6px rgba(73,199,0,.33)
}

    .ul-widget-backCall.green .ul-call-wrapper .ul-chart:hover {
        background-color: #49c700
    }

.ul-widget-backCall.red .ul-call-wrapper:before {
    border-color: transparent transparent rgba(231,54,45,.9) rgba(231,54,45,.9) !important
}

.ul-widget-backCall.red .ul-call-wrapper:after {
    background-color: rgba(231,54,45,.9)
}

.ul-widget-backCall.red .ul-call-wrapper .ul-chart {
    color: rgba(231,54,45,.9);
    background-color: rgba(231,54,45,.9);
    -webkit-box-shadow: 0 0 0 6px rgba(231,54,45,.33);
    -moz-box-shadow: 0 0 0 6px rgba(231,54,45,.33);
    box-shadow: 0 0 0 6px rgba(231,54,45,.33)
}

    .ul-widget-backCall.red .ul-call-wrapper .ul-chart:hover {
        background-color: #e7362d
    }

.ul-widget-backCall.blue .ul-call-wrapper:before {
    border-color: transparent transparent rgba(51,143,255,.9) rgba(51,143,255,.9) !important
}

.ul-widget-backCall.blue .ul-call-wrapper:after {
    background-color: rgba(51,143,255,.9)
}

.ul-widget-backCall.blue .ul-call-wrapper .ul-chart {
    color: rgba(51,143,255,.9);
    background-color: rgba(51,143,255,.9);
    -webkit-box-shadow: 0 0 0 6px rgba(51,143,255,.33);
    -moz-box-shadow: 0 0 0 6px rgba(51,143,255,.33);
    box-shadow: 0 0 0 6px rgba(51,143,255,.33)
}

    .ul-widget-backCall.blue .ul-call-wrapper .ul-chart:hover {
        background-color: #338fff
    }

.ul-widget-backCall.purple .ul-call-wrapper:before {
    border-color: transparent transparent rgba(199,10,223,.9) rgba(199,10,223,.9) !important
}

.ul-widget-backCall.purple .ul-call-wrapper:after {
    background-color: rgba(199,10,223,.9)
}

.ul-widget-backCall.purple .ul-call-wrapper .ul-chart {
    color: rgba(199,10,223,.9);
    background-color: rgba(199,10,223,.9);
    -webkit-box-shadow: 0 0 0 6px rgba(199,10,223,.33);
    -moz-box-shadow: 0 0 0 6px rgba(199,10,223,.33);
    box-shadow: 0 0 0 6px rgba(199,10,223,.33)
}

    .ul-widget-backCall.purple .ul-call-wrapper .ul-chart:hover {
        background-color: #c70adf
    }

.ul-widget-backCall.turquoise .ul-call-wrapper:before {
    border-color: transparent transparent rgba(28,220,177,.9) rgba(28,220,177,.9) !important
}

.ul-widget-backCall.turquoise .ul-call-wrapper:after {
    background-color: rgba(28,220,177,.9)
}

.ul-widget-backCall.turquoise .ul-call-wrapper .ul-chart {
    color: rgba(28,220,177,.9);
    background-color: rgba(28,220,177,.9);
    -webkit-box-shadow: 0 0 0 6px rgba(28,220,177,.33);
    -moz-box-shadow: 0 0 0 6px rgba(28,220,177,.33);
    box-shadow: 0 0 0 6px rgba(28,220,177,.33)
}

    .ul-widget-backCall.turquoise .ul-call-wrapper .ul-chart:hover {
        background-color: #1cdcb1
    }

.ul-widget-backCall .ul-call-wrapper .ul-chart {
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 15px;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

    .ul-widget-backCall .ul-call-wrapper .ul-chart:hover {
        cursor: pointer;
        opacity: 1
    }

    .ul-widget-backCall .ul-call-wrapper .ul-chart.ul-drag-animate span {
        font-size: 32px;
        color: #fff;
        margin-top: calc(50% - 15px)
    }

    .ul-widget-backCall .ul-call-wrapper .ul-chart.ul-drag-animate.no-animate {
        -webkit-transition: background-color .3s ease-out,box-shadow .3s ease-out;
        -moz-transition: background-color .3s ease-out,box-shadow .3s ease-out;
        -ms-transition: background-color .3s ease-out,box-shadow .3s ease-out;
        -o-transition: background-color .3s ease-out,box-shadow .3s ease-out;
        transition: background-color .3s ease-out,box-shadow .3s ease-out
    }

    .ul-widget-backCall .ul-call-wrapper .ul-chart.ul-drag-animate.animation1:not(.no-animate) {
        -webkit-animation: dragging 2s 1s both infinite;
        -moz-animation: dragging 2s 1s both infinite;
        animation: dragging 2s 1s both infinite
    }

@-webkit-keyframes dragging {
    0%, 12%, 16%, 20%, 24%, 28%, 32%, 36%, 4%, 40%, 44%, 48% {
        -webkit-transform: scale(1.03)
    }

    100%, 14%, 18%, 2%, 22%, 26%, 30%, 34%, 38%, 42%, 46%, 50%, 8% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes dragging {
    0%, 12%, 16%, 20%, 24%, 28%, 32%, 36%, 4%, 40%, 44%, 48% {
        -moz-transform: scale(1.03)
    }

    100%, 14%, 18%, 2%, 22%, 26%, 30%, 34%, 38%, 42%, 46%, 50%, 8% {
        -moz-transform: scale(1)
    }
}

@-ms-keyframes dragging {
    0%, 12%, 16%, 20%, 24%, 28%, 32%, 36%, 4%, 40%, 44%, 48% {
        -ms-transform: scale(1.03)
    }

    100%, 14%, 18%, 2%, 22%, 26%, 30%, 34%, 38%, 42%, 46%, 50%, 8% {
        -ms-transform: scale(1)
    }
}

@-o-keyframes dragging {
    0%, 12%, 16%, 20%, 24%, 28%, 32%, 36%, 4%, 40%, 44%, 48% {
        -o-transform: scale(1.03)
    }

    100%, 14%, 18%, 2%, 22%, 26%, 30%, 34%, 38%, 42%, 46%, 50%, 8% {
        -o-transform: scale(1)
    }
}

@keyframes dragging {
    0%, 12%, 16%, 20%, 24%, 28%, 32%, 36%, 4%, 40%, 44%, 48% {
        transform: scale(1.03)
    }

    100%, 14%, 18%, 2%, 22%, 26%, 30%, 34%, 38%, 42%, 46%, 50%, 8% {
        transform: scale(1)
    }
}

.ul-widget-backCall .ul-call-wrapper .ul-chart.ul-drag-animate.animation2:not(.no-animate):before {
    position: absolute;
    content: "";
    border: 2px solid;
    width: 100%;
    height: 100%;
    opacity: .9;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation: cbh-circle-fill-anim 2.3s 1s both infinite;
    -moz-animation: cbh-circle-fill-anim 2.3s 1s both infinite;
    -o-animation: cbh-circle-fill-anim 2.3s 1s both infinite;
    animation: cbh-circle-fill-anim 2.3s 1s both infinite
}

@keyframes cbh-circle-fill-anim {
    0%, 100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1)
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0%, 100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1)
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0%, 100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1)
    }
}

.ul-widget-backCall .ul-call-wrapper .ul-chart.ul-drag-animate.animation2:not(.no-animate):after {
    position: absolute;
    content: "";
    border: 2px solid;
    width: 100%;
    height: 100%;
    opacity: .9;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation: cbh-circle-anim 2.3s 1s both infinite;
    -moz-animation: cbh-circle-anim 2.3s 1s both infinite;
    -o-animation: cbh-circle-anim 2.3s 1s both infinite;
    animation: cbh-circle-anim 2.3s 1s both infinite
}

@keyframes cbh-circle-anim {
    0% {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8)
    }

    40% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2)
    }

    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5)
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8)
    }

    40% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2)
    }

    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5)
    }
}

@-moz-keyframes cbh-circle-anim {
    0% {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8)
    }

    40% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        opacity: .9;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2)
    }

    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5)
    }
}

.ul-widget-backCall .ul-call-wrapper .ul-chart.ul-drag-animate.animation3:not(.no-animate) {
    -webkit-animation: shake 6s 0s both infinite;
    -moz-animation: shake 6s 0s both infinite;
    -o-animation: shake 6s 0s both infinite;
    animation: shake 6s 0s both infinite
}

@-webkit-keyframes shake {
    0%, 20% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    10%, 14%, 18%, 2%, 6% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -moz-transform: translate3d(-10px,0,0);
        -o-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0)
    }

    12%, 16%, 4%, 8% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
        -moz-transform: translate3d(10px,0,0);
        -o-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0)
    }
}

@-moz-keyframes shake {
    0%, 20% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    10%, 14%, 18%, 2%, 6% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -moz-transform: translate3d(-10px,0,0);
        -o-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0)
    }

    12%, 16%, 4%, 8% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
        -moz-transform: translate3d(10px,0,0);
        -o-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%, 20% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    10%, 14%, 18%, 2%, 6% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -moz-transform: translate3d(-10px,0,0);
        -o-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0)
    }

    12%, 16%, 4%, 8% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
        -moz-transform: translate3d(10px,0,0);
        -o-transform: translate3d(10px,0,0);
        -ms-transform: translate3d(10px,0,0)
    }
}

.ul-widget-backCall .ul-call-wrapper .ul-chart.ul-drag-animate.animation1:not(.no-animate) span {
    -webkit-animation: dragging-icon 2s 1s both infinite;
    -moz-animation: dragging-icon 2s 1s both infinite;
    animation: dragging-icon 2s 1s both infinite
}

@-webkit-keyframes dragging-icon {
    0%, 12%, 16%, 20%, 24%, 28%, 32%, 36%, 4%, 40%, 44%, 48% {
        -webkit-transform: scale(1.03)
    }

    100%, 14%, 18%, 2%, 22%, 26%, 30%, 34%, 38%, 42%, 46%, 50%, 8% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes dragging-icon {
    0%, 12%, 16%, 20%, 24%, 28%, 32%, 36%, 4%, 40%, 44%, 48% {
        -moz-transform: scale(1.03)
    }

    100%, 14%, 18%, 2%, 22%, 26%, 30%, 34%, 38%, 42%, 46%, 50%, 8% {
        -moz-transform: scale(1)
    }
}

@-ms-keyframes dragging-icon {
    0%, 12%, 16%, 20%, 24%, 28%, 32%, 36%, 4%, 40%, 44%, 48% {
        -ms-transform: scale(1.03)
    }

    100%, 14%, 18%, 2%, 22%, 26%, 30%, 34%, 38%, 42%, 46%, 50%, 8% {
        -ms-transform: scale(1)
    }
}

@-o-keyframes dragging-icon {
    0%, 12%, 16%, 20%, 24%, 28%, 32%, 36%, 4%, 40%, 44%, 48% {
        -o-transform: scale(1.03)
    }

    100%, 14%, 18%, 2%, 22%, 26%, 30%, 34%, 38%, 42%, 46%, 50%, 8% {
        -o-transform: scale(1)
    }
}

@keyframes dragging-icon {
    0%, 12%, 16%, 20%, 24%, 28%, 32%, 36%, 4%, 40%, 44%, 48% {
        transform: scale(1.03)
    }

    100%, 14%, 18%, 2%, 22%, 26%, 30%, 34%, 38%, 42%, 46%, 50%, 8% {
        transform: scale(1)
    }
}

.ul-widget-backCall .ul-call-wrapper .ul-chart.ul-drag-animate.animation2:not(.no-animate) span {
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: 2.3s ease-in-out 0s normal none infinite running cbh-circle-img-anim;
    -moz-animation: 2.3s ease-in-out 0s normal none infinite running cbh-circle-img-anim;
    -o-animation: 2.3s ease-in-out 0s normal none infinite running cbh-circle-img-anim;
    animation: 2.3s ease-in-out 0s normal none infinite running cbh-circle-img-anim
}

@keyframes cbh-circle-img-anim {
    0%, 100%, 50% {
        transform: rotate(0) scale(1);
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1)
    }

    10%, 30% {
        transform: rotate(-25deg) scale(1);
        -webkit-transform: rotate(-25deg) scale(1);
        -moz-transform: rotate(-25deg) scale(1);
        -o-transform: rotate(-25deg) scale(1);
        -ms-transform: rotate(-25deg) scale(1)
    }

    20%, 40% {
        transform: rotate(25deg) scale(1);
        -webkit-transform: rotate(25deg) scale(1);
        -moz-transform: rotate(25deg) scale(1);
        -o-transform: rotate(25deg) scale(1);
        -ms-transform: rotate(25deg) scale(1)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0%, 100%, 50% {
        transform: rotate(0) scale(1);
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1)
    }

    10%, 30% {
        transform: rotate(-25deg) scale(1);
        -webkit-transform: rotate(-25deg) scale(1);
        -moz-transform: rotate(-25deg) scale(1);
        -o-transform: rotate(-25deg) scale(1);
        -ms-transform: rotate(-25deg) scale(1)
    }

    20%, 40% {
        transform: rotate(25deg) scale(1);
        -webkit-transform: rotate(25deg) scale(1);
        -moz-transform: rotate(25deg) scale(1);
        -o-transform: rotate(25deg) scale(1);
        -ms-transform: rotate(25deg) scale(1)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0%, 100%, 50% {
        transform: rotate(0) scale(1);
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1)
    }

    10%, 30% {
        transform: rotate(-25deg) scale(1);
        -webkit-transform: rotate(-25deg) scale(1);
        -moz-transform: rotate(-25deg) scale(1);
        -o-transform: rotate(-25deg) scale(1);
        -ms-transform: rotate(-25deg) scale(1)
    }

    20%, 40% {
        transform: rotate(25deg) scale(1);
        -webkit-transform: rotate(25deg) scale(1);
        -moz-transform: rotate(25deg) scale(1);
        -o-transform: rotate(25deg) scale(1);
        -ms-transform: rotate(25deg) scale(1)
    }
}

.ul-widget-backCall .ul-call-wrapper .ul-chart.ul-drag-animate.animation4:not(.no-animate) span {
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: rotate-icon 6s 0s both infinite;
    -moz-animation: rotate-icon 6s 0s both infinite;
    animation: rotate-icon 6s 0s both infinite
}

@-webkit-keyframes rotate-icon {
    60%, 80% {
        -webkit-transform: rotate(-45deg)
    }

    100%, 80% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-icon {
    60%, 80% {
        -moz-transform: rotate(-45deg)
    }

    100%, 80% {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate-icon {
    60%, 80% {
        -ms-transform: rotate(-45deg)
    }

    100%, 80% {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes rotate-icon {
    60%, 80% {
        -o-transform: rotate(-45deg)
    }

    100%, 80% {
        -o-transform: rotate(360deg)
    }
}

@keyframes rotate-icon {
    60%, 80% {
        transform: rotate(-45deg)
    }

    100%, 80% {
        transform: rotate(360deg)
    }
}

.ul-absolute-widgets .ul-widget[data-position=bottom] {
    bottom: 0
}

    .ul-absolute-widgets .ul-widget[data-position=bottom][data-party=right] {
        right: 25px
    }

    .ul-absolute-widgets .ul-widget[data-position=bottom][data-party=left] {
        left: 25px
    }

.ul-absolute-widgets .ul-widget[data-position=center] {
    height: 300px;
    width: 48px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

    .ul-absolute-widgets .ul-widget[data-position=center][data-party=right] {
        right: 0
    }

    .ul-absolute-widgets .ul-widget[data-position=center][data-party=left] {
        left: 0
    }

.ul-absolute-widgets .ul-widget[data-position=special] {
    bottom: 78px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

    .ul-absolute-widgets .ul-widget[data-position=special][data-party=right] {
        right: 54px
    }

    .ul-absolute-widgets .ul-widget[data-position=special][data-party=left] {
        left: 54px
    }

.ul-widget {
    position: absolute;
    top: 5%;
    right: 3%;
}

    .ul-widget .txt {
        position: absolute;
        width: 300px;
        right: 91px;
        background: #4ebf07;
        bottom: 16px;
        z-index: 1;
        color: #fff;
        padding: 1em;
        font-size: 20px;
        font-family: 'web';
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s
    }

        .ul-widget .txt:after {
            content: '';
            border-top: 8px solid transparent;
            border-left: 18px solid #4fbf07;
            border-bottom: 8px solid transparent;
            position: absolute;
            right: -17px;
            top: 22px;
        }

    .ul-widget:hover .txt {
        opacity: 1;
        visibility: visible;
        transition: all 0.5s
    }

@media (max-width: 991px) {
    .ul-widget {
        display: none
    }
}

body {
    background: #fff;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.login-area {
    width: 70%;
    height: 65vh;
    background-color: unset;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 100px rgba(53, 50, 98, 0.09);
    z-index: 1;
}

.box-item {
    background-repeat: no-repeat;
    width: 72%;
    height: 100%;
    position: absolute;
    right: 0;
    background-size: cover;
    top: 0
}

    .box-item.day {
        background-image: url(../img/dge.png);
    }

    .box-item.night {
        background-image: url(../img/game.png);
    }

.login-area .login-in {
    width: calc(38% - 30px);
    height: calc(100% - 30px);
    float: left;
    padding: 15px;
    position: relative;
    z-index: 1;
}

    .login-area .login-in .greeting {
        display: flex;
        width: 100%;
        height: 55px;
        align-items: center;
        font-family: 'web';
        color: grey;
    }

    .login-area .login-in .login-form {
        width: 320px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .login-area .login-in .login-form .input-group {
            width: 100%;
            margin: 1em 0;
            height: 50px;
            position: relative;
        }

            .login-area .login-in .login-form .input-group .ion-checkmark-circled {
                position: absolute;
                right: 25px;
                top: 52%;
                transform: translateY(-50%);
                font-size: 17px;
                color: #009688;
                visibility: hidden;
                transition: all 0.5s
            }

            .login-area .login-in .login-form .input-group.valid .ion-checkmark-circled {
                visibility: visible;
                transition: all 0.5s
            }

.input-group .ion-eye {
    position: absolute;
    right: 10px;
    top: 54%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    color: grey;
    visibility: hidden
}

    .input-group .ion-eye i {
        height: 21px;
        width: 2px;
        background: grey;
        position: absolute;
        right: 7px;
        top: -2px;
        transform: rotateZ(45deg);
    }

.ion-eye.active i {
    height: 21px;
    width: 2px;
    background: grey;
    position: absolute;
    right: 7px;
    top: -2px;
    transform: rotateZ(45deg);
    display: none
}

.login-area .login-in .login-form .input-group input {
    width: calc(100% - 0px);
    height: 100%;
    padding-left: 10px;
    background: #f7f7f7;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-family: 'web';
    color: grey;
    transition: all 0.5s
}

    .login-area .login-in .login-form .input-group input:hover {
        background: #efefef;
        transition: all 0.5s
    }

    .login-area .login-in .login-form .input-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: grey;
    }

    .login-area .login-in .login-form .input-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: grey;
    }

    .login-area .login-in .login-form .input-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: grey;
    }

.login-area .login-in .login-form .input-group .valid {
    background-image: url('../img/validated.svg');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    transition: all 0.5s
}

*:focus {
    outline: none;
}

.login-area .login-in .login-form button {
    display: table;
    margin: 1em auto 0;
    padding: 13px 18px 11px;
    cursor: pointer;
    border-radius: 15px;
    font-family: 'web';
    color: #fff;
    background: #00b6e1;
    letter-spacing: 1px;
    border: 2px solid transparent;
    transition: all 0.5s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

    .login-area .login-in .login-form button:hover {
        color: #00b6e1;
        background: #fff;
        border: 2px solid #00b6e1;
        transition: all 0.5s
    }

.login-area .login-in .login-form .main-logo {
    text-align: center;
}

    .login-area .login-in .login-form .main-logo img {
        width: 100px;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 15px 30px;
}

    .footer .all-rights {
        font-family: 'web';
        font-size: 14px;
        color: grey;
        display: inline-block;
        position: relative;
        top: 8px;
    }

.login-area .login-in .footer .socials {
    float: right;
}

.footer .socials {
    float: right;
}

    .footer .socials a {
        display: inline-block;
        text-decoration: none;
        font-size: 32px;
        float: right;
        color: #2196f3;
        margin: 0 5px;
    }

        .footer .socials a .linkedin-ico {
            background-image: url('../img/linkedin.svg');
            background-repeat: no-repeat;
            width: 25px;
            height: 25px;
            display: inline-block;
            transition: all 0.5s
        }

            .footer .socials a .linkedin-ico:hover {
                background-image: url('../img/linkedin-white.svg');
                background-repeat: no-repeat;
                width: 25px;
                height: 25px;
                display: inline-block;
                transition: all 0.5s;
                background-color: #0077B7;
                border-radius: 5px;
            }

        .footer .socials a .facebook-ico {
            background-image: url('../img/facebook.svg');
            background-repeat: no-repeat;
            width: 25px;
            height: 25px;
            display: inline-block;
            transition: all 0.5s;
        }

            .footer .socials a .facebook-ico:hover {
                background-image: url('../img/facebook-white.svg');
                background-repeat: no-repeat;
                width: 25px;
                height: 25px;
                display: inline-block;
                transition: all 0.5s;
                background-color: #475993;
                border-radius: 5px;
            }

        .footer .socials a .google-play-ico {
            background-image: url(../img/google-play.png);
            background-repeat: no-repeat;
            width: 95px;
            height: 28px;
            display: inline-block;
            transition: all 0.5s;
            background-size: cover;
            position: relative;
            top: 3px;
        }

        .footer .socials a .apple-store {
            background-image: url(../img/apple-store.png);
            background-repeat: no-repeat;
            width: 85px;
            height: 28px;
            display: inline-block;
            transition: all 0.5s;
            background-size: 79px;
            position: relative;
            top: 3px;
        }

.login-area .login-in .login-form .main-logo > h1 a:focus {
    color: #00b6e1;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .login-area {
        height: 75vh;
    }
}

@media (max-width: 1366px) {
    .ul-widget-backCall .fa.fa-phone {
        background-position: center;
        background-size: 18px;
    }

    .ul-widget-backCall .ul-call-wrapper .ul-chart {
        width: 45px;
        height: 45px;
    }

    .ul-widget-backCall {
        width: 70px !important;
        height: 70px !important;
    }

    .ul-widget .txt {
        font-size: 16px;
        width: 225px;
        bottom: 10px;
    }

        .ul-widget .txt:after {
            top: 17px;
        }

    .login-area .login-in .login-form button {
        padding: 10px 18px 8px;
        font-size: 14px;
    }

    .login-area .login-in .login-form .input-group input::placeholder {
        font-size: 12px;
    }

    .login-area .login-in .login-form .input-group {
        height: 40px;
        ;
    }

    .login-area .login-in .login-form {
        width: 250px;
    }
}

@media (max-height: 750px) {
    .login-area .login-in .login-form .main-logo img {
        width: 90px;
    }

    .login-area .login-in .greeting {
        height: 20px;
    }
    .login-area .login-in .login-form  {
        top: 57%
    }
}

@media (max-width: 1024px) {
    .login-area .box-item {
        display: none;
    }

    .box-item.for-mob {
        display: block;
        width: 100%;
    }

    .login-area .login-in {
        width: 100%
    }
}

@media(min-width: 1025px) {
    .box-item.for-mob {
        display: none
    }
}

@media (max-width: 767px) {
    .login-area {
        width: 90%;
        height: auto;
        position: absolute;
        transform: unset;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: 0 0 100px rgba(53, 50, 98, 0.2)
    }

        .login-area .login-in .greeting {
            display: none
        }

    .footer .all-rights {
        display: none;
    }

    .footer .socials {
        width: 100%;
        text-align: center;
    }

        .footer .socials a {
            float: none;
        }

    body {
        height: auto;
        overflow: auto
    }

    .login-area .login-in .login-form {
        position: initial;
        transform: unset;
        margin: 0 auto;
    }

        .login-area .login-in .login-form button {
            margin-bottom: 2em;
            width: 100%
        }

    .footer {
        display: inline-block;
        margin-top: 1em;
        position: relative
    }

        .footer .socials a .google-play-ico {
            top: 2px;
        }

        .footer .socials a:first-child {
            margin-right: 3px !important;
            position: relative;
            top: 2px;
        }

        .footer .socials a:nth-child(2) {
            position: relative;
            top: 2px;
        }

    .login-area .login-in .login-form .input-group .ion-checkmark-circled {
        top: 53% !important;
    }

    .footer {
        display: none
    }

        .footer.in {
            display: block !important;
            padding: 15px 0px;
        }
}

.choose-profile {
    height: calc(100% - 30px);
    padding: 15px;
    width: calc(100% - 30px);
}

    .choose-profile .title {
        text-align: center;
        margin-top: 1em;
        font-family: 'web';
        color: #2196F3;
    }

    .choose-profile .logout {
        color: #FF5722;
        font-family: 'web';
        height: 33px;
        display: inline-block;
        align-items: center;
        text-decoration: none;
        transition: all 0.5s;
    }

        .choose-profile .logout:hover {
            transition: all 0.5s;
            color: #d43300;
        }

        .choose-profile .logout i {
            font-size: 28px;
            position: relative;
            top: 7px;
            margin-right: 4px;
        }

    .choose-profile .profile-list {
        display: block;
        width: 80%;
        margin-left: 10%;
        margin-top: 4em;
        text-align: center;
        overflow-y: auto;
        max-height: 45vh;
    }

        .choose-profile .profile-list a {
            width: calc(100% / 3 - 36px);
            display: inline-block;
            text-decoration: none;
            height: 300px;
            background: #24C6DC;
            background: -webkit-linear-gradient(to bottom, #514A9D, #24C6DC);
            background: linear-gradient(to bottom, #514A9D, #24C6DC);
            border-radius: 15px;
            overflow: hidden;
            position: relative;
            margin: 1em;
            box-shadow: 0 0 20px rgba(33, 150, 243, 0.3);
            transition: all 0.5s;
        }

            .choose-profile .profile-list a:hover {
                box-shadow: 0 0 20px rgba(33, 150, 243, 0.9);
                transition: all 0.5s;
            }

            .choose-profile .profile-list a .user-card {
                width: 100%;
                height: 100%;
                z-index: 1;
                position: relative;
            }

                .choose-profile .profile-list a .user-card .user-img {
                    width: 100px;
                    height: 100px;
                    overflow: hidden;
                    border-radius: 100%;
                    margin: 2em auto 0;
                    border: 2px solid #fff;
                }

                    .choose-profile .profile-list a .user-card .user-img img {
                        width: 100px;
                        height: 100px;
                        border: 1px solid #fff;
                        background: #ffff;
                    }

                .choose-profile .profile-list a .user-card .user-info {
                    padding: 15px;
                    width: 100%;
                    text-align: center;
                    margin-top: 1em;
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    height: calc(100% - 200px);
                }

                    .choose-profile .profile-list a .user-card .user-info .username {
                        color: #fff;
                        font-family: 'web';
                        font-size: 20px;
                        width: 100%;
                    }

                    .choose-profile .profile-list a .user-card .user-info .school {
                        color: #ffb64b;
                        font-family: 'web';
                        font-size: 16px;
                        margin: 1em 0;
                        width: 100%;
                    }

                    .choose-profile .profile-list a .user-card .user-info .class {
                        color: #fff;
                        font-family: 'web';
                        font-size: 13px;
                        width: 100%;
                    }

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(234, 234, 234) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(152, 152, 152, 0.7) !important;
}

@media (max-width: 1366px) {
    .choose-profile .profile-list {
        margin-top: 1em;
        width: 90%;
        margin-left: 5%;
        max-height: 380px;
    }

        .choose-profile .profile-list a .user-card .user-info .username {
            font-size: 16px;
        }

        .choose-profile .profile-list a {
            height: 255px;
        }

            .choose-profile .profile-list a .user-card .user-info {
                height: calc(100% - 170px);
                margin-top: 0em;
            }
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #c5c5c5;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #c5c5c5;
    }

@media (max-width: 1024px) {
    .choose-profile .profile-list a {
        width: calc(100% / 2 - 36px);
    }
}

.hotline {
    display: inline-block;
    width: 100%;
    text-align: center
}

    .hotline a {
        text-decoration: none;
        color: grey;
        font-family: 'web'
    }

        .hotline a i {
            margin-right: 5px;
        }

.alert {
    text-align: center;
    color: #FF9800;
    font-family: 'web';
    font-size: 14px;
    display: inline-block;
    margin-top: 2em;
    width: 100%;
    /* text-align: center; */
}

@media (min-width: 768px) {
    .hotline {
        display: none
    }

    .footer.in {
        display: none
    }
}

.topge {
    float: right;
}

@-webkit-keyframes autofill {
    to {
        background: #f7f7f7;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.alert li {
    font-size: 11px;
}

.fb_customer_chat_bubble_animated_no_badge {
    bottom: 55pt !important;
}

.fb-customerchat iframe {
    bottom: 100pt !important;
}

@media (max-width: 767px) {
    .choose-profile .profile-list a {
        width: 100%;
        margin-bottom: 1em !important;
        margin: 0;
    }

    .choose-profile {
        width: 100%
    }

        .choose-profile .profile-list {
            width: 100%;
            margin-left: 0;
            padding-right: 8px;
        }

        .choose-profile .title {
            line-height: 20px;
        }

    .fb_customer_chat_bubble_animated_no_badge {
        bottom: 10pt !important;
    }

    .fb-customerchat iframe {
        bottom: 55pt !important;
    }
}

.topge img {
    height: 25px;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .box-item {
        width: 86%;
    }

    .login-area .login-in {
        width: calc(50% - 30px);
    }
}

.capslock {
    color: #FF9800;
    font-family: 'web';
    opacity: 0;
    position: absolute;
    bottom: 17px;
    font-size: 12px;
    right: -125px;
}

    .capslock.on {
        opacity: 1;
    }

@media (max-width: 1366px) {
    .capslock {
        bottom: 12px;
    }
}

@media (max-width: 1024px) {
    .capslock {
        display: none
    }
}
/** * New mobile design */
@media (min-width: 769px) {
    .mobile-login {
        display: none !important
    }
}

@media (max-width: 768px) {
    .ForDesktop {
        display: none !important
    }

    .newVersionTxt {
        margin-top: 15px;
    }

    .mobile-login {
        width: 100%;
        min-height: 100vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .mobile-login:after {
            content: '';
            background-image: url(../img/bg-bottom.svg);
            background-repeat: repeat-x;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 132px;
            opacity: 0.2;
        }

        .mobile-login .log-area {
            width: 350px;
            min-height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            position: relative;
            z-index: 1;
        }

        .mobile-login .children-image {
            background-image: url(../img/top-image.svg);
            background-repeat: no-repeat;
            width: 100%;
            height: 200px;
            background-position: center center;
            position: relative;
            background-size: 200px;
            top: -30px;
            right: 0px;
            margin-top: 30px;
            margin-bottom: -20px;
        }

        .mobile-login .log-area-content {
            border-radius: 5px;
            box-shadow: 0px 23px 53.9px 16.1px rgba(0, 0, 0, 0.1);
            background: #fff;
            display: inline-block;
            width: calc(100% - 30px);
            padding: 30px 15px;
            margin: 0 auto;
            display: table;
            padding-top: 15px
        }

            .mobile-login .log-area-content .input-group {
                display: inline-block;
                width: 100%;
                position: relative
            }

                .mobile-login .log-area-content .input-group:after {
                    content: '';
                    width: 0%;
                    height: 1px;
                    background: #06b2e1;
                    position: absolute;
                    bottom: 0;
                    transition: all 0.5s;
                    left: 0
                }

                .mobile-login .log-area-content .input-group.active:after {
                    width: 100%;
                    transition: all 0.5s
                }

                .mobile-login .log-area-content .input-group.user {
                    margin-bottom: 1.5em
                }

                .mobile-login .log-area-content .input-group input {
                    height: 25px;
                    background: none;
                    border-top: 0;
                    border-left: 0;
                    border-right: 0;
                    width: 100%;
                    font-family: 'roboto';
                    color: #36c1e7;
                    padding-left: 3px;
                    font-size: 12px;
                    border-bottom: 1px solid #eaf0f8
                }

                .mobile-login .log-area-content .input-group .plc {
                    color: #b3b3b3;
                    font-family: 'web';
                    font-size: 12px;
                    position: absolute;
                    left: 0px;
                    pointer-events: none;
                    transition: all 0.5s;
                    top: 36%;
                    transform: translateY(-50%);
                }

                .mobile-login .log-area-content .input-group input:focus ~ .plc {
                    transition: all 0.5s;
                    transform: translate(0px, -24px);
                }

                .mobile-login .log-area-content .input-group.active .plc {
                    transition: all 0.5s;
                    transform: translate(0px, -24px);
                }

        .mobile-login .log-area button {
            border-radius: 6px;
            border: 2px solid #00b6e1 !important;
            background: none;
            color: #00b6e1;
            font-size: 14px;
            border: none;
            width: 80%;
            height: 40px;
            margin-left: 10%;
            font-family: 'web';
        }

        .mobile-login .forgot-password {
            position: fixed;
            height: 50px;
            background: #009688;
            color: #fff;
            top: 5%;
            right: 0;
            font-size: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            width: 190px;
            transform: translateX(140px);
            transition: all 0.5s;
            z-index: 9
        }

            .mobile-login .forgot-password.active {
                transform: translateX(0px);
                transition: all 0.5s
            }

            .mobile-login .forgot-password a {
                margin-left: 15px;
                color: #fff;
                text-decoration: none;
                font-family: 'roboto';
                font-size: 20px;
            }

        .mobile-login .log-area-content .input-group .check {
            background-image: url(../img/check.svg);
            background-repeat: no-repeat;
            width: 13px;
            height: 13px;
            background-size: cover;
            background-position: center center;
            position: absolute;
            right: 3px;
            top: 30%;
            opacity: 0;
            transform: translateY(-50%);
            transition: all 0.5s;
        }

        .mobile-login .log-area-content .input-group.oks .check {
            top: 42%;
            opacity: 1;
            transition: all 0.5s;
        }

        .mobile-login .greeting {
            display: inline-block;
            width: 100%;
            font-family: 'web';
            margin-bottom: 2em;
        }

        .mobile-login .logo-brand {
        }
        /*.mobile-login .logo-brand .logo {
         background-image: url('../img/logo.svg');
         background-repeat: no-repeat;
         background-position: center center;
         width: 50px;
         height: 50px;
         background-size: cover 
    }
    */
        .mobile-login .other {
            margin-top: 3em;
            display: inline-block;
            width: 100%;
        }

            .mobile-login .other .socials {
                display: flex;
                width: 100%;
                align-items: center;
                justify-content: center;
            }

                .mobile-login .other .socials ul {
                    list-style: none;
                    padding-left: 0;
                    width: 100%;
                    text-align: center;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 100%;
                }

                    .mobile-login .other .socials ul li {
                        float: left;
                        width: 35px;
                        height: 35px;
                        margin: 0 8px;
                        background: grey;
                        border-radius: 100%;
                        color: #fff;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                        .mobile-login .other .socials ul li * {
                            color: #fff
                        }

            .mobile-login .other .stores {
                display: flex;
                width: 100%;
                align-items: center;
                justify-content: center;
                margin-top: 2em;
                margin-bottom: 2em;
            }

                .mobile-login .other .stores a {
                    display: inline-block;
                    margin: 0 0px;
                    text-decoration: none;
                }

                .mobile-login .other .stores .appstore {
                    background-image: url('../img/appstore.svg');
                    background-repeat: no-repeat;
                    width: 130px;
                    height: 33px;
                    background-size: contain;
                    background-position: center center;
                }

                .mobile-login .other .stores .playstore {
                    background-image: url('../img/playstore.svg');
                    background-repeat: no-repeat;
                    width: 130px;
                    height: 33px;
                    background-size: contain;
                    background-position: center center;
                }

        .mobile-login .input-group .ion-eye {
            right: 3px;
            top: 51%;
            font-size: 17px;
        }

            .mobile-login .input-group .ion-eye i {
                right: 6px;
                top: 0px;
                height: 16px;
            }

        .mobile-login .mobile-nmb.active {
            transform: translateY(0);
            transition: all 0.5s;
        }

        .mobile-login .mobile-nmb a {
            text-decoration: none;
            color: #07b2e2;
            font-family: 'roboto';
        }

            .mobile-login .mobile-nmb a i {
                margin-right: 1px;
            }

        .mobile-login .alert {
            margin-top: 1em;
            margin-bottom: 1em;
        }

        .mobile-login .google-playsymbol {
            background-image: url('../img/symbol-gplay.svg');
            background-repeat: no-repeat;
            width: 18px;
            height: 18px;
            background-size: contain;
            display: inline-block;
            margin-top: 2px;
            margin-left: 3px;
        }

        .mobile-login .apptore-symbol {
            background-image: url('../img/symbol-astore.svg');
            background-repeat: no-repeat;
            width: 18px;
            height: 18px;
            background-size: contain;
            display: inline-block;
            margin-top: 2px;
            margin-left: 1px;
        }
}

@media (max-width: 1024px) {
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }
}

.newVersionTxt {
    font-family: 'web';
    font-size: 14px;
    color: #FF9800;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
}

    .newVersionTxt a {
        color: #00b6e1;
    }


.login-form-block {
    height: 250px
}

.reset-password-block {
    height: 250px;
    display: none
}

    .reset-password-block input {
        width: calc(100% - 0px);
        height: 50px;
        padding-left: 10px;
        background: #f7f7f7;
        border-radius: 5px;
        border: none;
        font-size: 14px;
        font-family: 'web';
        color: grey;
        transition: all 0.5s;
    }

        .reset-password-block input:hover {
            background: #efefef;
            transition: all 0.5s;
        }

    .reset-password-block .backToLogin {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        font-family: 'web';
        cursor: pointer;
    }

.reset-pass-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: 'web';
    cursor: pointer;
    font-size: 14px; 
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #007e9c;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.email-wrapper {
    position: relative;
}

    .email-wrapper .spinner {
        margin: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 197px;
        height: 46px;
        background: rgb(0 182 225 / 0.5);
        left: 50%;
        transform: translateX(-50%);
        border-radius: 10px;
        display: none;
    }

        .email-wrapper .spinner > div {
            width: 12px;
            height: 12px;
            margin: 0 2px;
        }



.lang-switch {
    position: absolute;
    top: 50%;
    right: 2%;
    z-index: 999;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .lang-switch .lang-item {
        display: inline-block;
        margin-left: 0;
        padding: 8px;
        width: 40px;
        height: 41px;
        cursor: pointer;
        border-radius: 15px;
        transition: all 0.3s;
        margin: 5px 0;
    }

        .lang-switch .lang-item:hover {
            background: #2d5998;
            transition: all 0.3s
        }

        .lang-switch .lang-item img {
            width: 25px;
        }

        .lang-switch .lang-item.active {
            background: #2d5998;
        }
        @media (max-width: 991px) {
            .lang-switch {
                position: absolute;
                top: 15px;
                right: unset;
                z-index: 999;
                transform: unset;
                display: unset;
                flex-wrap: unset;
                flex-direction: unset;
                left: 15px;
            }

            .reset-password-block {
                height: auto;
                min-width: 250px;
            }
            .email-wrapper {
                margin-top: 20px; 
            }
        }