.download-template {
    margin: 10px 0 30px;
}

#zeeho-faq-page-dialog .coral3-Dialog-wrapper {
    min-width: 40rem;
}

#zeeho-faq-page-dialog #file .coral3-Button {
    opacity: 0;
}

#zeeho-faq-page-dialog #file .coral3-FileUpload-input {
    opacity: 1;
    width: 30rem !important;
}

#zeeho-faq-page-dialog .faq-close-dialog {
    display: none;
}

.faq-error-header, .faq-error-item {
    display: flex;
    border: 1px solid #ccc;
    border-top-width: 0;
}

.faq-error-header .item-name, .faq-error-list .item-name {
    width: 12rem;
    padding: 10px 4px;
    border-right: 1px solid #ccc;
}

.faq-error-header .item-name.desc, .faq-error-list .item-name.desc {
    border-right-width: 0;
}

.faq-error-header .item-name.number, .faq-error-list .item-name.number {
    width: 2rem;
}

.import-faq-error-container {
    display: none;
}

.faq-error-header {
    background: #008ed3;
    color: #fff;
    margin-top: 20px;
}