#sectionGroupNavigation {
    border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
}

#sectionGroupNavigation .accordion-header {
    background-color: #F7F7F7 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

@media(min-width: 1200px) {
    #sectionGroupNavigation .accordion-header {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

#sectionGroupNavigation .accordion-body {
    padding: 0;
}

@media(min-width: 1200px) {
    #sectionGroupNavigation .accordion-body {
        padding: 20px;
    }
}

.multiselect-list{
    list-style: none;
}

.dropzone {
    width: 100%;
    height: 80px;
    border: 3px dashed #eb690b;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dropzone input {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

.dropzone:hover {
    border: 3px solid #eb690b;
}

.answer-comment-field {
    align-items: start;
}

.answer-comment-field label {
    padding-right: 30px;
}

.answer-comment-field textarea {
    width: 75% !important;
}

@media (max-width: 1200px) {
    .answer-comment-field textarea {
        width: 100% !important;
    }
}

.answer-history-changed-value {
    background-color: #ddfade;
}

.answer-history-key {
    margin-right: auto !important;
}

.answer-history-key-header {
    margin-bottom: 1px;
}