#kwz-box-editor{
width:100%;
padding:10px 10px 20px;
background:#afafaf;
}
.kwz-box-editor-vitendho-1{
width:100%;
justify-content:space-between ;
margin:0 0 20px;
}
.kwz-box-editor-vitendho-2{
width:100%;
}
.kwz-box-editor-vitendho-2 .btn{
border-bottom:none;
border-bottom-right-radius:0;
border-bottom-left-radius:0; 
}










.kwz-modal-editor{
z-index:1065;
backdrop-filter:blur(6px);  
}
#modal-editor .modal-content{
min-height:70vh;
background:pink;

}/*
.tab-content{
  background :yellow;
}
*/
.nav-tabs{background-- :green ;
position:relative;
z-index:10;

}
.nav-tabs::after{
content:'';
position:absolute;
width:100%;
height:1px;
bottom:0;
left:0;
background:#afafaf;
}
#modal-editor .nav-tabs .btn{
position:relative;
z-index:11;
background:#fafafa;
border:1px solid #afafaf;
border-bottom-right-radius:0;
border-bottom-left-radius:0;
}
#modal-editor .nav-tabs .btn.active{
background:#efefef;
border-bottom-color:transparent;
}
#modal-editor .tab-content{
padding:10px 5px;
background:#efefef;
border:1px solid #afafaf;
border-top:0;
}
.tab-content > .tab-pane{
 display:none;
}
.tab-content > .active{
display:block;
}
#kwz-editor-textarea nav{
justify-content:space-between;
margin-bottom:10px;
}