.noConfigIngtrOnbording .tabs-left{
    display: block;
    background-color: #fff;
    min-height: calc(100vh - 130px);
    max-height: calc(100vh - 130px);
    border-bottom: 0;
    background: #fff;
}
.noConfigIngtrOnbording .tab-selection {
    box-shadow: 0 0 25px rgb(0,0,0,0.1);
    z-index: 1;
    overflow: hidden;
}
.noConfigIngtrOnbording .tabs-left li {
    position: relative;
    float: none;
    padding: 20px;
}

.noConfigIngtrOnbording .tabs-left li, .noConfigIngtrOnbording .tabs-left li:active, .noConfigIngtrOnbording .tabs-left li:focus, .noConfigIngtrOnbording .tabs-left li a, .noConfigIngtrOnbording .tabs-left li a:active, .noConfigIngtrOnbording .tabs-left li a:focus
 {
    border: 0!important;
    font-size: 16px;
    border-radius: 0;
}

.noConfigIngtrOnbording .tab-content-right{
    background-color: #fafafa;
    min-height: calc(100vh - 130px);
    max-height: calc(100vh - 130px);
    padding: 30px 50px;
    box-sizing: border-box;
    border-bottom: 0;
}

.noConfigIngtrOnbording .tab-content>.active {
    display: block;
    float: left;
    width: 100%;
    min-height: calc(100vh - 178px);
    max-height: calc(100vh - 178px);
}

.noConfigIngtrOnbording .tabs-left li.active a{
    background-color: #F3F4F6;
}

.integration_features .btn-disable{
	background-color: #2e2e2e !important;
	border-color: #2e2e2e !important;
	cursor:not-allowed;
	pointer-events: auto;
}







