/**
 * Author:
 */

.pc-input-section>.form-group>.input-group>.input-group-prepend {
    display: block;
}

.btn.btn-red {
    color: #ffffff;
    background-color: #ED1C24;
    /* #ed1a21, ed1a24 */
    border-color: #ED1C24;
    font-weight: 600;
    ;
}

.selection-card-header {
    min-height: 33px !important;
}


/* .select2-container--default .select2-selection--single .select2-selection__rendered { */

#select2-unit-container {
    line-height: 1.1 !important;
}

.label-custom-input-size {
    height: calc(1.35em + 1.1rem + 2px) !important;
    width: 24px;
    font-size: 0.9rem;
}

#motor_chart {
    min-height: 425px !important;
}

#recommended_motor_data {
    min-height: 475px;
}

.svg-icon-xy svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
}
.blockui-overlay {
    cursor: wait;
}
.custom_tooltip_box {
    margin-top: -1px;
}
.apexcharts-menu-open>.exportCSV {
    display: none;
}