.mergely-container{
    height: 420px;
    top: unset !important;
}

.btn-wrapper .btn-light{
    font-size: 14px;
    border-radius: 0;
    line-height: 14px;
    padding: 5px 10px;
}
.merge-button{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border: none !important;
    background: #000 !important;
    height: unset !important;
    opacity: 1 !important;
    
}
.mergely-column{
    border: none;
}
.CodeMirror{
    background: #f7f7f7;
    font-family: "ZohoPuvi", sans-serif !important;
    font-size: 14px;
}
.mergely.current.CodeMirror-linenumber{
    font-weight: 400;
    font-size: 14px;
    background-color: #525354;  
}
.CodeMirror-vscrollbar{
    display: none !important;
}
.CodeMirror-scroll{
    margin: 0 !important;
    padding: 0 !important;
}
.mergely-container > div {
    height: 100% !important;
}
.mergely-margin{
    height: 100% !important;
}
.mergely-margin canvas{
    height: 100% !important;
}
.tag-btn .btn{
    background: #dae0e5;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 14px;
    color: #182737;
    border-radius: 0px;
    display: inline-block;
}
.bg-light{
    background: #f7f7f7 !important;
}
.tag-btn .btn.active{
    background-color: #182737 !important;
    color: #fff !important;
}
.tag-btn{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mergely.ch.d.lhs{
    text-decoration: none !important;
}
button.md-btn{
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
}
@media(max-width: 1199px){
    button.md-btn, .tag-btn .btn{
        padding: 6px 10px;
    }
}
@media(max-width: 991px){
    button.md-btn{
        margin-bottom: 10px;
    }
    .tag-btn .btn{
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
   .tag-btn{
       justify-content: flex-start;
       flex-wrap: wrap;
   }
   
   
}