﻿
* {
    margin: 0;
    padding: 0;
}

.loginBox {
    background: transparent;
    display: flex;
    height: 100%;
    max-width: unset;
    align-items: center;
}

.middle-it {
    position: fixed;
    top: 10px;
    left: 50%;
    bottom: 10px;
    right: unset;
    width: 100% !important;
    padding: 0 !important;
    max-width: unset;
    border-radius: 12px;
    overflow: hidden;
    transform: translateX(-50%);
}

body {
    background: #282e38;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
}

.moduleItems {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: center;
    margin: 10px 0;
}

    .moduleItems .moduleItem input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

    .moduleItems .moduleItem {
        cursor: pointer;
        animation: fadeSlide 0.8s forwards;
    }


        .moduleItems .moduleItem .moduleItem-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #e1e2e7;
            border-radius: 10px;
            -webkit-transition: -webkit-box-shadow 0.4s;
            transition: -webkit-box-shadow 0.4s;
            -o-transition: box-shadow 0.4s;
            transition: box-shadow 0.4s;
            transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
            position: relative;
            margin: 0;
            height: 76px;
            width: 66px;
            padding: 8px;
            opacity: 0.5;
            filter: grayscale(1);
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            border: 2px solid transparent !important
        }

            .moduleItems .moduleItem .moduleItem-content img {
                margin-right: 30px;
                height: 72px;
            }

.moduleItem-content .icon svg {
    height: 35px;
    width: 35px;
}

.moduleItems .moduleItem .moduleItem-details span {
    color: #fff;
}

.container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.moduleItems .moduleItem .moduleItem-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
}

.moduleItems .moduleItem .moduleItem-content:hover {
}

.moduleItems .moduleItem input[type="radio"]:checked + .moduleItem-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
    visibility: hidden;
}

.moduleItems .moduleItem input[type="radio"]:checked + .moduleItem-content {
    border: 2px solid #216ee0;
    background: #00000042;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
    filter: none;
    opacity: 1;
    margin: 0 14px;
    transform: scale(1.1);
}

.moduleItems .moduleItem input[type="radio"]:checked#edms + .moduleItem-content {
    border: 2px solid #10b7ff !important;
    background: #10b7ff !important;
}

.moduleItems .moduleItem input[type="radio"]:checked#ppms + .moduleItem-content {
    border: 2px solid #ff5050 !important;
    background: #ff5050 !important;
}

.moduleItems .moduleItem input[type="radio"]:checked#cpms + .moduleItem-content {
    border: 2px solid #ca5da0 !important;
    background: #ca5da0 !important;
}

.moduleItems .moduleItem input[type="radio"]:checked#pwms + .moduleItem-content {
    border: 2px solid #45b975 !important;
    background: #45b975 !important;
}

.moduleItems .moduleItem input[type="radio"]:checked#pats + .moduleItem-content {
    border: 2px solid #ff8010 !important;
    background: #ff8010 !important;
}

.moduleItems .moduleItem input[type="radio"]:checked#pccs + .moduleItem-content {
    border: 2px solid #8563b7 !important;
    background: #8563b7 !important;
}

.moduleItems .moduleItem input[type="radio"]:checked#pmix + .moduleItem-content {
    border: 2px solid #325eb1 !important;
    background: #325eb1 !important;
}

.moduleItems .moduleItem input[type="radio"]:checked + .moduleItem-content svg g path {
    fill: #fff !important
}

/*PATS COLOR*/
.moduleItems .moduleItem input[type="radio"] + .moduleItem-content {
    border: 1px solid #cbcbcb !important;
    background: #00000009 !important;
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
}
/*PCCS COLOR*/
.moduleItems .moduleItem input[type="radio"]#pccs + .moduleItem-content {
    border: 2px solid #8563b7;
    background: #8563b740;
}
/*PCCS svg COLOR*/
.moduleItems .moduleItem input[type="radio"] + .moduleItem-content svg {
    opacity: 0.5
}

.moduleItems .moduleItem input[type="radio"] + .moduleItem-content .moduleItem-details span {
    color: #fff
}

.moduleItems .moduleItem input[type="radio"]:checked + .moduleItem-content .moduleItem-details span {
    color: #fff
}

.moduleItems .moduleItem input[type="radio"] + .moduleItem-content svg path {
    fill: #fff
}

.moduleItems .moduleItem input[type="radio"]:checked + .moduleItem-content svg {
    opacity: 1
}

body.pats .btn-submit {
    background-color: #ff8010;
}

body.pccs .btn-submit {
    background-color: #7151a0;
}

body.pmix .btn-submit {
    background-color: #325eb1 ; /*#3332b1*/
}

.moduleItems .moduleItem input[type="radio"]:checked#pats + .moduleItem-content:before {
    content: '';
    border-top: 8px solid #ff8010;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.moduleItems .moduleItem input[type="radio"]:checked#pccs + .moduleItem-content:before {
    content: '';
    border-top: 8px solid #8563b7;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.moduleItems .moduleItem input[type="radio"]:checked#pmix + .moduleItem-content:before {
    content: '';
    border-top: 8px solid #325eb1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}
/*PWMS COLOR*/
.moduleItems .moduleItem input[type="radio"]#pwms + .moduleItem-content {
    border: 2px solid #45b975;
    background: #04422542;
    position: relative;
}

.moduleItems .moduleItem input[type="radio"]:checked#pwms + .moduleItem-content:before {
    content: '';
    border-top: 8px solid #45b975;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

body.pwms .btn-submit {
    background-color: #45b975;
}

/*EDMS COLOR*/
.moduleItems .moduleItem input[type="radio"]#edms + .moduleItem-content {
    border: 2px solid #10b7ff;
    background: #1a538542;
}

.moduleItems .moduleItem input[type="radio"]:checked#edms + .moduleItem-content:before {
    content: '';
    border-top: 8px solid #10b7ff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

body.edms .btn-submit {
    background-color: #10b7ff;
}

/*CPMS COLOR*/
.moduleItems .moduleItem input[type="radio"]#cpms + .moduleItem-content {
    border: 2px solid #ca5da0;
    background: #af1a6e42;
}

.moduleItems .moduleItem input[type="radio"]:checked#cpms + .moduleItem-content:before {
    content: '';
    border-top: 8px solid #ca5da0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

body.cpms .btn-submit {
    background-color: #ca5da0;
}

/*PPMS COLOR*/
.moduleItems .moduleItem input[type="radio"]#ppms + .moduleItem-content {
    border: 2px solid #ff5050;
    background: #7c17174d;
}

.moduleItems .moduleItem input[type="radio"]:checked#ppms + .moduleItem-content:before {
    content: '';
    border-top: 8px solid #ff5050;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

body.ppms .btn-submit {
    background-color: #ff5050;
}

@media screen and (max-width: 991px) {
    .moduleItems {
        margin: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10px;
    }

        .moduleItems .moduleItem {
            width: 100%;
        }

    .moduleItem.complete-moduleItem, .moduleItem.basic-moduleItem {
        margin-top: 20px;
    }



    .moduleItems .moduleItem input[type="radio"]:checked + .moduleItem-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .moduleItems .moduleItem .moduleItem-content .moduleItem-details {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .moduleItems .moduleItem .moduleItem-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .moduleItems .moduleItem input[type="radio"]:checked + .moduleItem-content:after {
        top: 20px;
        right: 10px;
    }

    .moduleItems .moduleItem .moduleItem-content .moduleItem-details {
        width: 100%;
    }

    .moduleItems .moduleItem .moduleItem-content {
        padding: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        text-align: center;
    }

        .moduleItems .moduleItem .moduleItem-content .icon {
            margin: auto;
        }
}

/* inspiration */
.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

    .inspiration a {
        color: #666;
    }

@media screen and (max-width: 767px) {
    /* inspiration */
    .inspiration {
        display: none;
    }
}



.btn-submit {
    width: 100%;
    display: block;
    border: none;
    border-radius: 5px;
    height: 50px;
    padding: 5px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #215aa1;
    transition: ease .5s;
    cursor: pointer;
}

    .btn-submit:hover {
        box-shadow: 0 0 0 500px rgba(255,255,255,0.2) inset
    }

.form-input {
    display: block;
    border: none;
    padding: 0px 0px 0 40px;
    outline: none;
    border-radius: 5px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    transition: ease .5s;
    background: #f5f5f5;
    position: relative;
}

input {
    outline: none
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
    }

.form-input input {
    height: 100%;
    width: calc(100%);
    border: none;
    background: transparent;
}


.form-input img {
    width: 19px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0.4;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-input input:focus ~ img {
    opacity: 1;
    transform: scale(1.1);
    top: 32%;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

@media screen and (max-width:1250px) {
    .login-page .logo {
        width: 300px;
        text-align: center;
    }

    .login-page h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:500px) {
    .login-page h1 {
        font-size: 25px;
    }

        .login-page h1 small {
            font-size: 18px;
        }
}




.splashWrp {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(20,27, 43, 0.65);
    z-index: 999999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Splash Screen */
}

    .splashWrp > div:last-child {
        position: relative;
        top: 58px;
        color: #fff;
        letter-spacing: 3px;
        left: 8px;
    }

    .splashWrp.fade-out {
        animation: fadeOut 0.5s ease-in 4s forwards;
    }

    .splashWrp * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .splashWrp body {
        background: white;
    }

    .splashWrp .content {
        background-color: white;
        min-height: 100vh;
        position: relative;
        left: 10%;
    }

        .splashWrp .content h1 {
            color: blue;
            font-size: 3.6rem;
        }

    .splashWrp .splash.display-none {
        width: 100%;
        opacity: 0;
        height: 100vh;
        position: fixed;
        background-color: rgba(0, 0, 0, 0);
        z-index: -10;
        transition: all 0.5s;
    }

    .splashWrp #logo {
        fill: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: fill 5s ease infinite;
    }

        .splashWrp #logo path {
            stroke-dasharray: 5000px;
            stroke-dashoffset: 10000px;
            animation: line-anim 10s ease infinite;
            stroke-width: 4rem;
        }


@keyframes line-anim {
    50% {
        stroke-dashoffset: 1200px;
        stroke-dasharray: 13000px;
        stroke: white;
        /* stroke-width: 50px; */
    }
}

@keyframes fill {
    0% {
        fill: transparent;
    }

    50% {
        fill: rgba(0, 0, 0, 0.2);
    }

    100% {
        fill: transparent;
    }
}
/*Loading Circle*/


.splashCircle #logo {
    transform: unset;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}


    .splashCircle #logo .loader-path {
        stroke-dasharray: 150,200;
        stroke-dashoffset: -10;
        -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
        animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
        stroke-linecap: round;
    }

@keyframes line-anim {
    50% {
        stroke-dashoffset: 1200px;
        stroke-dasharray: 13000px;
        stroke: white;
        /* stroke-width: 50px; */
    }
}

@keyframes fill {
    0% {
        fill: transparent;
    }

    50% {
        fill: rgba(0, 0, 0, 0.2);
    }

    100% {
        fill: transparent;
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}