/* Bronson skoda project fix (dashboard page) expand and close the contract, the component inside the Card component does not close completely. Accordion component did not close */
.fix-accordion .c-accordion__panel {
    overflow: hidden;
}


/* Bronson skoda fix for the custom combobox. The label was displayed inside of the pre-selected item. */
.fix-combobox {
    background: rgba(22, 23, 24, .06);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.fix-combobox > .c-form-field__label {
    position: relative !important;
    margin-bottom: 0.5em;
}

.fix-combobox .c-combobox {
    background: none !important;
}

.fix-combobox .c-combobox::after {
    top: -15px !important;
}
