﻿@-ms-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.mt--4 {
    margin-top: -3px;
}

.directionChanger {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex-grow: 1;
}

/**/
body {
    background-color: #F7F7F7;
    font-size: 16px;
}

html {
    position: relative;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Inter', sans-serif;
    color: #05033A;
}

table {
    -webkit-text-size-adjust: none;
    font-size: 15px;
}

tr.row {
    margin-right: 0;
    margin-left: 0;
}

th {
    background: #CCE4FF;
}

legend {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 21px;
}

.card {
    margin-bottom: 21px;
}

.control-label {
    font-size: 1em;
    display: inline !important;
}

.buttonLink {
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    .desktopbreak {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .mobilePhone {
        display: none;
    }

    .desktopPhone {
        display: inline;
    }
}

@media only screen and (max-width: 1199px) {
    .mobilePhone {
        display: inline;
    }

    .desktopPhone {
        display: none;
    }
}

.pagination .page-item.active .page-link {
    background-color: #05033A;
}
/* Links
-----------------------------------------------------------*/
a {
    color: #05033A;
    text-decoration: underline
}

    a:hover, a:focus {
        color: #2F93E0;
    }

/* Header
-----------------------------------------------------------*/
#Header {
    color: #FFF;
    padding-left: 3px;
    padding-right: 3px;
    /*background-color: #05033A;*/
    /*border-radius: 16px;*/
    /*    padding-top: 1em;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain !important;
    height: stretch;*/
}

@media only screen and (max-width: 530px) {
    #Header {
        background-image: none;
    }
}

#Header h2, #Header h3 {
    color: #FFF;
    /*font-style: italic;*/
}

#Header div.header-callout {
    padding-left: 1em;
    padding-right: 1em;
    text-align: justify;
    width: 42em;
    font-size: 1.1em;
    line-height: 1.5em
}

    #Header div.header-callout strong {
        font-style: italic;
    }

#HeaderContent {
    color: #FFF;
    height: 100%;
    padding-bottom: 10px;
    background-color: #05033A;
    border-radius: 16px;
}

    #HeaderContent a {
        color: #FFF;
        text-decoration: none;
    }

    #HeaderContent h1 {
        margin: 0;
        padding: 0.375em 0 0 0;
    }

    #HeaderContent p {
        font-size: 1em;
        color: #FFF;
        padding-top: 0.375em;
        margin-bottom: 0;
    }

/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
    font-size: 1.2em;
    /* border-top: 1px solid #DDD; */
    /* border-color: #DDD; */
    /* box-shadow: 0 2px 2px #DDD; */
    /* margin-bottom: 1em; */
    padding-bottom: 1.2em
}

    .navbar .navbar-nav > li > a {
        text-decoration: none;
    }

@media only screen and (min-width: 1200px) {
    .navbar {
        padding-top: 1em;
        /* padding-bottom: 1em; */
    }

        .navbar .navbar-nav > li > a {
            padding-bottom: 5px;
            white-space: nowrap;
        }

        .navbar .navbar-nav li {
            padding-right: 15px;
            /*width: 100%;*/
        }

    .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-nav > li > a {
        border-bottom: 2px solid #FFF;
        color: #111;
    }

        .navbar .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
            background-color: #FFF;
            border-bottom: 2px solid #000000;
            color: #111;
        }

    .activeItem {
        border-bottom: 2px solid #000 !important;
        font-weight: bold !important;
    }

    .navbar .navbar-nav > li > a.logoutLink:hover, .navbar-nav > li > a.logoutLink:focus {
        background-color: transparent;
        color: #D12124;
        text-decoration: none;
        border-bottom: 0px;
    }
}
/*END OF X-LARGE SCREEN MENU*/

@media only screen and (max-width: 1199px) {
    .navbar-collapse {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .navbar-nav > li:first-child {
        border-top: 0px solid #DDD;
    }

    .navbar-nav > li {
        background-color: #FFF;
        border-bottom: 0px solid #DDD;
        border-left: 0px solid #DDD;
        border-right: 0px solid #DDD;
    }

        .navbar-nav > li > a {
            color: #111;
            display: block;
            padding: 10px;
        }

            .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
                /*background-color: #004E96;*/
                /* color: #FFF;*/
            }

    .menu {
        cursor: pointer;
    }

    .navbar-nav > li > a.logoutLink:hover, .navbar-nav > li > a.logoutLink:focus {
        background-color: transparent;
        color: #D12124;
        /*text-decoration: none;*/
        border-bottom: 0px;
    }
}
/*END OF LARGE/MEDIUM/SMALL/X-SMALL SCREEN MENU*/

/*Wrapper
-----------------------------------------------------------*/
#Wrapper {
    /*background-color: #FFF;*/
    z-index: 1001;
}

@media only screen and (min-width: 992px) {
    #Wrapper {
        min-height: 435px;
    }
}

/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper {
    padding-top: 10px;
    padding-bottom: 40px;
    z-index: 1001;
}

/* Content
-----------------------------------------------------------*/
#Content {
    /*background-color: #FFF;*/
    padding: 10px;
    z-index: 1001;
}

.TopActions {
    padding-left: 10px;
    padding-right: 10px;
}

#Content li {
    padding: 5px;
}

#Content ul, ol {
    margin-bottom: 10.5px;
}

.breakWord {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

#bigNumberListStyle ul {
    counter-reset: li;
    list-style-type: none;
}

#bigNumberListStyle li {
    position: relative;
    padding: 10px 0 20px 60px;
}

    #bigNumberListStyle li:before {
        content: counter(li);
        counter-increment: li;
        height: 45px;
        width: 45px;
        border: 2px solid #004E96;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 16px;
        line-height: 40px;
        color: #004E96;
    }

/* Important Dates
-----------------------------------------------------------*/
#Dates {
}

    #Dates ul {
        padding-left: 0;
        list-style-type: none;
        line-height: 180%;
    }

    #Dates li {
        font-size: 15px;
        line-height: 24px;
        border-bottom: 1px solid #004E96;
        padding-bottom: 10px;
    }

/* FAQ
-----------------------------------------------------------*/

#FAQs {
}

    #FAQs .faqHeader {
        font-weight: bold;
        color: #004E96;
        font-size: 1.5em;
        padding-bottom: 5px;
        text-align: center;
    }

    #FAQs .QuestionsArea {
        margin-bottom: 1.3em;
    }

    #FAQs .Question {
        font-weight: normal;
        text-decoration: none;
        text-align: left;
        padding-left: 0;
    }

        #FAQs .Question ol {
            margin-bottom: 0 !important;
        }

    #FAQs .noListStyle li {
        font-weight: normal !important;
    }

    #FAQs .Answer p {
        font-weight: normal;
    }

    #FAQs .Answer table {
        font-weight: normal;
    }

    #FAQs .Answer {
        font-weight: bold;
        padding-bottom: 1em;
    }

    #FAQs .Question ol li {
        color: #808080;
    }

        #FAQs .Question ol li a {
            color: #808080;
            text-decoration: underline
        }

/* Documents
-----------------------------------------------------------*/

#Documents h3, #Documents h4 {
    color: #6F6F6F;
    margin-top: 1em;
}

#Documents .pdf {
    list-style-image: url("../../Content/Images/pdfIcon.png");
    margin-left: 25px;
}

#Documents .excel {
    list-style-image: url("../../Content/Images/excelIcon.png");
    margin-left: 25px;
}

#Documents .claimForm {
    list-style-image: url("../../Content/Images/formIcon.png");
    margin-left: 25px;
}

/* Claim
-----------------------------------------------------------*/
#ClaimForm .card-header {
    font-size: 1.171875rem;
}

.radio {
    font-size: 16px;
    list-style: none;
    margin-bottom: 10px !important;
}

    .radio ul {
        padding-left: 0 !important;
    }

    .radio li {
        font-size: 16px;
    }

@media only screen and (min-width : 992px) {
    .radio li {
        list-style: none;
        padding-left: 0;
        display: inline;
    }
}

@media (max-width: 991px) {
    .radio li {
        list-style: none;
        padding-left: 0;
    }
}

.radioGrouped {
    float: left;
    width: auto;
    font-size: 16px;
    list-style: none;
    margin-bottom: 10px !important;
}

    .radioGrouped ul {
        padding-left: 0;
    }

    .radioGrouped li {
        list-style: none;
        padding-left: 0;
    }

input[type="radio"] {
    accent-color: #0162CC !important;
}

input[type="checkbox"] {
    accent-color: #0162CC !important;
}

.radioStacked {
    font-size: 16px !important;
    list-style: none !important;
    margin-bottom: 10px !important;
    accent-color: #0162CC !important;
}

    .radioStacked ul {
        padding-left: 0 !important;
    }

    .radioStacked li {
        list-style: none !important;
        padding-left: 15px !important;
    }

    .radioStacked radioStackedLabel {
        display: block !important;
        margin-top: -1.5em !important;
        margin-left: 20px !important;
    }

.modal-title {
    line-height: 1.2
}

.popupLink {
    font-style: italic;
    font-size: 12px;
}

.Notes {
    font-size: 14px;
    font-style: italic;
}

/* File Upload
-----------------------------------------------------------*/

#uploadFileContainer .remove-link {
    color: #05033A;
    text-decoration: underline;
}

    #uploadFileContainer .remove-link:hover {
        color: #2F93E0;
    }

.AjaxUploaderQueueTable {
    display: none !Important;
}

.AjaxUploaderCancelAllButton {
    display: none !Important;
}

.uploadGrid td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /*word-break: break-word;*/
    overflow: hidden;
    white-space: pre-wrap;
    min-width: 0;
}

.progressBarText {
    display: none;
}

/*Contact Form
-----------------------------------------------------------*/
#ContactForm .contactHeader {
    font-weight: bold;
    font-size: .95em;
    margin-top: 2.1em;
    margin-bottom: .33em;
    line-height: 0;
}

#ContactForm .top {
    margin-top: .85em;
}

/* Validation helpers
-----------------------------------------------------------*/
.field-required-marker {
    color: #D12124;
    font-weight: bold;
    margin-left: 2px;
    white-space: nowrap;
}

.field-validation-error {
    color: #D12124;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    font-weight: bold;
    color: #D12124;
}

    .validation-summary-errors ul {
        padding-left: 0 !Important;
        list-style: none;
    }

.validation-summary-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #D12124 !important;
    background: url(../Images/error.png) no-repeat right center;
    background-color: #FFF;
}

    input.input-validation-error:focus {
        border: 1px solid #D12124 !important;
        box-shadow: none;
        outline: 0 none;
    }

textarea.input-validation-error {
    border: 1px solid #D12124 !important;
}

    textarea.input-validation-error:focus {
        border: 1px solid #D12124 !important;
        box-shadow: none;
        outline: 0 none;
    }

input.fieldError {
    border: 1px solid #D12124 !important;
    background: url(../Images/error.png) no-repeat right center;
    background-color: #FFF;
}

    input.fieldError:focus {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
        outline: 0 none;
    }

select.fieldError {
    border: 1px solid #D12124 !important;
    background: url(../Images/error.png) no-repeat 98% 50%;
    background-origin: content-box;
}

    select.fieldError:focus {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
        outline: 0 none;
    }

textarea.fieldError {
    border: 1px solid #D12124 !important;
    background: url(../Images/error.png) no-repeat right center;
    background-color: #FFF;
}

    textarea.fieldError:focus {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
        outline: 0 none;
    }

.fieldErrorRadioButtons {
    padding-left: 5px !important;
    box-shadow: 1px 0 0 #D12124 inset;
}

.clearValidation {
    display: none;
}

/* RightsTable
-----------------------------------------------------------*/

#rightsTable .tableHeader {
    text-align: center;
    font-weight: bold;
}

#rightsTable .tdLeft {
    text-align: left;
    font-weight: bold;
}

#rightsTable .tdRight {
    text-align: left;
    font-weight: normal;
}

/* Footer
-----------------------------------------------------------*/
#Footer {
    width: 100%;
    font-size: 12px;
    border-top: 12px solid #000;
    color: #FFF;
    line-height: 1.6rem;
    flex-shrink: 0;
}

    #Footer .navigationLinks {
        padding: 0px 0 20px 15px;
    }

        #Footer .navigationLinks li {
            float: left;
            padding-right: 30px;
            margin-top: 10px;
        }

    #Footer .lastLink {
        padding-right: 0 !important;
    }

    #Footer .Questions {
        border-top: 1px solid #d9d9d9;
        padding: 20px 0 0 15px;
    }

    #Footer .Bottom {
        border-top: 1px solid #d9d9d9;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #Footer a {
        color: #FFF;
        text-decoration: none
    }

        #Footer a:hover, a:focus {
            /*color: #05033A;*/
        }

    #Footer .topFooter {
        background-color: #000;
    }

    #Footer .bottomFooter {
        background-color: #000;
    }

.footerdiv-2 {
    display: inline-flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}

.footerimg-2 {
    position: relative;
    width: 24px;
    height: 24px;
}

.footertext-wrapper {
    position: relative;
    width: fit-content;
}

.footeraddress-text {
    position: relative;
    width: fit-content;
}

.version-container {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}

.footerdiv-3 {
    position: relative;
    width: fit-content;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
}

/* ADA Styles
-----------------------------------------------------------*/
.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

    #skip a:focus {
        position: static;
        width: auto;
        height: auto;
    }

/*Buttons
-----------------------------------------------------------*/

.btn {
    white-space: normal;
    border-radius: 8px;
}

.btn-primary {
    background-color: #05033A;
    border-color: #05033A;
    color: #FFF;
    font-weight: bold;
}

.btn-primaryEpiq {
    background-color: #05033A;
    border-color: #05033A;
    color: #FFF;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #05033A;
    border-color: #05033A;
    color: #FFF;
}

.btn-primary:focus, .btn-primary.focus {
    background-color: #05033A;
    border-color: #05033A;
    color: #FFF;
}

.btn-primary:active, .btn-primary.active {
    background-color: #05033A;
    border-color: #05033A;
    color: #FFF;
}

    .btn-primary:active:hover, .btn-primary.active:hover {
        background-color: #05033A;
        border-color: #05033A;
        color: #FFF;
    }

    .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.focus:active, .btn-primary.active.focus {
        background-color: #05033A;
        border-color: #05033A;
        color: #FFF;
    }

.btn-secondary {
    background-color: #FFF;
    border-color: #05033A;
    color: #05033A;
    font-weight: bold;
}

    .btn-secondary:hover {
        background-color: #F8F8F8;
        border-color: #080561;
        color: #05033A;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        background-color: #FFF;
        border-color: #05033A;
        color: #05033A;
    }

    .btn-secondary:active, .btn-secondary.active {
        background-color: #FFF;
        border-color: #05033A;
        color: #05033A;
    }

        .btn-secondary:active:hover, .btn-secondary.active:hover {
            background-color: #FFF;
            border-color: #05033A;
            color: #05033A;
        }

        .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:focus, .btn-secondary.active:focus, .btn-secondary.focus:active, .btn-secondary.active.focus {
            background-color: #FFF;
            border-color: #05033A;
            color: #05033A;
        }

.btn-success {
    background-color: #338451;
    border-color: #3c9a5f;
    color: #FFF;
}

    .btn-success:hover {
        background-color: #27623E;
        border-color: #358753;
        color: #FFF;
    }

    .btn-success:focus, .btn-success.focus {
        background-color: #27623E;
        border-color: #358753;
        color: #FFF;
    }

    .btn-success:active, .btn-success.active {
        background-color: #27623E;
        border-color: #358753;
        color: #FFF;
    }

        .btn-success:active:hover, .btn-success.active:hover {
            background-color: #27623E;
            border-color: #358753;
            color: #FFF;
        }

        .btn-success:active:hover, .btn-success.active:hover, .btn-success:active:focus, .btn-success.active:focus, .btn-success.focus:active, .btn-success.active.focus {
            background-color: #27623E;
            border-color: #358753;
            color: #FFF;
        }

/* Other Styles
-----------------------------------------------------------*/

.address-selector {
    border: 1px solid #d9d9d9;
    padding: 10px 20px;
    background: #FFF;
}

    .address-selector li {
    }

.blockquote {
    color: #555555;
}

.w-90 {
    width: 90%
}

.w-80 {
    width: 80%
}

.w-70 {
    width: 70%
}

.w-60 {
    width: 60%
}

.w-40 {
    width: 40%
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-10 {
    width: 10%
}

.SubtitleDropdown {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.allignButtons {
    text-align: right !important;
}

.footerrightPad {
    text-align: right;
}

/* reversed direction styles
-----------------------------------------------------------*/

@media only screen and (max-width: 480px) {
    #ReCaptcha {
        transform: scale(0.8);
        transform-origin: 0;
        margin-left: -20px;
    }

    .btnfull {
        width: 100%;
    }

    .btntopadjust {
        margin-top: 20px;
    }

    .footercenterPad {
        text-align: center;
    }

    .footerrightPad {
        text-align: center;
    }

    input[type="checkbox"] {
        transform: scale(1.3);
    }
}

@media (max-width: 767px) {
    .amounttopadjust {
        margin-top: 2rem;
    }
}

.reverseFooterListTextDirection {
    padding-right: 0 !important;
    padding-left: 0px !important;
    list-style: none;
}

.alert-icon {
    content: url(../Images/alert.png);
    width: 1em;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

.selectionStacked {
    list-style: none !important;
    margin-bottom: 10px !important;
    padding-left: 0 !important;
    accent-color: #0162CC !important;
}

    .selectionStacked ul {
        padding-left: 0 !important;
    }

    .selectionStacked li {
        list-style: none !important;
        padding-left: 15px !important;
    }

    .selectionStacked stackedLabel {
        display: block !important;
        margin-top: -1.5em !important;
        margin-left: 20px !important;
    }

.dontRememberUnderDropdown {
    padding-top: 3px;
}

.radiosStickyLabels {
    padding-left: 15px;
}

    .radiosStickyLabels > span {
        white-space: nowrap;
    }

.other-indent {
    padding-left: 20px !important;
}

.paddedLabel2xHeight {
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
    .paddedLabel2xHeight {
        /*padding-bottom: 24px;*/
        margin-bottom: 0px;
    }
}

.NumberOfTimesOption {
    padding-right: 15px;
}

.transaction-count {
    align-content: center;
    text-align: center;
    font-weight: bold;
}

.transaction-buttons {
    align-content: center;
    text-align: center;
}

.harmTableContainer {
    margin-bottom: 25px !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    /*padding: 10px;*/
}

.harmTable {
    margin-bottom: 0px !important;
    /*font-size: .85rem;*/
}

    .harmTable td, .harmTable th {
        line-height: 15px;
        padding: .5rem;
        vertical-align: top !important;
    }

    .harmTable tr:nth-child(even) {
        background-color: #00000008;
    }

    .harmTable thead tr {
        background-color: #00000008;
    }

    .harmTable .cell-xs {
        min-width: 50px;
    }

    .harmTable .cell-sm {
        min-width: 100px;
    }

    .harmTable .cell-md {
        min-width: 200px;
    }

    .harmTable .cell-lg {
        min-width: 300px;
    }

    .harmTable .cell-xl {
        min-width: 500px;
    }

.harmTableList {
    margin: 0px !important;
    padding-left: 16px;
}

    .harmTableList li {
        padding: 5px 0px 5px 0px !important;
    }
/*.harmTableList li:first-child {
            padding: 0px 0px 0px 0px !important;
        }*/

.ModalContent {
    padding: 2rem;
}

.modalBody {
}

.modalTitle {
    margin: 0px 0px 2rem 0px;
    padding: 1rem;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
}

.modalFooter {
    justify-content: unset;
    display: unset;
}

    .modalFooter .form-group {
        margin: 0px;
    }

.modalButtonOK {
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
}

.modalButtonCancel {
    padding: 20px;
    font-size: 20px;
    line-height: 24px;
}

div:focus {
    outline: none !important;
}

.form-control {
    border-radius: 8px;
}

.card-radius {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.00), 0px 6px 12px -3px rgba(66, 74, 83, 0.04), 0px 6px 18px 0px rgba(66, 74, 83, 0.12);
}

.card1-radius {
    border-radius: 6px;
    background: #F2F1FF;
}

.table-radius {
    border-radius: 8px !important;
}

/* char count styles
-----------------------------------------------------------*/

.charcount {
    font-size: 10px;
    color: #585858;
}

/* other styles
-----------------------------------------------------------*/

.fw-600 {
    font-weight: 600;
}

.fw-400 {
    font-weight: 400;
}

/*.table{
    border:0px;
}

.table thead th:first-child {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border:0px;
}

.table thead th:last-child {
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border: 0px;
}

.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}*/

.disableStatusLink {
    pointer-events: none;
    color: #CECECE;
    text-decoration: none;
}

.bg-F2F1FF {
    background-color: #F2F1FF;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-24 {
    font-size: 24px;
}

.fs-12 {
    font-size: 12px;
}

.fs-32 {
    font-size: 32px;
}

.fs-20 {
    font-size: 20px;
}

.text-no-underline {
    text-decoration: none;
}

.dt-info {
    font-size: 12px;
}

.dt-paging {
    font-size: 14px;
}

.bg-unselected {
    background-color: #F2F2F2;
    border-radius: 8px;
    color: #000000;
}

.bg-selected {
    background-color: #E6F6CD;
    border-radius: 8px;
    color: #000000;
}

.bg-successful {
    background-color: #E6F6CD;
    border-radius: 8px;
    color: #000000;
}

.bg-inprogress {
    background-color: #CCE4FF;
    border-radius: 8px;
    color: #000000;
}

.bg-notstarted {
    background-color: #FFF1CC;
    border-radius: 8px;
    color: #000000;
}

.bg-CCE4FF33 {
    background: #CCE4FF33;
}

.fc-646464 {
    color: #646464;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}

.faqQuestion {
    font-weight: 600;
    font-size: 14px;
}

.faqAnswer {
    font-weight: 400;
    font-size: 14px;
    padding-top: 20px;
}

.faqcatHeader {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

.dt-length label {
    margin: 10px;
}

.dt-length {
    margin: 10px;
}

.docusign-action-status {
    background-color: #CCE4FF !important;
    border-radius: 20px;
    font-size: 14px;
    padding: 4px 8px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    margin-top: 2px;
    display: flex;
    align-items: center;
}

.docusign-header-container {
    display: flex;
    align-self: center;
    border-bottom: 1px solid #e5e5e5;
    gap: 10px;
}

.docusign-message-container {
    display: flex;
    align-items: center;
    height: 50px;
}

.docusign-action-message {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    display: flex;
    align-self: center;
    justify-content: center;
}

.btn-docusign {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0.5rem 1rem;
    font-size: 1.145rem;
    line-height: 1.5;
}

/*Launguage DropDown
-----------------------------------------------------------*/

#Language {
    z-index: 1001;
}

#LanguageDropDown_msdd {
    z-index: 1001;
    min-width: 130px;
    max-width: 100%;
    /*    width: 100% !important;
*/
}

.dd {
    padding: 5px 0 5px 5px;
}

.borderRadiusTp .border, .borderRadius .border {
    moz-border-radius: 0 !Important;
    border-radius: 0 !Important;
}

.borderRadius {
    moz-border-radius: 0 !Important;
    border-radius: 0 !Important;
}

.borderRadiusTp {
    moz-border-radius: 0 !Important;
    border-radius: 0 !Important;
}

.borderRadiusBtm {
    moz-border-radius: 0 !Important;
    border-radius: 0 !Important;
}

.dd .ddTitle .ddTitleText {
    background-color: #FFF;
    padding: 0px 10px 5px 5px;
    font-weight: bold;
    text-align: left;
}

.ddcommon .ddChild li {
    text-align: left;
}

.dd .ddChild {
    margin-top: 15px;
}

    .dd .ddChild li {
        padding: 10px;
    }

.dd .arrow {
    background-image: url("../../Content/Images/Arrow.png");
    width: 17px !Important;
    height: 34px !Important;
    margin-top: -16px;
    margin-left: 20px;
    right: 0px !important;
}

@media only screen and (min-width : 1280px) {
    #LanguageDropDown_msdd {
        min-width: 130px;
        max-width: 100%;
    }
}

@media only screen and (min-width : 1300px) and (max-width: 2560px) {
    #LanguageDropDown_msdd {
        min-width: 130px;
        max-width: 100%;
    }
}

/*Launguage DropDown
-----------------------------------------------------------*/


.disabled-div {
    pointer-events: none;
    opacity: 0.6; /* optional visual effect */
    user-select: none; /* optional: prevents text selection */
}

/* Full-screen overlay */
#loaderOverlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.loader-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(1px);
}

.loader-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    min-width: 220px;
    justify-content: center;
}
/* CSS spinner */
.spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #e5e7eb; /* light gray */
    border-top-color: #2563eb; /* blue */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.loader-text {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
    color: #111827;
    font-size: 14px;
    font-weight: 600;
}


/* Optional: prevent scroll while loading */
body.loading {
    overflow: hidden;
}
