/* C&A TMS - PREPARED ONLY - Reefer/Being Handled compact refinement */
#loads-form-view label.ca-reefer-problem,
#loads-form-view label.ca-reefer-handled {
    justify-self: center !important;
    align-self: center !important;
    width: max-content !important;
    max-width: 100% !important;
    min-height: 24px !important;
    padding: 2px 5px !important;
    gap: 4px !important;
    border-radius: 5px !important;
    font-size: .66rem !important;
    line-height: 1 !important;
}

#loads-form-view label.ca-reefer-problem > span,
#loads-form-view label.ca-reefer-handled > span {
    font-size: .66rem !important;
    line-height: 1 !important;
}

#loads-form-view label.ca-reefer-problem input[type="checkbox"],
#loads-form-view label.ca-reefer-handled input[type="checkbox"] {
    flex: 0 0 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
    margin: 0 !important;
}
