
.taggbox-icon{
color: #eb5c99;
}
.taggbox-editor-main-div{
    background: #f3f6f9;
    border: 1px solid #f4f4f4;
    font-family: 'Ubuntu', sans-serif;
}

.taggbox-editor-widget-main-div input[type="text"] {
    border: 1px solid #e4e6ef;
    background-color: #fff;
    margin: 0;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.tb_input {
    width: 99%;
}

.taggbox_logo img {
    width: 28px;
    height: 28px;
    max-width: 28px;
}
.taggbox-editor-heading {
    padding-bottom: 10px;
    font-size: 15px;
    display: block;
}
.taggbox-editor-widget-main-div{
    padding: 30px 25px;
}
.taggbox-shortcode-div{
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
}
.b-0{border-radius: 0px !important;}

.taggbox-editor-singup-msg-div{
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 10px;
}

.taggbox-editor-singup-link{
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 900;
    text-decoration: none !important;
}
.taggbox-editor-iframe {
    background: #eae5d8;
    border: 1px solid #c7c3b8;
    height: 250px;
}
.taggbox-preview{
    display: none;
}
button.taggbox-preview {
    position: absolute;
    bottom: auto;
    right: -12px;
    top: -12px;
    border: none;
    background-color: #2b2b2b;
    border-radius: 50%;
    color: #fff;
    height: 28px;
    width: 28px;
    padding: 0;
    vertical-align: middle;
    z-index: 9;
    cursor: pointer;
}

button.taggbox-preview:hover,
button.taggbox-preview:focus{
    background-color: #1e1e1e;
}

button.taggbox-preview svg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    text-align: center;
}
.taggbox-preview-hide{display: none !important;}
.taggbox-preview-show{display: block;}