

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400&display=swap');


*,
*:after,
*:before,
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
:focus {
    outline: 0 !important
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    /* font-family: 'Source Sans Pro', "Fira Sans", "Helvetica Neue", Arial, sans-serif;*/
    font-family: 'Montserrat', sans-serif !important;
    padding: 0px 0px 0px;
    margin: 0px;
    position: relative;
    line-height: 1.42857143;
    background-color: #f0f0f0;
    height: 100%;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    line-height: 1.4;
    overflow-y: hidden !important;
}

a {
    background-color: transparent
}

img {
    width: 100%;
    max-width: 100%;
}

a:active,
a:hover {
    outline: 0
}

svg:not(:root) {
    overflow: hidden
}

pre,
textarea {
    overflow: auto
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-"button"{
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

button:focus {
  outline: none;
}


.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?m887ho');
    src: url('../fonts/icomoon.eot?m887ho#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?m887ho') format('truetype'),
        url('../fonts/icomoon.woff?m887ho') format('woff'),
        url('../fonts/icomoon.svg?m887ho#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-office:before {
    content: "\e903";
}

.icon-book:before {
    content: "\e91f";
}

.icon-books:before {
    content: "\e920";
}

.icon-library:before {
    content: "\e921";
}

.icon-files-empty:before {
    content: "\e925";
}

.icon-coin-dollar:before {
    content: "\e93b";
}

.icon-pie-chart:before {
    content: "\e99a";
}

.icon-stats-bars2:before {
    content: "\e99d";
}

.icon-tree:before {
    content: "\e9bc";
}

.icon-user:before {
    content: "\e971";
}

.icon-key:before {
    content: "\e98d";
}



header {
    position: fixed;
    top: 0px;
    left: 0px;
    /*background-color: #365899;*/
    background-color:black;
    height: 50px;
    width: 100%;
    padding: 0px 15px;
    border-bottom: 3px solid #ffe600;
}

    header:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 47px;
        width: 160px;
        height: 20px;
        background-color: black;
        /*background-color: #365899;*/
        -webkit-clip-path: polygon(39% 40%, 100% 0%, 0 0, 0% 100%);
        clip-path: polygon(39% 40%, 100% 0%, 0 0, 0% 100%);
    }

    header:before {
        content: '';
        position: absolute;
        right: 0px;
        top: 47px;
        width: 160px;
        height: 20px;
        /*background-color: #365899;*/
        background-color: black;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 66% 47%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 66% 47%);
    }

.logo {
    width: 111px;
    display: inline-block;
    text-align: center;
}

.logo .logo-mini {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.logo .logo-lg {
    display: block;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .logo .logo-mini {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .logo .logo-lg {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

h2.DashboardH {
    font-size: 2vw; /*changed for font resizing*/
    width: calc(100% - 392px);
    text-align: center;
    display: inline-block;
    color: #fff;
    padding-left: 0px;
    margin: 8px 0px;
    vertical-align: top;
}




/* Login css strats
========================================== */

/*.EYCFR-login {
    position: absolute;
    width: 100%;
    height: 100%;*/
    /*background-image: url(../img/d10.jpg);*/
    /*background-image: url('../img/LoginBckgrnd.PNG');*/
    /*background-image: url('../img/NextwaveImg.PNG');*/
   
    /*filter: blur(1px);*/
    /*-webkit-filter: blur(8px);*/
    /*background-repeat: repeat;
    background-size: cover;
    background-position: top;
    overflow-y: hidden;
    overflow-x: hidden;
}*/

.loginbckground {
    background: transparent url('../img/NextwaveImg.PNG');
    filter: alpha(opacity=0.01);
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
    overflow-y: hidden;
    overflow-x: hidden;
}
/* form */
.EYCFR-login form {
    position: relative;
    border-radius: 0;
    padding: 10px 20px 20px 20px;
    width: 100%;
    /* top: 73%; */
    max-width: 385px;
    padding-bottom: 54px;
    margin: 0 auto;
    margin-top: 25px;
}

.login.loading "button"{
    max-height: 100%;
    max-width: 100%;
    border-radius: 50%;
    margin: 0px;
}

.login.loading "button".spinner {
    opacity: 1;
    top: 42%;
    max-width: 100%;
    border-radius: 50%;
    margin: 0px;
}

.login.loading "button".state,
.login.ok "button".state {
    opacity: 0;
}

.login "button"svg {
  opacity: 0;
}

.login.ok "button"svg {
  opacity: 1;
  transition: 0.3s;
}

/* Loading Animation*/


.explosion .check {
    animation: check 0.6s forwards;
    animation-delay: 0.5s;
    stroke-dasharray: 1, 40;
    stroke-dashoffset: 0;
}

.explosion path {
    animation: path-explosion 0.5s forwards;
    transform-origin: center;
    stroke-dasharray: 1, 40;
    stroke-dashoffset: 0;
    opacity: 0;
}

  @keyframes check {
    0%,12%{
      opacity: 0;
    }
    12.5%{
      stroke-dasharray: 40, 40;
      stroke-dashoffset: 40;
      opacity: 1;
    }
    50%,100% {
      stroke-dasharray: 40, 40;
      stroke-dashoffset: 0;
      opacity: 1;
    }
  }
  /* Loading Animation ends */

.login.ok "button"{
    background-color: #365899;
}

.login.ok "button".spinner {
    border-radius: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    height: 30px;
    width: 60px;
    animation: none;
    transform: rotateZ(-45deg);
}

@keyframes spinner {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(359deg);
    }
}

.EYCFR-loginBoxInner input.logInPut {
    display: block;
    padding: 10px 10px;
    margin-bottom: 15px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #b7b4b4;
    transition: border-width 0.2s ease;
    border-radius: 0px;
    color: #1f1f1f;
    font-size: 14px;
    line-height: normal;
}

.EYCFR-loginBoxInner input.logInPut+i.icon {
    color: #fff;
    font-size: 20px;
    position: absolute;
    margin-top: -56px;
    opacity: 0;
    left: 0;
    transition: all 0.1s ease-in;
}

    .EYCFR-loginBoxInner input.logInPut:focus {
        outline: none;
        color: #444;
        /*border-color: #FFCC00;
        border-left-width: 35px;*/
    }

.EYCFR-loginBoxInner input.logInPut:focus+i.icon {
    opacity: 1;
    left: 30px;
    transition: all 0.25s ease-out;
}

.EYCFR-loginBoxInner a.forgotP {
    font-size: 13px;
    letter-spacing: normal;
    color: #545453;
    text-decoration: none;

    bottom: 94px;
    font-weight: 600;
    left: 0;
    right: 0;
}
.registerbtn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.btnlgn {
    font-size: 20px !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 4px !important;
    background-color: #FFE600;
    color: #3a3535;
    border-radius: 0 !important;
}
.EYCFR-loginBoxInner .title {
    color: #433333;
    font-size: 30px;
    font-family: fantasy;
    font-weight: bold;
    letter-spacing: normal;
    margin: 10px 0 17px 0;
    padding-bottom: 7px;
    font-family: 'Montserrat', sans-serif !important;
}

.EYCFR-loginBoxInner "button"{
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: #FFCC00;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    border: none;
    cursor: pointer;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-bottom: 1px;
    max-width: 100px;
    max-height: 40px;
    border: 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    transform: rotateZ(0deg);
    transition: all 0.1s ease-out;
    border-bottom-width: 7px;
    line-height: normal;
}

/*.EYCFR-loginBoxInner "button".spinner {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    border: 4px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    left: 42%;
    top: 0;
    opacity: 0;
    margin-left: -20px;
    margin-top: -20px;
    transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}*/

.EYCFR-loginBoxInner:not(.loading) button:hover {
    box-shadow: 0px 1px 3px grey;
    background-color: #FFCC00;
    color: black;
    /*border: 1px solid #365899;*/
}

.EYCFR-loginBoxInner:not(.loading) button:focus {
    border-bottom-width: 4px;
}


section {
    height: 500px;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    /*border: 6px solid #ffe600;*/
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    /*animation: spin 20s infinite linear reverse;*/
}

h1 {
    margin: 0;
    font-size: 2rem;
    letter-spacing: 12px;
    text-align: center;
    line-height: 48px;
    padding-left: 13px;
    display: block;
    height: 50px;
    width: 50px;
    border: 1px solid black;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.EYCFR-loginBoxInner {
    margin: 0 auto;
    font-size: 2rem;
    letter-spacing: 12px;
    text-align: center;
    line-height: 48px;
    padding: 0px;
    /* display: inline-block; */
    /* height: 500px; */
    /* width: 591px; */
    /* border: 1px solid #575757; */
    border-radius: 0%;
    z-index: 1000;
}

/*.EYCFR-loginBoxInner:before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    border: 1px dashed #575757;
    border-bottom: none;
    border-top: none;
    border-style: dashed;
}*/

.captcha {
    position: relative;
    width: 200px;
    max-height: 50px;
    margin: 0 auto;
    font-size: 0px;
}

    .captcha img {
        position: absolute;
        top: 0px;
        border-radius: 0;
        left: -10px;
        width: 63%;
        display: inline-flex;
        margin: 0 auto;
        max-width: 118px;
        border: 1px solid #ddd;
    }


    .captcha input {
        padding: 11px 10px;
        border: 1px solid #bfb8b8;
        border-radius: 0;
        color: #575757;
        font-size: 13px;
        line-height: normal;
        position: absolute;
        right: -10px;
        margin: 0 auto;
        top: 0px;
        width: 50%;
        max-width: 116px;
    }


@media screen and (min-width: 200px) {
    div.captcha {
        width: 93%;
        /*font-size: 8px;*/
    }
}

/*@media screen and (max-width: 600px) {
    div.captcha {
        width: 80%;
    }
}*/

.popAlater {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    background-color: red;
    font-weight: 600;
    padding: 4px;
    border-radius: 20px;
    line-height: normal;
    letter-spacing: normal;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px !important;
    margin: 0px auto;
}

    .sphere {
        height: 50px;
        width: 50px;
        border: 2px solid #575757;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(0deg);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #575757;
        background-color: #fff;
        font-size: 24px;
    }

        .sphere i {
            /*animation: spin1 20s infinite linear reverse;*/
        }

        .sphere:nth-of-type(1) {
            /*background: #00b7ea;*/
            transform: translate(-50%, -50%) rotate(45deg) translate(250px) rotate(-45deg);
        }

        .sphere:nth-of-type(2) {
            /*background: #F774B5;*/
            transform: translate(-50%, -50%) rotate(90deg) translate(250px) rotate(90deg);
        }

        .sphere:nth-of-type(3) {
            /*background: #39BF7C;*/
            transform: translate(-50%, -50%) rotate(135deg) translate(250px) rotate(-135deg);
        }

        .sphere:nth-of-type(4) {
            /*background: #E07A3E;*/
            transform: translate(-50%, -50%) rotate(180deg) translate(250px) rotate(-180deg);
        }

        .sphere:nth-of-type(5) {
            /*background: #5804EA;*/
            transform: translate(-50%, -50%) rotate(225deg) translate(250px) rotate(-225deg);
        }

        .sphere:nth-of-type(6) {
            /*background: #FF9395;*/
            transform: translate(-50%, -50%) rotate(270deg) translate(250px) rotate(-270deg);
        }

        .sphere:nth-of-type(7) {
            /*background: #6BCBFF;*/
            transform: translate(-50%, -50%) rotate(315deg) translate(250px) rotate(-315deg);
        }

        .sphere:nth-of-type(8) {
            /*background: #FFD400;*/
            transform: translate(-50%, -50%) rotate(360deg) translate(250px) rotate(-360deg);
        }

    /*@keyframes spin {
    25% {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    75% {
        transform: translate(-50%, -50%) rotate(270deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spin1 {
    25% {
        transform: rotate(-90deg);
    }

    50% {
        transform: rotate(-180deg);
    }

    75% {
        transform: rotate(-270deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}*/

    /* Login css ends
========================================== */

    @media only screen and (max-width: 810px) {
        section {
            width: 275px;
            height: 275px;
            left: 50%;
        }

        .sphere:nth-of-type(1) {
            transform: translate(-50%, -50%) rotate(45deg) translate(133px) rotate(-45deg);
        }

        .sphere:nth-of-type(2) {
            transform: translate(-50%, -50%) rotate(90deg) translate(133px) rotate(90deg);
        }

        .sphere:nth-of-type(3) {
            transform: translate(-50%, -50%) rotate(135deg) translate(133px) rotate(-135deg);
        }

        .sphere:nth-of-type(4) {
            transform: translate(-50%, -50%) rotate(180deg) translate(133px) rotate(-180deg);
        }

        .sphere:nth-of-type(5) {
            transform: translate(-50%, -50%) rotate(225deg) translate(133px) rotate(-225deg);
        }

        .sphere:nth-of-type(6) {
            transform: translate(-50%, -50%) rotate(270deg) translate(133px) rotate(-270deg);
        }

        .sphere:nth-of-type(7) {
            transform: translate(-50%, -50%) rotate(315deg) translate(133px) rotate(-315deg);
        }

        .sphere:nth-of-type(8) {
            transform: translate(-50%, -50%) rotate(360deg) translate(133px) rotate(-360deg);
        }

        .EYCFR-loginBoxInner {
            height: 220px;
            width: 220px;
            left: 50%;
        }

            .EYCFR-loginBoxInner:before {
                width: 318px;
                height: 318px;
            }

        .login {
            margin-top: -105px;
            width: 100%;
        }

            .login .title {
                font-size: 16px;
                letter-spacing: 2px;
                margin: 6px 0 6px 0;
                padding-bottom: 10px;
                line-height: normal;
            }

            .login input {
                padding: 6px 10px;
            }

                .login input + i.icon {
                    font-size: 12px;
                    margin-top: -32px;
                }

            .login a {
                display: none;
            }

            .login "button"{
                padding: 6px;
                max-width: 150px;
                max-height: 30px;
                bottom: 30px;
                margin: 0 35px;
            }
    }