/**
 * This file working for customizer controls.
 */
.awf-reset-button {
    margin-top: 12px !important;   
}

.awf-fields-group {
    border:1px solid #E4E4E4;
    padding:6px 10px;
    background:#fff;
    position: relative;
}

.awf-fields-group:after {
    content: '\f140';
    border: none;
    background: 0 0;
    font: 400 20px/1 dashicons;
    speak: none;
    display: block;
    padding: 0;
    text-indent: 0;
    text-align: center;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
    position: absolute;
    z-index: 1;
    float: right;
    right: 5px;
    top: 8px;
}

.awf-fields-group.open:after {
    content: '\f142';
}

.jozoor-plugins-list li {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

.jozoor-plugins-list a {
    text-decoration: none;
}

.jozoor-plugins-list a.awf-jozoor-plugin-name {
    font-size: 16px;
}

body.rtl .awf-fields-group:after {
    right: inherit;
    left: 5px;
}

#accordion-panel-awf_arabic_webfonts .customize-control select {
    width: 100%;
}