.builder-content {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
body {
    background-color: #f9fafd;
}
.momongaPlaceholder {
    background-color: #fafad2;
    height: 2em;
    line-height: 2em;
}
.builder__toolbar {
    position: absolute;
    top: -1px;
    left: -39px;
    font-size: 13px;
}
.builder__item {
    display: block;
}
.builder__item img {
    max-width: 100%;
}
.builder__item--active {
    position: relative;
    box-shadow: 3px 0 #cfe4ef;
}
.builder__toolbar > div {
    background-color: #23282d;
    padding: 10px;
    color: #e6e1e1;
}
.builder-row .builder__toolbar { 
    top: -38px;
    left: 0px;
}
.builder-row .builder__toolbar > div {
    display: inline-block;
}
.builder__inner {
    display: flex;
    height: 100%;
    justify-content: center;
}
.builder__list {
    margin: 40px 0 0 0;
}
.builder__widget {
    width: 420px;
    background: #FFF;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
}
.builder__widget--inner {
    /*position: fixed;*/
    /*top: 0;*/
}
.builder__editor--color-js, .background_color--js {
    height: 20px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px #e3e3e3;
    margin: 2px;
}
.builder__editor--color-js div, .background_color--js div {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #FFF;
}
.builder__editor--color {
}
.builder__editor--color label {
}
.tab__content {
    display: none;
    padding-bottom: 100px;
    padding-top: 30px;
}
.tab__content.active {
    display: block;
}
.builder__tab {
    margin: 0;
    background-color: #FFF;
    padding: 0;
    display: flex;
    justify-content: center;
}
.builder__tab li {
    width: 50%;
    list-style: none;
    text-align: center;
}
.builder__tab li a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #666;
    cursor: pointer;
    background-color: #f9f9f9;
}
.builder__tab li a.active {
    color: #0073aa;
    background-color: #FFF;
}
.builder__tab li a:hover {
    text-decoration: none;
}
.builder__tab li a i {
    font-size: 18px;
    margin: 5px 0 0;
}
.builder__tab li a span {
    margin: 2px 0 0;
    font-size: 12px;
}
.tab__inner {
    padding: 0 20px;
    overflow-y: scroll;
    max-height: 85vh;
}
.builder__editor {
    /*overflow-y: scroll;*/
    /*max-height: 90vh;*/
}
.mce-tinymce {
    width: inherit !important;
}
.builder__editor--item {
    border: 1px solid #DDD;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.builder__editor--item label {
    font-weight: 500;
    font-size: 13px;
    padding: 5px;
    background: #efefef;
    display: inline-block;
    display: block;
    margin-bottom: 5px;
}
.builder__editor--item>div>input, .builder__editor--item>div>select,.builder__editor--item>div>div,.builder__editor--item>div>button, .builder__editor--align {
    margin: 10px !important;
}
.builder__editor--align {
    display: flex;
    justify-content: center;
}
.builder__editor--align a {
    flex: 1;
    border: 1px solid #0072aa;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.builder__editor--align a:nth-child(1) {
    border-radius: 3px 0 0 3px;
}
.builder__editor--align a:nth-child(2) {
    border-right: none;
    border-left: none;
}
.builder__editor--align a:nth-child(3) {
    border-radius: 0 3px 3px 0;
}
.builder__editor--padding {
    
    margin: 0 -5px;
}
.builder__editor--padding > div {
    padding: 0 5px;
    margin-bottom: 15px;
}
.builder__editor--padding > div:after {
    content: "";
    display: table;
    clear: both;
}
.builder__editor--item input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 3px 10px;
    color: #666;
}
.builder__editor--padding > div > label, .builder__editor--item-height label, .builder__editor--item-width label
,.builder__editor--button-range label {
    color: #afafaf;
    display: inline-block;
    width: 20%;
    float: left;
    font-weight: 400;
    margin: 5px 0 0 2px;
    padding: 5px 0;
    background:  none;
}


.button__align.active {
    background-color: #ecf3ff;
}

.builder__editor--button-range {
    margin: 10px 0;
}

.builder__editor--button-text input, .builder__editor--button-url input {
    border: 1px solid #337ab7;
    padding: 0 15px;
    border-radius: 3px;
}
.builder__editor--button > div > label {
    color: #333;
    font-size: 12px;
}
.builder__editor--social-inner img {
    max-width: 100%;
}
.builder__tools {
    margin: 0 380px 0 0;
    display: flex;
    align-items: center;
    position: fixed;
    width: 600px;
    background-color: #FFF;
    top: 32px;
    padding: 10px 0;
    z-index: 2;
}
.builder__button {
    margin: 0 15px;
}
.builder__button:nth-child(4) {
    margin: 0 0 0 auto;
}
.builder__button a {
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
}
.builder__button a:hover {
    text-decoration: none;
}
.builder__button a i {
    margin: 0 5px 0 0;
    font-size: 16px;
}
.builder__button:first-child {
    border-right: 1px solid #DDD;
}
.builder__left {
    width: 600px;
    position: relative;
    margin: auto;
    right: 150px;
}
.builder__button a {
    color: #0071a1;
    border-color: #0071a1;
    background: #f3f5f6;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px 10px;
    display: flex;
}
.builder__select {
    margin: 0 0 0 15px;
    width: 18%;
}
.builder__select select {
    max-width: 100%;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
}
.input-group-btn.input-group-append {
    position: absolute;
    right: 4px;
    top: 2px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-text{
    padding: 7px 15px;
}
.builder-row-container.wpbuider-email-dragging {
    width:  100% !important;
}
.text-content {
    min-height: 25px;
}