﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body, html, form, section {
    height: 100%;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #202020;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #af9b47;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

p {
    margin: 0 0 15px;
    line-height: 1.6em;
    font-size: 11.5pt;
    color: #646464;
}

.fa-icon {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

    .fa-icon > .fa {
        position: absolute;
        margin-left: -25px;
        top: 3px;
    }

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
    overflow: hidden;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.push {
    min-height: 54px;
    clear: both;
}

.body-bg {
    background: url(images/page-bg.png) no-repeat center #1259a0;
    background-attachment: fixed;
}

.logo-container {
    padding: .8rem;
    background: #fff;
    display: inline-block;
    border-radius: .5rem;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
}

    .logo-container img {
        width: 200px;
    }

.login-bx {
    border-radius: .8rem;
}

.form-control {
    height: 35px;
    border-radius: .5rem;
    font-size: 1.3rem !important;
}

.btn {
    font-size: 1.4rem !important;
}

.btn-1 {
    padding: .8rem 4rem !important;
    border-radius: .5rem;
    background-color: #1259a0;
    color: #fff;
}

div .btn-1:parent {
    color: #ccc;
}

.g-plus-logo {
    width: 30px;
    margin-right: .8rem;
}

.btn-g-plus {
    border-radius: .5rem;
    border: 1px solid #dc4e41;
    padding: .8rem 1rem !important;
}

.btn-yellow {
    background-color: #12a84b;
    padding: .5rem 1rem !important;
    box-shadow: -5px 5px 3px rgba(0,0,0, .5);
    color: #fff;
}

    .btn-yellow img {
        width: 15px;
    }

.btn-holder {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .btn-holder:after {
        content: "";
        position: absolute;
        top: 0;
        left: -10%;
        background-color: #1259a0;
        border-radius: 50px;
        z-index: 0;
        width: 0;
        height: 100%;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .btn-holder.disabled:after {
        display: none;
    }

    .btn-holder .btn {
        background-color: transparent;
        color: #1259a0;
        border: 1px solid #1259a0;
    }

    .btn-holder:not(.disabled):hover .btn {
        color: #fff;
        position: relative;
        z-index: 99;
    }

    .btn-holder:hover:after {
        width: 120%;
    }

.card-bg-blue {
    background: #1259a0;
    border-radius: 25px;
    color: #fff !important;
}

    .card-bg-blue a {
        color: #fff;
    }

.copywrite {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ebebeb;
    padding: 15px 0 0;
    z-index: 999;
}

.login-group {
    width: calc(100% - 120px);
}

.bg-page-right .col-bx-right:after {
    content: '';
    position: absolute;
    top: -3rem;
    z-index: -1;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 1000%;
}

.bg-page-right .container, .bg-page-right .container-fluid {
    position: relative;
    ;
    z-index: 99;
}

@media(max-width: 992px) {
    .bg-page-right .col-bx-right:after {
        top: 0;
    }
}

.prod-card {
    height: 100%;
    border-radius: 25px;
    background: #12a84b;
    color: #fff;
}

    .prod-card a {
        color: #333;
        font-weight: 700;
    }

.prod-ico {
    display: block;
    width: 100px;
    background: #1259a0;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 100%;
}

@media(max-width: 767px) {
    .copywrite {
        position: static;
    }

    .login-group {
        width: 100%;
    }
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer
}

label {
    display: block;
}

.upload-wrap {
    border: 2px dotted #777;
    padding: 15px;
    border-radius: 8px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

@media(max-width: 992px) {
    .bg-page-right:after {
        display: none;
    }

    .col-bx-right {
        background: #fff;
        margin-top: 15px;
    }

    .bg-page-right {
        padding: .2rem 0 !important;
    }

    h1, .h1 {
        font-size: 2rem;
    }

    h2, .h2 {
        font-size: 1.8rem;
    }

    h3, .h3 {
        font-size: 1.65rem;
    }

    h4, .h4 {
        font-size: 1.4rem;
    }

    h5, .h5 {
        font-size: 1.2rem;
    }
}

@media(min-width:992px) {
    .list-steps {
        display: inline-block !important;
    }
}

input[type="checkbox"] {
    display: none
}

    input[type="checkbox"] + label, input[type="checkbox"] + input + label {
        display: inline-block;
        position: relative;
        line-height: normal;
        padding-left: 25px;
        margin-bottom: 15px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        vertical-align: top;
        font-weight: 500;
    }

.card-footer input[type="checkbox"] + label, .card-footer input[type="checkbox"] + input + label {
    min-height: 38px;
    padding: 15px 0;
    margin-bottom: 0;
    padding-left: 25px
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 0
}

input[type="checkbox"] + label:before, input[type="checkbox"] + input + label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #646464;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: all .12s,border-color .08s;
    transition: all .12s,border-color .08s
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"]:checked + input + label:before {
    width: 8px;
    top: -4px;
    left: 4px;
    border-radius: 0;
    opacity: 1;
    border-color: #21abe1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.list-checkbox {
    padding: 0;
    margin: 0;
    list-style: none
}

    .list-checkbox li {
        margin: 10px 0;
        list-style: none;
        font-size: 14px
    }

    .list-checkbox label {
        margin-bottom: 10px !important
    }

.form-check-label:hover {
    color: #1259a0 !important;
}

.list-prod-chkbx li {
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 15px;
    width: 50%;
    max-width: 290px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 25px;
}

@media(max-width: 767px) {
    .list-prod-chkbx li {
        width: 100%;
    }
}

.pin-input li {
    padding-right: 10px;
    width: 80px;
}

    .pin-input li input {
        text-align: center;
    }

.logo-inside {
    max-width: 175px;
    padding: 5px;
    background-color: #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:992px) {
    .logo-inside:after {
        content: '';
        position: absolute;
        top: -30px;
        left: -100%;
        right: 100%;
        bottom: 0;
        z-index: -2;
        background-color: #fff;
        width: 1000%;
    }
}

.list-steps {
    list-style: none;
    margin-top: 15px;
    position: relative;
    padding-left: 0;
}

    .list-steps li {
        text-align: left;
        color: #fff;
        padding-bottom: 25px;
        padding-left: 22px;
        position: relative;
    }

        .list-steps li:last-child {
            padding-bottom: 0;
        }

        .list-steps li:before {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 10px;
            height: 10px;
            border-radius: 100%;
            border: 1px solid rgba(255, 255, 255, 0.5);
        }

    .list-steps:before {
        content: '';
        position: absolute;
        top: 2%;
        left: 3.2px;
        width: 3px;
        height: 96%;
        background-color: rgba(255, 255, 255, 0.2)
    }

    .list-steps li.done:after {
        content: '';
        position: absolute;
        top: 15px;
        left: 3.2px;
        width: 3px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5)
    }

    .list-steps li.active {
        font-weight: 700;
    }

    .list-steps li.done:before {
        background-color: #fff;
    }

    .list-steps li.active:before {
        background-color: #fff;
        animation: pulse-animation 2s infinite;
        box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.5);
    }

.steps-final:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.steps-final li {
    color: #333;
}

    .steps-final li.done:before {
        background-color: #008000;
    }

.list-steps li:before {
    background-color: #FFA500
}

.steps-final li.done:after {
    background-color: #008000;
}

.steps-final li.active:before {
    background-color: #008000;
    animation: pulse-active-animation 2s infinite;
    box-shadow: 0px 0px 1px 1px rgba(0, 128, 0, .72);
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

@keyframes pulse-active-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 128, 0, .5);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(0, 128, 0, .0);
    }
}

@media(max-width: 767px) {
    .list-steps li:not(.active) {
        display: none;
    }

    .list-steps:before {
        display: none;
    }
}

@media(max-width: 992px) {
    .list-steps:before, .list-steps li.done:after {
        display: none;
    }

    .list-steps li {
        padding-right: 25px;
        min-width: 170px;
    }
}

.track-user {
    width: 120px;
    margin-right: 15px;
    border: 1px solid #ccc;
}

.acc-select .prod-card {
    background-color: transparent;
    border: 1px solid #1259a0;
    transition: all .2s ease-in-out;
}

    .acc-select .prod-card .card-body a {
        display: -ms-flex;
        display: flex;
        align-items: center;
        font-size: 18px;
        text-decoration: none;
    }

        .acc-select .prod-card .card-body a .prod-ico {
            margin: 0;
            margin-right: 15px;
            width: 100px;
        }

        .acc-select .prod-card .card-body a .prod-txt {
            width: calc(100% - 100px);
        }

    .acc-select .prod-card:hover {
        background-color: transparent;
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
    }

        .acc-select .prod-card:hover a .prod-txt {
            color: black;
        }

        .acc-select .prod-card:hover .card-body a .prod-ico {
            background-color: #12a84b;
            box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
        }


.modal-content {
    border-radius: 15px !important;
    background-color: #f4faff;
    height: calc(100vh - 50px);
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-open .modal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.modal.show .modal-dialog {
    z-index: 999;
    padding-top: 10px;
}

.modal-backdrop.show {
    display: none;
}

.modal-header {
    background-color: #1259a0;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

    .modal-header .close {
        color: #fff;
        font-size: 26px;
    }

    .modal-header .modal-title {
        font-size: 2rem;
    }

.modal-body {
    height: calc(100vh - 50px);
    overflow-y: auto;
    overflow-x: hidden;
}

.username-logoff {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    background-color: #1259a0;
    border-radius: 5px 0 0 5px;
    color: #fff;
    z-index: 9999;
}

.err-msg {
    position: absolute;
    bottom: -15px;
    left: 5px;
    background-color: #cc0000;
    color: #fff;
    font-size: 90%;
    padding: 3px 8px;
}

    .err-msg:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 5px;
        right: 0;
        width: 5px;
        height: 5px;
        border: 5px solid transparent;
        border-bottom-color: #cc0000;
    }

.success-card {
    border-color: #008000 !important;
    display: inline-block;
    text-align: center;
}

    .success-card .fa-check {
        border: 1px solid #008000;
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        color: #008000;
        transform: translateY(-30px);
        background-color: #fff;
        margin-bottom: -50px;
        border-radius: 100%;
    }

    .success-card .icon-section {
        border: 1px solid #008000;
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        color: #008000;
        transform: translateY(-30px);
        background-color: #fff;
        margin-bottom: -50px;
        border-radius: 100%;
    }

.error-card {
    border-color: #cc0000 !important;
    display: inline-block;
    text-align: center;
}

    .error-card .fa-exclamation-triangle {
        border: 1px solid #cc0000;
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
        color: #cc0000;
        transform: translateY(-30px);
        background-color: #fff;
        margin-bottom: -50px;
        border-radius: 100%;
    }

.field-validation-error {
    color: #cc0000;
}

.text {
    color: #1259a0;
    display: inline-block;
    margin-left: 5px;
}


/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #4a4a4a;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 99999;
    border: 4px solid #Fff;
    top: 50%;
    left: 50%;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}


.line-center {
    margin: 0;
    padding: 0 112px;
    background: #fff;
    display: inline-block;
}

.iam-readonly {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.font-weight-bold {
    overflow-wrap: break-word !important;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
