@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');

* {
    box-sizing: border-box;
   
}
body {   
    background-color: white;
}

a{cursor:pointer;}
    *::before,
    *::after {
        box-sizing: border-box;
    }

.cmsDataQualityInnerWrap{
    margin:0 auto !important;
    width:60% !important;
    padding-bottom:20px;
    padding-top:10px;
}

.LoginBtn {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 5px
}


.loginName {
    margin-top: 7px;
}


.bodyaccordion {
    margin: 0;
    padding: 0;
    font-family: 'Hind', sans-serif;
    background: #fff;
    color: #4d5974;
    display: flex;
    min-height: 100vh;
}

.containeraccordion {
    margin: 0 auto;
    padding: 4rem;
    width: 48rem;
}



.accordion button {
    position: relative;
    display: block; 
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

    .accordion button:hover,
    .accordion button:focus {
        cursor: pointer;
        color: #03b5d2;
    }

        .accordion button:hover::after,
        .accordion button:focus::after {
            cursor: pointer;
            color: #03b5d2;
            border: 1px solid #03b5d2;
        }

    .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0;
        margin-left: 20px;
    }

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
        margin-right: 20px;
    }

        .accordion button .icon::before {
            display: block;
            position: absolute;
            content: '';
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .accordion button .icon::after {
            display: block;
            position: absolute;
            content: '';
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .accordion button[aria-expanded='true'] {
        color: #03b5d2;
    }

        .accordion button[aria-expanded='true'] .icon::after {
            width: 0;
        }

        .accordion button[aria-expanded='true'] + .accordion-content {
            opacity: 1;
            max-height: 9em;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    margin-left: 20px;
}

    .accordion .accordion-content p {
        font-size: 1rem;
        font-weight: 300;
        margin: 2em 0;
    }

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #E7EEF4;
}

.card {
    border-radius: 15px;
    padding: 20px;
}

.bold-icon {
    font-weight: bold;
}
/* The side navigation menu */
.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    /*    position: fixed;*/
    height: 100vh;
    overflow: auto;
    float: left;
}

    /* Sidebar links */
    .sidebar a {
        display: block;
        color: black;
        padding: 16px;
        text-decoration: none;
    }

        /* Active/current link */
        .sidebar a.active {
            background-color: #04AA6D;
            color: white;
        }

        /* Links on mouse-over */
        .sidebar a:hover:not(.active) {
            background-color: #555;
            color: white;
        }

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */

@media screen and (max-width: 576px) {

    .fieldAlign {
        padding-bottom: 20px;
    }

}

.fieldAlign {
    padding-bottom: 20px;
}
    @media screen and (max-width: 700px) {
        .sidebar {
            width: 100%;
            height: auto;
            position: relative;
        }

            .sidebar a {
                float: left;
            }

        div.content {
            margin-left: 0;
        }
    }

    /* On screens that are less than 400px, display the bar vertically, instead of horizontally */
    @media screen and (max-width: 400px) {
        .sidebar a {
            text-align: center;
            float: none;
        }
    }

    footer {
        position: absolute;
        bottom: 0;
    }

    .loader {
        display: none; /* Hide loader by default */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
        z-index: 9999;
        text-align: center;
        padding-top: 30%;
        color: white;
        font-size: 24px;
    }

    .tile-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 170px;
    }

    .tile {
        background-color: #003C72;
        border: 1px solid #FFF;
        text-align: center;
    }

    .email-logo {
        margin: 25px;
    }

    .mt-minus7 {
        margin: -7px
    }

    .ta-scroll {
        overflow-y: scroll;
        height: 60px;
        resize: none;
    }

    .form-control-login {
        width: 60% !important;
    }

    .pr-20 {
        padding-right: 20%;
    }

    .org-title {
        background-color: var(--primary-color);
        color: white !important;
        padding: 1%;
        margin-bottom: 1px;
    }



    .navbar-toggler {
        margin-right: 10px; /* Add margin to create space between the button and navbar content */
    }

    .btn-save {
        background-color: white !important; /* Override default background color */
        color: #004080 !important; /* Override default text color */
        border: none !important; /* Remove default border */
        border-radius: 20px !important; /* Apply rounded corners */
    }

    .navbar-nav .nav-item {
        margin-right: 30px;
    }

    .logo-img {
        width: 147px !important;
        height: auto !important;
    }

    :root {
        --primary-color: #004080;
        --text-color: #ffffff; /* White text color */
    }

    label.radioAlign {
        padding-left: 0
    }

    .custom-list {
        list-style: disc;
        padding-left: 0;
        text-align: center;
    }

        .custom-list li {
            display: inline-block;
            text-align: left;
        }

    .custom-container {
        background-color: #073B66; /* #dddddd Gray background color */
    }

    .headerOuterWrap .headerInnerWrap ul li a.nav-link.login {
        display: none;
    }

    .headerOuterWrap .headerInnerWrap ul li a.nav-link {
        color: black;
        font-weight: bold;
        font-size: 16px;
    }


    .hieLogin .justify-content-center {
        margin-top: 50px;
        margin-bottom: 120px;
    }

    .hieLoginOutLine .popjhnghj {
        border: 1px solid red;
    }

    .btnCustomStyle {
        background-color: #dddddd !important;
        color: #1275b6 !important;
        border-radius: 20px !important;
        height: 38px;
        width: 168px;
        color: #1275b6
    }

    .hieLogin .justify-content-center .card-body {
        padding: 0;
    }

    .custom-container-bottom {
        background-color: #073B66; /* #dddddd Gray background color */
        padding: 20px; /* Adjust padding as needed */
        border-radius: 10px; /* Rounded corners */
        margin-top: 20px;
        width: 1300px
    }

    .navbar .navbar-brand img {
        border-radius: 10px; /* Rounded corners for logo */
        padding: 3px; /* Adjust logo padding */
    }

    .navbar-nav .nav-link {
        color: white; /* Nav link color */
    }

    .pdf-icons {
        margin-top: 10px; /* Adjust as needed */
    }

    .pdf-icon {
        width: 20px; /* Adjust size as needed */
        height: auto;
        margin-right: 5px; /* Adjust spacing between icon and text */
    }

    .pdf-text {
        font-size: 16px; /* Adjust font size as needed */
    }



    .dialog-title {
        color: var(--primary-color);
    }

    .txt-color-report {
        color: white;
    }

    /* harsha styles start*/
    .reportsNoteInnerWrap ul li {
        margin-bottom: 14px
    }

    .reportsNotes {
        margin-top: 40px;
        margin-bottom: 115px;
    }

    .cmsDataQuality .startOnBoarding {
        background-color: #dddddd;
        font-weight: bold;
        padding: 8px 40px;
        color: #073B66;
        border: none;
        border-radius: 20px;
    }

    .reportsNoteInnerWrap ul li a {
        font-size: 16px;
        color: #1275b6;
        text-decoration: none
    }

    .reportsNotes .eqrsDataTitle {
        margin-bottom: 25px;
        color: #1275B6;
    }

    .cmsDataQuality .startOnBoardingOuterWrap {
        margin-bottom: 16px;
    }

    .cmsDataQualityInnerWrap {
        width: 50%;
        margin: 0 auto;
    }

    .venderNote h3 {
        font-weight: bold;
        color: #1275B6;
    }

    .venderNote .listItems {
    }

    .files ul {
        padding-left: 0
    }

    .mainHead {
        margin: 0 auto;
    }

#OrganizationName, #OrganizationSize, #DBAName,
#OrganizationPhoneNumber, #ElectronicContractLastName, #ElectronicContractMiddleName,
#ElectronicContract, #AddressLine2, #RoleExecutiongContract, #OrganizationZipCode, #OrganizationState, #OrganizationCity, #AddressLine1, #OrganizationSize {
    margin-bottom: 15px;
}

    .files li {
        list-style: none;
        padding-left: 0
    }

    .venderNote .listItems li {
    }

    .venderNote .files .pdfIcon, .venderNote .files i {
        background-color: #1275b6;
        color: #fff;
        margin-right: 10px;
    }

    .venderNote .files a.fileName {
        margin-right: 20px;
        font-size: 16px;
        color: #1275b6;
        text-decoration: none;
    }

    .venderNote {
        margin-top: 50px;
        margin-bottom: 100px
    }

    .cmsDataQuality {
        background-color: #073B66;
    }

        .cmsDataQuality h1 {
            font-size: 35px;
        }

        .cmsDataQuality p {
            margin-bottom: 20px;
            text-align: center;
            color: white;
        }

        .cmsDataQuality h1 {
            margin-bottom: 35px;
            text-align: center;
            color: white;
        }

    .CurrentTab .nav-link.active {
        color: #1275B6;
        background-color: #f0f0f0;
        border-bottom: 2px solid #1275B6;
    }
    /* harsha styles ends*/
    /* my styles */
    body {
        background-color: white
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .headerOuterWrap {
        background-color: #073B66
    }

    .hieLogin .hieLoginTitle {
        color: #073b66;
    }


    .forgotUserPassord, .forgotUserName {
        margin-top: 40px !important;
    }




        .forgotUserName .inputAlign, .forgotUserPassord .inputAlign {
            border-radius: 25px;
            margin-bottom: 10px;
        }

    .hieLogin .hieLoginbtn {
        margin: 70px auto 0 auto;
        width: 30%;
    }

    .forgotUserName a, .forgotUserPassord a {
        float: right
    }

    .padLeftRight {
        padding-left: 0;
        padding-right: 0
    }

    .regCardInfo .cardAlign {
        border: none;
    }

    .modal-header {
       /* background-color: #1275b6;*/
    }

    .rhaMemberTitle {
        font-size: 20px;
    }

    .regCardInfo .card-bodyAlign {
        padding-left: 10px;
    }

    .paddingLeft {
        padding-left: 0
    }

    .headerInnerWrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .hieOuterWrap {
        margin-top: 100px;
        margin-bottom: 150px;
    }

    .headerInnerWrap .logo-img, .navbar .navbar-brand img, .navbar-brand {
        border-radius: 0;
        padding: 0;
        margin-right: 0;
    }

    .headerInnerWrap .navbar-nav .nav-item {
        margin-right: 16px;
    }

    .headerOuterWrap .headerInnerWrap .navbar-toggler {
        margin-right: 0
    }

    .headerOuterWrap .headerInnerWrap .fa-bars {
        margin-top: 2px
    }

        .headerOuterWrap .headerInnerWrap .fa-bars:before {
            font-size: 25px;
            color: #ffffff;
        }

    .navbar-toggler-icon {
        background-image: none !important
    }

    .headerInnerWrap .navbar {
        background-color: #ffffff;
        color: black;
        border-radius: 20px;
        padding: 29px;
        margin-top: 0;
        position: relative;
    }

    .headerInnerWrap .navbar-toggler {
        padding: 4px 12px;
        font-size: 20px;
        background-color: #233b66;
        border: 1px solid #233b66;
        border-radius: 5px;
    }



    /*Steps*/

.pointStep {
    width: 20px;
    height: 20px;
    background-color: #1275b6;
    border-radius: 50%;
    position: relative;
    transform: translate(0, -50%);
    top: 40px;
    left: 10px;
}

.dotPostion{}

.outerCircleStep {
    width: 40px;
    height: 40px;
    border: 2px dotted #1275b6;
    border-radius: 50%;
}
.pointLabelStep {
    margin-left: 30px;
    margin-top: 20px;
}
.stepOne, .stepTwo, .threeStep {
    display: flex;
    margin-bottom:60px;
}

.verticalLine {
    border-left: 2px dotted #1275b6;
    position: absolute;
    left: 34px;
}

/*iframe*/

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.regCardInfo.container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
}




















.headerInnerWrap .btn-submit {
    background-color: #dddddd !important;
    color: #004080 !important;
    border: none;
    border-radius: 20px !important;
    padding: 7px 14px;
    font-weight: bold;
}

    .btn-white-border, .btn-white-border:focus, .btn-white-border:active, .btn-white-border.active {
        border-color: white !important; /* Ensures border color remains white */
        outline: none !important; /* Removes the outline that appears on focus */
    }

        /* For Bootstrap 4 and later, to handle the shadow (if you want to remove it on focus) */
        .btn-white-border:focus, .btn-white-border:active {
            box-shadow: none !important;
        }



    .navbar-toggler {
        margin-right: 10px; /* Add margin to create space between the button and navbar content */
    }

    .btn-save {
        background-color: white !important; /* Override default background color */
        color: #073B66 !important; /* Override default text color */
        border: none !important; /* Remove default border */
        border-radius: 20px !important; /* Apply rounded corners */
    }

    .navbar-nav .nav-item {
        margin-right: 30px; /* Add more margin between navigation items */
    }

    .logo-img {
        width: 147px; /* Adjust the width as needed */
        height: auto; /* Let the height adjust automatically to maintain aspect ratio */
        /* Add margin between the logo and the navigation items */
    }

    :root {
        --primary-color: #073B66;
        --text-color: #ffffff; /* White text color */
    }

    .custom-list {
        list-style: disc;
        padding-left: 0;
        text-align: center;
    }

        .custom-list li {
            display: inline-block;
            text-align: left;
        }

    .sucessmgs .card-body {
        padding: 8px;
        background-color: #073B66;
        color: #ffffff;
        text-align: center;
        font-size: 16px;
    }

    .card {
        border-radius: 15px !important;
    }

    .sucessmgs .card {
    }

    .paddinglftzero {
        padding-left: 0 !important
    }

    .forgotusernamepassord .modal-header .close {
        color: #ffffff !important;
        opacity: 1 !important;
        cursor: pointer;
        padding: 0;
        height: auto;
        background: #233b66;
        border: 0;
        font-size: 25px;
    }

    .forgotusernamepassord .modal-header {
        background: #073B66;
        color: #ffffff;
    }

    .sucessmgs .card-body {
        padding: 8px;
    }

    .sucessmgs .card {
    }

    .modal-footer.usernamePassordFooter {
        border-top: 0;
    }

    .usernamePassordFooter .btn-secondary {
        color: #ffffff;
        background-color: #073B66;
        border-color: #073B66;
    }
    /*my styles*/
    .footerOuterWrap {
        background-color: #073B66;
        color: #ffffff;
        padding: 16px;
        width: 100%;
    }

    .dis {
        display: none;
    }

    .padleftright {
        padding-left: 0;
        padding-right: 0;
    }

    .footerOuterWrap .reserved {
    }

    .mt-2 {
        margin-top: 5px !important;
    }

    .footerOuterWrap .socialMediaIcons {
        text-align: right;
    }

    @media only screen and (max-width:1399px) and (min-width:992px) {

        .headerOuterWrap .headerInnerWrap ul li a.nav-link {
            font-size: 12px;
        }
    }

    @media only screen and (min-width:576px) {
        .footerOuterWrap .socialMediaIcons {
            text-align: right;
        }
    }

    @media only screen and (min-width:768px) {
        .text {
            margin-top: 30px !important;
        }
    }

    @media only screen and (max-width:767px) {
        #NotificationLastName {
            margin-top: 15px;
        }
    }

@media only screen and (max-width:991px) {
    .headerInnerWrap .navbar{
      
        padding-right:10px !important

    }
   
}

    @media only screen and (max-width:769px) {


        .progressAlign {
            padding-left: 30px !important;
        }
    }



    @media only screen and (max-width:575px) {
        .footerOuterWrap .socialMediaIcons {
            text-align: center !important;
        }

        .footerOuterWrap .reserved {
            text-align: center;
        }
    }


    @media only screen and (max-width:991px) {
        .headerInnerWrap .btn-submit {
            display: none
        }

        .headerOuterWrap .headerInnerWrap ul li a.nav-link.login {
            display: block;
        }

        .cmsDataQualityInnerWrap {
            width: 100%
        }
    }

    @media only screen and (max-width:1200px) and (min-width:992px) {

        .navbar-brand {
            margin-right: 0;
        }

        .headerInnerWrap .navbar-nav .nav-item {
            margin-right: 10px;
        }
    }

    @media only screen and (min-width:992px) {
        .forgotUserPassord, .forgotUserName {
            width: 70%;
            margin: 0 auto;
        }

        .hieLogin .hieLoginbtn {
            margin: 70px auto 0 auto;
            width: 20%;
        }
    }

    .navbar-nav .nav-link {
        font-weight: bold;
    }

    .nav-link.active {
        color: #1275B6;
        background-color: #f0f0f0;
        border-bottom: 2px solid #1275B6;
    }

    @media (min-width:967px) and (max-width:1200px) {
        .ad-width {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }
    }