﻿.parameter-card-rounded-border {
    border: 1px solid #E5E5E5;
    border-radius: 14px;
    box-shadow: 0px 8px 16px 0px #0000000A;
    width: 300px;
    height: 320px;
    display: flex;
    flex-direction: column;
}

.parameter-display-card {
    height: auto;
}

.parameter-card-title {
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
}

    .parameter-card-title > label {
        font-weight: 600;
        font-size: 14px;
    }

    .parameter-card-title .checkbox-input label {
        font-weight: 600;
    }

    .parameter-card-title .input-wrapper,
    .parameter-card-title .combobox-wrapper {
        margin: 0;
    }

.parameter-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

    .parameter-card-body .parameter-card-data label {
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        color: #2C2C2C;
    }

    .parameter-card-body .parameter-card-data .flag > label,
    .parameter-card-body .parameter-card-data .flag-inactive > label {
        font-weight: 500;
    }

.parameter-card-data {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.parameter-card-note {
    display: flex;
    flex-direction: column;
}

    .parameter-card-note label {
        color: #737373;
    }

.correction-card-rounded-border {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
}


.correction-card-top {
    justify-content: space-between;
    background-color: #FAFAFA;
    padding: 20px;
    border: 1px solid #E5E5E5;
    border-radius: 12px 12px 0 0;
    height: 56px;
    align-items: center;
    gap: 10px;
}

.correction-card-top-rounded {
    border-radius: 12px;
}

.correction-card-top .correction-card-title label.single-selection-selected-text-label.grid-combobox-label,
.correction-card-top button {
    text-wrap: nowrap;
}

.correction-card-title {
    align-items: center;
    gap: 20px;
}

    .correction-card-title label.input-medium-14-20 {
        color: #525252;
    }

.correction-card-body {
    padding: 20px;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-radius: 0 0 12px 12px;
}

.yellow-filled-border {
    border: 2px solid #FBE64E;
    background-color: #FBE64E;
    padding: 6px 8px;
    border-radius: 31px;
}

label.yellow-filled-border {
    font-size: 12px;
    color: #1D1D1B;
}

#cardWeightClasses {
    flex-direction: row;
}

.servicesLabel {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    color: #1D1D1B;
}

.updateLabel {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    color: #1D1D1B;
    margin-bottom: 4px;
}
