.tabs-section .nav-tabs {
    margin-bottom: 20px;
}
.tabs-section .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 16px;
    background: #f5f5f5;
    color: #306679;
    border-radius: 0;
    padding: 20px 10px;
    border-right: 1px solid #dee2e6;
    border-top: 2px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.tabs-section .nav-tabs .nav-link:focus {
    box-shadow: none;
    outline: none;
}
.tabs-section .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fff;
    border-top: 2px solid #0096FF;
}
.tabs-section .form-group textarea {
    height: 204px;
}

.elementoraddonform label{
font-weight: 700;
}

#adminmenu li.wp-has-current-submenu a.toplevel_page_custom-widget-creator-plugin{
    background: #DB4914 !important;
}


.formattr td:nth-child(6){
display: none;    
}
.formattr td:nth-child(7){
    display: none;    
    }



.specialch{
display: none;
    }

.closeerror{
cursor:pointer;
float: right;
font-size: 18px;
font-weight: 700;
}

#iconmodel .modal-dialog {
    max-width: 700px;
    margin: 2.75rem auto;
}

#iconmodel .modal-body {
    max-height: 500px;
    overflow-y: scroll;
}
.the-icons{
    cursor: pointer;
}
.the-icons:hover{
    color: blue;
    transform: scale(1.05);
}
.i-code{
    display: none;
}