:root {
    --expend-left: -120px;
    --expand-right: -24px;
    --expand-width: calc(100% + 120px);
}
.connections-container {
    padding-bottom: 30px;
    padding-top: 10px;
    background: #fff;
    outline: none;
}


.connection-landing {
    margin-top: 40px;
    height: 290px;
}

.fade-image {
    opacity: 0;
    transition: opacity 0.2s;
}

.chart-value {
    position: absolute;
    color: #049298;
    font-size: 42px;
    top: 58px;
}

.chart-container-shadow {
    background-color: #E5EDF3 !important;
}

.chart-container {
    margin-top: 20px;
    margin-bottom: 20px;
    transition: margin-bottom 0.2s;
}

.connection-completed {
    color: #049298;
}

    .connection-completed .fa {
        font-size: 20px;
        margin-left: 8px;
        position: relative;
        top: 2px;
    }

.connection-landing-content {
    margin-top: 105px;
    transition: margin-top 0.2s;
    position: relative;
}

.connection-landing-header {
    position: absolute;
    top: 10px;
}

.connection-landing-subHeader {
    padding-top: 5px;
    font-size: 15px;
}

.connection-landing {
    color: #737b81;
    font-size: 14px;
}

    .connection-landing h1 {
        font-size: 22px;
        margin-bottom: 0px;
        margin-top: 5px;
    }

.connection-preparing {
    color: #eb9400;
    margin-top: 5px;
}

.connection-status {
    font-size: 12px;
}

.chart-completed {
    font-size: 12px;
}

.green-landing-section {
    background-color: #8dc24b;
    color: #fff;
}

.blue-landing-section {
    background-color: #049298;
    color: #fff;
}

.landing-content-title {
    color: #5b6166;
    font-size: 15px;
}

.landing-muted-button {
    cursor: pointer;
    color: #E5EDF3;
    background-color: #7396AE;
    border-radius: 3px;
    font-size: 14px;
    border: 0px;
    height: 40px;
    width: 125px;
}

.landing-button {
    cursor: pointer;
    color: #fff;
    background: #265B80;
    border-radius: 3px;
    font-size: 14px;
    border: 0px;
    height: 40px;
    width: 125px;
}

    .landing-button:hover {
        text-decoration: none;
        color: #fff;
        background: #049298;
    }

    .landing-button:focus {
        text-decoration: none;
        color: #fff;
        background: #049298;
    }

.landing-case-mgmt-button {
    cursor: pointer;
    color: #fff;
    background: #3B6B8C;
    border-radius: 3px;
    /*border-bottom: 2px solid #007599;*/
    font-size: 15px;
    border: 0px;
    height: 40px;
    padding: 0px 15px;
}

    .landing-case-mgmt-button:hover {
        text-decoration: none;
        color: #fff;
        background: #049298;
        /*border-bottom: 2px solid #0197c4;*/
    }

    .landing-case-mgmt-button:active {
        text-decoration: none;
        color: #fff;
        background: #3B6B8C;
        /*border-bottom: 2px solid #0197c4;*/
        /*margin-top:2px;*/
    }

    .landing-case-mgmt-button:focus {
        outline: 0 !important;
    }

.landing-background {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 30px;
    bottom: 15px;
}

.view-landing {
    color: #e4aa68;
    font-size: 14px;
    margin-bottom: 10px;
}

.landing-border-right {
    border-left: 1px solid #d0d4db;
}

.stage-text {
    height: 100%;
    width: 100%;
}

.margin-top-20 {
    margin-top: 20px;
}

.white-landing-section {
    background-color: #f6fafe;
}

.no-border {
    border-color: transparent;
}

.landing-background > img {
    margin-left: 15px;
}

.hover-grow {
    /*cursor: pointer;*/
    transition: height 0.2s, margin-top 0.2s, box-shadow 0.2s;
}

.connection-panel-img {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-bottom: 2px solid #D1D5DC;
    max-width: 100%;
}

.hover-grow:hover {
    border: 1px solid #C0D0DC;
    z-index: 100;
}

    .hover-grow:hover .landing-border-right, .hover-grow:hover + div .landing-border-right {
        border-color: transparent;
    }

    .hover-grow:hover .fade-image, .hover-grow:hover .view-landing {
        opacity: 1;
    }

    .hover-grow:hover > .chart-container {
        margin-bottom: 40px;
    }

    .hover-grow:hover > .connection-landing-content {
        margin-top: 125px;
    }

@media (min-width: 1200px) {
    .hover-grow:hover {
        height: 300px !important;
        margin-top: -10px;
    }

    .connection-landing > .row > div {
        height: 280px;
    }

    .chart-value {
        left: 63px;
    }
}
@media (max-width: 900px) {
    .connection-width {
        max-width: 100%;
    }

    .connection-header, .connection-footer, .progress-box {
        padding: 16px;
    }

    .list-of-steps, .landing-area-img {
        width: 100%;
        min-width: 0;
    }

    .steps-container {
        flex-direction: column;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hover-grow:hover {
        height: 380px !important;
        margin-top: -10px;
    }

    .connection-landing > .row > div {
        height: 370px;
    }

    .connection-landing {
        height: 370px;
    }

    .chart-container {
        margin-bottom: 60px !important;
    }

    .chart-value {
        left: 87px;
    }
}

@media (max-width: 991px) {
    .connection-landing > .row > div {
        height: 280px;
    }

    .hover-grow:hover {
        height: 300px !important;
        margin-top: -10px;
    }

    .chart-value {
        left: 151px;
    }
    
}
/*@media (max-width: 768px) {
    .connection-header,
    .connection-progress,
    .connection-footer {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
}*/

a:active {
    color: red;
}

a:hover {
    color: #265B80;
}

a:focus {
    color: #049298;
}

.stepToDisplay {
    display: none;
}





.step-check {
    color: #2980b9;
    font-size: 1.1rem;
}

.step-sub-text {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.9;
    margin-bottom: 0;
}
/*.hide-steps-section {
    font-size: 0.85rem;
    cursor: pointer;
    margin-bottom: 1rem;

}

.hide-steps-section:hover {
    cursor: pointer;
}*/

#text-show {
    display: none;
}

.co-text-show,
.co-text-hide {
    cursor: pointer;
}

/*#welcomeMessage {
        display: none;
    }*/

.active-step {
    font-weight: 600;
}
.connection-width {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px auto;
    color: #212529;
}


.connection-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 0;
    margin-bottom: 24px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
}


.connection-header {
    width: 100%;
    background: #049298;
    color: #ffffff;
    border-radius: 6px 6px 0 0;
    padding: 24px 32px 24px 32px;
    box-sizing: border-box;
}

    .connection-header h3 {
        margin: 0;
        font-size: 22px;
    }

    .connection-header h4 {
        margin: 4px 0 12px;
        font-weight: 400;
    }

    .connection-header p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
    }

.connection-progress {
    width: 408px;
    flex-shrink: 0;
}
.progress-box {
    width: 100%;
    background: #E0E9F1;
    border-bottom: 2px solid #F8FAFC;
    padding: 16px 32px;
    box-sizing: border-box;
    border-radius: 0;
}

.progress-bar-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.progress-custom {
    flex: 1;
    height: 6px;
    background: #d9dee3;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar-custom {
    height: 100%;
    background: #049298;
    border-radius: 4px;
}

.progress-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 13px;
    color: #333;
}
.connection-steps-box {
    display: flex;
    gap: 16px;
    padding: 16px;
    border-radius: 6px;
    margin-top: 12px;
    background: rgba(240,243,246,0.85);
    padding:16px;
    height:145px;
}
    .connection-steps.complete {
       min-height:380px;
    }

.connection-progress-divider {
    margin-top: 10px;
    height: 1px;
    background-color: #cfd8dc;
}
.connection-steps.hidden {
    display: none;
}
.next-step-text {
    font-size: 16px;
}
/*.progress {
        height: 8px;
        background-color: #d0d1d2;
        border-radius: 4px;
        overflow: hidden;
        
    }*/
.open-close {
    white-space: nowrap;
    font-size: 12px;
}
.hide-steps-section {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #256b80;
}
    .hide-steps-section span {
        pointer-events: none;
    }
.connection-progress-divider{
    margin-top:10px;
    height:1px;
    background-color:#cfd8dc;
}
.connection-footer {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*padding-left: 24px;*/ /* 1/4 inch from left */
    /*padding-right: 24px;*/ /* 1/4 inch from right */
    /*padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;*/ /* 1/4 inch from bottom */
    box-sizing: border-box;
    background: #E0E9F1;
    border-radius: 0 0 6px 6px;
    /*margin-top: 0;*/
    padding: 16px 24px;
    border-top: 1px solid #e5e5e5;
}

    .connection-footer .btn,
    .connection-footer button {
        min-width: 160px;
        background-color: #265B80;
        color: #fff;
        border: none;
        padding: 0 16px;
        margin: 0;
        border-radius: 3px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /*margin-left: 0;
        margin-right: 0;*/
    }

        .connection-footer .btn:hover,
        .connection-footer button:hover {
            background-color: #049298;
        }
/*.footer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.footer-left,
.footer-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-right {
    margin-left:auto;
}

next-step-text {
    white-space: nowrap;
}
.progress-content-bar {
    margin-left: -24px;
    margin-right: -48px;
    padding: 24px 48px 24px 24px;
    background: #E0E9F1;
    border-bottom: 2px solid #F8FAFC;
}
    .progress-content-bar .progress {
        height: 6px;
        border-radius: 4px;
    }
        .progress-bar {
        background-color: #1b7f78;
    }
.connection-progress-bar {
    background-color: #1e5266;
    transition:width 0.3s ease;
    
}


.steps-container {
    display: flex;
    background: #E0E9F1;
    border-bottom: 2px solid #F8FAFC;
    width: 100%;
    min-height: 220px;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
    padding: 0 0 24px 0;
}

.list-of-steps {
    width: 384px;
    background: #E0E9F1;
    /*border-bottom: 2px solid #F8FAFC;*/
    border-radius: 0 0 0 6px;
    padding: 24px 16px;
    box-sizing: border-box;
}


.step-row {
    padding: 8px 8px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 4px;
    transition: background 0.2s;
}

    .step-row i {
        color: #256b80;
    }

[data-step-hide] {
    display: flex;
}

    .step-row:hover, .step-row.active-step {
        background: #e6f2f2;
    }

    .step-row i {
        color: #256b80;
    }

.landing-content-para {
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0;
}


.landing-area-img {
    width: 384px;
    min-height: 220px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #F8FAFC;
    border-radius: 0 0 6px 0;
    padding: 24px 16px;
    box-sizing: border-box;
}

    .landing-area-img img {
        max-height: 120px;
        max-width: 100%;
    }

.completion-section {
    text-align: center;
    padding: 1rem 2rem;
}
.connection-panel-img {
    max-width: 150px;
    height: auto;
}

.connection-img-section {
    display: none;
    text-align: center;
    color: #333;
    width: 100%;
}

    .connection-img-section.active {
        display: block;
    }
.connection-img.complete
{
   display:block;
}


.connection-panel-img {
    max-width: 150px;
    height: auto;
    margin: 0 auto 16px auto;
    display: block;
    border-bottom: 2px solid #D1D5DC;
}

#continueBtn {
    /*position: absolute;*/
    /*right: 24px;*/
   /* display: flex;*/
   /* align-items: center;*/
    /*gap:8px;*/
}
#CaseManagementBtn {
   /* position: absolute;
    left: 24px;*/
    /*display: flex;*/
    /*align-items: center;
    justify-content:space-between;*/
    /*gap: 8px;*/
    
}

.img-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.img-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    max-width: 300px;
    margin: 0 auto;
}
    .connection-font-14 {
        font-size: 14px;
    }
.fs-14{
        font-size:14px;
}


.review-text {
    display: inline-flex;
    align-items: center;
    gap:6px;
    color:#ffffff;
    text-decoration:none;

}
.review-text:hover {
    text-decoration:underline
}
