﻿
/* TEXT */

label, p, h1, h2, h3, h4, h5, input, div {
    font-family: 'Barlow', sans-serif;
}

label, p {
    font-weight: 400;
}

label {
    color: #005C8F;
    font-size: .875rem;
}

label.agreement {
    font-size: 1rem;
}

label.required {

}

.label-qualifier {
    font-size: .875rem;
    font-weight: 400;
    color: #465970;
    font-family: 'Barlow', sans-serif;
}

.form-group.row label.required::after,
label.required::after {
    background-image: none;
}

.required > span {
    color: #465970;
}


p, div {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #32363D;
}

h1, h2, h3, h4, h5 {
    color: #2F4051;
    font-weight: 600;
    font-feature-settings: 'liga' off;
}

h1 {
    font-size: 2rem;
    margin: 0;
    line-height: 2.5rem;
}

h2 {
    font-size: 1.5rem;
    margin: 0;
}

.section-description {
    color: #005C8F;
    font-size: 1rem;
}
.textbox-container {
    position: relative;
}

.text-input {
    padding-right: 30px;
}

/*.clear-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%);
    cursor: pointer;
    border-radius: 15px;
}*/
.tooltip-label {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    z-index: 1000;
    position: absolute;
    /* Add other styling as needed */
}
#txtlawfirm:hover+.tooltip-label{
    display:block;
        
}
.clear-icon {
     position: absolute;
    top: 52%;
    right: 10px;
    transform: translate(-53%);    
    border: none;   
    background-color: transparent;
    color: grey;
}

div.invalid-feedback,
div.invalid-feedback > span {
    color: #ac0d1f !important;
    font-size: 0.75rem;
    font-weight: 400;
}

/* INPUTS */

    button {
    border-radius: 2px;
}

    button.btn.btn-primary,
    #ctl00_DefaultContent_SignupForm1_btnSubmit,
    #ctl00_DefaultContent_btnSubmit,
    #ctl00_DefaultContent_btnClose,
    #ctl00_DefaultContent_SignupAgreement1_btnSubmitAgreement {
        background-color: #63778F;
        border-color: #63778F;
        color: #fff !important;
        font-size: .875rem;
        font-weight: 600;
        height: 2.625rem;
        line-height: 1.375rem;
        padding: 0.5625rem 1rem 0.6875rem;
        width: 10rem;
    }

        button.btn.btn-primary:hover,
        #ctl00_DefaultContent_SignupForm1_btnSubmit:hover,
        #ctl00_DefaultContent_btnSubmit:hover,
        #ctl00_DefaultContent_btnClose:hover,
        #ctl00_DefaultContent_SignupAgreement1_btnSubmitAgreement:hover {
            background-color: #005C8F;
            border-color: #005C8F;
        }

        button.btn.btn-primary:active:focus,
        #ctl00_DefaultContent_SignupForm1_btnSubmit:active:focus,
        #ctl00_DefaultContent_btnSubmit:active:focus,
        #ctl00_DefaultContent_btnClose:active:focus,
        #ctl00_DefaultContent_SignupAgreement1_btnSubmitAgreement:active:focus {
            background-color: #014D77;
            border-color: #005C8F;
            box-shadow: none;
        }

input.form-control,
textarea.form-control,
select.form-control {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #465970;
    color: #1A2835 !important;
}

select, input[type="text"] {
    height: 3rem !important;
}

ul.chklist > li {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
ul.chklist > li:last-child {
    margin-bottom: 0;
}

ul.chklist > li > input {
    margin-top: 3px;
    height:1.25rem;
    width:1.25rem;
}

ul.chklist > li > span > input {
    margin-top: 3px;
    height: 1.25rem;
    width: 1.25rem;
}

ul.chklist li label {
    font-size: 1rem;
    margin-left: 2rem;
}

ul.chklist li input {
    position: absolute;
}

ul.chklist > li > label > div {
    color: #32363D;
}

.chklist-multi > li {
   width: 50%;
   padding:0;
}

ul.chklist-multi > li > input {
    margin-top: 5px;
}

.chklist-multi > li > label {
    font-size: 1rem;
}

label.question-label {
    font-size: 1rem;
    line-height: 1.5rem;
}

ol.signupquestions {
    list-style: none;
    counter-reset: custom-ol-counter;
    margin-bottom:0;
}

ol.signupquestions li {
    counter-increment: custom-ol-counter;
    font-size: .875rem;
    color: #465970;
    font-family: 'Barlow', sans-serif;
    margin-bottom:2rem;
}

ol.signupquestions li::before {
    content: counter(custom-ol-counter) ". ";
    font-size: 0.78125rem;
    color: #465970;
    font-family: 'Barlow', sans-serif;
}

ol.signupquestions li:last-child{
    margin-bottom:0;
}
span.question-radio-group > label {
    margin-right: 2rem;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-grow-2 {
    flex-grow: 2;
}

.flex-grow-3 {
    flex-grow: 3;
}

#legalverbiage {
    font-size: .75rem;
    line-height: 1.375rem;
    color: #32363D;
}

#legalverbiage a {
    color: #005c8f;
}

header {
    background: #304A65;
}

#top-links {
    color: white;
}

.header-logo {
    height: 1.6875rem;
    width: 4rem;
}

#aspnetForm {
    padding: 0;
}

a.nav-link {
    line-height: 1.5rem;
    padding: 0;
    color: #FFFFFF;
}

input[type=checkbox], input[type=radio] {
    border: none;
    margin-top: 4px;
}

ol::before {
    vertical-align: text-top;
}

.hint-tooltip {
    padding: 0.938rem;
}

.tooltip-input {
    border-radius: .125rem;
    box-shadow: none;
    border: 1px solid #465970;
}

.tooltip-input > input {
    border: 0px;
}

input-group input.btn {
    border: 1px solid #ced4da
}

.input-group-append button:focus, .radio-info:focus i.icon {
    border: 1px solid #009ef5 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */

    select.form-control,
    input.form-control {
        height: 2.6rem !important;
    }

    .tooltip-input input.hint-tooltip.btn,
    .tooltip-input input.form-control {
        height: 2.5rem !important;
    }
}

.btn-skip-to-main {
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 2;
    top: -2rem;
    left: 1.5rem;
    transition: all .5s;
    background-color: #004369;
    border-color: #004369;
}

.btn-skip-to-main:focus {
    opacity: 1;
    display: block;
    position: absolute;
    z-index: 2;
    top: 5rem;
    box-shadow: none;
}

fieldset {
    font-size: 1.5rem;
    /*margin: 2rem 0 1rem 0;*/
    color: #2F4051;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}

.grecaptcha-badge {
    visibility: hidden;
}

.close .icon {
    padding: 0.5rem;
    background-position: 50%;
    background-size: 1rem,1rem;
    background-repeat: no-repeat
}

.icon-close {
    background-image: url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1.01953L17 17.4487' stroke='%232F4051' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3e%3cpath d='M17 1.01953L1 17.4487' stroke='%232F4051' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3e%3c/svg%3e") !important;
}

#erroModalContent span.text-primary, #erroModalContent a {
    color: #005C8F !important;
    font-size: 1rem;
}
.spacer-8 {
    padding-top: 0.5rem;
}

.spacer-24 {
    padding-top: 1.5rem;
}

.spacer-32 {
    padding-top: 2rem;
}

.spacer-56 {
    padding-top: 3.5rem;
}

.spacer-80 {
    padding-top: 5rem;
}

.spacer-120 {
    padding-top: 7.5rem;
}

.leftMargin-30 {
    margin-left: 1.875rem;
}

legend{
    margin-bottom:0;
}

.form-group{
    margin-bottom:2rem;
}

.header-height{
    min-height:4rem;
}

legend{
    line-height:1.875rem;
}

.commentHint {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #44576D;
}
.btn-outline-secondary {
    background-color: #F9FCFF;
    border-color: #C7CED8;
    font-size: .875rem;
    font-weight: 600;
    height: 2.625rem;
    line-height: 1.375rem;
    color: #465970 !important;
    padding: 0.5625rem 1rem 0.6875rem;
    width: 10rem;
}
.btn-outline-secondary:hover {
    background-color: #F9FCFF !important;
    border-color: #63778F !important;
    color: #1A2835 !important;
}
.btn-outline-secondary:active:focus {
    background-color: #F9FAFA !important;
    border-color: #C7CED8 !important;
    box-shadow: none !important;
    color: #1A2835 !important;
}
.welcome-message {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #32363D;
}
.btnheight{
    min-height:2.625rem;
}

.nav-item{
    padding:0.5rem 1rem 0.5rem 1rem;
}
.languagebtn {
    font-size: 1.125rem;
    font-weight: 600 !important;
    min-height:1.625rem;
    min-width:1.375rem;
}
.contactus {
    font-size: 1rem;
    font-weight:normal;
}

.modal-dialog {
    max-width: 680px !important;
}

.customclose {
    display: block;
    position: absolute;
    z-index: 2;
    color: #32363d;
    right: 2.375rem;
    top: 2.375rem;
    font-size: 0;
    line-height: 1rem;
}

.customclose span {
    font-size: 0;
}

.modal-header {
    padding: 0;
    height: 5.5rem;
}

.modal-body {
    padding: 5.5rem 4.375rem 5.5rem 4.375rem;
}

.customtext {
    color: #2F4051;
}
.title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.25rem;
    color: #121B24;
}

span.rb label{
    font-size:1rem;
    line-height:1.5rem;
    font-weight:400;
}

.custom-radio-control input[type="radio"] {
    background: url("data:image/svg+xml;utf8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.5' y='0.5' width='17' height='17' rx='8.5' fill='white' stroke='%23005C8F'/%3e%3c/svg%3e") center no-repeat;
    height: 1.125rem;
    width: 1.125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-radio-control input[type="radio"]:checked {
    background: url("data:image/svg+xml;utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='3.75' y='3.75' width='16.5' height='16.5' rx='8.25' stroke='%23005C8F' stroke-width='1.5'/%3e%3crect x='7' y='7' width='10' height='10' rx='5' fill='%23005C8F'/%3e%3c/svg%3e") center no-repeat;
}

.custom-checkbox-control input[type="checkbox"] {
    background: url("data:image/svg+xml;utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='2.5' y='2.5' width='19' height='19' rx='1.5' fill='white' stroke='%23005C8F'/%3e%3c/svg%3e") center no-repeat;
    height: 1.25rem;
    width: 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-checkbox-control input[type="checkbox"]:checked {
    background: url("data:image/svg+xml;utf8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='2' y='2' width='20' height='20' rx='2' fill='%23005C8F'/%3e%3cpath d='M17 9L11 15L8 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat;
}
.checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: max-content;
}
.checkbox-label {
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    font-Weight: 400;
    font-Size: 1rem;
    Line-height: 1.5rem;
    color: #005C8F;
    padding-top: 2px
}
.checkbox-container_RTIS {
    display:flex; 
    gap: 15px;
}
.tooltip-button {
    position: relative;
    background-color: #fff;
    color: #32363D;
    border: none;
    padding: 0 20px 0 0px;
    cursor: pointer;
    border-radius: 5px;
    
}

.tooltip-text {
    display: none;
    position: absolute;
    background-color: #1A2835;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    top: 50%;
    left: calc(100% - 10px);
    transform: translateY(-50%);
    white-space: pre-wrap;
    width: 346px;
    z-index: 1;
    font-family: 'Barlow', sans-serif;
    font-Weight: 400;
    font-Size: 0.8rem;
    letter-spacing: 0.1px
}
.tooltip-button:hover .tooltip-text{
    display:block;
}
.tooltip-text::before {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #1A2835 transparent transparent;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}
.searchable-dropdown {
    width:200px;
}
.searchable-dropdown-container {
    position: relative;
}
.search-input {
    width:100%;
    padding:5px;
    border: 1px solid #ccc;
}
.search-results {
    position:absolute;
    max-height:150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    width:100%;
    display:none;
}
.search-results > option {
    padding:5px;
    cursor:pointer;
}
.search-results >option:hover {
    background-color:#f2f2f2;
}

.signup-form-law-clerk .select2-container {
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #465970;
    color: #1A2835 !important;
    width: 100% !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    font-family: 'Barlow', sans-serif;
    height: 3rem;
}

.ui-tooltip {
    display: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 32px
    }

.imageStyle {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 15px;
    right: 30px;
}
.cancelIcon {
    width: max-content;
    border: 1px solid #63778F;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 0px 5px 0px 5px;
    gap: 20px;
    margin-top: 2px;
}
.textarea.form-control {
    height: 3rem !important;
}
.noInformationText {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #1A2835;
    padding: 0px 0px 0px 6px;
    margin: 0px 0px 5px 0px;
   /* border-top: 1px dashed #C7CED8;*/
}
.noInformationAction {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #005C8F;
    cursor: pointer;
}
.static-item {
    background-color: lightgray;
    position: sticky;
    top:0;
}
.select2-container--default.select2-container--disabled .select2-selection--single b {
    background: #eee url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.5 9.5L12.5 14.5L7.5 9.5' stroke='%23304A65' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") right .625rem center no-repeat !important;
}

.removeFirmTitle {
    padding: 20px;
    font-family: Barlow;
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
}



.removeFirmContent {
    font-family: Barlow;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    padding: 38px 100px;
}



.removeFirmbutton {
    width: 116px;
    height: 44px;
    font-size: 14px;
    font-family: 'Barlow';
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
}

.secoundary-btn {
    border: 1px solid black;
    color: black;
}

.primary-btn {
    border: 1px solid;
    color: white;
    background-color: #005C8F;
}