.agentstaff-settings-container .ql-editor {
    border: solid 1px gainsboro;
    word-break: break-all;
    /* min-height: 8rem; /* fixing wysiwyg overflow error */ 
}

.company-select-display {
    font-weight: bold;
    font-size: 1rem;
}

.officelocation-select-display {
    font-weight: bold;
    font-size: .9rem;
}

.team-select-display {
    font-size: .9rem;
}

.agentstaffsettings-submit-button {
    font-size: 1rem;
    font-weight: bold;
    display: inline;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    background: #2c80b8;
    color: white;
    margin: 1rem;
}

.placeholder-agent-placeholder {
    position: relative;
}

.placeholder-agent-placeholder div {
    position: absolute;
    top: 10px;
    margin-left: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
}

.placeholder-agent-placeholder-body {
    margin-bottom: 45px;
}

.placeholder-agent-placeholder-body div {
    position: absolute;
    margin-bottom: 10px;
    margin-left: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
}
