﻿@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
}

body {
    background: linear-gradient(135deg, #1a3dd9 0%, #547fff 100%);
}

textarea {
    resize: none !important;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    input[type='submit'],
    button,
    button:focus {
        outline: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.freeTrial-pg .main-container {
    background: url('../images/Rectangle 169.svg');
    background-size: cover;
    background-position: unset;
    height: 100vh;
    width: 100vw;
  /*  padding: 80px;*/
    box-sizing: border-box;
}

.freeTrial-pg h1.form-title {
    color: #121216;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    margin-top: 30px;
    letter-spacing: 0;
}

.freeTrial-pg #free-trial-form {
    cursor: auto;
    background: linear-gradient(135deg, #f7f7f8 0%, #fff 100%);
    margin: 0 auto !important;
    z-index: 100;
    box-shadow: -16px 32px 32px rgba(1, 9, 102, 0.18);
    width: 410px;
    padding: 35px 40px 35px;
    box-sizing: border-box;
    border-radius: 16px;
    width: 100%;
    max-width: 410px;
}

.freeTrial-pg #frmFreeTrial {
    text-align: center;
    min-height: 400px;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
#txtEmailAddress,
form textarea {
    background-color: #ffffff;
    border: 1px solid #4b74f9;
    width: 100%;
    height: 43px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #222;
}


form #ddlCountry {
    background-color: #ffffff;
    border: 1px solid #4b74f9;
    width: 100%;
    height: 43px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #222;
}

select.form-control,
textarea.form-control {
    border: 1px solid #4b74f9;
    font-size: 16px;
    color: #222;
}

select.form-control {
    height: 43px;
}

form input[type='password'] {
    padding: 6px 12px 7px;
}

@-moz-document url-prefix() {
    form input[type='password'] {
        padding: 5px 12px 7px;
    }
}

.form-control {
    box-shadow: none;
}

form .form-group label {
    color: #3e4955;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    display: block;
    margin-bottom: 8px;
}

    form .form-group label span {
        font-size: 11px;
        position: relative;
        top: -3px;
        left: 2px;
        color: #888;
    }

.ftr-block {
    height: 100vh;
    min-height: 400px;
}

.ftr-wrap {
    z-index: 100;
    margin-top: 80px;
}

.ftr-text {
    margin-top: 25px;
}

.ftr-block img {
    margin-right: 35px;
    display: inline;
    height: 52px;
    width: auto;
}

.ftr-block h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin-top: 35px;
}

.ftr-block p {
    color: #f8f8f8;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
    height: auto;
    margin-bottom: 15px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    color: #f8f8f8;
}

    .footer .text-right div {
        margin-bottom: 0;
        margin-top: 7px;
        font-size: 12px;
    }

    .footer .col-md-4 {
        padding-left: 15px !important;
    }

    .footer a {
        color: #f6f6f6;
        font-size: 12px;
        margin: 5px;
        text-decoration: none;
        margin-bottom: 10px;
        display: inline-block;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.btn-primary {
    padding: 7px 29px 9px;
    height: 40px;
    background: linear-gradient(135deg, #1a3dd9 0%, #547fff 100%);
    border-radius: 20px;
    color: #fff;
    border: 0;
    font-size: 16px;
    line-height: 11px;
    cursor: pointer;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    margin-top: 7px;
    border: 1px solid #284de2 !important;
    box-sizing: border-box;
}

.btn-secondary {
    padding: 7px 29px 9px;
    height: 40px;
    background: white;
    border-radius: 20px;
    color: #284de2;
    font-size: 16px;
    line-height: 11px;
    cursor: pointer;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
    margin-top: 7px;
    border: 1px solid #284de2 !important;
    box-sizing: border-box;
    transition: 0.2s ease;
}

.btn-primary.active,
.btn-primary:hover {
    background: linear-gradient(135deg, #1a3dd9 0%, #1a3dd9 100%);
}

.btn-primary:hover {
    background: #fff;
    color: #284de2;
    border: 1px solid #284de2 !important;
}

.btn-secondary.active,
.btn-secondary:hover {
    background: #cfe0ff;
    border: 1px solid #284de2 !important;
    transition: 0.2s ease;
}

.btn-secondary:hover {
    background: #cfe0ff;
    color: #284de2;
    border: 1px solid #284de2 !important;
    transition: 0.2s ease;
}

#btnFreeTrialBegin {
}

#spanSignin {
    color: #121216;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    margin-top: 20px;
    display: block;
}

    #spanSignin a {
        color: #4e75ff;
    }

/* Steps */
.ft-step {
    margin-top: 30px;
}

    .ft-step h1 {
        color: #0c629c;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        text-align: center;
        margin-top: 15px;
    }

    .ft-step .confirm-msg {
        color: #3e4955;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        margin-top: 10px;
    }

#hiddenButton {
    display: none;
}

.ft-step .check-msg {
    color: #3e4955;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
}

.ft-step .step-img {
    width: 270px;
}

.ft-step.set-pass h1 {
    color: #3e4955;
    margin-top: 45px;
    margin-bottom: 33px;
}

.ft-step.set-adds h1 {
    color: #3e4955;
    margin-top: 35px;
    margin-bottom: px;
    font-size: 22px;
}

.ft-step.set-curr h1 {
    color: #3e4955;
    margin-top: 35px;
    margin-bottom: px;
    font-size: 22px;
}

.ft-step .sub-title {
    color: #6d7b8c;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.freeTrial-pg .form-group {
    position: relative;
}

.freeTrial-pg label.inputLabel {
    color: #222;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 12px !important;
    text-align: left;
    position: absolute;
    left: 11px;
    background: #fafafa;
    top: -6px;
    padding: 0 2px;
    z-index: 99;
    display: none;
}

.freeTrial-pg .filled label.inputLabel {
    display: block;
}

input[type='text'].error,
input[type='password'].error,
input[type='email'].error,
textarea.error {
    border-color: #cd2b1e !important;
}

.modal.modal-wide .modal-dialog {
    width: 30%;
}

.modal-wide .modal-body {
    overflow-y: auto;
    text-align: center;
    margin: 30px 30px 10px;
}

.modal-dialog {
    top: 20% !important;
}

#loadingModal {
    background: rgba(0, 0, 0, 0.6);
}

    #loadingModal .modal-body p {
        margin-top: 20px;
        font-size: 18px;
        text-align: center;
        color: #121216;
        font-weight: 400;
    }

    #loadingModal .modal-content {
        box-shadow: -16px 32px 32px rgba(1, 9, 102, 0.18);
        max-width: 600px;
        margin: 0 auto;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 16px;
        height: 250px;
    }

/* LOADING SPINNER
========================================*/
.spinner {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #365dea;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.5s linear infinite; /* Safari */
    animation: spin 0.5s linear infinite;
    margin: 22px auto 32px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1299px) {
    .ftr-block img {
        height: 38px;
    }
}

@media only screen and (max-width: 1099px) {
    .ftr-wrap {
        left: 115px;
    }
}

@media only screen and (max-width: 1024px) {
    .ftr-block img {
        height: 35px;
    }

    .freeTrial-pg #free-trial-form {
        max-width: 350px;
        right: -40px;
    }

    .ftr-wrap {
        left: 60px;
        max-width: 80%;
    }

    .ftr-block p br {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .ftr-block img {
        height: 28px;
    }

    .ftr-block h1 {
        font-size: 28px;
    }

    .ftr-block img {
        height: 46px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        background-color: #1179bf;
    }

    .freeTrial-pg .main-container {
        height: unset;
        width: unset;
        padding: unset;
    }

    #frmFreeTrial {
        height: auto;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .ftr-text,
    .ftr-text h1 {
        margin-top: 0;
    }

    .ftr-block {
        height: auto;
        padding-top: 5px;
        padding-bottom: 40px;
        min-height: inherit;
        box-sizing: border-box;
    }

        .ftr-block img {
            margin-left: 20px;
            display: inline;
            width: 92px;
            margin-right: 0;
        }

    .ftr-imgs img:first-child {
        margin-left: 0;
    }

    .ftr-block h1 {
        font-size: 26px;
    }

    .ftr-block p {
        font-size: 16px;
    }

    .freeTrial-pg #free-trial-form {
        width: 100%;
        right: 0;
        padding: 30px 30px 35px;
        box-sizing: border-box;
        left: 0;
        right: 0;
        position: relative;
    }

    #spanSignin {
        margin-top: 35px;
    }

    .ftr-wrap {
        position: relative;
        z-index: 100;
        transform: translateY(0%);
        left: 0;
        padding: 0 15px;
        max-width: 100%;
        margin-top: 25px;
        text-align: center;
    }

    .footer {
        position: relative;
        padding: 10px 0px;
        color: #fff;
        bottom: 0;
        text-align: center;
    }

        .footer .text-right {
            text-align: center !important;
        }

            .footer .text-right div {
                margin-bottom: 0;
                margin-top: 5px;
            }

        .footer a {
            margin: 0;
        }

        .footer span.divider {
            border-left: 1px solid #888;
            height: 13px;
            display: inline-block;
            margin: 0 5px;
            position: relative;
            top: 2px;
        }

    .ftr-block p {
        margin-bottom: 0;
    }

    .select2-container {
        width: 100% !important;
    }

    .modal.modal-wide .modal-dialog {
        width: 100%;
    }

    .footer.relative .text-right {
        background: none;
        background-image: none;
    }

    #btnFreeTrialBegin {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 499px) {
    .ft-step.set-pass h1 {
        margin-bottom: 25px;
    }

    .ft-step .sub-title {
        margin-bottom: 20px;
    }

    .ftr-block {
        display: none !important;
    }

    .freeTrial-pg #frmFreeTrial {
        height: auto;
    }

    .freeTrial-pg #free-trial-form {
        padding: 30px 20px 10px;
        transform: translateY(0%);
        margin-top: 5px !important;
    }

    #spanSignin {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .content {
        min-height: calc(100vh - 65px);
    }

    .modal.modal-wide .modal-dialog {
        width: calc(100% - 20px);
    }

    #frmFreeTrial {
        min-height: 360px;
    }

    .aligner .aligner-item {
        width: 100%;
    }
}

.page-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 40px;
}

    h2.--tight {
        margin-bottom: 12px;
    }

.form-paragraph {
    font-size: 14px;
    margin-bottom: 40px;
}

.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .main-container .container-fluid {
        width: 100%;
        height: 100%;
    }

.content-inner {
    width: 100%;
}

.sales-text {
    height: fit-content;
}

.btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 40px;
    padding: 16px 32px;
    box-sizing: border-box;
    height: auto;
    transition: 0.2s ease;
}

    .btn:hover {
        transition: 0.2s ease;
    }

.btn-primary {
    background-image: linear-gradient( 135deg, #03138c 0%, #1a3dd9 50%, #547fff 100% );
    background-size: 200%;
    background-position: 90% 50%;
    transition: all 0.4s ease;
}

    .btn-primary:hover {
        background-image: linear-gradient( 135deg, #03138c 0%, #1a3dd9 50%, #547fff 100% );
        background-size: 200%;
        background-position: 20% 50%;
        color: white;
        transition: all 0.4s ease;
    }

.form-group.btn-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    column-gap: 16px;
}
