*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.slide-container{
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
    position: relative;
}
.slide-container .fold:last-child{
    right: 0;
}
.fold{
    box-sizing: border-box;
    flex-grow: 1;
    height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 1px 20px;
    z-index: 4;
    margin-left: -5px;
    background-color: #f5f5f5;
    -moz-transition: width  2s linear;
    -o-transition: width  2s linear;
    -webkit-transition: width   2s linear;
    transition: width  2s linear;
    position: relative;
    display: none;
    top: 0;
}
.fold.active{
    background-color: #fff;
    position: fixed;
    z-index: 5;  
}
/* work best with "fold_selector_event" on element where clicked to get effect as selected element. */
/*.fold-event-activated{
    border: 1px solid red;
}*/

.fold:not(.active):before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background-color: rgb(0 0 0);
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: grayscale(1) blur(0.9px);
}
.fold:not(.active)[data-fold_number="1"]:before { 
    background-color: rgb(0 0 0 / 0.1);
}
.fold:not(.active)[data-fold_number="2"]:before { 
    background-color: rgb(0 0 0 / 0.1);
}
.fold:not(.active)[data-fold_number="3"]:before { 
    background-color: rgb(0 0 0 / 0.1);
}
.fold:not(.active)[data-fold_number="4"]:before { 
    background-color: rgb(0 0 0 / 0.1);
}
.fold:not(.active)[data-fold_number="5"]:before { 
    background-color: rgb(0 0 0 / 0.1);
}


.primary-fold{
    right: 0;
}
.fold-common-head{
    box-sizing: border-box;
    border-bottom: 1px #ddd solid;
    font-weight: bold;
    background-color:#b0b0b0;
    color: #fff;
}
.fold.active .fold-common-head{
    background-color:var(--theme-color);
    max-height:20px;
}
.fold-content-wrap{
    box-sizing: border-box;
}
.sidebarClientBgDocGenPreview{
    padding:0px;
}
.sidebarTemplateEditorPanel h4,
.fold-content-wrap h4{
    border-bottom: solid 1px #999;
    text-transform: uppercase;
    margin-top: 5px;
    padding: 16px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebarScoaDocGenPreview .scope-of-advice-container .scope-content-body .scope-card{
    margin-top: 0px;
    margin-bottom: 12px;
}

.sidebarScoaDocGenPreview .scope-of-advice-container{
  padding: 16px;  
}
.fold-common-footer{
    position: absolute;
    bottom: 0;
    padding: 16px 16px;
    width: auto;
    border-top: 1px #ccc solid;
    right: 0;
    left: 0;    
}
.fold-common-footer .footer-action-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-group-left, 
.btn-group-right{
    gap:8px;
}
.btn-group-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.btn-group-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.close-folds, .close-current-fold{
    position: relative;
    top: 0;
    right: 0px;
    width: 32px;
    height: 32px;
    z-index: 9;    
}
.close-folds, .close-current-fold span{
    font-size:24px;
    font-weight:300;    
}
.close-current-fold a,
.close-folds a{
    background-color: rgb(255 0 0 / 50%);
    border-radius: 24px;
    color: #fff;
    width: 28px;
    height: 28px;
    pointer-events: none;
}
.fold.active .close-current-fold a,
.fold.active .close-folds a{
    background-color: red;
    cursor: pointer;
    pointer-events: inherit;
    line-height:24px;
}


.close-folds a span{
    color: #fff;
}
.close-current-fold{
    position: relative;
}
.sidebarTemplateEditorPanel .close-current-fold,
.sidebarDocGenPreview .close-current-fold,
.sidebarGoalDocGenPreview .close-current-fold,
.sidebarActiveGoalDocGenPreview .close-current-fold,
.sidebarGoalRecomLibContentEditDocGen .close-current-fold,
.sidebarGoalRecommendationEditDocGen .close-current-fold,
.sidebarGoalEditDocGen .close-current-fold,
sidebarGoalRecommendationEditDocGen .close-current-fold,
.sidebarClientBgDocGenPreview .close-current-fold{
    top:0px;
    right:0px;
    text-align: center;
    vertical-align: top;
}
.right-0{
    right:0 !important;
}
.pl-0{
    padding-left: 0!important;
}
.pr-0{
    padding-right: 0!important;
}
.close-folds a, .close-current-fold a{
    border: 0px red solid;
    border-radius: 32px;
    display: flex;
    justify-content: center;    
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.top-fold-look{
    position: relative;
    z-index: 4;
}
.back-fold-look{
    position: relative;
    z-index: 3;
}
.fold-visible{
    display: block !important;
}
.fold:not(.fold-visible){
    display: none !important;
}
/*Size */
.w-20{
    width: 20% !important;
    min-width: 20%;
}
.w-30{
    width: 35% !important;
    min-width: 35% !important;
}
.w-40{
    width: 40% !important;
    min-width: 40% !important;
}
.w-50{
    width: 50% !important;
    min-width: 50% !important;
}
.w-60{
    width: 60% !important;
    min-width: 60% !important;
}
.w-70{
    width: 70% !important;
    min-width: 70% !important;
}
.w-80{
    width: 80% !important;
    min-width: 80% !important;
}
.w-90{
    width: 90% !important;
    min-width: 90% !important;
}
.w-100{
    width: 100% !important;
    min-width: 100% !important;
}
.form-content-body{
    width: auto; 
    overflow: auto;
}

.height-50{
    min-height: 50vh !important;
    height: 50vh !important;
}
.height-80{
    min-height: 80vh !important;
    height: 80vh !important;
}
.height-85{
    min-height: 85.5vh !important;
    height: 85.5vh !important;
}
.height-60{
    min-height: 60vh !important;
    height: 60vh !important;
}
.height-70{
    min-height: 70vh !important;
    height: 70vh !important;
}
.height-90{
    min-height: 90vh !important;
    height: 90vh !important;
}

.msgErrorBox.form-submit-error{
    color: red;
    padding: 8px 16px;
    background: #fff;
    font-style: italic;  
 }
@media (min-width:1281px) and (max-width:1540px){ 
    .w-30{
        width: 45% !important;
        min-width: 45% !important;
    }
    .height-80{
            min-height: 75vh !important;
            height: 75vh !important;
        }
    .height-50{
        min-height: 45vh !important;
        height: 45vh !important;
    }
    .height-60{
        min-height: 55vh !important;
        height: 55vh !important;
    }
    .height-70{
        min-height: 65vh !important;
        height: 65vh !important;
    }
    .height-85{
        min-height: 83vh !important;
        height: 83vh !important;
    }
    .height-90{
        min-height: 86vh !important;
        height: 86vh !important;
    }
}

.or-option{
    line-height: 24px;
    border: 1px #ccc solid;
    padding: 8px;
    border-radius: 30px;
    position: relative;
    top: 32px;
}