﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none !important
}

body {
    background-color: #fff;
    color: #333;
    font-family: var(--font-regular);
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 15px
}

a {
    color: #00F;
    outline: 0;
    text-decoration: underline;
    transition: all .5s ease 0;
    -moz-transition: all .5s ease 0;
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0
}

    a:hover, a:active, a:focus {
        outline: 0;
        -moz-outline-style: none
    }

    a:hover {
        text-decoration: none;
        color: #0e4b8d
    }

table {
    width: 100%
}

img {
    border: 0;
    outline: 0
}

.clear {
    clear: both
}

.floatL {
    float: left
}

.floatR {
    float: right
}

.taL {
    text-align: left
}

.taC {
    text-align: center
}

.taR {
    text-align: right
}

.taJ {
    text-align: justify
}

.vaT {
    vertical-align: top
}

.vaM {
    vertical-align: middle
}

.vaB {
    vertical-align: bottom
}

.mTop0 {
    margin-top: 0
}

.mTop2 {
    margin-top: 2px
}

.mTop5 {
    margin-top: 5px
}

.mTop10 {
    margin-top: 10px
}

.mTop15 {
    margin-top: 15px
}

.mTop20 {
    margin-top: 20px
}

.mTop25 {
    margin-top: 25px
}

.mTop35 {
    margin-top: 35px
}

.mTop40 {
    margin-top: 40px
}

.mTop100 {
    margin-top: 100px
}

.mBot0 {
    margin-bottom: 0
}

.mBot2 {
    margin-bottom: 0
}

.mBot5 {
    margin-bottom: 5px
}

.mBot10 {
    margin-bottom: 10px
}

.mBot15 {
    margin-bottom: 15px
}

.mBot20 {
    margin-bottom: 20px
}

.mBot25 {
    margin-bottom: 25px
}

.mBot45 {
    margin-bottom: 45px
}

.mRight5 {
    margin-right: 5px
}

.mRight10 {
    margin-right: 10px
}

.mRight15 {
    margin-right: 15px
}

.mRight20 {
    margin-right: 20px
}

.mLeft5 {
    margin-left: 5px
}

.mLeft10 {
    margin-left: 10px
}

.mLeft15 {
    margin-left: 15px
}

.mLeft20 {
    margin-left: 20px
}

.mLeft25 {
    margin-left: 25px
}

.mLeft30 {
    margin-left: 30px
}

.mLeft50 {
    margin-left: 50px
}

.mLight300 {
    margin-left: 300px
}

.pLeft10 {
    padding-left: 10px
}

.pLeft20 {
    padding-left: 20px
}

.pLeft30 {
    padding-left: 30px
}

.pRight10 {
    padding-right: 10px
}

.pRight5 {
    padding-right: 5px
}

.pTop10 {
    padding-top: 10px
}

.pBot5 {
    padding-bottom: 5px !important
}

.pBot10 {
    padding-bottom: 10px
}

.pBot20 {
    padding-bottom: 20px
}

.pRight20 {
    padding-right: 20px
}

.spacer3 {
    height: 3px
}

.spacer5 {
    height: 5px
}

.spacer10 {
    height: 10px
}

.spacer15 {
    height: 15px
}

.spacer20 {
    height: 20px
}

.spacer25 {
    height: 25px
}

.spacer30 {
    height: 30px
}

.spacer35 {
    height: 35px
}

.spacer40 {
    height: 40px !important
}

.spacer50 {
    height: 50px
}

.red {
    color: red
}

.noWrap {
    white-space: nowrap
}

.noPad {
    padding: 0 !important
}

.noMargin {
    margin: 0 !important
}

.bold {
    font-weight: bold
}

.txt9 {
    font-size: 9px
}

.txt11 {
    font-size: 11px
}

.txt12 {
    font-size: 12px
}

::-webkit-input-placeholder {
    color: #6f6763
}

::-moz-placeholder {
    color: #6f6763
}

p {
    color: #353535;
    line-height: 1.5em
}

input.emailField-icon {
    background: url(/Content/Images/email-id-icon.svg) no-repeat 9px center ;
}

    input.emailField-icon:active {
        background: url(/Content/Images/email-id-icon.svg) no-repeat 9px center  !important;
    }

input.emailField {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: block;
    padding: 12px 10px 12px 44px !important;
    width: 100%;
    -webkit-transition: border-color .3s ease 0;
    -moz-transition: border-color .3s ease 0;
    -ms-transition: border-color .3s ease 0;
    transition: border-color .3s ease 0;
}

input.passField-icon {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: block;
    padding: 12px 10px 12px 44px !important;
    width: 100%;
    -webkit-transition: border-color .3s ease 0;
    -moz-transition: border-color .3s ease 0;
    -ms-transition: border-color .3s ease 0;
    transition: border-color .3s ease 0;
}
input.passField-icon {
    background: url(/Content/Images/password-icon-lock.svg) no-repeat 9px center !important;
}

    input.passField-icon:active {
        background: url(/Content/Images/password-icon-lock.svg) no-repeat 9px center !important;
    }

input.dateField {
    box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
    background: url(/Content/CommonImages/dateIcon.png) no-repeat right center #fff;
    box-sizing: border-box;
    color: #404040;
    display: block;
    outline: medium none;
    padding: 8px 30px 8px 10px;
    width: 100%;
    -webkit-transition: border-color .3s ease 0;
    -moz-transition: border-color .3s ease 0;
    -ms-transition: border-color .3s ease 0;
    transition: border-color .3s ease 0;
    font-family: var(--font-regular)
}

input.perField {
    box-shadow: 0 1px 5px rgba(0,0,0,0.1) inset;
    background: url(/Content/CommonImages/perIcon.png) no-repeat right center #fff;
    box-sizing: border-box;
    color: #404040;
    display: block;
    outline: medium none;
    padding: 8px 30px 8px 10px;
    width: 100%;
    -webkit-transition: border-color .3s ease 0;
    -moz-transition: border-color .3s ease 0;
    -ms-transition: border-color .3s ease 0;
    transition: border-color .3s ease 0;
    font-family: var(--font-regular)
}

select.dateField-icon {
    box-shadow: none;
    background: url('/CommonImages/date.png') no-repeat left center #fff;
    box-sizing: border-box;
    color: #404040;
    display: block;
    outline: medium none;
    padding: 3px 10px 3px 30px;
    background-position: 8px 5px;
    width: 100%;
    -webkit-transition: border-color .3s ease 0;
    -moz-transition: border-color .3s ease 0;
    -ms-transition: border-color .3s ease 0;
    transition: border-color .3s ease 0;
    font-family: var(--font-regular)
}

select.singleSelect {
    box-shadow: none;
    background: #fff;
    box-sizing: border-box;
    color: #404040;
    display: block;
    outline: medium none;
    padding: 6px 10px;
    width: 100%;
    -webkit-transition: border-color .3s ease 0;
    -moz-transition: border-color .3s ease 0;
    -ms-transition: border-color .3s ease 0;
    transition: border-color .3s ease 0;
    font-size: 14px;
    font-family: var(--font-regular)
}

select.multiSelect {
    box-shadow: none;
    background: #fff;
    box-sizing: border-box;
    color: #404040;
    display: block;
    outline: medium none;
    padding: 6px 10px;
    width: 100%;
    -webkit-transition: border-color .3s ease 0;
    -moz-transition: border-color .3s ease 0;
    -ms-transition: border-color .3s ease 0;
    transition: border-color .3s ease 0;
    font-size: 14px;
    font-family: var(--font-regular)
}

textarea.textArea {
    box-shadow: none;
    background: #fff;
    box-sizing: border-box;
    color: #404040;
    display: block;
    outline: medium none;
    padding: 6px 10px;
    width: 100%;
    resize: none;
    -webkit-transition: border-color .3s ease 0;
    -moz-transition: border-color .3s ease 0;
    -ms-transition: border-color .3s ease 0;
    transition: border-color .3s ease 0;
    font-family: var(--font-regular)
}

input.userField-icon {
    box-shadow: none;
    background: url(/Content/CommonImages/sign-in-icons.svg) no-repeat right center #fff;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font-size: 14px;
    outline: medium none;
    padding: 6px 30px 6px 10px;
    width: 100%;
    -webkit-transition: border-color .3s ease 0;
    -moz-transition: border-color .3s ease 0;
    -ms-transition: border-color .3s ease 0;
    transition: border-color .3s ease 0;
    font-family: var(--font-regular);
    background-size: 25px;
    background-position: 98% -138px;
    transition: all .5s ease-in-out
}

input.phoneField-icon {
    box-shadow: none;
    background: url(/Content/CommonImages/sign-in-icons.svg) no-repeat right center #fff;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font-size: 14px;
    outline: medium none;
    padding: 6px 30px 6px 10px;
    width: 100%;
    -webkit-transition: border-color .3s ease 0;
    -moz-transition: border-color .3s ease 0;
    -ms-transition: border-color .3s ease 0;
    transition: border-color .3s ease 0;
    font-family: var(--font-regular);
    background-size: 25px;
    background-position: 98% -323px;
    transition: all .5s ease-in-out
}

input:focus, select:focus, textarea:focus {
    border-color: #3097f3;
    /*box-shadow: 0 0 8px rgba(47,130,255,0.55);*/
    outline: 0 none
}

input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"] {
    border-color: #ccc;
    background-color: #eee;
    cursor: not-allowed;
    color: #666
}

input[readonly="readonly"], select[readonly="readonly"], textarea[readonly="readonly"] {
    border-color: #989898;
    background: #fffcb3;
    cursor: not-allowed;
    color: #787518
}

.dateFormat {
    color: #404040;
    font-family: var(--font-regular);
    font-style: normal
}

input.css-checkbox[type="checkbox"] {
    border: 0 none;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0
}

input.css-radiobox[type="radio"] {
    border: 0 none;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0
}

    input.css-radiobox[type="radio"] + label.css-labelradio, input.css-radiobox[type="radio"] + input + label.css-labelradio, input.css-radiobox[type="radio"] + label + input + label.css-labelradio {
        cursor: pointer;
        display: inline-block;
        margin-bottom: 0;
        min-height: 20px;
        padding: 5px 0 5px 25px;
        vertical-align: middle;
        font-family: var(--font-regular)
    }

.css-labelradio {
    background: url(/Content/CommonImages/radioNormal.png) no-repeat left center
}

input.css-radiobox[type="radio"][disabled="disabled"]:checked + label.css-labelradio, input.css-radiobox[type="radio"][disabled="disabled"]:checked + input + label.css-labelradio, input.css-radiobox[type="radio"][disabled="disabled"]:checked + label + input + label.css-labelradio {
    cursor: not-allowed
}

input.css-radiobox[type="radio"][disabled="disabled"] + label.css-labelradio, input.css-radiobox[type="radio"][disabled="disabled"] + input + label.css-labelradio, input.css-radiobox[type="radio"][disabled="disabled"] + label + input + label.css-labelradio {
    background: url(/Content/CommonImages/radioNormalDis.png) no-repeat left center;
    cursor: not-allowed
}

button:hover {
    color: #fff;
    opacity: .8
}

button {
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    transition: all .3s ease-in-out 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -moz-user-select: none;
    background-image: none;
    vertical-align: middle;
    white-space: nowrap;
    font: bold 14px;
    text-decoration: none
}

    button:hover {
        color: #fff;
        opacity: .8
    }

.redBtn {
    background-color: #ee3733;
    -moz-user-select: none;
    background-image: none;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: bold 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in-out 0;
    vertical-align: middle;
    white-space: nowrap
}

    .redBtn:hover {
        color: #fff;
        opacity: .8
    }

.labelName {
    text-align: right;
    padding-right: 10px;
    color: #000
}

.fieldValue {
    text-align: left;
    color: #606060
}

.infoBox {
    background: #fff6c6;
    padding: 15px;
    border: 1px solid #877d48
}

u.dotted {
    border-bottom: 1px dashed #999;
    text-decoration: none;
    cursor: pointer
}

.css-label {
    display: inline-block;
    position: relative;
    padding: 2px 0 0 30px;
    font-weight: bold;
    cursor: pointer
}

.checkbox .icon {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0
}

.css-label::before, .css-label::after {
    content: "";
    display: block;
    position: absolute;
    left: 0
}

.css-label::before {
    height: 20px;
    width: 20px;
    border: 1px solid currentColor;
    background: transparent;
    transition: background var(--duration) var(--easing);
    border-radius: 4px
}

input.css-checkbox[type="checkbox"]:checked ~ label.css-label::after, input.css-checkbox[type="checkbox"]:checked + input + label.css-label::after {
    opacity: 1;
    max-height: 15px;
    max-width: 8px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 1px;
    top: 13px;
    position: absolute;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

input.css-checkbox[type="checkbox"]:checked ~ label.css-label::before, input.css-checkbox[type="checkbox"]:checked + input + label.css-label::before {
    background: var(--Theme-Green);
    border: 1px solid var(--Theme-Green-Dark)
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 12.5px;
        opacity: 1
    }

    40% {
        height: 25px;
        width: 12.5px;
        opacity: 1
    }

    100% {
        height: 25px;
        width: 12.5px;
        opacity: 1
    }
}

.fs-16 {
    font-size: 16px !important
}
