@media (min-width: 768px) {

    .support-topbar-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

.support-topbar-wrapper {
    line-height: 20px;
    position: relative;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

.support-icon {
    font-size: 1.75em;
}

.support-topbar-wrapper .support-dropdown-content {
    display: none;
    border: 1px solid #eee;
    flex-direction: column;
    position: absolute;
    background-color: white;
    padding: 1em;
    top: calc(100% - 1em);
    right: 0;
}

.support-topbar-wrapper .support-dropdown-content > * {
    margin: .25em;
    text-wrap: nowrap;
}

.support-topbar-wrapper:hover .support-dropdown-content {
    display: inline-flex;
}

.support-dashboard-list-container {
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: space-between;
}

.support-dashboard-list-container > .card {
    height: 100%;
}

.support-header {
    display: flex;
    justify-content: space-between;
}

.support-request-edit .file-preview {
    margin-top: 1em;
}

.support-request-edit .file-preview .preview-item{
    display: flex;
    align-items: baseline;
    gap: 1em;
}