@CHARSET "UTF-8";

.mail-assistant-form label {
    float: none;
    display: block;
    padding: 0px 0px 4px 0px;
}

.mail-assistant-form .form-group {
    padding-top: 24px;
    width: 100%;
}

.mail-assistant-form .recipient-chip {
    padding-left: 12px;
    padding-right: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 16px;
    background: #2196f3;
    color: white;
    display: inline-block;
    margin-bottom: 8px;
}

.mail-assistant-form .recipient-chip__remove-button {
    margin-left: 4px;
    padding: 2px 4px;
    border-width: 0px;
    border-radius: 12px;
    background: white;
    color: #2196f3;
    cursor: pointer;
    font-weight: bold;
}

.mail-assistant-form .small-textbox {
    width: 320px;
}

.mail-assistant-form .wide-textbox {
    width: 100%;
}
