html,
body {
    font-family: Roboto !important;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    background-color: #fafafa;
}

a:hover {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.container {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: auto;
    display: flex;
    background-color: transparent;
    box-shadow: 0 0 5px #999999;
}

.login .col-left,
.login .col-right {
    padding: 120px 20px 0px;
    display: flex;
}

.login .col-left {
    width: 40%;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: #2aa15f;
}

.login .col-right {
    padding: 40px 25px;
    width: 60%;
}

@media(max-width: 575px) {
    body {
        background-color: #fff;
    }

    .wrapper {
        min-height: auto;
    }

    .login .container {
        flex-direction: column;
        box-shadow: none;
    }

    .login .col-left,
    .login .col-right {
        width: 100%;
        margin: 0;
        clip-path: none;
    }

    .login .col-left {
        display: none;
    }

    .login .col-right {
        padding: 30px;
        flex-direction: column;
    }

    .logo-large {
        margin-left: 0px !important;
        text-align: center;
        margin-bottom: 25px;
    }
}

.login .login-text {
    position: relative;
    width: 100%;
    color: #ffffff;
}

.login .login-text h2 {
    margin: 10px 0 5px 0;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 700;
}

.login .login-text p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}

.login .login-text .btn {
    display: inline-block;
    font-family: poppins;
    padding: 7px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 30px;
    color: #ffffff;
    outline: none;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
    transition: .3s;
}

.login .login-text .btn:hover {
    color: #2aa15f;
    box-shadow: inset 150px 0 0 0 #ffffff;
}

.login .login-form {
    position: relative;
    width: 100%;
}

.login .login-form h2 {
    margin: 0 0 30px 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #666;
    letter-spacing: 1.5px;
}

.login .login-form p {
    margin: 0 0 10px 0;
    text-align: left;
    color: #666666;
    font-size: 15px;
}


.form-group {
    margin-bottom: 25px;
    display: block;
}

.login .login-form label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: .5px;
    font-size: 13px;
    color: #333;
}


.login .login-form label span {
    color: #ff574e;
    padding-left: 2px;
}

.login .login-form input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #dadce0;
    border-radius: 4px;
    font-size: 14px;
}

.login .login-form select {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    padding: 0 10px !important;
    outline: none;
    border: 1px solid #dadce0 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    color: #000 !important;
    font-size: 14px !important;
    font-family: arial !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-results>.select2-results__options {
    font-family: arial !important;
    color: #000 !important;
    font-size: 13px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    padding: 10px !important;
}

.login .login-form button,
.login .login-form input[type=submit] {
    width: 240px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    cursor: pointer;
    background-color: #2aa15f;
    border-radius: 20px;
    /* box-shadow: inset 0 0 0 0 #2aa15f; */
    transition: .3s;
    border: none !important;
    outline: none !important;
    margin: 0 auto;
    display: block;
    padding: 0px;
    transition: background-color .1s
}

.login .login-form button:hover,
.login .login-form input[type=submit]:hover {
    box-shadow: inset 250px 0 0 0 #22c08a;
    border: none;
    outline: none;
}

.logo-large {
    margin-left: -290px;
    position: relative;
    width: 100%;
}

.logo {
    max-width: 100%;
    height: 70px;
}

.tap-card {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.tap-card input {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    z-index: 999;
}

.content-card {
    max-width: 600px;
    background-color: #dbf6fd;
    box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.3);
    transition: transform .3s ease-out;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.content-card .body-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-card .body-card .title-card h1 {
    margin: 0px;
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 5px;
    animation: text-animation 3s infinite;
}

.content-card .body-card .img-card img {
    max-width: 100%;
    height: 250px;
    object-fit: cover;
}

.content-card .footer-card {
    text-align: center;
    margin-top: 30px;
}

@keyframes text-animation {
    0% {
        color: #000;
        /* text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.2), 0 0 0.125em hsla(320, 100%, 60%, 0.3), -1em -0.125em 0.5em hsla(40, 100%, 60%, 0), 1em 0.125em 0.5em hsla(200, 100%, 60%, 0); */
    }

    40% {
        color: #1a73e8;
        /* color: hsl(230, 100%, 95%);
         text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.5), 0 0 0.125em hsla(320, 100%, 90%, 0.5), -0.25em -0.125em 0.125em hsla(40, 100%, 60%, 0.2), 0.25em 0.125em 0.125em hsla(200, 100%, 60%, 0.4); */
    }

    70% {
        color: #000;
        /* text-shadow: 0 0 1em hsla(320, 100%, 50%, 0.5), 0 0 0.125em hsla(320, 100%, 60%, 0.5), 0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2), -0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4); */
    }

    100% {
        color: #1a73e8;
    }
}

@media(max-width: 575px) {
    .tabcard-content {
        flex-direction: column;
    }
}

.text-loading {
    font-size: 15px;
}

.text-loading:after {
    display: inline-block;
    animation: dotty steps(1, end) 2s infinite;
    content: '';
}

@keyframes dotty {
    0% {
        content: '';
    }

    25% {
        content: '.';
    }

    50% {
        content: '..';
    }

    75% {
        content: '...';
    }

    100% {
        content: '';
    }
}

.content-loading {
    /*position: absolute;*/
    z-index: 99999 !important;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.9);
    /*background-color: lightblue;*/
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    font-size: 0;
}

.content-loading>.loading {
    font: 26px/1.5 Monospace;
    color: #10c4b5;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading>span {
    -webkit-animation: flip 2s infinite;
    animation: flip 2s infinite;
    display: inline-block;
    -webkit-transform-origin: 50% 50% -10px;
    transform-origin: 50% 50% -10px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.loading>span:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading>span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading>span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading>span:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading>span:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading>span:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading>span:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes flip {
    to {
        -webkit-transform: rotateX(1turn);
        transform: rotateX(1turn);
    }
}

@keyframes flip {
    to {
        -webkit-transform: rotateX(1turn);
        transform: rotateX(1turn);
    }
}


/* ======= Toast message ======== */

#toast {
    position: fixed;
    top: 32px;
    right: 32px;
    z-index: 999999;
}

.toast {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 2px;
    padding: 10px 0;
    min-width: 400px;
    max-width: 450px;
    border-left: 4px solid;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
    transition: all linear 0.3s;
}

.toast h3 {
    margin: 5px 0px 10px 0px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1.5px;
}

.toast p {
    margin: 5px 0px;
    font-size: 13px;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(calc(100% + 32px));
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

.toast--success {
    border-color: #2aa15f;
    background-color: #07bc0c;
}

.toast--success .toast__icon {
    color: #2aa15f;
}

.toast--info {
    border-color: #2f86eb;
}

.toast--info .toast__icon {
    color: #2f86eb;
}

.toast--warning {
    border-color: #ffc021;
}

.toast--warning .toast__icon {
    color: #ffc021;
}

.toast--error {
    border-color: #ff623d;
}

.toast--error .toast__icon {
    color: #ff623d;
}

.toast+.toast {
    margin-top: 24px;
}

.toast__icon {
    font-size: 24px;
}

.toast__icon,
.toast__close {
    padding: 0 16px;
}

.toast__body {
    flex-grow: 1;
}

.toast__title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.toast__msg {
    font-size: 14px;
    color: #fff;
    margin-top: 6px;
    line-height: 1.5;
}

.toast__close {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.toast--error .toast__title,
.toast--error .toast__msg,
.toast--error .toast__close {
    color: red !important
}

.progressbar {
    counter-reset: step;
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    align-self: center;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -70px;
}

.progressbar h4 {
    display: inline-block;
    color: green;
    letter-spacing: 2.0px;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    color: #333;
}




.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid green;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 5px 30px auto;
    background-color: #fff;
    color: green;
}

.progressbar li:after {
    content: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #666;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}


@media(max-width: 1024px) {

    .progressbar {
        flex-direction: row;
        position: relative;
        right: auto;
        width: 100%;
        margin: 20px;
    }

    .progressbar h4 {
        display: none
    }

    .progressbar li {
        text-align: center;
    }

    .progressbar li:before {
        display: block;
        margin: 0 auto 15px auto;
    }

    .progressbar li:after {
        content: none
    }
}

@media(max-width: 575px) {

    .progressbar {
        flex-direction: column;
        position: relative;
        right: auto;
        width: 100%;
        margin: 10px 0px 0px 0px;
        padding-left: 20px;
    }

    .progressbar li {
        text-align: left;
    }

    .progressbar li:before {
        display: inline-block;
        margin: 0 5px 15px auto;
    }

}



#card-1 {
    width: 100%;
    max-width: 600px;
    background-image: linear-gradient(#f0f0ec, #f0f0ec), linear-gradient(#f0f0ec, #f0f0ec);
    background-size: 100% 25%, 100% 74%;
    background-position: top left, bottom left;
    background-repeat: no-repeat;
    padding: 10px 15px 20px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0.25em;
    box-shadow: 0 0 0.375em rgba(0, 0, 0, .35);
}

#card-1 .profile {
    position: relative;
    display: block;
    margin: 0 auto;
    /* border-radius: 50%; */
}

#card-1 img {
    width: 350px;
    height: auto;
    object-fit: cover;
}

#card-1 header h1 {
    color: #333;
    font-size: 40px;
    letter-spacing: 2.5px;
    margin: 20px 0px 70px 0px;
}

#card-1 .contact-button {
    display: inline-block;
    padding: 15px 70px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: red;
    border-radius: 5px;
    transition: all 350ms ease;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}

#card-1 .contact-button:hover {
    background-color: #ff623d;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    color: #000;
}