.admin-editable .fa-edit {
    cursor: pointer;
    color: yellow;
    font-size: 14px;
    text-stroke: 0;
    -webkit-text-stroke: 0;
    -moz-text-stroke: 0;
    -o-text-stroke: 0;
    z-index: 999999;
    position: relative;
}

.gt-modal-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    direction: rtl;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999999;
}

#gt-modal {
    width: 40%;
    background: #fff;
    margin: 10% 30%;
    border: 2px solid #ddd;
    border-radius: 20px;
    padding: 20px;
}

.gt-modal-header {
    display: block;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 20px;
}

.gt-modal-title {
    float: right;
    font-size: 1em;
}

.gt-modal-close-button {
    float: left;
    cursor: pointer;
}

.gt-modal-body input,
.gt-modal-body textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 0.5rem;
}

.gt-modal-body #gt-modal-save {
    width: 100%;
    background: #00db60;
    border: 0;
    border-bottom: 3px solid #008c3e;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
}

.gt-modal-body #gt-modal-save:hover {
    background: #008c3e;
    ;
}


/*
.admin-section-editable {
    border-top: 1px dashed red;
    border-bottom: 1px dashed red;
}
.admin-section-editable:hover {
    border-top: 1px dashed #2b2b2b;
    border-bottom: 1px dashed #2b2b2b;
    opacity: 0.7;
}
*/

#gt-top-admin-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 1);
    direction: rtl;
    z-index: 99999;
    direction: rtl;
    text-align: right;
}

#gt-top-admin-bar a {
    padding: 15px 20px;
    display: inline-block;
    color: #fff;
}

#gt-top-admin-bar a:hover {
    background: #fff;
    color: #2b2b2b;
}
