﻿@import url('font-awesome.css');

* {
    margin: 0;
    padding: 0
}

:root {
    --cutomThemeColor: #3f51b5;
    --cutomThemeColor2: #ff7300;
    --size: 48px;
    --secondry-color: #ff7300;
    --errorColor: #dc3545;
    --themeColor3: #3f98b5;
    --themeColor4: #3fb591;
    --themeColor5: #3f80b5;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%
}

@font-face {
    font-family: 'Mulish-Italic-VariableFont_wght';
    src: url('../fonts/Mulish-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish-VariableFont_wght';
    src: url('../fonts/Mulish-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px;
    line-height: 1.05;
    font-family: 'Mulish', sans-serif;
    height: 100%;
    overflow: overlay;
}

.h-100 {
    height: 100%;
}

h6.pay:empty {
    display: none;
}

.customWidth .col-md-12 {
    padding-right: 0px;
}

#grad1 {
    /* background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)*/
}

input[type="date"] {
    padding: 0 0px 9px 0px;
}


.welcomePage .card {
    border: 0px;
}

.welcomePage {
    position: relative;
}

    .welcomePage::after {
        content: '';
        position: absolute;
    }

.welcomePageTitle {
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
}

.pageSepretor {
    position: relative;
}

/* .pageSepretor::after,
    .pageSepretor::before {
        content: '';
        position: absolute;
        height: 100%;
    }

    .pageSepretor::after {
        width: 34%;
        background: aliceblue;
        z-index: -2;
    }
    .pageSepretor::before {
        width: 2px;
        background: #0062cc;
        z-index: -1;
    }*/

.modelCustomHeader {
    background-color: var(--cutomThemeColor);
    color: #ffffff;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

    .modelCustomHeader .close,
    .modelCustomHeader .close:hover {
        color: #ffffff;
        opacity: 1;
        text-shadow: none;
        outline: none;
    }

.centerAlign {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}

.hw-100 {
    height: 100px !important;
    width: 100px !important;
}

.themeColor {
    color: var(--cutomThemeColor);
}

.errorColor {
    color: var(--errorColor);
}

.font-12 {
    font-size: 12px;
}

.text-line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: dash 5s linear forwards, filling 5s ease-in forwards;
    font-size: 50px;
}

    .text-line text {
    }

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes filling {
    0%, 90% {
        fill: #ffffff;
        fill-opacity: 0;
    }

    100% {
        fill: #ffffff;
        fill-opacity: 1;
    }
}


.loaderSection {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    height: var(--size);
    width: var(--size);
}

#imgLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.loaderOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(14 14 14 / 10%);
    z-index: 1080;
    pointer-events: none;
    cursor: none;
}

.documentLoader {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(14 14 14 / 10%);
    z-index: 1080;
}

    .documentLoader .fa-cloud {
        font-size: 55px;
        position: absolute;
        color: var(--cutomThemeColor);
    }

.docLoaderInfo {
    height: auto;
    width: 300px;
    max-width: 100%;
    background: aliceblue;
    border-radius: 8px;
    padding: 8px;
    line-height: 1;
    border: 1px dashed var(--cutomThemeColor);
}

    .docLoaderInfo .loader {
        margin: 8px 0px;
        position: relative;
    }

    .docLoaderInfo .fa-arrow-up {
        font-size: 25px;
        color: #ffffff;
        z-index: 1;
    }

.iconAnim {
    opacity: 0;
    -webkit-animation: uploading-arrow 1.5s ease-out infinite;
    animation: uploading-arrow 1.5s ease-out infinite;
}

.docIcon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: #eeeeee;
    border-radius: 15px;
}

    .docIcon i {
        font-size: 11px;
    }

.infoColor {
    color: var(--cutomThemeColor);
}

.greenColor {
    color: green;
}

.errorColor {
    color: red;
}

@keyframes uploading-arrow {
    0% {
        margin-bottom: -40%;
        opacity: 0;
    }

    20% {
        opacity: 1
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        margin-bottom: 10%;
    }
}


.pointer-events-none {
    pointer-events: none;
}

@keyframes jump {
    from, to, 60% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-100%);
    }
}

.six {
    position: relative;
}

    .six > div {
        background: var(--secondry-color);
        border-radius: 100%;
        height: calc(var(--size) / 4);
        width: calc(var(--size) / 4);
        position: absolute;
        top: calc(50% - calc(var(--size) / 8));
        left: 0;
        animation: jump 1s ease-in-out infinite;
    }

        .six > div:nth-of-type(2) {
            left: calc(50% - calc(var(--size) / 8));
            animation-delay: .15s;
        }

        .six > div:nth-of-type(3) {
            left: initial;
            right: 0;
            animation-delay: .3s;
        }

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: #fff !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}

hr {
    width: 100%;
}

.p35 {
    padding-left: 35px;
    padding-right: 35px;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 240px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signatureWrapper #span_Signature,
.signatureWrapper #requiredMessage {
    position: absolute;
    bottom: 0;
}

.imgHeader {
    height: 130px;
    width: 175px;
}

img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.imgLogo {
    height: 60px;
    width: auto;
}

.welcomLogo {
    height: 150px;
    width: 150px;
}


.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    border-radius: 4px;
}

.font-weight-500 {
    font-weight: 500;
}

.line-height-50 {
    line-height: 16px;
}

.form-large .line-height-50 {
    line-height: 25px !important;
}

input [type=radio] {
    width: 20px;
    height: 20px;
}

.image-upload {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

    .image-upload input {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        cursor: pointer
    }

.upload-field {
    display: block;
    background: #fff;
    padding: 8px;
    border-radius: 6px;
}

.image-upload #imgLoader {
    display: none;
}

.uploadImageLoader,
.uploadsuccessful {
    position: relative;
}

    .uploadImageLoader #imgLoader {
        z-index: 10;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #dee2e68f;
        display: flex;
        justify-content: center;
        align-items: center;
        display: flex;
    }



.upload-field .file-thumbnail {
    cursor: pointer;
    border: 1px dashed #0062cc;
    border-radius: 6px;
    text-align: center;
    padding: 15px;
    height: 130px;
}


    .upload-field .file-thumbnail h6 {
        color: #3f51b5;
        font-weight: 600;
        margin-bottom: 2px;
        line-height: 13px;
    }

    .upload-field .file-thumbnail p {
        font-size: 12px;
        line-height: 12px;
        color: #9ABCD1;
        margin-bottom: 0;
    }

.filename {
    font-size: 13px;
    line-height: 18px !important;
}

.w-65 {
    width: 75px;
    height: 60px;
}

.fileContant {
    width: calc(100% - 90px);
}

.elipsis {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    line-height: 20px;
}

.w-95 {
    width: 95%
}

.elipsisToggle {
    color: #007bff !important;
}

.readAllDetails {
    display: inline-block !important;
}

    .readAllDetails .elipsis {
        white-space: normal;
    }

.hideReadMore .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hideReadMore .elipsisToggle {
    /*display: none*/
}
/*ripple button*/
.btnCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--cutomThemeColor);
    cursor: pointer;
    overflow: hidden;
    width: 28px;
    min-width: 28px;
    height: 28px;
    text-align: center;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

    .btnCircle span,
    .btnCircle span:hover {
        color: #ffffff !important;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.z-index-0 {
    z-index: 0;
    position: relative;
}

.btnRipple,
a.btnRipple {
    background-color: var(--cutomThemeColor);
    background-position: center;
    border-radius: 4px;
    display: inline-block;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    outline: none;
    padding: 8px 16px;
    margin-right: 6px;
    transition: background 0.8s;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

    .btnRipple:last-child {
        margin-right: 0px;
    }

    .btnRipple:hover,
    a.btnRipple:hover {
        background: var(--cutomThemeColor) radial-gradient(circle, rgb(248 249 250 / 18%) 1%, var(--cutomThemeColor) 1%) center/15000%;
        text-decoration: none;
        color: #ffffff;
    }

    .btnRipple:active,
    a.btnRipple:active {
        background-color: var(--cutomThemeColor);
        background-size: 100%;
        transition: background 0s;
    }

    .btnRipple:focus {
        outline: none;
    }

.btnRippleBasic,
a.btnRippleBasic,
.btnRippleBasic:active,
a.btnRippleBasic:active,
.btnRippleBasic:hover,
a.btnRippleBasic:hover {
    background-color: #ffffff;
    color: #000000;
    background: #ffffff;
}

    .btnRippleBasic a {
        outline: none;
        text-decoration: none;
    }

.page-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    background: var(--cutomThemeColor);
    padding: 15px;
    text-align: center;
}

    .page-title.secondary-color {
        background: var(--secondry-color);
    }

    .page-title.themeColor3 {
        background: var(--themeColor3);
    }

    .page-title.themeColor4 {
        background: var(--themeColor4);
    }

    .page-title.themeColor5 {
        background: var(--themeColor5);
    }

    .page-title span {
        color: #000;
    }

.form-large .page-title {
    font-size: 30px !important;
    line-height: 35px !important;
    padding: 15px !important;
}

.form-large {
    font-size: 1.4rem !important;
}

.sub-title {
    color: var(--cutomThemeColor);
    border-bottom: 2px solid var(--cutomThemeColor) !important;
    font-weight: 700;
    letter-spacing: .5px;
}


/* mat-input */
.form-field {
    display: block;
    margin-bottom: 16px;
}

.form-field__label {
    font-size: 0.75rem;
    transform: translateY(-14px);
    display: block;
    font-weight: normal;
    left: 0;
    margin: 0;
    padding: 18px 0px 0;
    position: absolute;
    top: 0;
    transition: all 0.4s;
    width: 100%;
}

.form-field__control {
    background: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form-field__bar {
    border-bottom: 2px solid var(--cutomThemeColor);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transition: all 0.4s;
    width: 1%;
}

.form-field__input,
.form-field__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #999;
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 24px;
    outline: 0;
    padding: 0 0px 10px 0px;
    width: 100%;
    resize: none;
    cursor: pointer;
}

.validationBlock ~ .form-field__bar {
    bottom: 20px;
    transition: none;
}

.warningText {
    position: relative;
    bottom: 0;
    color: darkorange;
    font-size: 14px;
    text-align:right;
}

.form-field__input:-ms-input-placeholder ~ .form-field__label,
.form-field__textarea:-ms-input-placeholder ~ .form-field__label {
    font-size: 16px;
    line-height: 20px;
    transform: translateY(0);
}

.form-field__input:-moz-placeholder-shown ~ .form-field__label, .form-field__textarea:-moz-placeholder-shown ~ .form-field__label {
    font-size: 16px;
    line-height: 20px;
    transform: translateY(0);
}

.form-field__input:-ms-input-placeholder ~ .form-field__label, .form-field__textarea:-ms-input-placeholder ~ .form-field__label {
    font-size: 16px;
    line-height: 20px;
    transform: translateY(0);
}

.form-field__input:placeholder-shown ~ .form-field__label,
.form-field__textarea:placeholder-shown ~ .form-field__label {
    font-size: 16px;
    line-height: 20px;
    transform: translateY(0);
}

.form-field__input:placeholder-shown ~ .form-field__label,
.form-field__textarea:placeholder-shown ~ .form-field__label {
    font-size: 16px;
    line-height: 20px;
    transform: translateY(0);
}

.form-field__input:focus ~ .form-field__label,
.form-field__textarea:focus ~ .form-field__label {
    /*color: var(--cutomThemeColor);*/
    font-size: 0.75rem;
    transform: translateY(-14px);
}

.errortInput .form-field__input ~ .form-field__label,
.errortTextarea .form-field__textarea ~ .form-field__label {
    color: var(--red);
}

.form-field__input:focus ~ .form-field__bar,
.form-field__textarea:focus ~ .form-field__bar {
    border-bottom: 2px solid var(--cutomThemeColor);
    transform: scaleX(150);
}

.errortInput .form-field__input ~ .form-field__bar,
.errortTextarea.form-field__textarea ~ .form-field__bar {
    border-bottom: 2px solid var(--red);
    transform: scaleX(150);
}

select[readonly='readonly'] ~ .select-label,
select[readonly='readonly'] ~ .select2,
input[disabled="disabled"] + .checkmark,
input[readonly="readonly"] + .checkmark,
input[readonly='readonly'],
input[readonly='readonly'] + .form-field__label,
input[readonly='readonly'] + .form-field__bar,
label[readonly='readonly'] {
    opacity: 0.6;
    pointer-events: none;
}

    input[disabled="disabled"] + .checkmark,
    input[readonly="readonly"] + .checkmark,
    input[disabled="disabled"] + .checkmark::after,
    input[readonly="readonly"] + .checkmark::after {
        border-color: #6c757d;
    }

/* end mat-input */
/* select starting stylings ------------------------------*/
.select {
    background: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.select-text {
    position: relative;
    background-color: transparent;
    width: 100%;
    padding: 0 12px 10px 12px;
    font-size: 18px;
    border-radius: 0;
    display: block;
    font-size: 16px;
    line-height: 20px;
    border: none;
    margin-top: 24px;
    border-bottom: 1px solid #999;
}

    /* Remove focus */
    .select-text:focus {
        outline: none;
        border-bottom: 1px solid rgba(0,0,0, 0);
    }

/* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999;
    pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
    position: absolute;
    pointer-events: none;
    top: 0;
    transition: 0.2s ease all;
    font-size: 0.75rem;
    transform: translateY(-14px);
    display: block;
    font-weight: normal;
    left: 0;
    margin: 0;
    padding: 18px 0px 0;
    width: 100%;
    line-height: 12px;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    transition: 0.2s ease all;
}

/* BOTTOM BARS ================================= */
.select-bar {
    position: relative;
    display: block;
    width: 100%;
}

    .select-bar:before, .select-bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: var(--cutomThemeColor);
        transition: 0.2s ease all;
    }

    .select-bar:before {
        left: 50%;
    }

    .select-bar:after {
        right: 50%;
    }

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/*select end*/

/*checkbox custom style*/

.normal-sub_title .sub-title {
    font-weight: normal;
    border-bottom: 1px solid var(--cutomThemeColor) !important;
}

.responsiveHeader .sub-title {
    display: flex;
    align-items: center;
}
    /* .responsiveHeader .sub-title .col-md-6{
    flex: 0 0 auto;
    max-width: fit-content;
} */
    .responsiveHeader .sub-title .checkboxDetails {
        width: 50px;
    }

/* switch ui css start*/
.switch {
    overflow: hidden;
    margin-bottom: 4px;
}

input.switch[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
}

label.switch {
    cursor: pointer;
    width: 50px;
    height: 28px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-bottom: 0px;
    z-index: 1;
}

    label.switch:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 18px;
        height: 18px;
        background: #fff;
        box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
        background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
        background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
        background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
        background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
        border-radius: 90px;
        transition: 0.3s;
    }

    label.switch::before {
        content: "No";
        position: absolute;
        font-size: 12px;
        top: 5px;
        right: 5px;
        color: #ffffff;
        z-index: 0;
    }


input.switch:checked + label::before {
    content: "Yes";
    position: absolute;
    font-size: 12px;
    top: 5px;
    left: 5px;
    color: #ffffff;
    z-index: 0;
}

input.switch:checked + label {
    background: var(--teal);
}

    input.switch:checked + label:after {
        left: calc(100% - 5px);
        transform: translateX(-100%);
    }

label.switch:active:after {
    width: 45px;
}

/* switch ui css end*/

.checkBoxContainer {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 20px;
        width: 20px;
        left: 0;
        top: 0;
        z-index: 5;
    }

    .checkBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 2px solid var(--cutomThemeColor2);
        border-radius: 15px 15px 5px;
    }


    .checkBoxContainer input:checked ~ .checkmark {
        /*background-color: var(--cutomThemeColor2);*/
    }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkBoxContainer input:checked ~ .checkmark:after {
    display: block;
}

.checkBoxContainer .checkmark:after {
    left: 10px;
    top: -3px;
    width: 7px;
    height: 14px;
    border: solid var(--cutomThemeColor2);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.HideDiv ~ .checkboxDetails {
    display: none !important;
}

.checkboxDetails > span {
    line-height: 20px;
}

.checkboxText {
    width: calc(100% - 125px);
}

.uploadsuccessful {
    border-color: #2AD344 !important;
}

    .clearPath,
    .uploadsuccessful .successfulIcon {
        position: absolute;
        z-index: 9;
        bottom: 10px;
        right: 10px;
        height: 24px;
        width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .clearPath a,
        .clearPath a:hover {
            color: red
        }

.image-upload .successfulIcon {
    display: none;
}

.uploadsuccessful .successfulIcon {
    top: 7px;
    right: 7px;
    height: 16px;
    width: 16px;
    display: flex;
}

.uploadsuccessful .filename {
    color: #2AD344 !important;
}

.successfulIcon .fa {
    color: #2AD344;
    font-size: 18px;
}

.AWVScreeners .radioBoxContainer,
.AWVScreeners .radioErrorValidation {
    margin-left: 18px;
}

.radioErrorValidation {
    position: absolute;
    width: 320px;
    margin-left: 12px;
}

.autoCheckBox {
    position: absolute;
    width: 320px;
    bottom: -14px;
}

.radioScaleErrorValidation {
    position: relative;
    margin-left: 0px;
}

.checkboxErrorValidation {
    position: relative;
    margin-top: 1.5rem !important;
}

/*End checkbox custom style*/
/*radio custom style*/
.radioBoxContainer {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 12px;
}

    .radioBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 20px;
        width: 20px;
        left: 0;
        top: 0;
        z-index: 5;
    }

    .radioBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 2px solid var(--cutomThemeColor);
        border-radius: 50%;
    }

.form-large .radioBoxContainer .checkmark {
    top: 3px !important;
    height: 23px !important;
    width: 23px !important;
}

.form-large label.ml-3 {
    margin-left: 1.2rem !important
}



/* When the radio button is checked, add a blue background */
.radioBoxContainer input:checked ~ .checkmark {
    background-color: var(--cutomThemeColor);
}



    /* Show the indicator (dot/circle) when checked */
    .radioBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

/* Style the indicator (dot/circle) */
.radioBoxContainer .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.form-large .radioBoxContainer .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
}

.radioFixHeight {
    height: 38px;
}
/*end radio custom style*/
.footer-part {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    background: #f6f6f6;
    color: #333;
    text-align: center;
}


#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset .form-card {
        box-sizing: border-box;
        position: relative;
        color: rgba(0, 0, 0, 0.87);
        /* border-radius:4px;
        box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%),
            0px 1px 3px 0px rgb(0 0 0 / 12%);*/
    }

    #msform fieldset {
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #111111;
        }

    /*#msform input,*/
    #msform textarea {
        /* padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px*/
    }

        /*#msform input:focus,*/
        #msform textarea:focus {
            /* -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0*/
        }

    #msform .action-button {
        width: 100px;
        background: skyblue;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
        }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

/*select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue
    }*/

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
    background: #f8f9fa;
    border: 0px !important;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #000000
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 100%;
        float: left;
        position: relative
    }

        #progressbar li:before {
            font-family: FontAwesome;
            content: "\f023"
        }

        #progressbar li.active:before {
            content: attr(data-step);
            cursor: pointer;
        }

        #progressbar li:before {
            width: 20px;
            height: 20px;
            line-height: 16px;
            display: block;
            font-size: 12px;
            color: #ffffff;
            background: lightgray;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            padding: 2px
        }


        #progressbar li:after {
            content: '';
            width: 100%;
            height: 1px;
            background: lightgray;
            position: absolute;
            left: 50%;
            top: 10px;
            z-index: -1;
        }

        #progressbar li:last-child:after {
            content: unset;
        }

        #progressbar li.active:before,
        #progressbar li.active:after {
            background: var(--cutomThemeColor)
        }

        #progressbar li.current:before {
            background: #ff4081;
        }

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover
}

.note {
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}

.HideDiv {
    display: none !important;
}

.ShowDiv {
    display: block !important;
}

.validationBlock {
    color: var(--red);
    display: block;
    /*background: #ffffff;*/
    font-size: 12px;
    height: 18px;
    margin-top: 3px;
    text-align: left;
    line-height: 14px;
}

.requiredSign {
    color: var(--red);
}


input[type="checkbox"]:disabled + label:before {
    background: linear-gradient(to top, #e6e6e6 0px, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.form-content {
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}

.form-control {
    border-radius: 1.5rem;
}

.btnSubmit {
    border: none;
    border-radius: 1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}

label.error {
    color: red;
}



/* Patient Porta start*/

.hw-95 {
    height: 95px;
    width: 95px;
}


.tabs-nav li {
    width: 50%;
    list-style: none;
}

    .tabs-nav li:first-child a {
        border-right: 0;
        border-top-left-radius: 6px;
    }

    .tabs-nav li:last-child a {
        border-top-right-radius: 6px;
    }

.tabs-nav a {
    background: #eaeaed;
    border: 1px solid #cecfd5;
    color: #111111;
    display: block;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

.tab-active a {
    background: #fff;
    color: #3f51b5;
    cursor: default;
}

.tabs-stage {
    border: 1px solid #cecfd5;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    clear: both;
    padding: 12px;
    position: relative;
    top: -1px;
}

[id^='tab-'] {
    max-height: calc(100vh - 374px);
    overflow: overlay;
}

.responsiveTable {
    width: 100%;
    overflow-x: auto;
}

table {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #eaeaed;
    border-radius: 6px;
}

    table thead {
        background: #eaeaed;
        font-weight: 500;
        color: #3f51b5;
    }

        table thead td,
        table tbody td {
            padding: 5px;
        }

    table tbody tr:not(:first-child) {
        border-top: 1px solid #eaeaed;
    }


.scaleTable {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #eaeaed;
    border-radius: 6px;
}

    .scaleTable thead {
        background: #eaeaed;
        font-weight: 500;
        color: #3f51b5;
    }

        .scaleTable thead th,
        .scaleTable tbody td,
        .scalFooter td {
            padding: 10px;
        }

.rbStyle {
    vertical-align: top;
    border: 1px solid #ccc;
}

.scaleTable tbody tr:not(:first-child) {
    border-top: 1px solid #eaeaed;
}

.scaleTable {
    border: 1px solid #eaeaed;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}


.scalFooter tr td {
    padding: 5px 10px;
}

.scalFooter {
    font-size: 14px;
    background: #eaeaed;
    font-weight: 400;
    color: #3f51b5;
    text-align: right;
}

.dynamicTable {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #eaeaed;
    border-radius: 6px;
    margin-top:10px !important;
}

    .dynamicTable .required {
        border-bottom: 1px solid red;
    }
    .dynamicTable .requiredSpan {
        color : red;
    }

    .dynamicTable .serialNo {
        font-size: large;
        color: var(--cutomThemeColor);
        font-weight: bold;
    }

    .dynamicTable thead {
        background: #eaeaed;
        font-weight: 500;
        color: #3f51b5;
    }

        .dynamicTable thead th,
        .dynamicTable tbody td,
        .dynamicTableFooter td {
            padding: 10px;
        }

    .dynamicTable tbody tr:not(:first-child) {
        border-top: 1px solid #eaeaed;
    }

.dynamicTable {
    border: 1px solid #eaeaed;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}


.tabItem {
    visibility: hidden;
    height: 0px;
    top: 0;
    position: absolute;
    transform: translate(25px);
}

.activeTableItem {
    visibility: visible;
    height: auto;
    position: relative;
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

table {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #eaeaed;
    border-radius: 6px;
}

    table thead {
        background: #eaeaed;
        font-weight: 500;
        color: #3f51b5;
    }

        table thead td,
        table tbody td {
            padding: 5px;
        }

    table tbody tr:not(:first-child) {
        border-top: 1px solid #eaeaed;
    }

    table caption {
        caption-side: top;
        font-weight: 700;
        color: #3f51b7;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

.w-30 {
    width: 39%;
    max-width: 39%;
    min-width: 39%;
}

.subTitle {
    font-weight: 700;
    color: #3f51b7;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.disableTextArea {
    pointer-events: none;
    opacity: 0.8;
}

.resize {
    resize: none
}

/* Patient Porta start*/

/*
    Mohit Select2 changes start
*/

.custom-select {
    background: #fff url(../Content/images/drop-down-arrow.svg) no-repeat right .75rem center;
    background-size: 8px 10px; /*padding-right:20px!important;*/
}

    .custom-select:focus {
        ​​​​​​​box-shadow: none;
        border-color: #b7b7b7;
    }

/*
    Mohit Select2 changes end
*/

.fileSubTitle {
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Error page */
.content h3.header {
    line-height: 1em;
    top: 6px;
    left: 65px;
    position: relative;
}

.content h4 {
    font-size: 1.5em;
    margin-bottom: 20px;
    top: 6px;
    color: #f91818;
    font-size: 2em;
    max-width: 600px;
    position: relative;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0);
}

    ::-webkit-scrollbar:hover {
        background-color: rgba(0, 0, 0, 0.12);
    }

::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    box-shadow: inset 0 0 0 12px rgb(0 0 0 / 20%);
    border-radius: 12px;
}

    ::-webkit-scrollbar-thumb:active {
        box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
        border-radius: 12px;
    }

.ui-menu {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px -1px, rgb(0 0 0 / 14%) 0px 4px 5px 0px, rgb(0 0 0 / 12%) 0px 1px 10px 0px;
    border: 0px;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: overlay;
    overflow-x: hidden;
    background: #fff;
}

.ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.ui-menu-item-wrapper {
    width: 100%;
    max-width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.InsuranceInfo {
    font-size: 13px;
    color: #111;
    font-weight: 400;
}

.span-count {
    color: #007bff;
    font-size: 18px;
    font-weight: 700;
}

    .span-count:empty {
    }

.span-total {
    color: #007bff;
    font-size: 18px;
    font-weight: 700;
}

.phoneValid {
    color: green;
}

.phoneInValid {
    color: red;
}

.PatientVerification {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px rgb(0 72 146 / 16%) !important;
    border-radius: 16px;
    position: absolute;
    width: 100%;
    max-width: 337px;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
}

.VerificationHeader h4 {
    color: var(--cutomThemeColor);
    line-height: 1;
}

.field-progress-bar {
    position: relative;
}

    .field-progress-bar .field-progress-bar-striped {
        color: transparent;
        border-radius: 3px;
        background-color: var(--cutomThemeColor);
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 40px 40px;
        animation: progress-bar-stripes 2s linear infinite;
    }

    .field-progress-bar::before {
        position: absolute;
        content: "Verifying...";
        width: 100%;
        left: 0;
        top: 50%;
        font-size: 13px;
        text-align: center;
        color: #fff;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        line-height: 1;
        margin-top: 11px;
        transform: translateY(-50%);
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

#html_capcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}


.sliderLabels, .SliderBottomLable {
    list-style-type: none;
    position: relative;
    width: 100;
    margin-bottom: 0px;
    padding-left: 7px;
    padding-right: 0px;
    margin-right: 0px;
    text-align: justify;
    display: flex;
    justify-content: space-between;
}

    .sliderLabels li::after {
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50px;
        background: #d8e0f1;
        bottom: -27px;
        margin-left: -7px;
        z-index: -2;
        cursor: pointer;
    }

    .sliderLabels li:last-child {
        margin-right: 3px;
    }

.slider {
    width: 100%;
    margin-left: 0px;
    cursor: pointer;
}

.sliderLabels ul > li, .SliderBottomLable ul > li {
    display: inline-block;
    font-size: 10px;
}

.slider input[type="range"] {
    height: 6px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
}

.slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin: -11px 0 0;
    border-radius: 50%;
    background: #ffffff;
    border: 8px solid #25b9ee;
    z-index: 3;
    cursor: pointer;
    transition: 0.4s all ease-out;
}

.slider input::-moz-range-thumb {
    width: 24px;
    height: 24px;
    margin: -11px 0 0;
    border-radius: 50%;
    background: #ffffff;
    border: 8px solid #25b9ee;
    z-index: 3;
    cursor: pointer;
    transition: 0.4s all ease-out;
}

.slider input::-ms-thumb {
    width: 24px;
    height: 24px;
    margin: -11px 0 0;
    border-radius: 50%;
    background: #ffffff;
    border: 8px solid #25b9ee;
    z-index: 3;
    cursor: pointer;
    transition: 0.4s all ease-out;
}


.slider input::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #d8e0f2;
}

.slider input::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #d8e0f2;
}

.slider input::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #d8e0f2;
}

.scaleTable .radioBoxContainer .checkmark,
.scaleTable .radioBoxContainer input {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .customValidation4Option #requiredMessage {
        position: absolute;
        bottom: -95px;
    }

    .customValidation3Option #requiredMessage {
        position: absolute;
        bottom: -70px;
    }

    .hw-100 {
        height: 75px !important;
        width: 75px !important;
    }

    h1.themeColor {
        font-size: 1.5rem;
    }

    .modalMessage p {
        font-size: 14px;
    }
}

@media (max-width: 650px) {
    .switch {
        width: 100%;
    }

    .p35 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .responsiveHeader .sub-title {
        display: block;
    }

        .responsiveHeader .sub-title .col-md-4 {
            padding-left: 0px;
            justify-content: start !important;
            margin-bottom: 8px !important;
        }

    .scaleTable .radioBoxContainer .checkmark,
    .scaleTable .radioBoxContainer input {
        top: 50%;
        left: 95%;
        transform: translate(-50%, -50%);
    }


    .scaleTable {
        border: 0;
    }

        .scaleTable caption {
            font-size: 1.3em;
        }

        .scaleTable thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .scaleTable tbody tr td:first-child {
            font-weight: 500;
            font-size: 14px;
            color: var(--cutomThemeColor);
        }

        .scaleTable tr {
            display: block;
            margin-bottom: .625em;
            padding-top: 0;
        }

    .scalFooter tr {
        margin-bottom: 0px;
    }

        .scalFooter tr td {
            text-align: right;
            font-size: 13px;
        }

    .scaleTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }

        .scaleTable td::before {
            content: attr(data-th);
            float: left;
            font-size: 12px;
            font-weight: 500;
        }

        .scaleTable td:last-child {
            border-bottom: 0;
        }

    .tableMobileHeader {
        text-align: left;
        font-weight: 500;
    }

    .scaleTable tr {
        border: 1px solid #ddd;
    }

        .scaleTable tr td:first-child {
            background-color: #f8f8f8;
        }

    .dynamicTable .radioBoxContainer .checkmark,
    .dynamicTable .radioBoxContainer input {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    .dynamicTable .radioBoxContainer .checkmark,
    .dynamicTable .radioBoxContainer input {
        top: 50%;
        left: 95%;
        transform: translate(-50%, -50%);
    }


    .dynamicTable {
        border: 0;
    }

        .dynamicTable caption {
            font-size: 1.3em;
        }

        .dynamicTable thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .dynamicTable tbody tr td:first-child {
            font-weight: 500;
            font-size: 14px;
            color: var(--cutomThemeColor);
            min-height:40px !important;
        }

        .dynamicTable tr {
            display: block;
            margin-bottom: .625em;
            padding-top: 0;
        }

    .dynamicTableFooter tr {
        margin-bottom: 0px;
    }

        .dynamicTableFooter tr td {
            text-align: right;
            font-size: 13px;
        }

    .dynamicTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }

        .dynamicTable td::before {
            content: attr(data-th);
            float: left;
            font-size: 12px;
            font-weight: 500;
        }

        .dynamicTable td:last-child {
            border-bottom: 0;
        }

    .dynamicTable tr {
        border: 1px solid #ddd;
    }

        .dynamicTable tr td:first-child {
            background-color: #f8f8f8;
        }


    .questionInput .form-field__input,
    .questionInput .form-field__textarea {
        margin-top: 52px;
    }

    .questionInput .elipsis {
        white-space: inherit;
    }

    .hw-100 {
        height: 60px !important;
        width: 60px !important;
    }
}

@media (max-width: 375px) {

    .w-65 {
        width: 65px;
        height: 55px;
    }

    .fileContant {
        width: calc(100% - 80px);
    }

    .radioErrorValidation {
        width: 300px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        line-height: 20px;
    }
}

@media (max-width: 320px) {
    #html_capcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 100% 0%;
        -webkit-transform-origin: 100% 0%;
    }

    .PatientVerification {
        position: relative;
        width: 100%;
        max-width: 290px;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
    }
}

@media (min-width: 980px) and (max-width: 1440px) {
    .mainContent {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
}

.diabled-field {
    opacity: 0.6;
}

.whiteColor {
    color: #fff !important;
}

.hide-steps {
    display: none !important;
}

.hidephq9 {
    display: none;
}
/* end */
.errorInputBorder {
    border: 1px solid Red !important;
    border-radius: 6px !important;
}
.mobileInput {
    border: 1px solid #999;
    margin-top: 0px;
    border-radius: 6px;
    padding:5px 12px;
}
.mobileInputButton {
    width:100% !important;
}