/* jobs DOCX suggestions fields and buttons */
.docx-suggestion-box {
    margin-top: 8px;
    padding: 10px;
    border: 1px solid #cfd8dc;
    background: #f8f9fa;
}

.docx-use-suggestion {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 6px;
    padding: 7px 10px;
    border: 1px solid #b0bec5;
    background: #ffffff;
    color: #000 !important;
    cursor: pointer;
    white-space: pre-wrap;
    max-height: none;
}

.docx-use-suggestion:hover {
    background: #e3f2fd;
}

.docx-use-suggestion:focus {
    background: #ffffff;
    outline: none;
}

.docx-suggestion-box {
    color: #000;
}

/* Small arrow pointing to the field above */
.docx-title-arrow {
    color: #000;
    font-size: 16px;
    line-height: 1;
    transform: rotate(24deg);
}

.docx-suggestion-box strong {
    color: #000;
}

.docx-use-suggestion {
    color: #000 !important;
}

.docx-use-suggestion * {
    color: #000 !important;
}

.docx-selected-file-text {
    color: #000;
}

.docx-suggestion-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.docx-suggestion-layout {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.docx-suggestion-icon-col {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 7px;
    flex-shrink: 0;
}

.docx-suggestion-content-col {
    flex: 1;
}

.docx-suggestion-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.docx-info-icon {
    color: #026bb0;
    font-size: 55px;
    line-height: 1;
    cursor: pointer;
}


/* projects DOCX suggestions fields and buttons */
.project-docx-file-wrap {
    position: relative;
}

.project-docx-remove-wrap {
    margin-left: auto;
}

.project-docx-remove-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #23282d;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    text-decoration: none !important;
    font-weight: 700;
}

.project-docx-remove-btn:hover,
.project-docx-remove-btn:focus {
    background: #111;
    color: #fff !important;
    text-decoration: none !important;
    outline: none;
}

.docx-info-tooltip .tooltip-inner {
    background-color: #000 !important;
    color: #fff !important;
}

.docx-info-tooltip .tooltip-arrow::before {
    border-top-color: #000 !important;
    border-bottom-color: #000 !important;
    border-left-color: #000 !important;
    border-right-color: #000 !important;
}