﻿@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    //font-weight: 400;
    src: local("Gotham Pro"), local("Gotham Pro"), url("/fonts/GothamPro.woff2") format("woff2"), url("/fonts/GothamPro.woff") format("woff");
    /*src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('/fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'),*/
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    /*url('/fonts/source-sans-pro-v14-latin-regular.woff') format('woff');*/
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: "quixy-icons";
    src: url("/fonts/icomoon.eot");
    src: url("/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon.ttf") format("truetype"), url("/fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    /*font-family: 'Source Sans Pro' !important;*/
    font-family: Gotham Pro, Proxima Nova, arial, serif !important;
    letter-spacing: inherit !important;
    /*margin-top: 65px;*/
    background-color: #fff;
    overflow: hidden;
}

.freetrial-body {
    background-color: #87CEFA;
}

a:hover {
    color: #2f51b5;
    text-decoration: none;
}

.container.body-content {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100%;
}

.navbar-header {
    position: relative;
    top: -4px;
    display: none;
}

.left-block {
    height: 100vh;
    background-color: #fafafa;
    border-right: 1px solid #ededed !important;
}

.organization-logo img {
    height: 40px;
    margin-top: 25px;
    margin-left: 36px;
    overflow: auto;
    position: absolute;
}

.lside-bgimg {
    height: calc(100vh - 114px);
    min-height: 300px;
    background-image: url(/images/Quixy-Signup-Illustration.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 40%;
    margin-top: 70px;
}

.login-powered {
    margin: 0 0 20px 36px;
    position: relative;
}

.login-powered span {
    font-size: 11px;
    font-style: normal !important;
    color: #000;
    margin: 2px 0 0 2px;
    position: absolute;
}

.login-powered img {
    height: 15px !important;
    margin-top: -10px !important;
    margin-left: 74px !important;
}

.bg-circles {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-right-block {
    text-align: right;
    width: 90%;
    margin-top: 40px;
}

.display-block {
    height: calc(100vh - 60px);
    padding: 140px 185px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.title {
    font-size: 20px;
    color: #141518;
    font-weight: 600;
    padding: 3px 0;
}

.description {
    color: #727374;
    width: 402px;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 400;
}

.login-btn,
.next-btn {
    width: 100%;
    background-color: #2f51b5 !important;
    border-color: transparent;
    color: #fff;
    border-radius: 4px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-bottom: 14px;
    border: 0 !important;
    outline: none !important;
}

.login-btn,
.next-btn:hover {
    color: #fff !important;
    background-color: #2f51b5 !important;
    border-color: transparent !important;
}

.forgot-pwd {
    text-align: right;
    margin: -6px 1px 18px;
    display: block;
}

.circle {
    border: 1px solid #ededed;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    position: absolute;
}

.circle.four,
.circle.five,
.circle.seven {
    z-index: 999999;
}

.circle.one {
    right: -60px;
    top: 20%;
    transform: rotate(-90deg);
    height: 100px;
    width: 200px;
    border-radius: 150px 150px 0 0;
    z-index: 0;
}

.circle.two {
    width: 40px;
    height: 40px;
    top: 160px;
    right: 209px;
}

.circle.three {
    height: 120px;
    width: 120px;
    top: -61px;
    right: 600px;
    z-index: 1;
}

.circle.four {
    height: 120px;
    width: 120px;
    top: -67px;
    left: 360px;
}

.circle.five {
    width: 50px;
    height: 50px;
    top: 90px;
    left: 260px;
}

.circle.six {
    width: 60px;
    height: 60px;
    right: 614px;
    bottom: 0;
}

.circle.seven {
    width: 40px;
    height: 40px;
    left: 139px;
    bottom: 76px;
}

.circle.eight {
    right: 141px;
    transform: rotate(0deg);
    height: 60px;
    width: 120px;
    border-radius: 150px 150px 0 0;
    bottom: 0;
}

.navbar-brand>.icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-consent .client-logo {
    float: left;
}

.page-consent .client-logo img {
    width: 80px;
    height: 80px;
}

.page-consent .consent-buttons {
    margin-top: 25px;
}

.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}

.page-consent .consent-form .consent-description {
    margin-left: 25px;
}

.page-consent .consent-form .consent-description label {
    font-weight: normal;
}

.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.grants .page-header {
    margin-bottom: 10px;
}

.grants .grant {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

.grants .grant img {
    width: 100px;
    height: 100px;
}

.grants .grant .clientname {
    font-size: 140%;
    font-weight: bold;
}

.grants .grant .granttype {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant .created {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant .expires {
    font-size: 120%;
    font-weight: bold;
}

.grants .grant li {
    list-style-type: none;
    display: inline;
}

.grants .grant li:after {
    content: ', ';
}

.grants .grant li:last-child:after {
    content: '';
}

.fuse-splash-screen {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2f51b5;
    z-index: 99999;
    pointer-events: none;
}

.fuse-splash-screen .center {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.fuse-splash-screen .logo {
    width: 128px;
    margin: 0 auto;
}

.fuse-splash-screen .logo img {
    filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}

.fuse-splash-screen .spinner-wrapper {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100px;
    height: 100px;
}

.fuse-splash-screen .spinner-wrapper .spinner {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin-left: -50px;
    animation: outer-rotate 2.91667s linear infinite;
}

.fuse-splash-screen .spinner-wrapper .spinner .inner {
    width: 100px;
    height: 100px;
    position: relative;
    animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

.fuse-splash-screen .spinner-wrapper .spinner .inner .gap {
    position: absolute;
    left: 49px;
    right: 49px;
    top: 0;
    bottom: 0;
    border-top: 10px solid;
    box-sizing: border-box;
}

.fuse-splash-screen .spinner-wrapper .spinner .inner .left,
.fuse-splash-screen .spinner-wrapper .spinner .inner .right {
    position: absolute;
    top: 0;
    height: 100px;
    width: 50px;
    overflow: hidden;
}

.fuse-splash-screen .spinner-wrapper .spinner .inner .left .half-circle,
.fuse-splash-screen .spinner-wrapper .spinner .inner .right .half-circle {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 10px solid #2db7ed;
    border-bottom-color: transparent;
    border-radius: 50%;
}

.fuse-splash-screen .spinner-wrapper .spinner .inner .left {
    left: 0;
}

.fuse-splash-screen .spinner-wrapper .spinner .inner .left .half-circle {
    left: 0;
    border-right-color: transparent;
    animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
    -webkit-animation: left-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

.fuse-splash-screen .spinner-wrapper .spinner .inner .right {
    right: 0;
}

.fuse-splash-screen .spinner-wrapper .spinner .inner .right .half-circle {
    right: 0;
    border-left-color: transparent;
    animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
    -webkit-animation: right-wobble 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}

* {
    -webkit-print-color-adjust: exact !important;
    /*Chrome, Safari */
    /*color-adjust: exact !important;*/
    /*Firefox*/
}

@keyframes outer-rotate {
    0% {
        transform: rotate(0deg) scale(0.5);
    }
    100% {
        transform: rotate(360deg) scale(0.5);
    }
}

@keyframes left-wobble {
    0%,
    100% {
        transform: rotate(130deg);
    }
    50% {
        transform: rotate(-5deg);
    }
}

@keyframes right-wobble {
    0%,
    100% {
        transform: rotate(-130deg);
    }
    50% {
        transform: rotate(5deg);
    }
}

@keyframes sporadic-rotate {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    100% {
        transform: rotate(1080deg);
    }
}

.bck-img {
    display: none !important;
}

.sso-login-btn,
.ad-login-btn {
    width: 100%;
    background-color: #fff !important;
    border-color: #2f51b5 !important;
    color: #2f51b5 !important;
    border-radius: 5px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-bottom: 10px;
}

.sso-login-btn[disabled],
.ad-login-btn[disabled] {
    width: 100%;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #2f51b5 !important;
    border-radius: 5px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-bottom: 10px;
}

.sso-login-btn:hover,
.ad-login-btn:hover {
    background-color: #fff !important;
    border-color: #2f51b5 !important;
    color: #2f51b5 !important;
}

.top-left-block {
    text-align: left;
    width: 90%;
    margin-top: 40px;
}

.top-left-bck-btn {
    width: 80px;
    height: 34px;
    text-align: center;
    margin-top: 40px;
    margin-left: -3px;
    border: 1px solid #EDEDED;
    padding: 5px 0px;
    border-radius: 4px;
    cursor: pointer;
}

.top-left-bck-btn i {
    font-size: 20px;
    position: relative;
    top: 1.5px;
    font-weight: 500;
}

.top-left-bck-btn .mbl-link {
    text-decoration: none;
    color: #727374;
    cursor: pointer;
}

.top-left-bck-btn .bck-mbl-link {
    text-decoration: none;
    color: #727374;
    cursor: pointer;
}

.forgot-textalign {
    float: right;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 16px;
}

.forgot-textalign a {
    color: #2f51b5 !important;
    text-decoration: none;
    cursor: pointer;
}

.frgt-top {
    margin-top: -9px;
}

.form-group {
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.form-control {
    height: 36px;
    box-shadow: none;
    /*aded for hided this for display as material border: 0px;*/
    border: 0px;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc;
    padding: 6px 12px 6px 2px;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
}

.form-control:focus {
    border-color: #ddd;
    box-shadow: none;
}


/*media queries*/

@media only screen and (min-width: 481px) and (max-width: 3840px) {
    .block-bt {
        display: none;
    }
    .top-left-bck-btn .bck-mbl-link {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    #toast-container.toast-bottom-center>div,
    #toast-container.toast-top-center>div {
        /*width: 400px !important;*/
        width: calc(100% - 900px) !important;
        margin-left: calc(50% - 200px) !important;
    }
    .alert {
        width: calc(100% - 900px) !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .col-md-7 {
        width: 90% !important;
    }
    .left-block {
        width: auto;
    }
    .organization-logo img {
        margin-top: 50px !important;
        margin-left: 70px !important;
    }
    .has-float-label label,
    .has-float-label>span {
        z-index: 9999 !important;
    }
    .display-block {
        margin-left: 50px !important;
        padding: 115px 5px !important;
    }
    .next-btn {
        max-width: 100% !important;
        float: left;
    }
    .bck-img {
        padding-top: 40px !important;
    }
    .top-left-bck-btn {
        float: left;
        padding-top: 0px;
        padding-left: 70px;
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .login-page {
        max-width: 95% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    .form-group {
        text-align: center !important;
    }
    .next-btn {
        max-width: 100% !important;
    }
    .left-block {
        border-right: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .welcome-page {
        max-width: 95% !important;
        position: relative;
        top: calc(100% - 600px);
    }
    .mobile-welcome-page .title {
        color: #a09999 !important;
    }
    .email-link {
        width: 90%;
    }
    .otp-box {
        width: 95% !important;
        max-width: 95% !important;
    }
    .quixy-logo img {
        width: 50% !important;
    }
    .otp-display-block {
        padding: 0 8px 0 10px;
    }
    .free-trial-bg {
        background: none !important;
        top: 5px !important;
    }
    .free-trial {
        border-radius: 0 !important;
    }
    .ft-popup {
        padding: 10px 40px 0 !important;
        position: absolute;
        top: 15px;
        max-height: 100vh !important;
    }
    .ft-submit {
        margin-bottom: 20px !important;
    }
    .tf-gray-bg {
        height: 100vh !important;
        padding: initial !important;
    }
    .lbls-1row {
        width: 100% !important;
    }
    .captcha-block input{
        width:150px !important;
    }
    .customcaptcha input {
        width: 133px !important;
    }
    .captchaimg img {
        padding:0 !important;
    }
  
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .alert {
        margin-left: auto !important;
        left: 15px;
        width: calc(100% - 30px) !important;
        top: 80px !important;
    }
    .loader-welcome-page {
        width: 90% !important;
        max-width: 90% !important;
        padding: 0 !important;
        height: 280px !important;
    }
    .alert .close-validaton-summary {
        margin-left: calc(50% - 80PX) !important;
    }
    .alert-danger ul li {
        margin-left: -20px !important;
    }
    #toast-container.toast-top-center>div {
        margin-left: auto !important;
        width: calc(100% - 30px) !important;
    }
    .toast-top-center .toast.toast-error:before {
        margin: 0px 0 0 -40px !important;
    }
    .top-left-bck-btn i {
        display: none !important;
    }
    .disp-bck {
        display: none !important;
    }
    .bck-img {
        display: block !important;
    }
    .form-control {
        height: 38px;
        box-shadow: none;
        padding: 6px 0px;
        border: 0px;
        border-bottom: 1px solid #C7C7C8;
        border-radius: 0;
        /* border: 1px solid #C7C7C8; */
    }
    .mbl-form-group {
        margin-top: 40px !important;
    }
    .lside-bgimg {
        display: none;
    }
    .login-powered {
        display: none;
    }
    .organization-logo img {
        margin-top: 20px;
        margin-left: 13px;
        width: 115px !important;
        position: relative;
    }
    .gsws-logo img {
        width: auto !important;
        height: 60px !important;
        margin: 40px 0 20px 18px;
    }
    .title {
        font-size: 24px !important;
        padding: 6px 0;
    }
    .mobile-welcome-page .title {
        font-size: 20px !important;
    }
    .mobile-welcome-page .form-group {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }
    .left-block {
        height: auto;
        background-color: #fff !important;
    }
    .circle.one,
    .circle.two,
    .circle.three,
    .circle.four,
    .circle.five,
    .circle.six,
    .circle.seven,
    .circle.eight {
        display: none;
    }
    .display-block {
        padding: 15px 15px;
    }
    .description {
        width: auto;
    }
    .top-right-block {
        display: none !important;
    }
    .block-bt {
        text-align: center;
        background-color: #fafafa;
        font-weight: 400;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-top: 22px;
        padding-bottom: 30px;
        text-decoration: none;
        font-size: 14px;
        color: #727374;
    }
    .block-bt a {
        color: #2f51b5 !important;
        font-weight: 600;
        text-decoration: none;
    }
    .block-bt span {
        font-weight: 100 !important;
        color: #727374 !important;
    }
    .pb-mbl {
        padding-bottom: 6px;
    }
    /*.description {
        padding: 4px 0 9px;
    }*/
    .password-block {
        display: none;
    }
    .top-left-bck-btn {
        text-align: left;
        margin-top: 15px;
        margin-left: 17px;
        border: none;
        margin-bottom: -8px;
        font-weight: 800;
    }
    .top-left-bck-btn .mbl-link {
        display: none;
    }
    .bck-mbl-link i {
        font-size: 18px;
        width: 18px;
        font-weight: 600;
        color: #141518;
    }
    .pwd-mbl.left-block {
        display: none;
    }
    .mbl {
        display: none;
    }
    .slt-org {
        width: 90% !important;
    }
    .slt-org span {
        float: right;
        color: #ccc;
    }
    .search-box-container {
        margin-top: 0px !important;
        margin-bottom: -5px;
    }
    .search-box-container input {
        display: block;
        width: 100%;
        height: 36px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
    }
    .search-box-container:after {
        content: "\f002";
        /*font-family: FontAwesome;*/
        font-family: "quixy-icons" !important;
        margin-left: -25px;
        margin-right: 25px;
    }
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    [type="radio"]:checked+span:after,
    [type="radio"].with-gap:checked+span:before,
    [type="radio"].with-gap:checked+span:after {
        border: 2px solid #ef5350;
        background-color: #fff;
        border-color: #2f51b5 !important;
    }
    [type="radio"]:checked+span:after,
    [type="radio"].with-gap:checked+span:after {
        background-color: #fff;
        border-color: #2f51b5 !important;
    }
    .radio-section div {
        width: 88%;
        float: right;
        margin-top: -23px;
    }
    .has-float-label label,
    .has-float-label>span {
        left: 0 !important;
        top: -13px !important;
    }
    .tf-icon input {
        font-size: 14px !important;
        text-indent: 2px !important;
        padding: 10px 5px !important;
        border-radius: 0px !important;
    }
}


/*repsonsive end*/

.has-float-label {
    display: block;
    position: relative;
}

.has-float-label label,
.has-float-label>span {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    color: #727374;
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -14px;
    /*left: 1.15rem; hided this for display as material*/
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
}

.has-float-label label::after,
.has-float-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    transition: all .2s;
}

.has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    transition: all .2s;
}

.has-float-label .form-control::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 14px;
    opacity: .5;
    top: 0px;
    font-weight: 100;
    padding: 11px 0px;
}

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-group .has-float-label .form-control {
    width: 100%;
    border-radius: 0.25rem;
}

.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.tf-icon {
    text-indent: 0px;
    padding: 10px 0;
    border-radius: 0px
}

.tf-icon i {
    font-size: 17px;
    line-height: 34px;
    width: 40px;
    height: 34px;
    padding: 4px 12px;
    margin: -35px 1px 0 0;
    border-radius: 0 4px 4px 0;
    float: right;
    position: relative;
    cursor: pointer;
}

.tf-icon svg {
    margin: -20px 5px 0 0;
    float: right;
    position: relative;
    cursor: pointer;
}

.tf-icon .fa-at {
    cursor: default;
}

.tf-icon .fa-eye-slash:before {
    margin-left: -1px;
}
.fa-user:before {
    content: "\f007";
}

.fa-key:before {
    content: "\f084";
}

.disp-bck {
    font-size: 14px !important;
    color: #727374;
    text-align: center;
    padding-left: 5px;
    position: relative;
    top: -1px;
}

.toast-top-center {
    top: 70px !important;
}


/*.toast-success {
    background-color: #e6f3e6;
}*/

#toast-container>.toast-error,
#toast-container>.toast-error {
    border: 1px solid #E03232 !important;
}

#toast-container>.toast-success,
#toast-container>.toast-success {
    border: 1px solid #51A351 !important;
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    color: #141518;
    box-sizing: border-box;
    box-shadow: 0px 2px 14px rgba(20, 21, 24, 0.04);
    border-radius: 4px;
    border-left-width: 5px !important;
}

.toast-message {
    line-height: 16px;
    width: calc(100% - 20px);
    margin-top: 2px;
}

.toast-close-button {
    font-size: 24px !important;
    font-weight: 100 !important;
    top: 0em !important;
    right: 2px !important;
    color: #141518 !important;
}

#toast-container>div.toast {
    padding: 15px 15px 15px 50px !important;
    background-size: 0 !important;
    box-shadow: none;
    opacity: 1;
}

.toast-error {
    background-color: #fceaea !important;
}

.toast-success {
    background-color: #e6f3e6 !important;
}

.toast-top-center .toast.toast-error:before {
    content: "";
    width: 30px;
    height: 30px;
    margin: -2px 0 0 -32px;
    background-image: url(../images/close.svg) !important;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}

.toast-top-center .toast.toast-success:before {
    zoom: 1.4;
    content: "";
    width: 30px;
    height: 30px;
    margin: -2px 0 0 -24px;
    background-image: url(../images/success.svg) !important;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}

.alert {
    z-index: 99;
    position: absolute;
    top: 70px;
    margin-left: calc(50% - 200PX);
    display: inline-flex;
    border: 1px solid #E03232;
    border-radius: 4px;
    border-left-width: 5px;
}

.alert .close-validaton-summary {
    margin-left: 50px;
    float: right;
    right: 20px;
    position: absolute;
    width: 10px;
    height: 22px;
}

.alert .validation-summary-errors {
    line-height: initial;
}

.alert-danger ul li {
    list-style-type: none;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: break-spaces;
    //width: calc(100% - -40px);
    margin-left: -20px;
}

.alert-danger ul {
    margin-bottom: 0 !important;
}

input::placeholder {
    opacity: 1 !important;
}

label {
    z-index: -1 !important
}


/*input {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}*/

.text {
    color: #959697;
}

.text a {
    cursor: pointer;
    font-weight: 700 !important;
    color: #2f51b5;
}

.text &:hover {
    text-decoration: none !important;
}


/* custom-spinner */

.lds-ring {
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 99999;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.lds-ring:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: -20px 8px;
    border: 5px solid #a7a7a8;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #a7a7a8 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/**/


/* Free Trail css */

.free-trial {
    border-radius: 4px !important;
    border-bottom: 0 !important;
    height: auto !important;
    /*margin-top: -100px;*/
}

.free-trial .title {
    padding-bottom: 10px !important;
}

.free-trial .form-group {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

.free-trial .form-group .iti {
    width: 100% !important;
}

.free-trial .tf-icon i {
    margin: -38px 1px 0 0;
}

.free-trial .title {
    text-align: center;
}

.free-trial .description {
    text-align: center;
    width: auto;
}

.free-trial-bg {
    position: relative;
    top: -20px;
    height: 100vh;
    background: url(../images/free-trail-bg-new.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.tf-gray-bg {
    height: 110vh;
    padding: 4%;
    background: rgba(0, 0, 0, 0.8);
}

.ft-popup {
    margin-top: -20px !important;
    max-width: 640px;
    max-height: 100vh;
    padding: 10px 50px;
    margin: auto;
    background: #fff;
}

.lbls-1row {
    width: calc(50% - 18px);
    display: inline-block !important;
}

.fld-space {
    margin-right: 30px;
}

.ft-select {
    // width: 100%;
    height: 30px;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    line-height: 30px;
}

.ft-select:before {
    content: "\f078";
    /*font-family: 'Font Awesome 5 Pro';*/
    font-family: "quixy-icons" !important;
    position: absolute;
    right: 10px;
    pointer-events: none;
}

.ft-chk-txt span {
    margin: 17px 0px 0px 0px;
    line-height: 20px;
    position: initial;
}

.ft-submit {
    width: 100%;
    padding: 9px 20px !important;
    font-size: 14px;
    background-color: #2f51b5 !important;
    border-color: transparent;
    color: #fff;
    border-radius: 4px !important;
    margin-bottom: 0px;
    /*margin-top: 60px;*/
    border: 0 !important;
    outline: none !important;
}

.onpageload {
    display: none;
}

.welcome-page {
    max-width: 800px;
    padding: 20px;
    margin: auto;
    background: #fff;
    border-radius: 4px;
}

.mobile-welcome-page {
    position: relative;
    top: 25%;
}

.mobile-welcome-page .ft-submit {
    width: 40% !important;
}

.loader-welcome-page {
    position: relative;
    top: 35%;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 10px 10px 10px 10px;
    transition: 0.3s;
    width: 60%;
    max-width: 60%;
    margin: auto;
    padding: 0 20px;
    height: 220px;
}

.welcome-page1 {
    margin-top: 95px !important;
}

.welcome-page2 {
    margin-top: 25px !important;
}

.welcome-page1 .title {
    text-align: center;
    /*margin-top: calc(100% - 1000px);*/
}

.welcome-page1 .description {
    text-align: center;
}


/*.lds-ring-disp {
    margin-top: 200px;
    margin-left: calc(50% - -260px) !important;
}*/

.success-page i {
    color: #38ce76 !important;
    font-size: 47px !important;
    font-weight: 100 !important;
    width: 60px;
    /*position: absolute;
    top: 200px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}


/*.free-trial.success-page {
    margin-top: -350px !important;
}*/

.text-link {
    color: blue;
    text-align: center;
    font-weight: 600;
    //font-size: 16px;
    cursor: pointer;
}

.text-link a {
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.text-link a:hover {
    text-decoration: none;
}

.success-icon {
    text-align: center;
}

.mobile-success-icon {
    margin-bottom: -30px !important;
    text-align: center;
    top: -60px;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
    background: #38ce76 !important;
    border-radius: 50%;
}

.mobile-success-icon i {
    font-size: 47px !important;
    color: #fff !important;
}

.mobile-success-icon i {
    font-weight: 700 !important;
}


/*Otp page css*/

.otpTitle {
    text-align: center;
    font-size: 20px;
    color: #727374;
    font-weight: 600;
    padding: 20px 0;
    margin-bottom: -20px;
}

.otp-top-right-block {
    text-align: right;
    width: 90%;
    margin-top: 100px;
}

.otp-display-block {
    height: 100vh;
}

.otp-content {
    margin: 0;
    padding: 30px 10px;
    text-align: center;
}

.otp-box {
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 10px 10px 10px 10px;
    transition: 0.3s;
    width: 45%;
    max-width: 45%;
    margin: auto;
    padding: 0 20px;
}

.resend-textalign {
    margin-top: 25px;
    margin-bottom: 20px;
    float: right;
    font-weight: 600;
    font-size: 14px;
}

.resend-textalign a {
    text-decoration: none;
}

.resend-textalign-desc {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

.validateEmail-page {
    background: #fafbfc;
    height: 100vh;
}

.quixy-logo {
    margin: 80px 0px 60px 0px;
    text-align: center;
}

.quixy-logo img {
    width: 15%;
}

.password {
    font-size: 11px;
}

.otp-description {
    color: #727374;
    font-size: 12px;
}

.resend-description {
    color: #727374;
    margin-top: 45px;
    margin-bottom: 10px;
    float: right;
    position: relative;
    right: -50px;
    font-size: 12px;
}

.frgt-top .email-link {
    font-size: 12px;
    float: right;
    width: 300px;
    margin: 10px 0 20px;
}

.btns-block {
    text-align: right;
    margin: 10px;
}

.btns-block .text-link {
    margin: 10px;
    cursor: pointer;
}

.try-agn-btn {
    width: auto;
    padding: 9px 20px !important;
    font-size: 14px;
    background-color: #fff;
    border-color: #2f51b5 !important;
    color: #2f51b5 !important;
    border-radius: 4px !important;
    margin-bottom: 0px;
    border: 2px solid;
}

.close-link {
    text-decoration: underline;
}

.email-link {
    margin: 50px 35px;
    font-size: 16px;
}

.invalid-email {
    margin-top: 10px;
    text-align: left;
    z-index: -1 !important;
    color: #727374;
    font-size: 20px;
    font-weight: 500;
}

.check-email {
    height: 30vh;
}

.email-link .text-link {
    font-size: 14px;
    cursor: pointer;
}

.email-verify-page .otpTitle {
    text-align: left;
    margin: 10px;
    font-size: 18px;
}

.form-group select {
    cursor: pointer;
}

.gsws-logo img {
    width: 380px;
    height: auto;
    z-index: 999999;
}


/*icon-library CSS changes start*/

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fal,
.far,
.fad,
.fas {
    font-family: "quixy-icons" !important;
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-sync:before {
    content: "\f021";
}


/*icon-library CSS changes end*/

.info-tooltip {
    position: absolute;
    right: 30px;
}

.tooltip {
    position: relative;
    display: contents;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: calc(100% - 230px);
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 14px rgb(20 21 24 / 8%);
    color: #000;
    border-radius: 6px;
    padding: 5px 9px;
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 46px;
    right: -12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 80%;
    transform: rotate(-180deg);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.content-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-right: 5px;
}

.icon-box {
    list-style: none !important;
    padding-left: 0 !important;
}

i.fal.fa-check-circle.list-icon {
    margin: -10px 0 0 !important;
    padding: 4px 10px !important;
    float: left !important;
    color: green;
    font-weight: 600;
}

i.fal.fa-times-circle.list-icon {
    margin: -10px 0 0 !important;
    padding: 4px 10px !important;
    float: left !important;
    color: red;
    font-weight: 600;
}

.tf-icon input#password.perror-number-trail {
    border-color: red !important;
}

.tf-icon input#password.perror-lower-trail {
    border-color: red !important;
}

.tf-icon input#password.perror-upper-trail {
    border-color: red !important;
}

.tf-icon input#password.perror-min-trail {
    border-color: red !important;
}

.infoerror-number {
    color: red !important;
    font-weight: 600;
}

.infoerror-lower {
    color: red !important;
    font-weight: 600;
}

.infoerror-upper {
    color: red !important;
    font-weight: 600;
}

.infoerror-min {
    color: red !important;
    font-weight: 600;
}

.emailTitle {
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
}

.resend-textalign-desc1 a {
    text-decoration: none;
}

.resend-textalign-desc1 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

.content-list li {
    float: left;
    margin: 5px;
    font-weight: 600;
}

.content-list li .pwd {
    margin-left: 15px;
}


/* captcha */

#captchablock {
    padding-top: 5px;
    width: 100%;
}

.captcha-block {
    display: flex;
    width: fit-content;
    /*background: #eff8fc;*/
    padding: 5px 0px;
    border-radius: 4px;
}

.captcha-block #txtCaptcha {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px !important;
    /*color: #fff;*/
    max-width: 190px;
    padding: 3px 5px 5px;
    margin: 9px 10px 5px 5px;
    background: #ccc !important;
    border: 0;
    border-radius: 4px;
    width: 190px;
    height: 36px;
    pointer-events: none;
    user-select: none;
}

.captcha-block input {
    font-size: 17px;
    text-align: left;
    width: 190px;
    padding: 7px 5px 5px;
    border: 1px solid #ccc;
    border-radius: 4px !important;
}

.captcha-block .refresh {
    padding-top: 20px;
    color: #2f51b5 !important;
    cursor: pointer;
    font-weight: 600;
}

#captchablock .e-error {
    top: -35px;
    color: red;
    font-size: 14px;
    position: relative;
}


.click-disable {
    pointer-events: none;
}

.tf-icon input {
    white-space: nowrap;
    padding-right: 30px;
}
::-ms-reveal {
    display: none;
}

.ids-page {
    padding-left: 10px !important;
    margin-left: 0 !important;
}

.ids-page .page-header .icon {
    top: 0 !important;
}


/*  .captchaimg  {
        margin: 11px !important;
      border: 1px solid #4585e3;
      background: #4585e3 !important;
    border-radius: 4px;
    }*/