﻿.no-hover:hover {
    background-color: inherit !important;
    color: inherit !important;
}

.same-height-columns {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.full-height {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.custom-fieldset .rz-fieldset-legend-text {
    font-size: 1.2rem!important;
}

.two-columns > div {
    flex: 1 1 calc(50% - 1rem);
    box-sizing: border-box;
}

.rz-custom-drop-down {
    background-color: transparent!important;
    color: white!important;
    border-color: transparent!important;
    width: min-content;
}

.custom-data-list > ul > li {
    border: 0!important;
    padding: 0!important;
}

.custom-data-list-item{
    overflow: hidden!important;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
}

.custom-file-input{
    display: flex!important;
}

.custom-file-input .rz-fileupload-buttonbar, .rz-fileupload-content {
    display: flex!important;
    align-items: center!important;
}

.custom-file-input .rz-fileupload-row{
    margin-bottom: 0!important;
}

.custom-file-input .rz-fileupload-files{
    padding: 0!important;
}