/* CWS Styling */

.autocomplete{
max-width:100% !important;
}
.autocomplete-items{
max-width:100% !important;
}

/* Actual Style */
body {
    font-family: Inter, "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #F6F9FC;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.homeImage {
    width: 55%;
    /*padding-left: 20%;*/
}

.homeMainText {
    font-family: Inter, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #00678D;
    text-align: center;
    font-size: 52px;
    -webkit-text-stroke: 1px #00678d;
}

.homeBodyText {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Inter';
    color: #4d4d4d;
    line-height: 30px;
}

.homeButtons {
    padding-left: 5%;
}

.brandingheader {
    color: #006191;
    display: flex;
    font-size: 15px;
    font-family: Inter, "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    vertical-align: middle;
    padding-left: 2%;
    line-height: 19px;
}

.brandingtitle {
    padding-left: 6.5%;
    color: #4d4d4d;
    padding-top: 1.5%;
}


.brandingtitlemain {
    font-size: 17px;
    font-weight: 700;
}

.btnMain {
    border-radius: 8px;
    color: #ffffff;
    background: #00516F;
    border: 1px solid #00516F;
    /*width: 20%;*/
}

.page-navItem {
    border-radius: 10px;
}

.page-sideNav-Container {
    position: absolute;
    padding-left: 0px;
    width: 13%;
    margin-top: 1%;
}

.page-sideNav-Block {
    position: fixed;
    padding: 5px;
    background: white;
    border-radius: 10px;
    box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 56%) -3px -3px 10px 2px;
    width: inherit;
}

.btnUpdateForm {
    margin-right: 50px;
    width: 125px;
}

.btnSecondary {
    background: #b3d8e5;
    border: 1px solid #b9b9b9;
    border-radius: 8px;
    width: 30%;
    color: #00678D;
}

.otherlinksdiv {
    position: relative;
    display: inline-block;
}

.formTabProfile {
    background: #ffffff;
    border-radius: 15px;
    margin-left: 1%;
    margin-right: 1%;
    box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 84%) -3px -3px 10px 2px;
}

.footer-icons {
    color: #ffffff;
}

.submitButtonSimple {
    color: #fff;
    background-color: #00516F;
    border: 2px solid #00516F;
    border-radius: 5px;
    width: 12%;
    float: right;
    height: 35px;
}

.dropbtnMain {
    background-color: #4d4d4d;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 6%;
    border-radius: 8px;
}


.main-Container {
    box-shadow: rgb(222, 222, 222) 3px 3px 5px 2px, rgba(255, 255, 255, 0.56) -3px -3px 10px 2px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
}


.container-EntityList {
    border-radius: 10px;
    padding: 2%;
}

.dropdownoptions-content {
    display: none;
    position: absolute;
    background-color: #4d4d4d;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 8px;
}

.dropdownoptions-content a {
    color: #ffffff;
    padding: 10px 8px;
    text-decoration: none;
    display: block;
    margin-left: 0px;
}

.otherlinksdiv a:hover {
    background-color: #0ea6c9;
    margin-left: 0px;
    border-radius: 8px;
}

.appTitle {
    color: #1D91BC;
    margin-top: 1.5%;
    width: max-content;
    padding-top: 2%;
    font-size: 22px;
    FONT-WEIGHT: bold;
}

.personInfoBlock {
    margin: 1%;
    margin-left: 0%;
    background-color: #067eac;
    border-radius: 10px;
    padding: 1%;
    box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 56%) -3px -3px 10px 2px;
}

.homeDisplayVector {
    margin: 2% 2% 0% 0%;
    display: flex;
    justify-content: end;
    align-self: baseline;
}


.dashboardMyInfoContact {
    display: flex;
    align-items: center;
    width: 100%;
}

.allegations.form-control {
    color: rgb(61, 61, 61);
    border: 1px solid rgb(209, 209, 209);
}

input[type="date"].allegations.form-control {
    text-align: center;
}

.allegations.dropdown {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

@media only screen and (min-width: 641px) and (max-width:1007px) {

    .relationshipSelectOption {
        width: 100% !important;
    }

    .footerMayorImg {
        height: 45px;
    }

    /*.footerTextLinks{
            display: flex;
            flex-wrap: wrap;
            font-size: 12px;
        }*/
    .mobileBufferBlock {
        margin-bottom: 25%;
    }

    .containerDashboardDetails {
        display: flex;
    }

    .mainContentAlignment {
        margin: 5% 4% 4% 4%;
        display: flow;
        align-items: center;
    }

    .welcomeTextHeader {
        font-size: 37px;
        font-weight: 900;
    }

    .welcomeTextBody {
        font-family: 'Inter';
        text-align: justify;
        font-size: 13px;
        color: #000000;
    }

    .appName {
        display: flex;
        align-items: center;
    }

    .mobileHeaderCFSA {
        display: none;
        align-items: center;
    }

    .footerLinks {
        display: grid;
        align-items: center;
        /*margin: 1% 0% 1% 0%;*/
    }

    .footerCFSALogo {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        margin-right: 2%;
    }

    .footerCFSALogoMob {
        display: none;
    }

    .container-tile-header-text {
        /*color:rgba(10.000000353902578, 157.0000058412552, 214.00000244379044, 1);	
          margin-left:7%; */
        position: absolute;
        font-family: Inter;
        text-align: left;
        font-size: 15px;
        letter-spacing: 0;
        margin-left: 0;
    }

    .dataGridPrimaryItemsContainer {
        width: 100%;
        justify-content: center;
        display: grid;
        margin-right: 4%;
        font-size: 13px;
    }

    .personInfoBlock {
        width: 50%;
        margin: 1%;
        margin-left: 0%;
        background-color: #067eac;
        border-radius: 10px;
        padding: 1%;
        box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 56%) -3px -3px 10px 2px;
    }

    .dashbaordMainInfoContainer {
        width: 50%;
        height: auto;
        background-color: #067eac;
        margin: 1%;
        display: flex;
        border-radius: 11px;
        color: #ffffff;
        box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 56%) -3px -3px 10px 2px;
    }

    .dashbaordMainInformation {
        /* padding: 2%; */
        color: #ffffff;
        align-content: center;
        display: grid;
        width: 100%;
    }

    .homeDisplaySVG {
        height: 80%;
        width: 80%;
    }

    .dashboardWelcomeContent {
        padding-bottom: 2%;
        display: contents;
    }

    .txt-dashboardWelcome {
        font-size: 15px;
    }

    .txt-dashboardLoggedinUser {
        font-size: 20px;
        font-weight: bold;
    }

    .txt-dashboardCreateReport {
        font-size: 12px;
        font-weight: 500;
    }

    .container-tile {
        /*background: #0086BA;
        margin-right: 2%;*/
        border-radius: 10px 10px 0px 0px;
        box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 56%) -3px -3px 10px 2px;
    }

    .container-tile-body {
        background-color: #ffffff;
        /*position: absolute;*/
        border-radius: 0px 0px 10px 10px;
        padding-right: 2%;
    }

    .dataGridPrimaryItemsContainer {
        justify-content: center;
        display: grid;
    }

    .subFooter {
        display: flex;
    }

    .dashboardMyInforContactContainer {
        /*display: inline-flex;
            align-items: center;*/
        width: 100%;
    }

    .footerMain {
        font-size: 13px;
        background: #067eac;
        padding: 0%;
        color: #fafafa;
        position: fixed;
        bottom: 0;
        display: flex;
    }

    .mainContainerBlock {
        display: flex;
        margin-bottom: 10%;
    }

    .mainContainerBlockDashboardProfile {
        display: flex;
    }

    .dashboardPersonIcon {
        display: none;
    }

    .mainGenericContainerBlock {
        display: block;
    }

    .MultiStepNavigation {
        display: none;
    }
}




@media only screen and (min-width: 1008px) {
    .mobileAlignmentReports {
        display: flex;
        margin: 0px;
    }

    .relationshipSelectOption {
        width: 100% !important;
    }

    .footerMayorImg {
        height: 45px;
    }

    /*.footerTextLinks{
            display: flex;
            flex-wrap: wrap;
            font-size: 14px;
        }*/
    .containerDashboardDetails {
        display: flex;
    }

    .mainContentAlignment {
        /* padding-bottom: 4%; */
        display: flex;
        align-items: center;
    }

    .welcomeTextHeader {
        font-size: 47px;
        font-weight: 900;
    }

    .welcomeTextBody {
        font-family: 'Inter';
        text-align: justify;
        font-size: 14px;
        color: #000000;
    }

    .mobileHeaderCFSA {
        display: flex;
        align-items: center;
    }

    .footerLinks {
        display: grid;
        align-items: center;
        /*margin: 1% 0% 1% 0%;*/
    }

    .footerCFSALogo {
        display: block;
    }

    .footerCFSALogoMob {
        display: none;
    }

    .container-tile-header-text {
        /*color:rgba(10.000000353902578, 157.0000058412552, 214.00000244379044, 1);	
              margin-left:7%; */
        position: absolute;
        font-family: Inter;
        text-align: left;
        font-size: 16px;
        letter-spacing: 0;
        margin-left: 0;
    }

    .dashbaordMainInfoContainer {
        height: auto;
        background-color: #067eac;
        margin: 1%;
        display: flex;
        border-radius: 11px;
        color: #ffffff;
        box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 56%) -3px -3px 10px 2px;
    }

    .dashbaordMainInformation {
        padding: 2%;
        color: #ffffff;
        align-content: center;
        display: grid;
    }

    .dashboardWelcomeContent {
        padding-bottom: 2%;
    }

    .txt-dashboardWelcome {
        font-size: 18px;
    }

    .txt-dashboardLoggedinUser {
        font-size: 23px;
        font-weight: bold;
    }

    .txt-dashboardCreateReport {
        font-size: 14px;
        font-weight: 500;
    }

    .subFooter {
        display: flex;
    }

    .dashboardMyInforContactContainer {
        display: inline-flex;
        /*align-items: center;*/
        width: 100%;
    }

    .mainContainerBlockDashboard {
        display: block;
        margin-bottom: 3%;
    }

    .mainContainerBlock {
        display: flex;
        margin-bottom: 3%;
        width: 100%;
    }

    .mobileBufferBlock {
        margin-bottom: 0%;
    }

    .LandingPage-tile-right {
        /*flex-basis: 33%;  20% width for the right div 
          background-color: #a0b5e7;
          padding: 0% !important;
          margin: 0% 1% 1% 1%;*/
        padding-right: 10px;
        padding-left: 0;
    }

    .dataGridStatusContainer {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .dataGridPrimaryItemsContainer {
        display: contents;
        width: 100%;
        justify-content: center;
        font-size: 15px;
    }

    .form-horizontalReedem {
        width: 900px;
    }

    .headerText {
        display: flex;
    }

    .footerMain {
        font-size: 13px;
        background: #067eac;
        padding: 0%;
        color: #fafafa;
        position: fixed;
        bottom: 0;
    }

    .mainContainerBlockDashboardProfile {
        display: flex;
    }

    .mainGenericContainerBlock {
        display: flex;
    }
}

@media only screen and (max-width: 640px) {
    .tabVisibility {
        padding: 0% 3% 0% 3%;
    }

    .mainContentMobile {
        width: 100%;
    }

    .relationshipSelectOption {
        width: 100px !important;
    }

    .footerMayorImg {
        height: 35px;
    }

    /*.footerTextLinks{
            display: flex;
            flex-wrap: wrap;
            font-size: 9px;
            justify-content: center;
        }*/
    .gridHeaderDasboardMobile {
        display: none !important;
    }

    .containerDashboardDetails {
        display: block;
    }

    .mainContentAlignment {
        margin: 6% 4% 4% 4%;
        display: block;
        align-items: center;
    }

    .welcomeTextHeader {
        font-size: 28px;
        font-weight: 900;
    }

    .welcomeTextBody {
        font-family: 'Inter';
        text-align: justify;
        font-size: 12px;
        color: #000000;
    }

    .footerLinks {
        display: block;
        align-items: center;
        /*margin: 1% 0% 1% 0%;*/
    }

    .img-footerCFSALogoMob {
        /*width: 80%;*/
        float: left;
    }

    .footerCFSALogo {
        display: none;
    }

    .footerCFSALogoMob {
        display: block;
    }

    .container-tile-header-text {
        /*color:rgba(10.000000353902578, 157.0000058412552, 214.00000244379044, 1);	
              margin-left:7%; */
        position: absolute;
        font-family: Inter;
        text-align: left;
        font-size: 13px;
        letter-spacing: 0;
        margin-left: 0;
    }

    .dashbaordMainInfoContainer {
        height: auto;
        background-color: #067eac;
        margin: 2% 1% 3% 1%;
        display: flex;
        border-radius: 11px;
        color: #ffffff;
        box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 56%) -3px -3px 10px 2px;
    }

    .dashbaordMainInformation {
        padding: 2%;
        color: #ffffff;
        align-content: center;
        display: grid;
    }

    .txt-dashboardWelcome {
        font-size: 13px;
    }

    .txt-dashboardLoggedinUser {
        font-size: 17px;
        font-weight: bold;
    }

    .txt-dashboardCreateReport {
        font-size: 11px;
        font-weight: 500;
    }

    .mobileAlignmentReports {
        margin-right: 1%;
    }

    .dashboardMyInforContactContainer {
        /*display: inline-flex;
        align-items: center;*/
        width: 100%;
    }

    .mainContainerBlockDashboard {
        display: block;
        margin-bottom: 3%;
    }

    .dashboardPersonIcon {
        display: none;
    }

    .submitButtonSimple {
        color: #fff;
        background-color: #00516F;
        border: 2px solid #00516F;
        border-radius: 5px;
        width: max-content;
        float: right;
        height: 35px;
    }

    .MultiStepNavigation {
        display: none;
    }

    .mainContainerBlock {
        display: flex;
        padding: 1%;
    }

    .dashboardWelcomeContent {
        display: contents;
    }

    .txt-dashboardCreateReport {
        width: max-content;
    }

    .mainContainer-dashboardCreateReport {
        /*margin-top:10px;*/
    }

    .navMenuSpacing {
        display: none !important;
    }

    .mobileBufferBlock {
        margin-bottom: 10%;
    }

    .LandingPage-tile-right {
        display: none;
    }

    .dataGridStatusContainer {
        justify-content: center;
        display: flex;
    }

    .dataGridPrimaryItemsContainer {
        width: 100%;
        justify-content: center;
        display: grid;
        margin-right: 4%;
        font-size: 12px;
    }

    .form-horizontalReedem {
        width: 100%;
    }

    .headerText {
        display: none;
    }

    .footerMain {
        font-size: 13px;
        background: #067eac;
        padding: 0%;
        color: #fafafa;
        position: fixed;
        bottom: 0;
    }

    .personInfoBlock {
        display: none;
    }

    .homeDisplayVector {
        margin: 2% 2% 0% 0%;
        align-content: start;
        display: grid;
    }

    .homeDisplaySVG {
        height: 100%;
        width: 100%;
    }

    .mainContainerBlockDashboardProfile {
        display: block;
    }

    .mainGenericContainerBlock {
        display: block;
    }
}

.titleSplitter {
    font-size: 40px;
    padding-top: 7%;
    color: #bbbbbb;
}

.notification-icon-header {
    margin-top: 14px;
}

.nav-languageselection {
    display: flex;
    padding-right: 10px;
    padding-bottom: 10px;
}

.notification-icon-header:hover {
    opacity: 0.3;
    display: inline-block;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.notification-icon-header:active {
    opacity: 0.8;
    fill: green;
}

.btn-CustomPrevious {
    width: 100px;
    border: 1px solid #00516F;
    padding: 0.8%;
    float: left;
    background: #00678d2e;
    border-radius: 5px;
}

.btn-CustomNext {
    width: 100px;
    border: 1px solid #00516F;
    padding: 0.8%;
    float: right;
    background: #00516F;
    border-radius: 5px;
    color: #ffffff;
}

.btn-CustomSubmit {
    width: 100px;
    border: 1px solid #00516F;
    padding: 0.8%;
    float: right;
    background: #00516F;
    border-radius: 5px;
    color: #ffffff;
}


.username {
    background: #23ABDD;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
}

.nav-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #4D4D4D;
}


.page-header-block {
    background: transparent;
    /*box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 56%) -3px -3px 10px 2px;
    border-radius: 10px;
    height: 75px;*/
}

/* kebab styling*/

.kebab {
    cursor: pointer;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 16px;
    top: 12px;
}

.figureitem {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #00bcd4;
    margin: 3px 0;
}

.middle {
    transition: all 0.25s cubic-bezier(.72, 1.2, .71, .72);
    transform: scale(1);
    position: relative;
    box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
    -webkit-filter: blur(.1px);
    filter: blur(.1px);
}

.txt-dashboardCreateReport {
    font-size: 14px;
    font-weight: 500;
}

.btn-dashboardCreateReport:hover {
    background: #CFE9F7;
    color: #0A9DD6;
}

.btn-dashboardCreateReport:active {
    background: #0ea6c9;
    color: #ffffff;
}

.mainContainer-dashboardCreateReport {
    display: flex;
    /*padding-top: 10px;
      padding-bottom: 10px;
      margin: 1%;*/
}

.btn-dashboardCreateReport {
    display: flex;
    background: #033e54;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    cursor: pointer;
    color: #ffffff;
    /*padding-left: 3%;
      padding-right: 3%;
      padding: .4%;
      margin-left: 1%;*/
    padding: 5px 10px;
}


.dataGridItemContainer {
    display: flex;
    margin-left: 2%;
    color: #4c4c4c;
    justify-content: center;
    width: 100%;
}

.dataGridItem {
    color: #767676;
    /*display: grid;
    align-items: center;
    justify-content: center;*/
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
}

.dataGridPrimaryItem {
    color: #141414;
    font-size: 15px;
    /*justify-content: center;
    display: grid;
    align-content: center;
    text-wrap: nowrap;*/
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
}


.dataGridOpenButtonContainer {
    color: #b1afaf;
    cursor: pointer;
    align-items: center;
    display: flex;
    /*margin-right: 2%;*/
}

.dataGridOpenButton {
    right: 1%;
    /*position: absolute;*/
}

.success-container {
    display: grid;
    justify-content: center;
}

.text-success {
    font-size: 20px;
    line-height: 22px;
    color: #4d4d4d;
    font-weight: 700;
}

.text-MultiformError {
    font-size: 20px;
    line-height: 22px;
    color: #4d4d4d;
}

#nonEdSpecificMessage {
    font-weight: 700;
}

#nonEdSpecificMessage svg {
    vertical-align: top;
}

.text-success2 {
    font-size: 20px;
    line-height: 22px;
    color: #4d4d4d;
}

.Popup-Table-th-select {
    width: 5%;
}

.Popup-Table-th-name {
    width: 30%;
}

.Popup-Table-th-value {
    width: 50%;
}

.text-ReferralNo {
    font-size: 26px;
    color: #EF1D26;
    font-weight: 600;
}

.middle.active {
    transform: scale(4.5);
    transition: all 0.25s cubic-bezier(.32, 2.04, .85, .54);
    box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
}

.cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    margin-top: -1px;
    color: white;
    transition: all 0.2s cubic-bezier(.72, 1.2, .71, .72);
    font-size: 22px;
    user-select: none;
}

.cross.active {
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.15s cubic-bezier(.32, 2.04, .85, .54);
    background: #23ABDD;
    padding: 5px;
    border-radius: 10px;
}

.dropdownkebab {
    position: absolute;
    right: 0;
    top: 3em;
    transition: all 0.25s ease-out;
    transform: scale(0);
    transform-origin: 100% 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.kebabli {
    display: block;
    width: 100%;
}

.kebaba {
    width: 100%;
    padding: 1em 18px;
    display: inline-block;
    white-space: pre;
    box-sizing: border-box;

}

.kebaba:hover {
    background: lighten(#9e9e9e, 30%);
}

.dropdownkebab:hover {
    transform: scale(1);
}

.dropdownkebab.active {
    transform: scale(1);
    transition: all 0.25s cubic-bezier(.5, 1.8, .9, .8);
}

.kebab-nav {
    margin-left: 51%;

    >li {
        display: inline-block;
        padding: 1em 18px;
        cursor: pointer;

        &:hover {
            background: lighten($grey, 30%);
        }
    }
}

.warning-header {
    font-weight: 900;
    font-size: 20px;
    color: #00678D;
    text-align: center;
    position: relative;
    font-family: 'Inter';
}

.cah-warning {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    color: #4D4D4D;
    position: relative;
}

.referral-header {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    color: #005C92;
}

.referral-subheader {
    font-weight: 500;
    font-size: 16px;
    color: #00678D;
}

.referral-container {
    padding: 12px 16px;
    margin-bottom: 20px;
}

.referral-container#mainContent {
    background: #FFFFFF;
    box-shadow: 0px 2px 16.6px 0px #00496521;
    border-radius: 10px;
    padding: 24px;
}

.referral-containerMultistep {
    padding: 12px 16px;
    margin-bottom: 20px;
}

.referral-fillcontainer {
    background: #EAF1FA;
    padding: 24px;
    margin-bottom: 25px;
    border-radius: 10px;    
}

p.consent-body {
    color: #676b6c;
}

.notification-container {
    padding: 50px;
    text-align: center;
    border-radius: 10px;
}

.notification-error {
    border: 1px solid #EF1D4E;
    background: #FFF5F7;
}

.notification-header {
    font-size: 24px;
    line-height: 24px;
}

.notification-error .notification-header {
    color: #EF1D4E;
}

.notification-success {
    border: 1px solid #46B56A;
    background: #46B56A0D;
}

.notification-success .notification-header {
    color: #3a995a;
}

.xrm-attribute-value>div:nth-child(2) {
    text-align: right;
}

.section-fillcontainer {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.section-fillcontainer > span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4D4D4D;
}

.section-fillcontainer #buttonExtensionRequest {
    padding: 0px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgb(0, 92, 146);
    border: none;
    margin-left: 30px;
}

.section-fillcontainer #buttonExtensionRequest svg {
    vertical-align: bottom;
}

.section-header {
    font-size: 14px;
    font-family: 'Inter';
    color: #585858;
}

.section-headerBasicForm {
    font-size: 14px;
    color: #585858;
}

.cah-index {
    font-size: 16px;
    color: #141414;
}

.cah-question {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px 10px 5px !important;
    color: #141414;
}

.cah-response {
    font-size: 16px;
    padding: 0 5px;
    color: #141414;
}

.cah-response .radio-inline {
    color: #141414;
}

.cah-response .radio-inline input[type=radio] {
    accent-color: #2877D0;
}

.consent-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4D4D4D;
    margin-bottom: 15px;
}

.consent-body p svg {
    vertical-align: text-bottom;
}

.progress-ring__circle {
    transform-origin: 50% 50%;
    rotate: 270deg;
}

.modal-CustomPrevious {
    padding: 5px 16px;
    border-radius: 19px;
    border: 2px solid #2877D0;
    background: transparent;
    color: #2877D0;
    font-size: 16px;
    line-height: 20px;
    float: left;
}

.confirmationheader {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #005C92;
}

.confirmationbody {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #4d4d4d;
}

#WebFormPanel #myModal .modal-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 16px;
}

#WebFormPanel #myModal .modal-header,
#WebFormPanel #myModal .modal-body,
#WebFormPanel #myModal .modal-footer {
    border: none;
}

#WebFormPanel #myModal .modal-body {
    padding: 0;
}

#WebFormPanel #myModal .modal-footer .btn-primary {
    min-width: 120px;
}

.section-bottomPadding {
    margin-bottom: 4% !important;
}


.txt-landingPage-welcome {
    font-size: 16px;
    color: #595959;
}

.txt-landingPage-UserName {
    font-size: 20px;
    font-weight: 900;
    color: #00678D;
}

.btn-LandingPage-right {}


.LandingPage-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    /* Ensure the container spans the entire width */
}

.LandingPage-container-bottom {
    display: flex;
    flex-direction: row;
    margin: 1%;
    position: relative;
    margin-top: 0%;
    width: 100%;
    /* Ensure the container spans the entire width */
}

.LandingPage-tile-left,
.LandingPage-tile-center,
.LandingPage-tile-right {
    flex-grow: 1;
    /* Allow divs to grow and distribute available space */
}

.LandingPage-tile-left {
    /* flex-basis: 33%; 40% width for the left div 
      background-color: #ffcccb;
      padding: 0% !important;
      margin: 0% 0% 1% 1%;*/
    padding-left: 10px;
    padding-right: 0;
}

.LandingPage-tile-center {
    /*margin-right: .5%;      
      flex-basis: 32%; 40% width for the center div 
      background-color: #b5e7a0;*/
    padding-left: 10px;
    padding-right: 10px;
}



.LandingPage-tile-twoCol {
    flex-basis: 77%;
    /* 40% width for the center div 
      background-color: #b5e7a0;
      margin-right: 2%;*/
}

@media screen and (max-width: 768px) {

    .LandingPage-container,
    .LandingPage-container-bottom {
        /*flex-direction: column; /*
        /* Display the divs in a single column on mobile devices */
    }

    .LandingPage-tile-left,
    .LandingPage-tile-center,
    .LandingPage-tile-right,
    .LandingPage-tile-twoCol {
        flex-basis: 100%;
        /* 100% width for all divs on mobile devices */
        /*min-height: 450px; /* Adjust the height as needed 
          margin-bottom: 10px;*/
        padding-right: 10px;
    }
}

.container-tile {
    /*display: flex;
      width:auto;
      height:100%;
      position:relative;
      background: #0086BA;*/
    border-radius: 10px;
    box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 56%) -3px -3px 10px 2px;
    height: 100%;
    background-color: #ffffff;
}

.container-tile-header {
    /*margin: 3%;margin-top: 4%;
      width: 95%;
      display: inline-flex;
      position:absolute;*/
    height: 50px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px 10px 0px 0px;
    background-color: #067eac;
    padding: 0 20px 0 15px;
}

.container-tile-header-twoCol {
    margin: 2%;
    width: 95%;
    display: inline-flex;
    position: absolute;
    border-radius: 10px;
}

.container-tile-header-icon {
    color: #00678D;
}

.container-tile-header-text {
    /*color:rgba(10.000000353902578, 157.0000058412552, 214.00000244379044, 1);	
      margin-left:7%; */
    position: absolute;
    font-family: Inter;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    margin-left: 0;
}

.container-tile-header-text-twoCol {
    margin-left: 5%;
}

.container-tile-header-text-twocol {
    color: rgba(10.000000353902578, 157.0000058412552, 214.00000244379044, 1);
    position: absolute;
    margin-left: 30px;
    font-family: Inter;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
}

.container-tile-header-viewAll {
    /*color:rgba(107.00000122189522, 114.0000008046627, 128.0000075697899, 1);*/
    cursor: pointer;
    font-family: Inter;
    text-align: left;
    font-size: 12px;
    /*position:absolute;
      right: 0%;
      margin: 2%;
      margin-top: 1%;
      margin-right: 5%;*/
}

.e2605_22632 {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 19px;
    top: 21px;
}

.e2605_22633 {
    background-color: rgba(0, 103.32530200481415, 141.31250202655792, 1);
    width: 25.285369873046875px;
    height: 28.00088119506836px;
    position: absolute;
    left: 5.3333330154418945px;
    top: 2.6666665077209473px;
}

.container-tile-body {
    background-color: #ffffff;
    /*position:absolute;
      left: 0px;
      top: 0px;
      margin: 0%;
      margin-top: 13%;*/
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    padding: 0 10px 10px 10px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 50px);
    justify-content: space-between;
}

.container-tile-body-twoCol {
    margin: 2%;
    margin-top: 6%;
}

.container-tile-body-contactInfo {
    background-color: rgba(249.00000035762787, 250.00000029802322, 251.00000023841858, 1);
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 1%;
    left: 0px;
    top: 0px;
    border-radius: 8px;
    margin: 2%;
    margin-top: 6%;
    width: 100%;
    color: #4d4d4d;
}

.container-tile-body-see-all {
    color: #02457A;
    font-size: 12px;
    cursor: pointer;
    align-self: end;
    padding: 10px 0;
}

.container-tile-header-contactInfo {
    margin: 3%;
    width: 95%;
    display: inline-flex;
    position: absolute;
    border-radius: 10px;
    margin-top: 2%;
}

.container-tile-item-contactInfo {
    width: 33%;
    line-height: 30px;
}

.container-CFSACon {
    margin: 7%;
    margin-top: 17%;
}

.container-tile-header-CFSACon {
    /*margin: 6%;*/
}

.container-tile-header-text-CFSACon {
    /*margin-left: 10%;*/
}

.container-tile-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px;
    border-bottom: 1px solid #dedfdf;
    height: 60px;
}

.container-tile-item:first-child {
    padding-top: 0px;
}

.container-tile-item>div:not(.container-tile-data) {
    flex: 1;
    text-align: center;
}

.container-tile-item>div:last-child {
    flex: 0.2
}

.container-tile-item-header {
    font-weight: bold;
    color: #00678D;
}

.container-tile-item-twoCol {
    margin-top: 2%;
    margin-bottom: 2%;
}

.container-tile-data {
    display: flex;
    gap: 5px;
    width: 45%;
    flex: none;
    align-items: center;
}

.container-item-Open {
    width: 20px;
    height: 20px;
    position: relative;
    left: 96%;
    /*top:13px;*/
    color: #0A9DD6;
    cursor: pointer;
}

.container-item-CreatedOn {
    color: rgba(77.00000301003456, 77.00000301003456, 77.00000301003456, 1);
    position: absolute;
    /*width:72px;
      height:20px;	
      display:flex;
      top:12px;
      align-items: center;
      left:70%;	*/
    font-family: Inter;
    text-align: left;
    font-size: 12px;
    left: 73%;
    letter-spacing: 0;
}

.container-item-Status {
    width: auto;
    position: relative;
    display: flex;
    margin-right: 28%
        /*top:10px; height:25px;*/
}

.container-item-Status-btn {
    background-color: rgba(255, 255, 255, 1);
    width: 85px;
    /*height:25px;
      position:absolute;
      left:0px;
      top:0px;
      border: 1px solid #dedfdf;
      display: table;*/
    padding: 5px;
    text-align: center;
    border: 0px solid #dedfdf;
    border-radius: 10px;
    display: inline-grid;
    align-items: center;
}

.2605_22640 {
    border: 0.5px solid rgba(221.24999821186066, 221.24999821186066, 221.24999821186066, 1);
}

.container-item-Status-span {
    color: rgba(17.00000088661909, 24.000000469386578, 39.00000147521496, 1);
    /*width:25px;
      height:16px;
      position:absolute;*/
    left: 28.842281341552734px;
    top: 4.5px;
    font-family: Inter;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    display: contents;
}

.container-item-recordInfo {
    /*width:279px;
      height:45px;	
      left:0px;
      top:0px;*/
    margin-left: 2%;
    position: absolute;
}

.container-item-childName {
    /*width:198.70545959472656px;
      height:20px;*/
    position: relative;
    color: rgba(77.00000301003456, 77.00000301003456, 77.00000301003456, 1);
}

.container-item-childName-span {
    position: relative;
    left: 0px;
    top: 0px;
    font-family: Inter;
    text-align: left;
    font-size: 14px;
}

.container-item-referralNo-span {
    position: relative;
    left: 0px;
    top: 0px;
    font-family: Inter;
    text-align: left;
    font-size: 12px;
}

.container-item-reportType-span {
    color: rgba(0, 126.37277528643608, 172.83334583044052, 1);
    /*width:279px;
      height:20px;
      position:absolute;
      left:0px;
      top:25px;*/
    font-family: Inter;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
    line-height: px;
}

.container-body-item-line {
    border-bottom: 1px solid #dedfdf;
    margin: 0% 2% 0% 2%;
}

.2605_22647 {
    border: 1px solid rgba(209.09999817609787, 213.17999124526978, 219.29998844861984, 1);
}

.e2605_22647 {
    width: 472px;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 57px;
}

.container-item-CFSACon-Name {
    font-size: 14px;
    color: #222222;
    font-weight: bold;
}

.container-item-CFSACon-Role {
    color: #717171;
}

.container-item-CFSACon-Details {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    /*text-align: center;*/
}

.container-item-CFSACon-Details svg {
    color: #0ea6c9;
    vertical-align: middle;
    margin-right: 5px;
}

.container-item-CFSACon-Info-Email {
    color: #007EAD;
}

/*.container-item-CFSACon-ConInfo
  {
      display: flex;
      align-items: center;
  }*/

  .container-CFSAContacts {
    line-height: 25px;
    font-size: 13px;
    padding: 0;
    /*margin: 7%;
      margin-top: 18%;*/
    justify-content: unset;
}

.container-CFSAContacts-btns {
    overflow: hidden;
    background-color: #ffffff;
    color: #00678D;
    margin: 0 12px;
}

.container-CFSAContacts-btn {
    color: #00678D !important;
    background-color: inherit !important;
    font-size: 14px;
    cursor: pointer;
    padding: 14px 0;
    margin: 0;
    width: 48%;
    border-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: solid;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    font-family: 'Inter';
    font-weight: 600;
}

.container-CFSAContacts-details {
    padding: 6px 12px;
    max-height: 460px;
    overflow: auto;
}

#HelpResources {
    font-size: 14px;
}

#OtherLinks {
    font-size: 15px;
}

.container-ContactItem {
    padding: 3px 3px 3px 15px;
    display: flex;
    justify-content: initial;
    align-items: center;
    gap: 10px;
}

.conatiner-ContactPersonIcon {
    color: #767676;
}

.container-help {
    list-style: none;
    line-height: 35px;
    padding-left: 3%;
}

.container-item-ConInfo-td {
    padding-left: 2%;
    word-wrap: break-word;
}

label {
    color: #707070;
}

.cws-header-text {
    font-size: 47px;
    font-weight: 900;
}

@media only screen and (max-width: 1024px) {
    .cws-header-text {
        font-size: 37px;
    }
}

@media only screen and (max-width: 767px) {
    .cws-header-text {
        font-size: 27px;
    }
}

.pagemain {
    padding-top: 20px;
    padding-right: 30px;
    margin-bottom: 70px;
}

.navbar-toggle {
    border: none !important;
    background: none !important;
    outline: none !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.d-flex {
    display: flex;
}

.w-100 {
    width: 100%
}

.w-50 {
    width: 50%
}

.cws-header-img {
    width: 100%;
    object-fit: cover;
}

.welcomeTextBody {
    text-align: justify;
    font-family: 'Inter';
    font-size: 14px;
    color: #000000;
}

.cws-profile-warning,
.cws-profile-welcome {
    padding: 24px;
    margin: 1%;
    background: #EBF6FA;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 15PX;
    border: 2px solid #B7DAE6;
    box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 84%) -3px -3px 10px 2px;
}

.cws-profile-warning-text {
    font-size: 14px;
    color: #585858;
}

.cws-profile-welcome {
    display: block;
    background: #ffffff;
    border: none;
}

.cws-profile-welcome-text {
    font-size: 16px;
    color: #00678D;
}

.cws-profile-welcome-text-big {
    font-size: 20px;
    color: #00678D;
    font-weight: 900;
}

.cws-dashboard-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 6.5%;
	margin-top: 20px;
}

.cws-dashboard-container-header {
    display: flex;
    gap: 10px;
    padding: 0 10px;
}

.cws-dashboard-container-header-content {
    height: auto;
    background-color: #067eac;
    padding: 10px;
    border-radius: 11px;
    color: #ffffff;
    box-shadow: rgb(222 222 222) 3px 3px 5px 2px, rgb(255 255 255 / 56%) -3px -3px 10px
}

.cws-dashboard-container-header-welcome {
    font-size: 18px;
}

.cws-dashboard-container-header-user {
    font-size: 23px;
    font-weight: bold;
}

.cws-user-info {
    margin-left: 0;
}

.cws-user-info-header {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    width: 100%;
    padding-bottom: 10px;
    justify-content: space-between;
}

.cws-user-info-header-title {
    font-size: 17px;
    font-weight: bold;
    padding-left: 4px;
}

.cws-user-info-details {
    padding-left: 7px;
    color: #ffffff;
    line-height: 27px;
    font-size: 13px;
}

.cws-user-info-name {
    font-size: 17px;
}

.cws-user-info-role {
    font-size: 13px;
}

.cws-user-info-contact {
    display: inline-flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

@media screen and (max-width: 1200px) {
    .LandingPage-tile-right {
        padding: 10px;
    }

    .container-item-CFSACon-Details {
        flex-direction: row;
        gap: 10px
    }
}

@media screen and (max-width: 1024px) {
    .cws-header-text {
        font-size: 35px;
    }
}

@media screen and (max-width: 992px) {
    .LandingPage-container {
        gap: 10px;
    }

    .LandingPage-tile-left,
    .LandingPage-tile-center,
    .LandingPage-tile-right,
    .cws-dashboard-container-header {
        padding: initial;
    }

    .cws-dashboard-container-header-user {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .cws-dashboard-container {
        padding-left: 4%;
        padding-right: 4%;
    }

    .cws-header-text {
        font-size: 27px;
    }

    .crmEntityFormView .cell {
        padding: 0 10px;
    }

    .cws-profile-warning,
    .cws-profile-welcome {
        padding: 16px 24px;
        margin-bottom: 15px;
    }

    .cws-dashboard-container-header-welcome {
        font-size: 14px;
    }

    .cws-dashboard-container-header-user {
        font-size: 18px;
    }

    .txt-dashboardCreateReport {
        width: max-content;
        font-size: 12px;
    }

    .container-tile-data {
        flex-wrap: wrap;
        justify-content: center;
    }

    .dataGridItem,
    .dataGridPrimaryItem {
        text-align: center;
    }

    .section-fillcontainer {
        font-size: 12px;
        margin: 10px 0px 0px 5px;
        background: #EBF6FA;
        padding: 1%;
        border-radius: 15PX;
        border: 2px solid #B7DAE6 !important;
        text-align: center;
    }

    .section-title.section-fillcontainer.section-bottomPadding {
        margin: 0;
        text-align: center;
    }

    .ValidationSummaryEntityFormView.alert {
        margin-top: 10px;
    }

    .pagemain {
        margin-bottom: 100px;
        padding-right: 15px;
    }
	
	.referral-container#mainContent {
		margin-bottom: 90px;
	}

}

@media screen and (max-width: 640px) {
    #Subgrid_relationships table {
        min-width: 600px;
    }
}

@media screen and (max-width: 420px) {
    .mobileBufferBlock {
        margin-bottom: 20%;
    }
}

.footerTextLinks a:hover {
    color: #ffff;
}

.footerTextLinks span {
    margin-right: 10px;
}

.m-auto {
    margin: auto;
}

.footerMayorLogo {
    margin-left: 10px;
}

.footerLinks {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.radio-inline input[type=radio] {
    accent-color: #006d87;
}

@media screen and (max-width: 768px) {
    .footerTextLinks span {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .footerCFSALogo.cws-mobile {
        display: none;
    }

    .brandingtitlemain {
        font-size: 14px;
        font-weight: 700;
    }

    body > #liquid_form {
        display: flex;
        flex: 1;
        justify-content: center;
    }
}

.navbar-static-top {
    height: 80px;
}

@media screen and (max-width: 767px) {
    .navbar-static-top {
        height: 50px;
    }

    .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

    ul.nav.navbar-nav.weblinks {
        position: relative;
        float: none !important;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin: 0;
        color: white;
        text-align: center;
        display: flex;
    }

    .footerMayorImg {
        height: 35px;
        width: 155px
    }

    .subFooter {
        display: block !important;
    }

    .footerCFSALogo {
        text-align: center;
    }

    .footerCFSALogo img {
        height: 40px;
    }

    .footer-bottom .col-xs-12 {
        margin-bottom: 8px;
    }

    .footerCFSALogo {
        display: none;
    }

    .footerCFSALogo.cws-mobile {
        display: block;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .footerCFSALogo.cws-mobile img {
        height: 35px;
    }

    .footerTextLinks span {
        font-size: 9px;
    }

    .footerLinks {
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
    }

    .footerTextLinks span {
        margin-right: 5px;
    }

    .footericons {
        padding: 0px;
        margin-top: 0px;
    }

}

.cws-menu-list li a#homeHeaderLink {
    color: #065C8D;
    font-weight: bold;
    font-size: 15px;
}

.cws-menu-list li a:not(#homeHeaderLink) {
    display: flex !important;
    align-items: center;
    gap: 5px;
    color: #ffffff !important;
    background: transparent;
}

.cws-menu-list li.active a {
    border-bottom: 3px solid rgb(0, 134, 186);
}

.cws-menu-list li a .link-text {
    font-weight: 400;
    line-height: 17px;
    color: #065C8D;
}

.cws-menu-list .dropdown-menu li a:hover {
    outline: #ffffff solid 1px !important;
    border-radius: 15px !important;
}

.cws-width-100 {
    width: 100%;
}

#cws_employer[disabled]{
    background-color: #eee !important;
    opacity: 0.7;
}

.csw-m-r-5 {
    margin-right: 5%;
}

.m-t-6 {
    margin-top: 30px;
}

.mobileHeaderCFSA {
    display: flex;
    align-items: center;
}

.navbar-inverse .navbar-nav > li > a:hover {
	background-color: transparent;
}

.MultiStepNavigation {
    box-shadow: 0px 2px 16.6px 0px #00496521;
}

.MultiStepNavigation .list-group-item {
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
}

.MultiStepNavigation .list-group-item.list-group-item-success {
   border: none;
   background: none;
}

.MultiStepNavigation .list-group-item.active {
    color: #141414 !important;
    background-color: transparent !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none;
    font-weight: 500;
}
  
.MultiStepNavigation .list-group-item.incomplete {
    color: #737373;
}

.MultiStepNavigation .list-group-item.incomplete svg path {
    fill: #737373;
}

.MultiStepNavigation.progress{
  background-color:white;
}

.MultiStepNavigation .list-group-item table {
    width: 100%;
}

#WebFormPanel {
    box-shadow: 0px 2px 16.6px 0px #00496521 !important;
}

#WebFormPanel .previous {
    padding: 14px 32px;
    border-radius: 36px !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    color: #005C92 !important;
    border: 2px solid #005C92;
    outline: none;
}

#WebFormPanel .next,
#WebFormPanel #SubmitButton,
.referral-container#mainContent #InsertButton,
#Proceed {
    padding: 16px 32px !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 20px;
    width: auto !important;
    height: auto !important;
    background-color: #005C92;
    border-radius: 36px !important;
    margin-bottom: 0 !important;
    border-radius: 36px;
    color: #ffffff;
    border: none;
    outline: none;
}

#Subgrid_new_child,#EntityFormView .view-grid.table-responsive a {
  color: #00516F;
}

body.questionnaire-popup {
    background-color: #ffffff !important;
}

.questionnaire-popup .container {
    margin: 10px 0;
    padding: 0;
    width: 100%;
}

.questionnaire-popup .crmEntityFormView .tab {
    margin-bottom: 0;
}

.questionnaire-popup .crmEntityFormView fieldset:last-child {
    margin-bottom: 0;
}

.questionnaire-popup .submit-btn,
.questionnaire-popup #btn-prev,
.questionnaire-popup #btn-next {
    padding: 8px 16px !important;
    font-size: 16px !important;
}

.questionnaire-popup .submit-btn,
.questionnaire-popup #btn-next {
    margin-right: 30px !important;
    background-color: #2877D0 !important;
}

.questionnaire-popup #PopulatePhoneButton,
.questionnaire-popup #PopulateAddressButton {
    background-color: #2877D0 !important;
    font-weight: normal;
}

.footerTextLinks a:hover {
 color:#ffff;
}

.footerTextLinks span{
    margin-right:10px;
}

.m-auto{
  margin:auto;
}
.footerMayorLogo{
    margin-left:10px;
}

.footerLinks{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.radio-inline input[type=radio] {
    accent-color: #006d87;
}

@media screen and (max-width: 768px) {
  .footerTextLinks span {
   font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .footerCFSALogo.cws-mobile{
    display:none;
  }
  .brandingtitlemain {
    font-size: 14px;
    font-weight: 700;
 }
}



@media screen and (max-width: 767px) {
    
.footerMayorImg{
    height:35px;
    width:155px
}
.subFooter{
     display:block !important;
}
.footerCFSALogo{
    text-align:center;
}
.footerCFSALogo img{
   height:40px;
}
.footer-bottom .col-xs-12{
    margin-bottom:8px;
}
.footerCFSALogo{
    display:none;
}

.footerCFSALogo.cws-mobile{
   display:block;
   margin-bottom: 5px;
   margin-top:0px;
}
.footerCFSALogo.cws-mobile img {
    height: 35px;
}

.footerTextLinks span {
   font-size: 9px;
 }

.footerLinks{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.footerTextLinks span {
    margin-right: 5px;
}
.footericons{
  padding: 0px;
  margin-top: 0px;
}

}

.cws-employer-autocomplete-items-profile-page {
    position: relative;
    border: 1px solid #d4d4d4;
    z-index: 99;
    text-align: left;
    margin-top: -53px;
    overflow-y: scroll;
    max-height: 120px;
    height: auto;
    min-width: 120px;
    max-width: 500px;
    padding-left:0;
}
.cws-employer-autocomplete-item-list{
    background-color: #fff;
    padding: 8px;
    cursor: pointer;
    border-bottom:1px solid #cccccc;
    font-size:13px;
}
.cws-employer-autocomplete-item-list:hover{
    background-color: DodgerBlue !important;
    color: #ffffff;
    padding: 8px;
    cursor: pointer;
}



.cws-checkbox-container {
    display: flex;
    width: 100%;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.cws-checkbox-container label{
    padding-left: 5px;
    margin: 0;
    line-height: normal;
    font-size: 10px;
}

#manual-address-form-employer input{
    margin-bottom:10px;
}

#cws_employer[disabled]{
    background-color: #eee !important;
    opacity: 0.7;
}

#alertContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    z-index: 1050;
}

.footerMain {
    z-index: 9999;
}

/*Utility classes start*/

.position-static {
    position: static;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-sticky {
    position: sticky;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.align-content-start {
    align-content: flex-start;
}

.align-content-end {
    align-content: flex-end;
}

.align-content-center {
    align-content: center;
}

.align-content-between {
    align-content: space-between;
}

.align-content-around {
    align-content: space-around;
}

.align-content-stretch {
    align-content: stretch;
}

.align-self-auto {
    align-self: auto;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-end {
    align-self: flex-end;
}

.align-self-center {
    align-self: center;
}

.align-self-baseline {
    align-self: baseline;
}

.align-self-stretch {
    align-self: stretch;
}

.gap-0 {
    gap: 0;
}

.gap-1 {
    gap: 5px;
}

.gap-2 {
    gap: 10px;
}

.gap-3 {
    gap: 15px;
}

.gap-4 {
    gap: 20px;
}

.gap-5 {
    gap: 25px;
}

.gap-6 {
    gap: 30px;
}

.gap-7 {
    gap: 35px;
}

.gap-8 {
    gap: 40px;
}

.gap-9 {
    gap: 45px;
}

.gap-10 {
    gap: 50px;
}

.flex-1 {
    flex: 1;
}

.m-a-auto {
    margin: auto;
}

.m-a-0 {
    margin: 0px;
}

.m-a-1 {
    margin: 5px;
}

.m-a-n1 {
    margin: -5px;
}

.m-a-2 {
    margin: 10px;
}

.m-a-n2 {
    margin: -10px;
}

.m-a-3 {
    margin: 15px;
}

.m-a-n3 {
    margin: -15px;
}

.m-a-4 {
    margin: 20px;
}

.m-a-n4 {
    margin: -20px;
}

.m-a-5 {
    margin: 25px;
}

.m-a-n5 {
    margin: -25px;
}

.m-a-6 {
    margin: 30px;
}

.m-a-n6 {
    margin: -30px;
}

.m-a-7 {
    margin: 35px;
}

.m-a-n7 {
    margin: -35px;
}

.m-a-8 {
    margin: 40px;
}

.m-a-n8 {
    margin: -40px;
}

.m-a-9 {
    margin: 45px;
}

.m-a-n9 {
    margin: -45px;
}

.m-a-10 {
    margin: 50px;
}

.m-a-n10 {
    margin: -50px;
}

.m-a-11 {
    margin: 55px;
}

.m-a-n11 {
    margin: -55px;
}

.m-a-12 {
    margin: 60px;
}

.m-a-n12 {
    margin: -60px;
}

.m-x-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-x-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.m-x-n0 {
    margin-left: 0px;
    margin-right: 0px;
}

.m-x-1 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-x-n1 {
    margin-left: -5px;
    margin-right: -5px;
}

.m-x-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-x-n2 {
    margin-left: -10px;
    margin-right: -10px;
}

.m-x-3 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-x-n3 {
    margin-left: -15px;
    margin-right: -15px;
}

.m-x-4 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-x-n4 {
    margin-left: -20px;
    margin-right: -20px;
}

.m-x-5 {
    margin-left: 25px;
    margin-right: 25px;
}

.m-x-n5 {
    margin-left: -25px;
    margin-right: -25px;
}

.m-x-6 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-x-n6 {
    margin-left: -30px;
    margin-right: -30px;
}

.m-x-7 {
    margin-left: 35px;
    margin-right: 35px;
}

.m-x-n7 {
    margin-left: -35px;
    margin-right: -35px;
}

.m-x-8 {
    margin-left: 40px;
    margin-right: 40px;
}

.m-x-n8 {
    margin-left: -40px;
    margin-right: -40px;
}

.m-x-9 {
    margin-left: 45px;
    margin-right: 45px;
}

.m-x-n9 {
    margin-left: -45px;
    margin-right: -45px;
}

.m-x-10 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-x-n10 {
    margin-left: -50px;
    margin-right: -50px;
}

.m-x-11 {
    margin-left: 55px;
    margin-right: 55px;
}

.m-x-n11 {
    margin-left: -55px;
    margin-right: -55px;
}

.m-x-12 {
    margin-left: 60px;
    margin-right: 60px;
}

.m-x-n12 {
    margin-left: -60px;
    margin-right: -60px;
}

.m-y-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.m-y-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.m-y-n0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.m-y-1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-y-n1 {
    margin-top: -5px;
    margin-bottom: -5px;
}

.m-y-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-y-n2 {
    margin-top: -10px;
    margin-bottom: -10px;
}

.m-y-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-y-n3 {
    margin-top: -15px;
    margin-bottom: -15px;
}

.m-y-4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-y-n4 {
    margin-top: -20px;
    margin-bottom: -20px;
}

.m-y-5 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.m-y-n5 {
    margin-top: -25px;
    margin-bottom: -25px;
}

.m-y-6 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-y-n6 {
    margin-top: -30px;
    margin-bottom: -30px;
}

.m-y-7 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.m-y-n7 {
    margin-top: -35px;
    margin-bottom: -35px;
}

.m-y-8 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-y-n8 {
    margin-top: -40px;
    margin-bottom: -40px;
}

.m-y-9 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.m-y-n9 {
    margin-top: -45px;
    margin-bottom: -45px;
}

.m-y-10 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-y-n10 {
    margin-top: -50px;
    margin-bottom: -50px;
}

.m-y-11 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.m-y-n11 {
    margin-top: -55px;
    margin-bottom: -55px;
}

.m-y-12 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.m-y-n12 {
    margin-top: -60px;
    margin-bottom: -60px;
}

.m-t-auto {
    margin-top: auto;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-n0 {
    margin-top: 0px;
}

.m-t-1 {
    margin-top: 5px;
}

.m-t-n1 {
    margin-top: -5px;
}

.m-t-2 {
    margin-top: 10px;
}

.m-t-n2 {
    margin-top: -10px;
}

.m-t-3 {
    margin-top: 15px;
}

.m-t-n3 {
    margin-top: -15px;
}

.m-t-4 {
    margin-top: 20px;
}

.m-t-n4 {
    margin-top: -20px;
}

.m-t-5 {
    margin-top: 25px;
}

.m-t-n5 {
    margin-top: -25px;
}

.m-t-6 {
    margin-top: 30px;
}

.m-t-n6 {
    margin-top: -30px;
}

.m-t-7 {
    margin-top: 35px;
}

.m-t-n7 {
    margin-top: -35px;
}

.m-t-8 {
    margin-top: 40px;
}

.m-t-n8 {
    margin-top: -40px;
}

.m-t-9 {
    margin-top: 45px;
}

.m-t-n9 {
    margin-top: -45px;
}

.m-t-10 {
    margin-top: 50px;
}

.m-t-n10 {
    margin-top: -50px;
}

.m-t-11 {
    margin-top: 55px;
}

.m-t-n11 {
    margin-top: -55px;
}

.m-t-12 {
    margin-top: 60px;
}

.m-t-n12 {
    margin-top: -60px;
}

.m-b-auto {
    margin-bottom: auto;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-n0 {
    margin-bottom: 0px;
}

.m-b-1 {
    margin-bottom: 5px;
}

.m-b-n1 {
    margin-bottom: -5px;
}

.m-b-2 {
    margin-bottom: 10px;
}

.m-b-n2 {
    margin-bottom: -10px;
}

.m-b-3 {
    margin-bottom: 15px;
}

.m-b-n3 {
    margin-bottom: -15px;
}

.m-b-4 {
    margin-bottom: 20px;
}

.m-b-n4 {
    margin-bottom: -20px;
}

.m-b-5 {
    margin-bottom: 25px;
}

.m-b-n5 {
    margin-bottom: -25px;
}

.m-b-6 {
    margin-bottom: 30px;
}

.m-b-n6 {
    margin-bottom: -30px;
}

.m-b-7 {
    margin-bottom: 35px;
}

.m-b-n7 {
    margin-bottom: -35px;
}

.m-b-8 {
    margin-bottom: 40px;
}

.m-b-n8 {
    margin-bottom: -40px;
}

.m-b-9 {
    margin-bottom: 45px;
}

.m-b-n9 {
    margin-bottom: -45px;
}

.m-b-10 {
    margin-bottom: 50px;
}

.m-b-n10 {
    margin-bottom: -50px;
}

.m-b-11 {
    margin-bottom: 55px;
}

.m-b-n11 {
    margin-bottom: -55px;
}

.m-b-12 {
    margin-bottom: 60px;
}

.m-b-n12 {
    margin-bottom: -60px;
}

.m-l-auto {
    margin-left: auto;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-n0 {
    margin-left: 0px;
}

.m-l-1 {
    margin-left: 5px;
}

.m-l-n1 {
    margin-left: -5px;
}

.m-l-2 {
    margin-left: 10px;
}

.m-l-n2 {
    margin-left: -10px;
}

.m-l-3 {
    margin-left: 15px;
}

.m-l-n3 {
    margin-left: -15px;
}

.m-l-4 {
    margin-left: 20px;
}

.m-l-n4 {
    margin-left: -20px;
}

.m-l-5 {
    margin-left: 25px;
}

.m-l-n5 {
    margin-left: -25px;
}

.m-l-6 {
    margin-left: 30px;
}

.m-l-n6 {
    margin-left: -30px;
}

.m-l-7 {
    margin-left: 35px;
}

.m-l-n7 {
    margin-left: -35px;
}

.m-l-8 {
    margin-left: 40px;
}

.m-l-n8 {
    margin-left: -40px;
}

.m-l-9 {
    margin-left: 45px;
}

.m-l-n9 {
    margin-left: -45px;
}

.m-l-10 {
    margin-left: 50px;
}

.m-l-n10 {
    margin-left: -50px;
}

.m-l-11 {
    margin-left: 55px;
}

.m-l-n11 {
    margin-left: -55px;
}

.m-l-12 {
    margin-left: 60px;
}

.m-l-n12 {
    margin-left: -60px;
}

.m-r-auto {
    margin-right: auto;
}

.m-r-0 {
    margin-right: 0px;
}

.m-r-n0 {
    margin-right: 0px;
}

.m-r-1 {
    margin-right: 5px;
}

.m-r-n1 {
    margin-right: -5px;
}

.m-r-2 {
    margin-right: 10px;
}

.m-r-n2 {
    margin-right: -10px;
}

.m-r-3 {
    margin-right: 15px;
}

.m-r-n3 {
    margin-right: -15px;
}

.m-r-4 {
    margin-right: 20px;
}

.m-r-n4 {
    margin-right: -20px;
}

.m-r-5 {
    margin-right: 25px;
}

.m-r-n5 {
    margin-right: -25px;
}

.m-r-6 {
    margin-right: 30px;
}

.m-r-n6 {
    margin-right: -30px;
}

.m-r-7 {
    margin-right: 35px;
}

.m-r-n7 {
    margin-right: -35px;
}

.m-r-8 {
    margin-right: 40px;
}

.m-r-n8 {
    margin-right: -40px;
}

.m-r-9 {
    margin-right: 45px;
}

.m-r-n9 {
    margin-right: -45px;
}

.m-r-10 {
    margin-right: 50px;
}

.m-r-n10 {
    margin-right: -50px;
}

.m-r-11 {
    margin-right: 55px;
}

.m-r-n11 {
    margin-right: -55px;
}

.m-r-12 {
    margin-right: 60px;
}

.m-r-n12 {
    margin-right: -60px;
}

.p-a-0 {
    padding: 0px;
}

.p-a-1 {
    padding: 5px;
}

.p-a-2 {
    padding: 10px;
}

.p-a-3 {
    padding: 15px;
}

.p-a-4 {
    padding: 20px;
}

.p-a-5 {
    padding: 25px;
}

.p-a-6 {
    padding: 30px;
}

.p-a-7 {
    padding: 35px;
}

.p-a-8 {
    padding: 40px;
}

.p-a-9 {
    padding: 45px;
}

.p-a-10 {
    padding: 50px;
}

.p-a-11 {
    padding: 55px;
}

.p-a-12 {
    padding: 60px;
}

.p-x-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.p-x-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-x-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-x-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-x-4 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-x-5 {
    padding-left: 25px;
    padding-right: 25px;
}

.p-x-6 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-x-7 {
    padding-left: 35px;
    padding-right: 35px;
}

.p-x-8 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-x-9 {
    padding-left: 45px;
    padding-right: 45px;
}

.p-x-10 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-x-11 {
    padding-left: 55px;
    padding-right: 55px;
}

.p-x-12 {
    padding-left: 60px;
    padding-right: 60px;
}

.p-y-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.p-y-1 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-y-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-y-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-y-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-y-5 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-y-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-y-7 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.p-y-8 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-y-9 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.p-y-10 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-y-11 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.p-y-12 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-1 {
    padding-top: 5px;
}

.p-t-2 {
    padding-top: 10px;
}

.p-t-3 {
    padding-top: 15px;
}

.p-t-4 {
    padding-top: 20px;
}

.p-t-5 {
    padding-top: 25px;
}

.p-t-6 {
    padding-top: 30px;
}

.p-t-7 {
    padding-top: 35px;
}

.p-t-8 {
    padding-top: 40px;
}

.p-t-9 {
    padding-top: 45px;
}

.p-t-10 {
    padding-top: 50px;
}

.p-t-11 {
    padding-top: 55px;
}

.p-t-12 {
    padding-top: 60px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-b-1 {
    padding-bottom: 5px;
}

.p-b-2 {
    padding-bottom: 10px;
}

.p-b-3 {
    padding-bottom: 15px;
}

.p-b-4 {
    padding-bottom: 20px;
}

.p-b-5 {
    padding-bottom: 25px;
}

.p-b-6 {
    padding-bottom: 30px;
}

.p-b-7 {
    padding-bottom: 35px;
}

.p-b-8 {
    padding-bottom: 40px;
}

.p-b-9 {
    padding-bottom: 45px;
}

.p-b-10 {
    padding-bottom: 50px;
}

.p-b-11 {
    padding-bottom: 55px;
}

.p-b-12 {
    padding-bottom: 60px;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-1 {
    padding-left: 5px;
}

.p-l-2 {
    padding-left: 10px;
}

.p-l-3 {
    padding-left: 15px;
}

.p-l-4 {
    padding-left: 20px;
}

.p-l-5 {
    padding-left: 25px;
}

.p-l-6 {
    padding-left: 30px;
}

.p-l-7 {
    padding-left: 35px;
}

.p-l-8 {
    padding-left: 40px;
}

.p-l-9 {
    padding-left: 45px;
}

.p-l-10 {
    padding-left: 50px;
}

.p-l-11 {
    padding-left: 55px;
}

.p-l-12 {
    padding-left: 60px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-r-1 {
    padding-right: 5px;
}

.p-r-2 {
    padding-right: 10px;
}

.p-r-3 {
    padding-right: 15px;
}

.p-r-4 {
    padding-right: 20px;
}

.p-r-5 {
    padding-right: 25px;
}

.p-r-6 {
    padding-right: 30px;
}

.p-r-7 {
    padding-right: 35px;
}

.p-r-8 {
    padding-right: 40px;
}

.p-r-9 {
    padding-right: 45px;
}

.p-r-10 {
    padding-right: 50px;
}

.p-r-11 {
    padding-right: 55px;
}

.p-r-12 {
    padding-right: 60px;
}

.opacity-0 {
    opacity: 0;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-100 {
    opacity: 1;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-scroll {
    overflow: scroll;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-start {
    text-align: left;
}

.text-end {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.cursor-pointer {
    cursor: pointer;
}

.no-border {
    border: none !important;
}

.d-none {
    display: none;
}

.h-100 {
    height: 100%;
}

.bg-success {
    background-color: green;
}

.bg-error {
    background-color: red;
}

/*Utility classes end*/

/* autocomplete css for employer filed in profile page start */
.ui-menu-item.enter-manually_D_R {
    padding: 6px;
    font-weight: 700;
    font-size:14px;
    margin-top:15px;
}

.ui-menu-item.enter-manually_D_R:hover {
    color: white;
    background-color: DodgerBlue;
}
.ui-menu .ui-menu-item-wrapper{
     padding: 6px;
     font-size:14px;
}
li.ui-menu-item {
    padding: 6px;
    font-size:14px;
}

input[type=radio][readonly] {
    cursor: not-allowed;
    opacity:0.5;
    pointer-events: none;
}
/* autocomplete css for employer filed in profile page end */

.datepicker button,
.datepicker button:hover,
.datepicker button:active,
.datepicker button:focus,
.datepicker button:focus-within,
.datepicker button:visited,
.datepicker button:active:focus {
    color: #000000 !important;
    background: transparent !important;
    font-family: Inter, 'segoe UI';
}

.datepicker .picker-switch,
.datepicker .prev,
.datepicker .next {
    background: #ffffff !important;
}

/* UI changes to align with new design*/
#mainBlock {
    flex: 1;
    margin-bottom: 0;
}

.entitylist {
    background-color: transparent;
    color: #141414;
    box-shadow: none;
    border-radius: 10px;
    margin-top: 20px;
}

.entitylist a {
    text-decoration: none !important;
    color: #005C92;
}

.entity-grid a {
    text-decoration: none !important;
}

.entitylist .selected-view {
    padding-left: 0;
}

.entity-grid .view-grid {
    border-radius: 8px;
    border-bottom: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 8px !important;
}

.entity-grid .view-pagination {
    border-radius: 8px;
    border-top: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.entity-grid .message,
.entity-grid .view-empty-maker {
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.entity-grid div[class^="view-"]:not(.view-toolbar) {
    border: 1px solid #E9EFF3;
    background-color: #ffffff;
    padding: 0 12px;
    margin: 0;
}

.entity-grid div[class^="view-"] .alert {
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #757575;
}

.entity-grid .grid-actions {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
    background: transparent;
    border-bottom: none;
}

.entity-grid .grid-actions #filterDropdownId {
    padding: 10px;
    border-radius: 2px;
    background: #EAF0F5;
    min-width: 290px;
}

.entity-grid .grid-actions #filterDropdownId .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.entity-grid .grid-actions #filterDropdownId .dropdown-toggle:hover,
.entity-grid .grid-actions #filterDropdownId .dropdown-toggle:focus,
.entity-grid .grid-actions #filterDropdownId .dropdown-toggle:focus-visible,
.entity-grid .grid-actions #filterDropdownId.open .dropdown-toggle {
    background-color: #EAF0F5 !important;
    outline: none;
    border: none;
}

.entity-grid .grid-actions #filterDropdownId .fa-list {
    display: none;
}

.entity-grid .grid-actions #filterDropdownId .title,
.entity-grid .grid-actions #filterDropdownId .caret {
    color: #656c79;
}

.entity-grid .grid-actions .entitylist-search {
    height: 41px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
}

.entity-grid .grid-actions .entitylist-search input,
.entity-grid .grid-actions .entitylist-search button {
    height: 100%;
    border: none;
}

#btnBulkAssign {
    float: right;
    background-color: #1C5392;
}

#btnBulkAssign:disabled {
    color: #000000;
    background: #EAF1FA;
    opacity: 0.5;
}

.entity-grid .view-grid th,
.entity-grid .view-grid td {
    border-bottom: 1px solid #E9EFF3 !important;
}

.entity-grid .view-grid th,
.entity-grid .view-grid th a {
    color: #66727a !important;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    text-decoration: none;
    vertical-align: top;
}

.entity-grid .view-grid th a:focus,
.entity-grid .view-grid th a:focus-visible {
    outline: none;
}

.entity-grid .view-grid .table {
    margin-bottom: 0;
}

.entity-grid .jquery-bootstrap-pagination {
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
    padding: 15px 0;
}

.entity-grid .jquery-bootstrap-pagination .pagination {
    margin: 0;
}

.entity-grid .jquery-bootstrap-pagination .pagination > li > a, 
.entity-grid .jquery-bootstrap-pagination .pagination > li > span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left !important;
}

.cws-invoice {
    margin-bottom: 100px;
}

.cws-invoice .crmEntityFormView .form-control {
    color: #141414 !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    border: 1px solid #D1D1D1 !important;
}

.cws-invoice .crmEntityFormView fieldset[aria-label^='General' i],
.cws-invoice .crmEntityFormView fieldset[aria-label^='License Details' i],
.cws-invoice .crmEntityFormView fieldset[aria-label^='Section' i],
.cws-invoice .crmEntityFormView fieldset[aria-label^='School Details' i],
.cws-invoice .crmEntityFormView fieldset[aria-label^='Assessment Details' i] {
    border:1px solid #E9EFF3;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 20px 0 5px 0;
}

.cws-invoice .crmEntityFormView fieldset[aria-label^='General' i] .cell .field-label,
.cws-invoice .crmEntityFormView fieldset[aria-label^='License Details' i] .cell .field-label,
.cws-invoice .crmEntityFormView fieldset[aria-label^='Section' i] .cell .field-label,
.cws-invoice .crmEntityFormView fieldset[aria-label^='School Details' i] .cell .field-label,
.cws-invoice .crmEntityFormView fieldset[aria-label^='Assessment Details' i] .cell .field-label,
.crmEntityFormView fieldset[aria-label^='Person Information' i] .cell .field-label {
    color: #616161;
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
    font-family: Inter, "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;    
}

#FullNameRow .field-label {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #005C92;
}

.cws-invoice .crmEntityFormView #FullNameRow .field-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #141414;
    margin: 0;
}

.cws-invoice .tab-column {
    padding: 0 !important;
    margin: 0 !important;
}

.crmEntityFormView .tab-title {
    border-bottom: none;
    margin-left: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

.cws-invoice .info.form-subgrid-heading {
    float: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.cws-invoice .info.form-subgrid-heading .field-label {
    color: #005C92;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    float: none !important;
}

/*.cws-invoice .tab ~ .tab .cell {
    padding: 0;
}*/

.cws-invoice .toolbar-actions a.btn,
.cws-invoice #browseButton {
    padding: 8px 16px;
    border-radius: 19px;
    border: 2px solid #2671c5;
    background: transparent;
    color: #2671c5;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 0 !important;
}

.cws-invoice .actions:not(.invoice-popup .actions),
.cws-invoice .form-custom-actions:not(.invoice-popup .form-custom-actions) {
    border-top: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.cws-invoice .actions::after,
.cws-invoice .form-custom-actions::before,
.cws-invoice .form-custom-actions::after {
    display: none !important;
}

.cws-invoice .form-custom-actions .form-action-container-right {
    float: left;
}

.cws-invoice .form-custom-actions .form-action-container-left {
    float: right;
}

.cws-invoice .actions .btn,
.cws-invoice .form-custom-actions .btn {
    margin-top: 0;
}

.cws-invoice .invoice-cta {
    display: flex;
    gap: 30px;
}

.cws-invoice .cws-acknoldgement {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cws-invoice .cws-acknoldgement #cws-acknoldgement-input {
    margin-top: 0;
}

.cws-invoice .cws-acknoldgement #cws-acknoldgement-text {
    margin-bottom: 0;
    font-weight: 400;
    color: #141414;
}

.cws-invoice .entity-grid .grid-actions .toolbar-actions {
    float: left !important;
}

.cws-invoice-list .entity-grid .grid-actions .toolbar-actions {
    float: right !important;
}

.cws-invoice .page-header h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.cws-invoice .page-header h2 span:nth-child(2) {
    margin: 0 10px 0 2px;
}

#lblstatus {
    display: inline-block;
    padding: 4px 8px;
    margin: 0;
    font-size: 14px !important;
    font-weight: 100;
    min-width: 100px;
    width: auto;
    color: #ffffff;
}

#referralAssignmentForm {
    padding: 0;
}

#referralAssignmentForm .entity-form td {
    padding-left: 0;
    padding-right: 0;
}

.pagesidenav {
	padding-left: 0;
    padding-right: 15px;
}

.cws-side-navigation {
    height: 100%;
    width: 250px;
}

.cws-side-navigation ul {
	padding: 0;
    height: 100%;
    background-color: #E9F3F8;
}

.cws-side-navigation li {
    list-style: none;
    border-bottom: 0.5px solid #9CA3AF33;
    margin: 0 !important;
    background-color: #E9F3F8;
}

.cws-side-navigation li:last-child {
	border-bottom: none;
}

.cws-side-navigation li.active {
    background: #2877D033 !important;
    border-radius: 0 !important;
}

.cws-side-navigation a {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #005C92 !important;
    text-decoration: none;
    padding: 16px 16px 16px 36px !important;
}

.cws-side-navigation .active a {
    font-weight: 600;
    background-color: transparent !important;
}

.cws-side-navigation a:hover {
    background-color: transparent !important;
}

.cws-invoice .form-readonly .money .input-group>.input-group-addon {
    background: #eee;
    border: 1px solid #ccc;
    border-right: none;
    padding-left: 12px;
    padding-right: 12px;
}

.cws-invoice .modal-dialog .modal-header {
    border-bottom: none;
}

.modal-dialog .modal-title,
.cws-invoice .modal-dialog .modal-title,
.invoice-popup .modal-dialog .modal-title,
.questionnaire-popup .modal-dialog .modal-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    color: #005C92;
}

.invoice-popup .container,
.questionnaire-popup .container {
    width: 100%;
    padding: 0;
}

.invoice-popup .actions,
.questionnaire-popup .actions {
    display: flex;
    justify-content: end;
}

.invoice-popup .field-label {
    font-weight: normal !important;
    color: #707070 !important;
}

.file-upload-container {
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #005C920D;
	border: 1px dashed #005C924D;
	border-radius: 8px;
}

.file-upload-container .drag-drop-text {
    color: #005C92;
    text-align: center;
    font-weight: 100;
}

.file-upload-container .file-upload {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #005C92;
    width: 150px;
    text-align: center;
    cursor: pointer;
	padding: 8px 16px;
	border-radius: 36px;
	border: 2px solid #005C92;
}

.invoice-popup .actions .btn-primary,
.invoice-popup .actions .btn-default,
.invoice-popup .modal-footer button,
.cws-invoice .modal-footer button,
.questionnaire-popup .modal-footer button {
    padding: 8px 16px !important;
    font-size: 16px !important;
}

.cws-placement-opportunity-cta {
    display: flex;
    justify-content: end;
    gap: 30px;
    margin-bottom: 30px;
}

.cws-placement-opportunity-cta button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    border-radius: 19px;
    background: transparent;
    min-width: 120px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    line-height: 20px;
}

.cws-placement-opportunity-cta button#decline {
    color: #d71946;
    border: 2px solid #d71946;
    background: transparent;
    padding: 6px 16px;
}

.cws-placement-opportunity-cta button#accept {
    color: #ffffff;
    background: #31824c;
}

.modal-addnote .modal-footer .primary,
.modal-addnote .modal-footer .cancel {
    padding: 8px 16px !important;
    font-size: 16px !important;
}

.cws-invoice fieldset[aria-label="Comments" i] {
    margin-top: 20px;
}

.cws-invoice fieldset[aria-label="Comments" i] .section-title h3 {
    padding: 0;
    color: #005C92;
}

.cws-invoice fieldset[aria-label="Comments" i] table .cell {
    padding: 0;
}

.cws-invoice .timelineheader {
    float: none;
    margin-bottom: 80px;
}

.cws-invoice .note {
    border: 1px solid #E5E5E5 !important;
    border-radius: 4px;
    background: #ffffff !important;
    padding: 12px !important;
    margin-bottom: 20px !important;
}

.cws-invoice .note h5 {
    color: #005C92;
    font-size: 18px;
}

.cws-invoice .note .attachment-outer-border {
    display: none !important;
}

.cws-invoice .entity-timeline .notes-empty.message {
    padding: 0;
}

.modal-addnote .modal-header {
    border: none;
}

.modal-addnote .modal-title {
    color: #005C92;
    font-weight: 300;
}

#declineModal .reasonsContainer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#declineModal .reasonsContainer > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#declineModal .reasonsContainer > div > div:not(div:last-child > div:last-child) {
    display: flex;
    align-items: center;
    gap: 5px;
}

#declineModal .reasonsContainer > div input[type=radio],
#declineModal .reasonsContainer > div label {
    margin: 0;
}

#modelContainer .modal-body textarea {
    border-radius: 4px;
    border: 1px solid #D1D1D1;
    padding: 5px 10px;
    margin-top: 4px;
}

#modelContainer .modal-body p {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
}

#modelContainer .modal-body .otherHeader {
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
    color: #616161;
}

#modelContainer .modal-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

#modelContainer label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

#modelContainer input {
    margin: 0;
}

.tab-header {
    margin: 0 0 40px 0;
}

.tab-header h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    color: #005C92;
    margin: 0 0 5px 0
}

.tab-header p {
    font-size: 14px;
    font-weight: 600;
    color: #141414;
    margin: 0;
}

#menulist .nav-pills > li > a,
#menulist .nav-pills > li > a:focus,
#menulist .nav-pills > li > a:hover,
#menulist #moreTabs > li > a, 
#menulist #moreTabs > li > a:focus,
#menulist #moreTabs > li > a:hover {
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #005C92;
    border: none;
    background: transparent;
}

#menulist .nav-pills > li.active:not(#moreDropdown) > a,
#menulist #moreTabs > li.active > a {
    background: #EAF1FA;
    border-radius: 19px;
    color: #141414;
}

#menulist #moreTabs {
    left: -140%;
}

#menulist #moreDropdown > a {
    cursor: pointer;
}

#menulist .dropdown-backdrop {
    display: none;
}

#topNav {
    border: none;
}

.cws-invoice .input-group-btn button,
.invoice-popup .input-group-btn button,
.questionnaire-popup .input-group-btn button {
    height: 34px;
}

.cws-youth .cws-invoice .tab ~ .tab .cell,
.cws-youth .cws-invoice .tab .subgrid-cell,
.cws-invoice-details .cws-invoice  .tab ~ .tab .cell,
div[data-name="tab_ContractLines"].tab .cell {
    padding: 0 0 20px 0;
}

.cws-invoice h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    color: #005C92;
    padding: 0;
}
.form-control.greyout{
 background-color: lightgrey !important;
}

.cws-invoice .label-success {
    background-color: #418541;
}

.cws-invoice .label-info {
    background-color: #397c90;
}

.cws-invoice .label-danger {
    background-color: #c34a47;
}

.cws-invoice .label-warning {
    background-color: #946a2e;
}

#documentTable tbody tr td:first-child {
    padding-right: 0;
    width: 36px;
}

.cws-dashboard,
.cws-dashboard-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 100px;
}

.cws-dashboard-header {
    height: 163px;
    border-radius: 8px;
    border: 1px solid #E9EFF3;
    background: #FFF;
    box-shadow: 0px 2px 16.6px 0px rgba(0, 73, 101, 0.13);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #A7D9F2);
    padding-left: 28px;
}

.cws-dashboard-header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    height: 100%;
    background-image: url(/header-image.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.cws-dashboard-header-msg {
    color: #005C92 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none !important;
}

.cws-dashboard-user {
    display: flex;
    gap: 4px;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    color: #141414;
    padding-top: 32px;
} 

.cws-dashboard-cards-container {
    display: flex;    
    flex-wrap: wrap;
}

.cws-dashboard-card {
    height: 100%;
    min-height: 152px;
    padding: 24px 16px 12px 16px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16.6px 0px rgba(0, 73, 101, 0.13);
}

.cws-dashboard-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #005C92;
}

.cws-dashboard-card-left {
    padding-left: 0;
}

.cws-dashboard-card-center {
    padding: 0;
}

.cws-dashboard-card-right {
    padding-right: 0;
}

.cws-dashboard-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cws-dashboard-card-header-text {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #005C92;
}

.cws-dashboard-card-header-text-small {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #005C92;
}

.cws-dashboard-card-body {
    margin-top: 24px;
}

.cws-dashboard-card-body-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #141414;
}

a.cws-dashboard-card-body-text {
    color: #005C92;
    text-decoration: underline;
    word-break: break-all;
}

.cws-dashboard-card-body-text-small {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}

.cws-dashboard-card-body-text-exsmall {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
}

.cws-dashboard-card-body-list {
    padding-left: 16px;
    margin-bottom: 0;
}

.cws-dashboard-card-body-list.no-bullets {
    padding-left: 0;
}

.cws-dashboard-card-body-list li {
    margin-bottom: 16px;
}

.cws-dashboard-card-body-list:not(.no-bullets) li {
    display: list-item;
}

.cws-dashboard-card-body-list li::marker {
    color: #46B56A;
}

.cws-dashboard-card-body-table li,
.cws-dashboard-card-body-invoices li {
    margin-bottom: 8px;
}

.cws-dashboard-card-body-invoices .invoice-id {
    flex: 1 0 0;
}

.cws-dashboard-card-body-invoices .invoice-date {
    width: 95px;
}

.cws-dashboard-card-body-invoices .invoice-amount {
    width: 100px;
    text-align: right;
}

.cws-contact-cards-container {
    display: flex;
    flex-wrap: wrap;
    padding: 18px 12px;
    border-radius: 8px;
    border: 1px solid #E9EFF3;
    background: #FFFFFF;
    box-shadow: 0px 2px 16.6px 0px rgba(0, 73, 101, 0.13);
    min-height: 150px;
}

.cws-contact-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.cws-contact-card:last-child {
    margin-bottom: 0;
}

.cws-contact-card svg {
    vertical-align: middle;
}

.cws-contact-name {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #141414;
}

.cws-contact-role {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    color: #141414;
}

.less-gap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.more-gap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cws-dashboard-mobile-columns {
    display: flex;
    gap: 16px;
}

.cws-dashboard-card-body-invoices .cws-dashboard-mobile-columns {
    justify-content: space-between;
}

.cws-questionnaire .datetime {
    display: none;
}

.cws-questionnaire-cta {
    margin-bottom: 30px;
    float: right;
}

.cws-invoice .crmEntityFormView table[data-name="tab_general_section_2"] .cell.crmquickform-cell:first-child {
    border-right: none;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 9999;
}

.overlay svg {
	width: 60px;
	height: 60px;
}

.overlay .overlay-text {
    color: #ffffff;
    font-size: 18px;
}

.cws-select-provider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #E9EFF3;
    border-radius: 8px;
    box-shadow: 0px 2px 16px 0px rgba(0, 73, 101, 0.13);
}

.cws-select-provider-container .field-label {
    color: #616161;
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
}

.cws-select-provider-container #cws-placementav-ailability {
    color: #141414;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.cws-select-provider-container #cws-placementav-ailability-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
}

#cws-placementav-ailability-grid #EntityFormPanel fieldset table[data-name="tab_availability_scheduledavailability"] > tbody td.subgrid-cell {
    padding-left: 0;
}

/*MRP Dashboard changes*/
.cws-dashboard-card-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    gap: 15px;
    border-bottom: 1px solid #E9EFF3;
    text-decoration: none !important;
    color: #141414;
    height: 50px;
}

.cws-dashboard-card-item:hover,
.cws-dashboard-card-item:focus,
.cws-dashboard-card-item:focus-visible {
    color: #141414;
    outline: none;
}

.cws-dashboard-card-item-header {
    font-weight: 600;
    color: #444E56;
    padding: 0 0 20px 0;
}

.cws-dashboard-card-item #lblstatus {
    color: #141414;
    max-width: min-content;
    white-space: unset;
    word-wrap: normal;
    cursor: pointer;
}

.cws-dashboard-card-item > span:first-child {
    width: 25%
}

.cws-dashboard-card-item > span:last-child {
    width: 18%;
}

.cws-dashboard-card-item > div {
    width: 50%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.cws-dashboard-card-item > div > span {
    flex: 1;
    overflow: hidden;
}

.report-cta-dropdown .btn-primary {
    padding:  16px 32px !important;
    border-radius: 28px !important;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    z-index: 9 !important;
    background-color: #005C92;
    font-family: inherit;
    border: none;
}

.report-cta-dropdown .dropdown-menu {
    box-shadow: 0px 10px 16.2px 0px #17374940;
    background: #2D7AB3;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    width: 251px;
    top: 50%;
    z-index: 8;
    padding-bottom: 10px;
}

.report-cta-dropdown .dropdown-menu li:first-child {
    margin-top: 20px;
}

.report-cta-dropdown .dropdown-menu li.divider {
    margin: 0 30px 0 20px;
    opacity: 0.1;
}

.report-cta-dropdown .dropdown-menu a {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
}

.report-cta-dropdown .dropdown-menu li:last-child a {
    border: none;
}

.report-cta-dropdown .dropdown-menu>li>a:focus,
.report-cta-dropdown .dropdown-menu>li>a:hover {
    padding: 10px 20px;
    background-color: initial;
    color: #FFFFFF;
    border: none;
}

.report-cta-dropdown.open .btn-primary {
    background: #205FA6 !important;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    color: rgba(255, 255, 255, 45%) !important;
    border: none;
    outline: none;
}

.report-cta-dropdown.open .btn-primary svg {
    rotate: 180deg;
}

.stepper .step-count {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #71757e;
    align-self: flex-end;
}

.stepper .progress {
    height: 15px;
    border-radius: 10px;
}

.stepper .progress-bar {
    background-color: #46B56A;
    border-radius: 10px;
}

#WebFormPanel .tab-title {
    font-weight: 400;
    font-size: 24px !important;
    color: #0B7F99;
}

#ScreenQuestionQuickView .section-title h3 {
    font-size: 18px !important;
}

/*MRP Dashboard changes*/

#assignedWorker .field-label,
.cws-referral-readonly .field-label {
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
    color: #616161;
}

#btnMPDContainer button,
#btnContainer button {
    padding: 8px 16px !important;
    font-size: 16px !important;
}

#assignedWorker .assignedWorker-cta {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 25px;
}

#assignedWorker .assignedWorker-cta button.btn-primary,
#btnReasonForTurnover,
#btndenyReferral,
#reloadButton {
    padding: 8px 16px !important;
    background-color: #2877D0 !important;
    font-size: 16px;
}

#btnContainer, #btnMPDContainer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.cws-referral-readonly .tab-title {
    margin-left: 15px;
}

.cws-referral-readonly .section-title h3 {
    font-size: 18px;
}

#deadlineExtensionModel .deadline-messgae {
    display: block;
    font-size: 16px;
    text-align: center;
    color: red
}

#deadlineExtensionModel .deadlineExtensionModel-cta button {
    padding: 8px 16px !important;
    font-size: 16px !important;
}

@media screen and (max-width: 1200px) {
    .cws-dashboard-card-right {
        padding-left: 0;
        padding-top: 10px;
    }
}

@media screen and (max-width: 992px) {
    .cws-dashboard,
    .cws-dashboard-body,
    .cws-dashboard-cards-container {
        gap: 16px;
    }

    .cws-dashboard-card-left,
    .cws-dashboard-card-right {
        padding: 0;
    }

    .cws-dashboard .row:not(:last-child) > div > div.col-md-6 {
        padding: 0;
        margin-bottom: 16px;
    }

    .cws-dashboard .row:not(:last-child) > div > div.col-md-6:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .entity-grid .grid-actions .toolbar-actions {
        float: none !important;
    }

    .entity-grid .grid-actions .view-select,
    .entity-grid .grid-actions #filterDropdownId {
        width: 100%;
    }

    .entity-grid .grid-actions .toolbar-actions .entitylist-search {
        width: 100%;
        margin-top: 20px;
    }

    .entity-grid .jquery-bootstrap-pagination .pagination > li > a, 
    .entity-grid .jquery-bootstrap-pagination .pagination > li > span {
        display: inline-block;
        float: none !important;
    }

    #declineModal .modal-dialog {
        height: 80vh;
    }

    #declineModal .modal-content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    #declineModal .modal-body {
        overflow: auto;
        flex: 1;
    }

    #declineModal .reasonsContainer > div {
        width: 100%;
    }

    #declineModal .reasonsContainer > div:last-child {
        margin-top: 10px;
    }

    .cws-dashboard-header-content {
        background-image: none;
    }

    .cws-dashboard-user {
        flex-direction: column;
    }

    .cws-dashboard-card-body-table .more-gap,
    .cws-dashboard-card-body-invoices .more-gap {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 16px;
    }

    .cws-dashboard-card-body-invoices .invoice-id {
        flex: 0;
    }

    .cws-dashboard-mobile-columns {
        width: 100%;
        flex: 1 0 0;
        justify-content: space-between;
    }

    .cws-dashboard-card-item-header {
        display: none;
    }

    .cws-dashboard-card-item {
        flex-direction: column;
        align-items: start;
        padding: 10px 0;
        height: auto;
    }

    .cws-dashboard-card-item > span,
    .cws-dashboard-card-item > div {
        width: 100% !important;
    }

    .cws-dashboard-card-header {
        font-size: 12px;
        font-weight: 300;
        line-height: 14.52px;
    }

    .cws-dashboard-user {
        font-size: 18px;
    }

    .dropdown-backdrop {
        display: none !important;
    }

    .cws-dashboard-card-data {
        flex-wrap: wrap;
        justify-content: center;
    }

    .document-pointer{
        cursor:pointer;
        text-decoration:none
    }

    .lbl-sibilinggrp{
        color:#1D91BC; 
        font-size: smaller; 
        font-weight:200 !important; 
        margin-bottom:0px !important;
    }

    #assignedWorker .assignedWorker-cta{
        margin-right: 10px;
    }

    .pagesidenav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 50px;
        width: 100%;
        padding: 0;
        z-index: 99999;
    }
    
    .cws-side-navigation {
        width: 100%;
    }

    .cws-menu-list .dropdown-menu {
        position: absolute !important;
        top: 30px;
        left: -60px;
    }
    
    .dt-paging {
        justify-content: center !important;
    }
}

.table-custom-header {
    color: #66727a !important;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    text-decoration: none;
    vertical-align: top;
}

.navbar-static-top.navbar-inverse {
    display: flex;
}

.dt-paging {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.dt-paging nav {
	display: flex;
	gap: 10px
}

button.dt-paging-button {
    border-color: transparent;
    border-radius: 50%;
    border: none;
    background-color: transparent !important;
    color: #23527c;
    position: inherit;
    font-size: 14px;
    font-weight: normal;
    width: 35px;
    height: 35px;
    padding: 6px 12px;
}

button.dt-paging-button.current {
    background-color: #067eac !important;
    color: #ffffff;
}

button.dt-paging-button.previous, button.dt-paging-button.next {
    color: #777;
}

.dt-length, button.dt-paging-button.first, button.dt-paging-button.last {
    display: none;
}

.cws-referral-readonly .validation-summary.alert {
    display: none !important;
}
.customgriddiv {
border: 1px solid #E9EFF3;
    background-color: #ffffff;
    padding: 0 12px;
    margin: 0;
    border-radius: 8px;
    border-bottom: none !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 8px !important;
}
.customgridatag{
    color: #66727a !important;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    text-decoration: none !important;
    vertical-align: top;
}
.customgridth{
border-bottom: 1px solid #E9EFF3 !important;
}
/* UI changes to align with new design*/