.mcl-wp-settings-wrap{
    background: #fff;
    border: 1px solid #dadadf;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.05));
    margin-top: 15px;
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.mcl-wp-settings-sidebar{
    width: 240px;
    flex:none;
    border-right:1px solid #dadadf;
}
.mcl-wp-settings-content{
    flex:1;
    padding: 20px;
}
ul.mcl-set-tab-hd{
    margin: 0;
}
.mcl-set-tab-hd li{
    border-bottom: 1px solid #dadadf;
    margin:0;
}
.mcl-set-tab-hd li a{
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    text-decoration: none;
    color: #1d2327;
    font-weight: 500;
    box-shadow: none !important;
}
.mcl-set-tab-hd li.on a{
    background: #020e36;
    color: #fff;
}
.mcl-set-tab-hd li a span.tab-name{
    padding: 0 10px;
}
.mcl-set-tab-hd li a span.dashicons-arrow-right-alt2{
    font-weight: 100;
    color: #999;
    font-size: 14px;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: auto;
}
.mcl-set-tab-hd li.on a span.dashicons-arrow-right-alt2{
    color: #fff;
}
.mcl-set-tab-bd input[type="text"],
.mcl-set-tab-bd input[type="url"],
.mcl-set-tab-bd select{
    height: 40px;
    line-height: 40px;
    border:1px solid #e5e5e5;
    min-width: 500px;
}
.image-preview{
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    border:1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.image-preview img{
    display: block;
    width: 100%;
    height: auto;
}
.recommended-question input,
.recommended-question button{
    margin-bottom: 10px;
}
.recommended-question button.remove-recommended-question{
    height: 40px;
    color: red;
    border:none;
    background: none;
    box-shadow: none;
    outline: none;
}
.recommended-question button.remove-recommended-question span{
    height: 40px;
    line-height: 40px;
}
.mcl-wp-settings-content input[type="button"].wp-picker-default{
    height: 40px;
    width: 40px;
    text-align: center;
}
.mcl-wp-settings-content input[type="submit"]{
    height: 40px;
    line-height: 40px;
    background: #020e36;
    border:none;
    box-shadow: none;
}
.mcl-wp-settings-content input[type="submit"]:hover{
    background: #020e36;
}
@media (max-width: 768px) {
    .mcl-set-tab-hd li a span.tab-name{
        display: none;
    }
    .mcl-wp-settings-sidebar{
        width: 51px;
    }
    .mcl-set-tab-hd li a span.dashicons-arrow-right-alt2{
        display: none;
    }
    .mcl-set-tab-bd input[type="text"], .mcl-set-tab-bd input[type="url"], .mcl-set-tab-bd select{
        min-width: 100%;
    }
}